Commit graph

6 commits

Author SHA1 Message Date
50b60e31b7
chore: code format
Co-authored-by: Copilot <copilot@github.com>
2026-05-01 11:39:40 +07:00
a5dd3323f5
feat: rename package to dev.fiatcode.tracpulse and app to TracPulse
- Update Android package namespace and applicationId to dev.fiatcode.tracpulse
- Update AndroidManifest.xml package and app label to TracPulse
- Move all Kotlin source files to dev/fiatcode/tracpulse/ package
- Update pubspec.yaml name to tracpulse
- Update all Dart imports from package:traccar_client to relative
- Rename TraccarClientApp class to TracPulseApp
- Update user-facing strings in permission_screen to TracPulse
- Update notification channel label and wakeLock tag to TracPulse
2026-04-30 18:01:19 +07:00
4f16db59b2
fix: permission screen location request - request WhenInUse first then Always 2026-04-30 16:33:38 +07:00
93d5534755
chore: fix deprecated APIs and unused imports 2026-04-30 16:26:56 +07:00
6cbb7a2070
fix: permission screen - location tap opens settings when permanently denied, battery dialog re-checks on done 2026-04-30 16:21:07 +07:00
650a6efeca
feat: add permission screen shown before main screen 2026-04-30 16:11:45 +07:00