kibotu / geofencer

Location tracking & geofencing the easy way. Supports background, killed app, rebooted device different update intervals.
MIT License
129 stars 28 forks source link

Refactor: removed JobIntent Service with WorkManager #26

Closed khalid64927 closed 1 year ago

khalid64927 commented 1 year ago
  1. Refactored LocationTrackerService with LocationTrackerWorker in app and GeoLocator and App Module
  2. Refactored GeoFenceBootService with GeoFenceBootWorker in app and GeoLocator Module
  3. Refactored GeoFenceIntentService with GeoFenceUpdateWorker in app and GeoLocator and App Module
  4. updated readme

15 #19 #22 #25