aboutsummaryrefslogtreecommitdiff
path: root/androidApp
AgeCommit message (Expand)Author
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
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 lifecycle...Iván Ávalos
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
2022-01-29Updated UnitRenderData with new getStatus() and getEngineStop() functions in ...Iván Ávalos
2022-01-25Refactored session handling into a shared SessionManager to prevent mutabilit...Iván Ávalos
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 backgrou...Iván Ávalos
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 constraintlay...Ivá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
2022-01-20Bump version code (again)Iván Ávalos
2022-01-20Implemented feature to switch to different Traccar servers by URL and removed...Iván Ávalos
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 l...Iván Ávalos
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 fr...Iván Ávalos
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
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