Commit Graph

6 Commits

Author SHA1 Message Date
茂之钳 95c7ac2e72 ci: add Gitea Actions workflow for automatic APK build
Build APK / build (push) Failing after 16m51s
2026-05-25 04:44:58 +00:00
茂之钳 595b6a72ce fix-build: APK compilation fixes
- Fix XML encoding issues (corrupted degree symbols, non-UTF8 bytes)
- Add swiperefreshlayout dependency for SwipeRefreshLayout
- Add missing string resources (language_*, select_map_type, select_language)
- Fix SettingsFragment ViewBinding AutoCompleteTextView compatibility
- Replace Material AutoCompleteTextView with android.widget version
- Add jitpack.io repo for MPAndroidChart dependency
- Add gradle wrapper (8.2) for reproducible builds
- Update .gitignore for build artifacts
v1.0.0
2026-05-25 04:43:42 +00:00
hm f5789e0d7d feat: Add multi-language support
- Create Chinese, English, Japanese, Korean string resources
- Add LanguageManager for language management
- Add language selection dropdown in Settings
- Update all layouts to use string resources
- Support app restart prompt for language change
2026-05-24 13:29:16 +08:00
hm 48fbf1564d feat: Add multi-map support with Google, Baidu, and Gaode providers
- Implement MapProvider interface with Google, Baidu, Gaode map providers
- Support satellite and normal map types for all providers
- Add coordinate conversion (WGS84 to BD09/GCJ02)
- Add tab-based map type and provider switching UI
- Add map settings with default provider and type configuration
- Add location button widget
- Add webview-based Baidu and Gaode map HTML assets
2026-05-24 12:45:06 +08:00
hm 15c5fb4dbd feat: Add Android project structure and documentation
- Add Software Design Specification (Word)
- Add Software Test Plan (Word)
- Create Android project with Kotlin + Clean Architecture
- Implement MVVM pattern with ViewModels
- Create Dashboard, Data, Map, Settings fragments
- Add custom ArtificialHorizonView for flight display
- Configure navigation and bottom navigation
- Add GPS and sensor data collection service
2026-05-24 10:24:34 +08:00
hm 43f79dac37 feat: 添加项目初始文件
- 添加 .gitignore 忽略文件
- 添加 doc/ 设计需求文档
2026-05-24 09:51:05 +08:00