Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-16 | Merge branch 'maply_test' | Iván Ávalos | |
2021-12-16 | Adds an ugly table to show details | Isidro Henoch | |
2021-12-16 | Added icon for displayModeToggle according to displayMode | Iván Ávalos | |
2021-12-16 | Change onClickListener to onLongClickListener for DevicesAdapter.kt | Iván Ávalos | |
2021-12-16 | Added Spanish translations | Iván Ávalos | |
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 | Updates unit details fragment to fetch the information for the given ID | 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 | Maps now showing, including a test marker in Moscow | Iván Ávalos | |
2021-12-15 | WhirlyGlobe Maply test. Map shows completely black, same as with MapLibre GL ↵ | Iván Ávalos | |
we tested earlier | |||
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: Implements the basic structure for the units list/map | Isidro 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-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: Adds the token persistance | Isidro Henoch | |
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 | |||
2021-12-04 | Added app name to AndroidManifest.xml | Iván Ávalos | |
2021-12-04 | Added ic_launcher to Android app | Iván Ávalos | |
2021-12-03 | Inits the project | Isidro Henoch | |