aboutsummaryrefslogtreecommitdiff
path: root/shared/src
AgeCommit message (Expand)Author
2022-05-20- [shared] unitsFlow exposed to allow access to unfiltered units.Iván Ávalos
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
2022-04-09- [shared] Rewrote ReportDates to allow for custom date period.Iván Ávalos
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
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
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-31Implemented zoom controls and zoom limits per layer.Iván Ávalos
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
2022-01-29Initial implementation of device list, and added getStatus() and getEngineSto...Iván Ávalos
2022-01-26Implemented dependency injection with Swift property wrappersIván Ávalos
2022-01-26Disabled automatic storage of cookies in iOS engine (https://youtrack.jetbrai...Iván Ávalos
2022-01-25Refactored session handling into a shared SessionManager to prevent mutabilit...Iván Ávalos
2022-01-25Latest test codeIván Ávalos
2022-01-23Added printStackTrace to SessionController.kt methodsIván Ávalos
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 constraintlay...Ivá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-20Fallback ApiClient to default URL, so pre-URL-switch-capable apps don't fail ...Iván Ávalos
2022-01-20Implemented feature to switch to different Traccar servers by URL and removed...Iván Ávalos
2022-01-18Fixed geofences retrieval in reports and lifecycle issue with unit details fr...Iván Ávalos
2022-01-18Increased request timeout and fetch units ticker to 20 secondsIván Ávalos
2022-01-17Set request timeout to 10 secondsIván Ávalos
2022-01-17Refactored map fragment into wrapper with an overlay that contains zoom buttonsIván Ávalos
2022-01-17Fixed retrieval of geofences for non-admin usersIvá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-16Fixed initial zoom issue and refactored layers into MapLayer in shared moduleIván Ávalos
2022-01-16Fixed notification token registrationIván Ávalos
2022-01-16Fixed event report types on APIIván Ávalos
2022-01-16Refactored report types into commonMain, added support for event report types...Iván Ávalos
2022-01-16Added hourmeter fieldIván Ávalos
2022-01-16Fixed focusOn not respecting max zoom, and added zoom level 21 to MapCalculusIván Ávalos
2022-01-16Added attribution and refactored map layers codeIván Ávalos
2022-01-16Moved layer definitions to map_layers.xml and adjusted zoom limits, and adjus...Iván Ávalos