aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout
AgeCommit message (Collapse)Author
2022-01-11MapFragment properly draws reports and renamed iconsIván Ávalos
2022-01-08Finished events report, implemented GeofenceController, fixed geofencesGet() ↵Iván Ávalos
and many fixes
2022-01-07Finishes the reports UIIsidro Henoch
2022-01-04Animated marker centering and small UI tweakIvá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-04Fully implemented UnitMapFragment layout, moved MarkerType to commonMain and ↵Iván Ávalos
removed unnecessary content description warnings.
2022-01-03Extra UI change to test some functionalityIsidro Henoch
2022-01-03Splits the MapFragment funcionalityIsidro Henoch
- Now there's MapFragment, which is the map and is responsible for displaying markers and focusing on a particular point. This functionality will be extended. - UnitMapFragment is the entity in charge of the subscriptions and converts UnitInformation entities to something MapFragment can handle.
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
2022-01-02Disables tab layout swipe gestures on the details activityIsidro Henoch
2021-12-30Accessibility fixes and removed bindings from MapFragmentIván Ávalos
2021-12-28Diaplays the events reportIsidro Henoch
2021-12-28Adds period selection UIIsidro Henoch
2021-12-27Implements the report functionality, UI is missingIsidro Henoch
2021-12-21Implements the commands listIsidro Henoch
- Shows command details - Sends a selected command to a device
2021-12-17Implemented SwipeLayout using Zerobranch's libraryIván Ávalos
2021-12-16Adds an ugly table to show detailsIsidro Henoch
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-16Adds a very basic UI to display detailsIsidro Henoch
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-15Adds the profile buttonIsidro Henoch
It doesn't do anything atm...
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-11Adds the search behaviourIsidro 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-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
2021-12-06Strings to strings.xml (i18n) and dimens to dimen.xmlIván Ávalos
2021-12-06WIP: Implements the Login functionalityIsidro Henoch
- Adds multiple android dependencies, for DI and some utilities - Updates colors and styles - Adds an Application - Adds the Login Fragment and ViewModel
2021-12-03Inits the projectIsidro Henoch