Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
constraintlayout libraries
|
|
|
|
|
|
at login
|
|
removed annoying auto-generated redundant qualifiers
|
|
fragment
|
|
|
|
|
|
|
|
|
|
|
|
work with timer
|
|
|
|
|
|
|
|
types in controller and API
|
|
|
|
|
|
|
|
adjusted zoomLevelToScale(zoom)
|
|
|
|
denominators
|
|
and changed default view to MAP
|
|
|
|
|
|
|
|
|
|
SessionController
|
|
|
|
|
|
|
|
|
|
- Displays the user information
- Allows the user to sign out
|
|
|
|
and many fixes
|
|
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
|