aboutsummaryrefslogtreecommitdiff
path: root/androidApp
AgeCommit message (Collapse)Author
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-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-20Implemented feature to switch to different Traccar servers by URL and ↵Iván Ávalos
removed annoying auto-generated redundant qualifiers
2022-01-20Switched provider to regular release AndroidManifest.xmlIvá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-18Fixed geofences retrieval in reports and lifecycle issue with unit details ↵Iván Ávalos
fragment
2022-01-18Fixed crash when selecting unit without positionIvá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-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-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-17Little update to some fragments constructorIsidro Henoch
2022-01-17Final and successful attempt to comply with GoogleIván Ávalos
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-17If display mode is list, back button returns to mapIván Ávalos
2022-01-17Switch to list fragment on search and fixed black flash when switching fragmentsIván Ávalos
2022-01-16Fixed initial zoom issue and refactored layers into MapLayer in shared moduleIván Ávalos
2022-01-16Fixes the zoom levels issue when changing map tilesIsidro Henoch
2022-01-16Fixed hide of device limit when device limit <= 0Iván Ávalos
2022-01-16Hide device limit when <= 0, and show device unique ID on details viewIván Ávalos