Commit graph

4 commits

Author SHA1 Message Date
2123df11c9
chore: upgrade Kotlin to 2.1.0 and Flutter dependencies to latest
- Kotlin 1.9.22 → 2.1.0, KSP 1.9.22-1.0.17 → 2.1.0-1.0.29
- flutter_local_notifications 18.0.1 → 21.0.0
- permission_handler 11.4.0 → 12.0.1
- workmanager 0.6.0 → 0.9.0+3
- desugar_jdk_libs 2.0.4 → 2.1.4 (required by flutter_local_notifications)
2026-05-06 07:27:38 +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
07bae466cf
fix: address analysis issues - remove unused import, fix deprecated APIs, update test 2026-04-30 11:40:56 +07:00
01ec1a4807
chore: configure Android permissions and dependencies 2026-04-30 10:52:31 +07:00