aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/java/mx/trackermap/TrackerMap/android/details/reports
AgeCommit message (Collapse)Author
2022-01-20Properly implemented save and share report actionsIván Ávalos
2022-01-17Pass overlay top margin and whether should show layer toggle as arguments ↵Iván Ávalos
for MapWrapperFragment, and refactored stuff
2022-01-17Add loading screen to map and removed no longer needed fragment replacement ↵Iván Ávalos
in reports view
2022-01-17Refactored map fragment into wrapper with an overlay that contains zoom buttonsIván Ávalos
2022-01-17Fixed geofences retrieval on reports fragmentIvá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-17Improved observer managementIvá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 event report types on APIIván Ávalos
2022-01-16Refactored report types into commonMain, added support for event report ↵Iván Ávalos
types in controller and API
2022-01-16Moved stuff to shared packageIván Ávalos
2022-01-15Improved loading indicators, improved layout semantics, added translations ↵Iván Ávalos
and changed default view to MAP
2022-01-14Refactored reports code into ReportController.kt and added extra report periodsIván Ávalos
2022-01-14Switched to proper Android create file APIIván Ávalos
2022-01-14Save downloaded XLSX to downloads folderIván Ávalos
2022-01-13Initial attempt to request WRITE_EXTERNAL_STORAGE permissionIván Ávalos
2022-01-13Fixed stops reportIván Ávalos
2022-01-13Implemented base for exporting XLSX reportsIván Ávalos
2022-01-11Implemented polygon geofencesIván Ávalos
2022-01-11MapFragment properly draws reports and renamed iconsIván Ávalos
2022-01-08Finished events report, implemented GeofenceController, fixed geofencesGet() ↵Iván Ávalos
and many fixes
2022-01-07Finishes the reports UIIsidro Henoch
2021-12-28Diaplays the events reportIsidro Henoch
2021-12-28Adds period selection UIIsidro Henoch
2021-12-27Implements the report functionality, UI is missingIsidro Henoch
2021-12-16Shows the details sectionIsidro Henoch
- Show tabs with each details section, the sections doesn't display any useful information for now - Properly converts speed to km/h