aboutsummaryrefslogtreecommitdiff
path: root/shared/src/commonMain/kotlin/mx/trackermap/TrackerMap/utils
AgeCommit message (Collapse)Author
2022-04-12Initial version of custom reports in iOSIván Ávalos
2022-04-11- [shared] Added DateUtils 'expect' class for platform-specific date format.Iván Ávalos
- [android] Redesigned reports view, now supports custom reports! - [ios] Not rewritten yet, it won't build!
2022-04-09- [shared] Rewrote ReportDates to allow for custom date period.Iván Ávalos
- [android] Rewrote report handling to use new ReportPeriod. - [ios] Not rewritten yet, it won't build!
2022-01-29Moved MarkerType to Marker.Type in shared moduleIvá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-17Refactored map fragment into wrapper with an overlay that contains zoom buttonsIván Ávalos
2022-01-17Implemented timer that fetches units every 10 seconds, and updated map to ↵Iván Ávalos
work with timer
2022-01-16Fixed initial zoom issue and refactored layers into MapLayer in shared moduleIván Ávalos
2022-01-16Added hourmeter fieldIván Ávalos
2022-01-16Fixed focusOn not respecting max zoom, and added zoom level 21 to MapCalculusIván Ávalos
2022-01-16Moved layer definitions to map_layers.xml and adjusted zoom limits, and ↵Iván Ávalos
adjusted zoomLevelToScale(zoom)
2022-01-16Added comment explaining Mapnik stuffIván Ávalos
2022-01-16Set zoom limits of mapControl by converting zoom levels to Mapnik scale ↵Iván Ávalos
denominators
2022-01-14Refactored reports code into ReportController.kt and added extra report periodsIván Ávalos
2022-01-11MapFragment properly draws reports and renamed iconsIván Ávalos
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.
2021-12-30Implemented datetime formattingIván Ávalos