aboutsummaryrefslogtreecommitdiff
path: root/androidApp/build.gradle.kts
AgeCommit message (Collapse)Author
2022-01-17Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
 Conflicts:  androidApp/src/main/java/mx/trackermap/TrackerMap/android/units/UnitsActivity.kt
2022-01-17Refactored map fragment into wrapper with an overlay that contains zoom buttonsIván Ávalos
2022-01-17Bumped version code and nameIván Ávalos
2022-01-17Bumped version code to 1003Iván Ávalos
2022-01-17Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-01-17Final and successful attempt to comply with GoogleIván Ávalos
2022-01-16Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-01-16Default map changed to OpenStreetMap.fr (because .org one doesn't work), and ↵Iván Ávalos
now each map URL has its own cache dir
2022-01-15ETBSA brandingIván Ávalos
2022-01-13Initial attempt to request WRITE_EXTERNAL_STORAGE permissionIván Ávalos
2022-01-13Introduced Google product flavor for FCM notificationsIván Ávalos
2022-01-11Implemented polygon geofencesIván Ávalos
2021-12-27Implements the report functionality, UI is missingIsidro Henoch
2021-12-17Implemented SwipeLayout using Zerobranch's libraryIván Ávalos
2021-12-16Merge branch 'maply_test'Iván Ávalos
2021-12-16- Basically fully implemented device item with all details and icons.Iván Ávalos
- Attributes for all models are deserialized as Map<String, JsonPrimitive>. - Removed redundant qualifier names
2021-12-15WhirlyGlobe Maply test. Map shows completely black, same as with MapLibre GL ↵Iván Ávalos
we tested earlier
2021-12-08WIP: Starts implementing the main activityIsidro Henoch
- Removes the MainActivity and the shared code it was using - Adds the UnitsActivity - Implements the Map/List toggle functionality
2021-12-06WIP: Implements the Login functionalityIsidro Henoch
- Adds multiple android dependencies, for DI and some utilities - Updates colors and styles - Adds an Application - Adds the Login Fragment and ViewModel
2021-12-05Added WhirlyGlobeMaply dependency for mapsIván Ávalos
2021-12-03Inits the projectIsidro Henoch