Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-15 | Rebranded merge | Iván Ávalos | |
2022-01-15 | Improved loading indicators, improved layout semantics, added translations ↵ | Iván Ávalos | |
and changed default view to MAP | |||
2022-01-15 | Fixed size of unit card icons to 40dp | Iván Ávalos | |
2022-01-14 | Loading indicator for commands fragment | Iván Ávalos | |
2022-01-14 | Pass device name to details activity and redesigned commands fragment | Iván Ávalos | |
2022-01-13 | Implemented base for exporting XLSX reports | Iván Ávalos | |
2022-01-13 | Full screen map/devices fragment on UnitsActivity | Iván Ávalos | |
2022-01-13 | Added device icon to unit_item.xml (+ a11y) and moved category logic to ↵ | Iván Ávalos | |
MarkerTransformations | |||
2022-01-13 | Minor layout fix on unit_map_fragment.xml | Iván Ávalos | |
2022-01-13 | Hide keyboard and remove focus when cleaning search filter | Iván Ávalos | |
2022-01-13 | Made search filter cleanable | Iván Ávalos | |
2022-01-13 | Implemented ProgressBar for UnitInformationFragment | Iván Ávalos | |
2022-01-13 | Finished and redesigned UserInformationActivity and added About section | Iván Ávalos | |
2022-01-12 | Improved design of commands | Iván Ávalos | |
2022-01-12 | Implemented map layer switching and updated strings.xml | Iván Ávalos | |
2022-01-12 | Updated strings and translations | Iván Ávalos | |
2022-01-12 | Adds the user information functionality | Isidro Henoch | |
- Displays the user information - Allows the user to sign out | |||
2022-01-11 | More layout tweaks and fixes | Iván Ávalos | |
2022-01-11 | unit_item.xml data fields are generated programmatically, and DevicesAdapter ↵ | Iván Ávalos | |
code was refactored into UnitRenderData to be shared with UnitMapFragment. | |||
2022-01-11 | Minor layout improvements | Iván Ávalos | |
2022-01-11 | Implements base drawer layout menu | Iván Ávalos | |
2022-01-11 | MapFragment properly draws reports and renamed icons | Iván Ávalos | |
2022-01-08 | Finished events report, implemented GeofenceController, fixed geofencesGet() ↵ | Iván Ávalos | |
and many fixes | |||
2022-01-07 | Finishes the reports UI | Isidro Henoch | |
2022-01-04 | Animated marker centering and small UI tweak | Iván Ávalos | |
2022-01-04 | Implemented formatSpeed, redesigned UnitInformationFragment, added button to ↵ | Iván Ávalos | |
open device location in map, minor UI tweaks and added translations. | |||
2022-01-04 | Fully implemented UnitMapFragment layout, moved MarkerType to commonMain and ↵ | Iván Ávalos | |
removed unnecessary content description warnings. | |||
2022-01-03 | Extra UI change to test some functionality | Isidro Henoch | |
2022-01-03 | Splits the MapFragment funcionality | Isidro 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-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 | |||
2022-01-02 | Disables tab layout swipe gestures on the details activity | Isidro Henoch | |
2021-12-30 | Accessibility fixes and removed bindings from MapFragment | Iván Ávalos | |
2021-12-28 | Diaplays the events report | Isidro Henoch | |
2021-12-28 | Adds period selection UI | Isidro Henoch | |
2021-12-27 | Implements the report functionality, UI is missing | Isidro Henoch | |
2021-12-21 | Implements the commands list | Isidro Henoch | |
- Shows command details - Sends a selected command to a device | |||
2021-12-17 | Implemented SwipeLayout using Zerobranch's library | Iván Ávalos | |
2021-12-16 | Adds an ugly table to show details | Isidro Henoch | |
2021-12-16 | Merge 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-16 | Adds a very basic UI to display details | Isidro Henoch | |
2021-12-16 | Shows the details section | Isidro 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-15 | Adds the details activity | Isidro Henoch | |
2021-12-15 | Adds the profile button | Isidro Henoch | |
It doesn't do anything atm... | |||
2021-12-15 | Updates the devices list | Isidro 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-14 | Creates the RV adapter to display the units on screen | 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: Starts implementing the main activity | Isidro Henoch | |
- Removes the MainActivity and the shared code it was using - Adds the UnitsActivity - Implements the Map/List toggle functionality | |||
2021-12-06 | Strings to strings.xml (i18n) and dimens to dimen.xml | Iván Ávalos | |
2021-12-06 | WIP: Implements the Login functionality | Isidro Henoch | |
- Adds multiple android dependencies, for DI and some utilities - Updates colors and styles - Adds an Application - Adds the Login Fragment and ViewModel |