Initial commit: Конвертор координат GPS → APRS, Maidenhead

- Kotlin + Jetpack Compose (Material 3)
- Конвертация в APRS, Maidenhead, DMS форматы
- Полноэкранный режим
- Иконка приложения
- Min SDK: 21, Target SDK: 34

Версия: 1.0.0
Дата: 2026-03-02
Автор: UA1ZBE

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
UA1ZBE
2026-03-03 01:34:35 +03:00
parent c84b2d0feb
commit 17d5722560
32 changed files with 1326 additions and 2 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Gradle
.gradle/
build/
*/build/
gradle-app.setting
!gradle-wrapper.jar
# Local configuration
local.properties
# IDE
.idea/
*.iml
*.ipr
*.iws
.vscode/
# APK files (will be in releases)
*.apk
# OS files
.DS_Store
Thumbs.db
# Logs
*.log