aboutsummaryrefslogtreecommitdiff
path: root/shared/src/iosMain/kotlin/mx
AgeCommit message (Collapse)Author
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