aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/java/mx
AgeCommit message (Collapse)Author
2022-06-08Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-05-20- [shared] unitsFlow exposed to allow access to unfiltered units.Iván Ávalos
- [android] Improved memory usage by using unitsFlow in map. - [ios] Not rewritten yet, filter won't work.
2022-05-20[android] Improved search performance by limiting rateIván Ávalos
2022-04-18Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-04-18[android] Fixed date pickers by adding 1 to 0-based month numberIván Ávalos
2022-04-14Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-04-14- [android] Fixed “to” date pickerIván Ávalos
2022-04-13- [android] Set maxDate in date pickers for custom reportsIvá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-03-10Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-03-10Updated Android librariesIván Ávalos
2022-03-10- Card on map now updates info when there is a changeIván Ávalos
- Huge device list performance improvements on search and updates
2022-02-20I don't know what happened to this fileIván Ávalos
2022-02-17Merged 'main' branch and solved conflicts.Iván Ávalos
2022-02-17Merge https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-02-13Changed Array<> to List<> for iOS compatibilityIván Ávalos
2022-02-07Removed now unnecessary CommandsApi on Android appIván Ávalos
2022-02-07Added sendCommand() method to CommandsController, and updated Android app to ↵Iván Ávalos
use controller
2022-02-06Added CommandsControllerIván Ávalos
2022-01-31Merge branch 'main' into ios_appIván Ávalos
2022-01-31Attach tickerFlow to viewModelScope in an attempt to bind it to app ↵Iván Ávalos
lifecycle more effectively
2022-01-31Tries to fix the units update issueIsidro Henoch
2022-01-29Fixed MarkerTransformations categoryToStringId()Ivá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
in shared module
2022-01-29Updated UnitRenderData with new getStatus() and getEngineStop() functions in ↵Iván Ávalos
UnitInformation
2022-01-25Refactored session handling into a shared SessionManager to prevent ↵Iván Ávalos
mutability and get it run in Native (untested!)
2022-01-24Merged main from upstream (unbranded)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-20Fallback ApiClient to default URL, so pre-URL-switch-capable apps don't fail ↵Iván Ávalos
at login
2022-01-20Implemented feature to switch to different Traccar servers by URL and ↵Iván Ávalos
removed annoying auto-generated redundant qualifiers
2022-01-20Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-01-20Changed addAreal to addLinear to avoid connecting report polyline endsIván Ávalos
2022-01-20Proper handling of user permission requestsIván Ávalos
2022-01-20Properly implemented save and share report actionsIván Ávalos
2022-01-18Show and hide fragments instead of replacing, so transition between map and ↵Iván Ávalos
list views is a lot faster
2022-01-18Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-01-18Fixed geofences retrieval in reports and lifecycle issue with unit details ↵Iván Ávalos
fragment
2022-01-18Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-01-18Fixed crash when selecting unit without positionIván Ávalos
2022-01-18Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIvá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-17Branded mergeIván Ávalos
2022-01-17Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
 Conflicts:  androidApp/src/main/java/mx/trackermap/TrackerMap/android/units/UnitsActivity.kt
2022-01-17Fixed attribution not being formatted with HtmlCompatIván Ávalos