aboutsummaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Collapse)Author
2023-09-26[shared] Fix hourmeter for some devicesIván Ávalos
2023-09-21- [ios] Add direction arrows to reports.Iván Ávalos
- [ios] Use scales for marker sizes and labels. - [ios] Fix builds in Xcode 15.
2023-09-20- [android] Add direction arrows to reports.Iván Ávalos
- [android] Use DP for marker sizes.
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
2023-09-11[shared] Fetch session again before logoutIván Ávalos
2023-09-11[android] More dependency updates and misc. fixesIván Ávalos
2023-09-11[android] Upgrade AGP, Kotlin plugin, JDK + StateFlow fixesIván Ávalos
2023-09-11[android] Upgrade AGP and base dependenciesIván Ávalos
2023-01-03[android] Changed way that online status is calculated, and added ignition iconIván Ávalos
2022-12-14Deleted unused API modelsIván Ávalos
2022-12-14Deleted unused API methodsIván Ávalos
2022-12-14Removed unused test modulesIván Ávalos
2022-05-20- [shared] unitsFlow exposed to allow access to unfiltered units.Iván Ávalos
- [android] Improved memory usage by using unitsFlow in map. - [ios] Not rewritten yet, filter won't work.
2022-04-12Initial version of custom reports in iOSIván Ávalos
2022-04-11- [shared] Added DateUtils 'expect' class for platform-specific date format.Iván Ávalos
- [android] Redesigned reports view, now supports custom reports! - [ios] Not rewritten yet, it won't build!
2022-04-09- [shared] Rewrote ReportDates to allow for custom date period.Iván Ávalos
- [android] Rewrote report handling to use new ReportPeriod. - [ios] Not rewritten yet, it won't build!
2022-03-31Added support for sharing and saving reportsIván Ávalos
2022-02-27Initial implementation of reportsIván Ávalos
2022-02-20Fixed potential bug when unregistering FCM tokenIván Ávalos
2022-02-19Fixed registerFcmToken() accidentally adding quotes to previous tokensIván Ávalos
2022-02-13Changed Array<> to List<> for iOS compatibilityIván Ávalos
2022-02-07Added sendCommand() method to CommandsController, and updated Android app to ↵Iván Ávalos
use controller
2022-02-06Make CommandsController injectableIván Ávalos
2022-02-06Added CommandsControllerIván Ávalos
2022-02-04Only refresh map markers when some of them changesIvá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-31Merge branch 'main' into ios_appIván Ávalos
2022-01-31Attach tickerFlow to viewModelScope in an attempt to bind it to app ↵Iván Ávalos
lifecycle more effectively
2022-01-31Tries to fix the units update issueIsidro Henoch
2022-01-31Implemented zoom controls and zoom limits per layer.Iván Ávalos
Added license headers.
2022-01-29Removed Android Log in Marker classIván Ávalos
2022-01-29Moved MarkerType to Marker.Type in shared moduleIván Ávalos
2022-01-29Moved MapFragment.Marker and MarkerTransformations functions to Marker model ↵Iván Ávalos
in shared module
2022-01-29Initial implementation of device list, and added getStatus() and ↵Iván Ávalos
getEngineStop() methods to UnitInformation
2022-01-26Implemented dependency injection with Swift property wrappersIván Ávalos
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.
2022-01-25Refactored session handling into a shared SessionManager to prevent ↵Iván Ávalos
mutability and get it run in Native (untested!)
2022-01-25Latest test codeIván Ávalos
2022-01-23Added printStackTrace to SessionController.kt methodsIván Ávalos
2022-01-23Fixed (again) Koin iOS dependency in sourceSetIván Ávalos
2022-01-23Fixed Koin iOS dependency in sourceSetIván Ávalos
2022-01-23Added Koin iOS dependency to sourceSetIván Ávalos
2022-01-23Added iOS dependencyIván
2022-01-22Removed more references to Log.d in controllersIván Ávalos
2022-01-22Removed Log.d in SessionController.ktIván Ávalos
2022-01-22Removed all Java references from shared moduleIván Ávalos
2022-01-22Prepare shared module for iOS support and updated appcompat and ↵Iván Ávalos
constraintlayout libraries
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