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