aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/java/mx/trackermap/TrackerMap/android/devices
AgeCommit message (Collapse)Author
2022-01-17Little update to some fragments constructorIsidro Henoch
2022-01-17Implemented timer that fetches units every 10 seconds, and updated map to ↵Iván Ávalos
work with timer
2022-01-16Added device category icon to unit information and commands viewsIván Ávalos
2022-01-16Moved stuff to shared packageIván Ávalos
2022-01-16Added hourmeter fieldIván Ávalos
2022-01-15Improved loading indicators, improved layout semantics, added translations ↵Iván Ávalos
and changed default view to MAP
2022-01-14Pass device name to details activity and redesigned commands fragmentIván Ávalos
2022-01-13Fixed top margin on DevicesAdapterIván Ávalos
2022-01-13Full screen map/devices fragment on UnitsActivityIván Ávalos
2022-01-13Added device icon to unit_item.xml (+ a11y) and moved category logic to ↵Iván Ávalos
MarkerTransformations
2022-01-13Implemented ProgressBar for UnitInformationFragmentIván Ávalos
2022-01-12Fixes issuesIsidro Henoch
- Fixes the logout problem that don't let users sign in again - Fixes the search bug
2022-01-11More layout tweaks and fixesIván Ávalos
2022-01-11unit_item.xml data fields are generated programmatically, and DevicesAdapter ↵Iván Ávalos
code was refactored into UnitRenderData to be shared with UnitMapFragment.
2022-01-11MapFragment properly draws reports and renamed iconsIván Ávalos
2022-01-04Implemented formatSpeed, redesigned UnitInformationFragment, added button to ↵Iván Ávalos
open device location in map, minor UI tweaks and added translations.
2022-01-03Merge 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-30Implemented datetime formattingIván Ávalos
2021-12-30Accessibility fixes and removed bindings from MapFragmentIván Ávalos
2021-12-30Center map on device clickIván Ávalos
2021-12-27Implements the report functionality, UI is missingIsidro Henoch
2021-12-17Implemented SwipeLayout using Zerobranch's libraryIván Ávalos
2021-12-16Show markers on mapIván Ávalos
2021-12-16Change onClickListener to onLongClickListener for DevicesAdapter.ktIván Ávalos
2021-12-16Merge remote-tracking branch 'origin/main'Iván Ávalos
# Conflicts: # androidApp/src/main/java/mx/trackermap/TrackerMap/android/devices/DevicesAdapter.kt # androidApp/src/main/res/layout/unit_item.xml
2021-12-16- Basically fully implemented device item with all details and icons.Iván Ávalos
- Attributes for all models are deserialized as Map<String, JsonPrimitive>. - Removed redundant qualifier names
2021-12-16Shows the details sectionIsidro Henoch
- Show tabs with each details section, the sections doesn't display any useful information for now - Properly converts speed to km/h
2021-12-15Adds the details activityIsidro Henoch
2021-12-15Updates the devices listIsidro Henoch
- The unit items now react to user interaction, they display and change their appearance on click - The adapter has a callback to manage the different options - Minor changes to dimen values
2021-12-14Creates the RV adapter to display the units on screenIsidro Henoch
2021-12-08WIP: Implements the basic structure for the units list/mapIsidro 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-08WIP: Starts implementing the main activityIsidro Henoch
- Removes the MainActivity and the shared code it was using - Adds the UnitsActivity - Implements the Map/List toggle functionality