aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/java/mx/trackermap/TrackerMap/android/map
AgeCommit message (Collapse)Author
2021-12-16Show markers on mapIván Ávalos
2021-12-15Maps now showing, including a test marker in MoscowIván Ávalos
2021-12-15WhirlyGlobe Maply test. Map shows completely black, same as with MapLibre GL ↵Iván Ávalos
we tested earlier
2021-12-08WIP: Implements the basic structure for the units list/mapIsidro Henoch
- Updates the Devices and Positions APIs to properly construct the Url's query when there are null values - Adds a units controller to the shared module - Adds a devices and map fragment that each print the fetched units on the console - Adds a units view model to connect previously mentioned fragments with the units controller
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