aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/java/mx/trackermap/TrackerMap/android/map
AgeCommit message (Expand)Author
2022-03-10- Card on map now updates info when there is a changeIván Ávalos
2022-01-29Moved MarkerType to Marker.Type in shared moduleIván Ávalos
2022-01-29Moved MapFragment.Marker and MarkerTransformations functions to Marker model ...Iván Ávalos
2022-01-22Clear setupCallbacks on MapFragment after running all the callbacksIvá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-20Changed addAreal to addLinear to avoid connecting report polyline endsIván Ávalos
2022-01-18Fixed crash when selecting unit without positionIván Ávalos
2022-01-18Changed default zoom for focusOnIván Ávalos
2022-01-18More improvements to zoomIván Ávalos
2022-01-18Improvements to zoom on UnitMapFragment.ktIván Ávalos
2022-01-17Fixed attribution not being formatted with HtmlCompatIván Ávalos
2022-01-17Fixed attribution text not changing with internal layer toggle and zoom out w...Iván Ávalos
2022-01-17Pass overlay top margin and whether should show layer toggle as arguments for...Iván Ávalos
2022-01-17Add loading screen to map and removed no longer needed fragment replacement i...Iván Ávalos
2022-01-17Fixed zooming selected unit and refactored attribution into wrapIván Ávalos
2022-01-17Refactored map fragment into wrapper with an overlay that contains zoom buttonsIván Ávalos
2022-01-17Fixed reports fragment map data display, and added geofencesIván Ávalos
2022-01-17Tries to fix the report map issuesIsidro Henoch
2022-01-17Little update to some fragments constructorIsidro Henoch
2022-01-17Implemented timer that fetches units every 10 seconds, and updated map to wor...Iván Ávalos
2022-01-17Switch to list fragment on search and fixed black flash when switching fragmentsIván Ávalos
2022-01-16Fixed initial zoom issue and refactored layers into MapLayer in shared moduleIván Ávalos
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-16Fixed NullPointerException and device not getting centered after selected fro...Iván Ávalos
2022-01-16Fixed focusOn not respecting max zoom, and added zoom level 21 to MapCalculusIván Ávalos
2022-01-16Fixed NullPointerException (probably)Iván Ávalos
2022-01-16Removed problematic layer pre-initializationIván Ávalos
2022-01-16Added attribution and refactored map layers codeIván Ávalos
2022-01-16Moved layer definitions to map_layers.xml and adjusted zoom limits, and adjus...Iván Ávalos
2022-01-16Set zoom limits of mapControl by converting zoom levels to Mapnik scale denom...Iván Ávalos
2022-01-16Added max zoom, min zoom and attribution text on strings.xml and reduced devi...Iván Ávalos
2022-01-16Default map changed to OpenStreetMap.fr (because .org one doesn't work), and ...Iván Ávalos
2022-01-14Pass device name to details activity and redesigned commands fragmentIván Ávalos
2022-01-13Load report and geofence line width from dimen.xmlIván Ávalos
2022-01-13Fixed stops reportIvá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-13Added device icon to unit_item.xml (+ a11y) and moved category logic to Marke...Iván Ávalos
2022-01-13Set screen label typeface to boldIván Ávalos
2022-01-13Replaced screen labels background with outlineIván Ávalos
2022-01-13Added labels for markers and disabled clustering until we figure out how to c...Iván Ávalos
2022-01-12Implemented map layer switching and updated strings.xmlIván Ávalos
2022-01-12Reduced maxTiles to scale up the mapIván Ávalos
2022-01-12Improved cluster generator style and disabled selectionIván Ávalos
2022-01-12Merge branch 'user_information'Isidro Henoch
2022-01-12Fixes issuesIsidro Henoch
2022-01-12Improved reports designIván Ávalos