Background location tracker for Traccar servers with offline buffering and configurable intervals
Find a file
fiatcode 8ba3a017cd
fix: invoke heartbeat callback in HeartbeatWorker.doWork()
The onHeartbeat callback passed to scheduleHeartbeat() was never invoked because HeartbeatWorker.doWork() returned success without calling it.

Fix: Store callback in companion object and invoke it when worker runs.
2026-04-30 11:08:21 +07:00
android/app fix: invoke heartbeat callback in HeartbeatWorker.doWork() 2026-04-30 11:08:21 +07:00
docs/superpowers docs: add implementation plan 2026-04-30 10:49:39 +07:00
pubspec.yaml chore: configure Android permissions and dependencies 2026-04-30 10:52:31 +07:00