aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/java/mx/trackermap/TrackerMap/android/TrackerApp.kt
AgeCommit message (Expand)Author
2022-02-07Removed now unnecessary CommandsApi on Android appIván Ávalos
2022-02-07Added sendCommand() method to CommandsController, and updated Android app to ...Iván Ávalos
2022-01-25Refactored session handling into a shared SessionManager to prevent mutabilit...Iván Ávalos
2022-01-20Added 2022 to copyright. Damn, I forgot we were in 2022.Iván Ávalos
2022-01-20Added license headers and removed unused importsIván Ávalos
2022-01-20Fallback ApiClient to default URL, so pre-URL-switch-capable apps don't fail ...Iván Ávalos
2022-01-20Implemented feature to switch to different Traccar servers by URL and removed...Iván Ávalos
2022-01-17Implemented timer that fetches units every 10 seconds, and updated map to wor...Iván Ávalos
2022-01-15Added code for registering FCM token (HTTP 401 error)Iván Ávalos
2022-01-14Refactored even more session management code into SessionControllerIván Ávalos
2022-01-14Deleted unused controllers and refactored session management code into Sessio...Iván Ávalos
2022-01-14Refactored reports code into ReportController.kt and added extra report periodsIván Ávalos
2022-01-13Introduced Google product flavor for FCM notificationsIván Ávalos
2022-01-12Fixes issuesIsidro Henoch
2022-01-12Adds the user information functionalityIsidro Henoch
2022-01-08Finished events report, implemented GeofenceController, fixed geofencesGet() ...Iván Ávalos
2021-12-27Implements the report functionality, UI is missingIsidro Henoch
2021-12-21Implements the commands listIsidro Henoch
2021-12-16Updates unit details fragment to fetch the information for the given IDIsidro Henoch
2021-12-08WIP: Implements the basic structure for the units list/mapIsidro Henoch
2021-12-08WIP: Starts implementing the main activityIsidro Henoch
2021-12-06WIP: Adds the token persistanceIsidro Henoch
2021-12-06WIP: Implements the Login functionalityIsidro Henoch