aboutsummaryrefslogtreecommitdiff
path: root/shared/src/iosMain/kotlin
AgeCommit message (Collapse)Author
2023-09-17- [shared] Implement network state monitoringIván Ávalos
- [android] UI reacts to network state - [ios] UI reacts to network state
2023-09-16- [shared] Downgrade Kotlin to 1.8.22 due to Native issuesIván Ávalos
- [shared] Upgrade Ktor to 2.3.4 and migrate code - [ios] Update view models to use @MainActor and Kotlin migrations
2022-04-12Initial version of custom reports in iOSIván Ávalos
2022-03-31Added support for sharing and saving reportsIván Ávalos
2022-01-31- Adapter iOS app to changes in UnitsControllerIván Ávalos
- Added getHourmeter() method to UnitInformation - Added missing license headers
2022-01-29Initial implementation of device list, and added getStatus() and ↵Iván Ávalos
getEngineStop() methods to UnitInformation
2022-01-26Disabled automatic storage of cookies in iOS engine ↵Iván Ávalos
(https://youtrack.jetbrains.com/issue/KTOR-3748), so we can handle them manually.
2021-12-08WIP: Starts implementing the main activityIsidro Henoch
- Removes the MainActivity and the shared code it was using - Adds the UnitsActivity - Implements the Map/List toggle functionality
2021-12-03Inits the projectIsidro Henoch