Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-02-27 | Initial implementation of reports | Iván Ávalos | |
2022-02-20 | Fixed potential bug when unregistering FCM token | Iván Ávalos | |
2022-02-19 | Fixed registerFcmToken() accidentally adding quotes to previous tokens | Iván Ávalos | |
2022-02-13 | Changed Array<> to List<> for iOS compatibility | Iván Ávalos | |
2022-02-07 | Added sendCommand() method to CommandsController, and updated Android app to ↵ | Iván Ávalos | |
use controller | |||
2022-02-06 | Make CommandsController injectable | Iván Ávalos | |
2022-02-06 | Added CommandsController | Iván Ávalos | |
2022-01-31 | Merge branch 'main' into ios_app | Iván Ávalos | |
2022-01-31 | Attach tickerFlow to viewModelScope in an attempt to bind it to app ↵ | Iván Ávalos | |
lifecycle more effectively | |||
2022-01-31 | Tries to fix the units update issue | Isidro Henoch | |
2022-01-26 | Implemented dependency injection with Swift property wrappers | Iván Ávalos | |
2022-01-25 | Refactored session handling into a shared SessionManager to prevent ↵ | Iván Ávalos | |
mutability and get it run in Native (untested!) | |||
2022-01-23 | Added printStackTrace to SessionController.kt methods | Iván Ávalos | |
2022-01-22 | Removed more references to Log.d in controllers | Iván Ávalos | |
2022-01-22 | Removed Log.d in SessionController.kt | Iván Ávalos | |
2022-01-20 | Added 2022 to copyright. Damn, I forgot we were in 2022. | Iván Ávalos | |
2022-01-20 | Added license headers and removed unused imports | Iván Ávalos | |
2022-01-20 | Implemented feature to switch to different Traccar servers by URL and ↵ | Iván Ávalos | |
removed annoying auto-generated redundant qualifiers | |||
2022-01-18 | Fixed geofences retrieval in reports and lifecycle issue with unit details ↵ | Iván Ávalos | |
fragment | |||
2022-01-18 | Increased request timeout and fetch units ticker to 20 seconds | Iván Ávalos | |
2022-01-17 | Fixed retrieval of geofences for non-admin users | Iván Ávalos | |
2022-01-17 | Temporary fix: catch exceptions when retrieving positions | Iván Ávalos | |
2022-01-17 | Implemented timer that fetches units every 10 seconds, and updated map to ↵ | Iván Ávalos | |
work with timer | |||
2022-01-16 | Fixed notification token registration | Iván Ávalos | |
2022-01-16 | Fixed event report types on API | Iván Ávalos | |
2022-01-16 | Refactored report types into commonMain, added support for event report ↵ | Iván Ávalos | |
types in controller and API | |||
2022-01-15 | Improved loading indicators, improved layout semantics, added translations ↵ | Iván Ávalos | |
and changed default view to MAP | |||
2022-01-15 | FCM token unregisters when logging out | Iván Ávalos | |
2022-01-15 | Fixes the 401 error while registering the FCM token | Isidro Henoch | |
2022-01-15 | Added code for registering FCM token (HTTP 401 error) | Iván Ávalos | |
2022-01-14 | Refactored even more session management code into SessionController | Iván Ávalos | |
2022-01-14 | Deleted unused controllers and refactored session management code into ↵ | Iván Ávalos | |
SessionController | |||
2022-01-14 | Refactored reports code into ReportController.kt and added extra report periods | Iván Ávalos | |
2022-01-12 | Fixes the empty unit details | Isidro Henoch | |
2022-01-08 | Finished events report, implemented GeofenceController, fixed geofencesGet() ↵ | Iván Ávalos | |
and many fixes | |||
2022-01-03 | Merge branch 'reports' | Isidro Henoch | |
# Conflicts: # androidApp/src/main/java/mx/trackermap/TrackerMap/android/devices/DevicesAdapter.kt # androidApp/src/main/res/values/strings.xml | |||
2021-12-30 | - ViewModel LiveData no longer externally mutable. | Iván Ávalos | |
- Observers in fragments now owned by viewLifecycleOwner. - Disabled center animation on MapFragment startup - Search filter now triggered automatically. - Case insensitive filter logic. | |||
2021-12-21 | Implements the commands list | Isidro Henoch | |
- Shows command details - Sends a selected command to a device | |||
2021-12-16 | Updates unit details fragment to fetch the information for the given ID | Isidro Henoch | |
2021-12-11 | Adds the search behaviour | Isidro Henoch | |
- Updates units_activity to include a search input - Adds the search functionality to the Units VM - Adds the required events to the Units Activity to perform the search | |||
2021-12-08 | WIP: Implements the basic structure for the units list/map | Isidro Henoch | |
- Updates the Devices and Positions APIs to properly construct the Url's query when there are null values - Adds a units controller to the shared module - Adds a devices and map fragment that each print the fetched units on the console - Adds a units view model to connect previously mentioned fragments with the units controller | |||
2021-12-04 | Added first controllers (unreviewed and untested) | Iván Ávalos | |