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
/
controllers
/
UnitsController.kt
Age
Commit message (
Expand
)
Author
2022-05-20
- [shared] unitsFlow exposed to allow access to unfiltered units.
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-26
Implemented dependency injection with Swift property wrappers
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-18
Increased request timeout and fetch units ticker to 20 seconds
Iván Ávalos
2022-01-17
Temporary fix: catch exceptions when retrieving positions
Iván Ávalos
2022-01-17
Implemented timer that fetches units every 10 seconds, and updated map to wor...
Iván Ávalos
2022-01-12
Fixes the empty unit details
Isidro Henoch
2021-12-30
- ViewModel LiveData no longer externally mutable.
Iván Ávalos
2021-12-16
Updates unit details fragment to fetch the information for the given ID
Isidro Henoch
2021-12-11
Adds the search behaviour
Isidro Henoch
2021-12-08
WIP: Implements the basic structure for the units list/map
Isidro Henoch