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
/
shared
/
src
/
commonMain
/
kotlin
/
mx
/
trackermap
/
TrackerMap
/
client
/
models
Age
Commit message (
Expand
)
Author
2023-09-26
Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobile
Iván Ávalos
2023-09-26
[shared] Fix hourmeter for some devices
Iván Ávalos
2023-01-03
Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobile
Iván Ávalos
2023-01-03
[android] Changed way that online status is calculated, and added ignition icon
Iván Ávalos
2022-12-14
Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobile
Iván Ávalos
2022-12-14
Deleted unused API models
Iván Ávalos
2022-02-17
Branded iOS app
Iván Ávalos
2022-02-17
Merged 'main' branch and solved conflicts.
Iván Ávalos
2022-01-31
- Adapter iOS app to changes in UnitsController
Iván Ávalos
2022-01-31
Implemented zoom controls and zoom limits per layer.
Iván Ávalos
2022-01-29
Removed Android Log in Marker class
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
Initial implementation of device list, and added getStatus() and getEngineSto...
Iván Ávalos
2022-01-24
Merged main from upstream (unbranded)
Iván Ávalos
2022-01-22
Removed all Java references from shared module
Iván Ávalos
2022-01-20
Implemented feature to switch to different Traccar servers by URL and removed...
Iván Ávalos
2022-01-17
Branded merge
Iván Ávalos
2022-01-16
Fixed initial zoom issue and refactored layers into MapLayer in shared module
Iván Ávalos
2022-01-16
Fixed event report types on API
Iván Ávalos
2022-01-16
Refactored report types into commonMain, added support for event report types...
Iván Ávalos
2022-01-16
Added attribution and refactored map layers code
Iván Ávalos
2022-01-15
Added code for registering FCM token (HTTP 401 error)
Iván Ávalos
2022-01-14
Deleted unused controllers and refactored session management code into Sessio...
Iván Ávalos
2022-01-14
Refactored reports code into ReportController.kt and added extra report periods
Iván Ávalos
2022-01-13
Fixed stops report
Iván Ávalos
2022-01-08
Finished events report, implemented GeofenceController, fixed geofencesGet() ...
Iván Ávalos
2021-12-27
Implements the report functionality, UI is missing
Isidro Henoch
2021-12-21
Implements the commands list
Isidro Henoch
2021-12-16
- Basically fully implemented device item with all details and icons.
Iván Ávalos
2021-12-08
WIP: Implements the basic structure for the units list/map
Isidro Henoch
2021-12-05
Adds x-www-form-urlencoded support to http client
Isidro Henoch
2021-12-03
Added Swagger auto-generated API client (no Ktor yet)
Iván Ávalos