index
:
etbsa-trackermap-mobile
ios_app
main
url_switch
Aplicación móvil para ETBSA basada en trackermap-mobile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
androidApp
/
src
/
main
Age
Commit message (
Expand
)
Author
2022-02-13
Changed Array<> to List<> for iOS compatibility
Iván Ávalos
2022-02-07
Removed now unnecessary CommandsApi on Android app
Iván Ávalos
2022-02-07
Added sendCommand() method to CommandsController, and updated Android app to ...
Iván Ávalos
2022-02-06
Added CommandsController
Iván Ávalos
2022-01-31
Merge branch 'main' into ios_app
Iván Ávalos
2022-01-31
Attach tickerFlow to viewModelScope in an attempt to bind it to app lifecycle...
Iván Ávalos
2022-01-31
Tries to fix the units update issue
Isidro Henoch
2022-01-29
Fixed MarkerTransformations categoryToStringId()
Iván Ávalos
2022-01-29
Moved MarkerType to Marker.Type in shared module
Iván Ávalos
2022-01-29
Moved MapFragment.Marker and MarkerTransformations functions to Marker model ...
Iván Ávalos
2022-01-29
Updated UnitRenderData with new getStatus() and getEngineStop() functions in ...
Iván Ávalos
2022-01-25
Refactored session handling into a shared SessionManager to prevent mutabilit...
Iván Ávalos
2022-01-24
Set color background to devices_fragment.xml to avoid showing map on backgrou...
Iván Ávalos
2022-01-22
Clear setupCallbacks on MapFragment after running all the callbacks
Iván Ávalos
2022-01-22
Super cool map/list layout change animation
Iván Ávalos
2022-01-22
Fixed spacing between units_activity top bar items
Iván Ávalos
2022-01-20
Added 2022 to copyright. Damn, I forgot we were in 2022.
Iván Ávalos
2022-01-20
Added license headers and removed unused imports
Iván Ávalos
2022-01-20
Fallback ApiClient to default URL, so pre-URL-switch-capable apps don't fail ...
Iván Ávalos
2022-01-20
Implemented feature to switch to different Traccar servers by URL and removed...
Iván Ávalos
2022-01-20
Switched provider to regular release AndroidManifest.xml
Iván Ávalos
2022-01-20
Changed addAreal to addLinear to avoid connecting report polyline ends
Iván Ávalos
2022-01-20
Proper handling of user permission requests
Iván Ávalos
2022-01-20
Properly implemented save and share report actions
Iván Ávalos
2022-01-18
Show and hide fragments instead of replacing, so transition between map and l...
Iván Ávalos
2022-01-18
Fixed geofences retrieval in reports and lifecycle issue with unit details fr...
Iván Ávalos
2022-01-18
Fixed crash when selecting unit without position
Iván Ávalos
2022-01-18
Changed default zoom for focusOn
Iván Ávalos
2022-01-18
More improvements to zoom
Iván Ávalos
2022-01-18
Improvements to zoom on UnitMapFragment.kt
Iván Ávalos
2022-01-17
Fixed attribution not being formatted with HtmlCompat
Iván Ávalos
2022-01-17
Fixed attribution text not changing with internal layer toggle and zoom out w...
Iván Ávalos
2022-01-17
Pass overlay top margin and whether should show layer toggle as arguments for...
Iván Ávalos
2022-01-17
Add loading screen to map and removed no longer needed fragment replacement i...
Iván Ávalos
2022-01-17
Fixed zooming selected unit and refactored attribution into wrap
Iván Ávalos
2022-01-17
Refactored map fragment into wrapper with an overlay that contains zoom buttons
Iván Ávalos
2022-01-17
Fixed geofences retrieval on reports fragment
Iván Ávalos
2022-01-17
Fixed reports fragment map data display, and added geofences
Iván Ávalos
2022-01-17
Tries to fix the report map issues
Isidro Henoch
2022-01-17
Little update to some fragments constructor
Isidro Henoch
2022-01-17
Improved observer management
Iván Ávalos
2022-01-17
Implemented timer that fetches units every 10 seconds, and updated map to wor...
Iván Ávalos
2022-01-17
If display mode is list, back button returns to map
Iván Ávalos
2022-01-17
Switch to list fragment on search and fixed black flash when switching fragments
Iván Ávalos
2022-01-16
Fixed initial zoom issue and refactored layers into MapLayer in shared module
Iván Ávalos
2022-01-16
Fixes the zoom levels issue when changing map tiles
Isidro Henoch
2022-01-16
Fixed hide of device limit when device limit <= 0
Iván Ávalos
2022-01-16
Hide device limit when <= 0, and show device unique ID on details view
Iván Ávalos
2022-01-16
Hide device limit when <= 0, and show device unique ID on details view
Iván Ávalos
2022-01-16
Fixed unit category icon sizing in views
Iván Ávalos
[next]