aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/java/mx/trackermap/TrackerMap/android/map/UnitMapFragment.kt
AgeCommit message (Collapse)Author
2022-01-16Fixes the zoom levels issue when changing map tilesIsidro Henoch
2022-01-16Added device category icon to unit information and commands viewsIván Ávalos
2022-01-16Moved stuff to shared packageIván Ávalos
2022-01-16Removed problematic layer pre-initializationIván Ávalos
2022-01-16Added attribution and refactored map layers codeIvá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-14Pass device name to details activity and redesigned commands fragmentIván Ávalos
2022-01-13Disable map filter auto centering when unit is selectedIván Ávalos
2022-01-13Fixes the map layer issueIsidro Henoch
2022-01-12Implemented map layer switching and updated strings.xmlIván Ávalos
2022-01-12Fixes issuesIsidro Henoch
- Fixes the logout problem that don't let users sign in again - Fixes the search bug
2022-01-11unit_item.xml data fields are generated programmatically, and DevicesAdapter ↵Iván Ávalos
code was refactored into UnitRenderData to be shared with UnitMapFragment.
2022-01-11Implemented polygon geofencesIván Ávalos
2022-01-11MapFragment properly draws reports and renamed iconsIván Ávalos
2022-01-07Finishes the reports UIIsidro Henoch
2022-01-04Implemented formatSpeed, redesigned UnitInformationFragment, added button to ↵Iván Ávalos
open device location in map, minor UI tweaks and added translations.
2022-01-04Fully implemented UnitMapFragment layout, moved MarkerType to commonMain and ↵Iván Ávalos
removed unnecessary content description warnings.
2022-01-04Finishes the markers functionalityIsidro Henoch
2022-01-03Extra UI change to test some functionalityIsidro Henoch
2022-01-03Splits the MapFragment funcionalityIsidro Henoch
- Now there's MapFragment, which is the map and is responsible for displaying markers and focusing on a particular point. This functionality will be extended. - UnitMapFragment is the entity in charge of the subscriptions and converts UnitInformation entities to something MapFragment can handle.