Age | Commit message (Collapse) | Author |
|
open device location in map, minor UI tweaks and added translations.
|
|
removed unnecessary content description warnings.
|
|
# Conflicts:
# androidApp/src/main/java/mx/trackermap/TrackerMap/android/devices/DevicesAdapter.kt
# androidApp/src/main/res/values/strings.xml
|
|
- Observers in fragments now owned by viewLifecycleOwner.
- Disabled center animation on MapFragment startup
- Search filter now triggered automatically.
- Case insensitive filter logic.
|
|
|
|
|
|
- Shows command details
- Sends a selected command to a device
|
|
# Conflicts:
# androidApp/src/main/java/mx/trackermap/TrackerMap/android/devices/DevicesAdapter.kt
# androidApp/src/main/res/layout/unit_item.xml
|
|
- Attributes for all models are deserialized as Map<String, JsonPrimitive>.
- Removed redundant qualifier names
|
|
|
|
- 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
|
|
- 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
|
|
- Removes the MainActivity and the shared code it was using
- Adds the UnitsActivity
- Implements the Map/List toggle functionality
|
|
|
|
- Installs a serialization library
- Installs a ktor logging library
- Updates ApiClient to support x-www-form-urlencoded requests
- Serializes the User data model
|
|
|
|
ApplicationDelegates (probably useless)
|
|
|
|
|
|
|
|
|
|
|