Commit graph

7 commits

Author SHA1 Message Date
2b90448be8
feat: add easter egg - triple-tap settings title opens fiatcode.dev
- Add url_launcher dependency
- Add Android queries element for https scheme visibility
- Add triple-tap detection on Settings AppBar title
- Simplify to direct URL launch (no animation)
2026-04-30 18:29:51 +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
4bbc0bcdcb
fix: set dark theme globally to prevent white flash on page transitions 2026-04-30 16:41:28 +07:00
93d5534755
chore: fix deprecated APIs and unused imports 2026-04-30 16:26:56 +07:00
650a6efeca
feat: add permission screen shown before main screen 2026-04-30 16:11:45 +07:00
07bae466cf
fix: address analysis issues - remove unused import, fix deprecated APIs, update test 2026-04-30 11:40:56 +07:00
85249acc84
feat: update main.dart with app initialization 2026-04-30 11:25:34 +07:00