aboutsummaryrefslogtreecommitdiff
path: root/androidApp
AgeCommit message (Collapse)Author
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-24Bumped version to 1.1.2Iván Ávalos
2022-01-24Made server URL fields invisibleIván Ávalos
2022-01-24Merged main from upstream (unbranded)Iván Ávalos
2022-01-24Set color background to devices_fragment.xml to avoid showing map on ↵Iván Ávalos
background in certain occasions
2022-01-22Clear setupCallbacks on MapFragment after running all the callbacksIván Ávalos
2022-01-22Super cool map/list layout change animationIván Ávalos
2022-01-22Fixed spacing between units_activity top bar itemsIván Ávalos
2022-01-22Prepare shared module for iOS support and updated appcompat and ↵Iván Ávalos
constraintlayout libraries
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-20Bump version code (again)Iván Ávalos
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-20Switched provider to regular release AndroidManifest.xmlIván Ávalos
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-18Bump version codeIván Ávalos
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
2022-01-17Fixed attribution text not changing with internal layer toggle and zoom out ↵Iván Ávalos
when switching layer to match limit
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-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-17Bumped version code and nameIván Ávalos
2022-01-17Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobileIván Ávalos
2022-01-17Fixed geofences retrieval on reports fragmentIván Ávalos