aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src
AgeCommit message (Collapse)Author
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-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-16Show markers on mapIván Ávalos
2021-12-16Merge branch 'maply_test'Iván Ávalos
2021-12-16Adds an ugly table to show detailsIsidro Henoch
2021-12-16Added icon for displayModeToggle according to displayModeIván Ávalos
2021-12-16Change onClickListener to onLongClickListener for DevicesAdapter.ktIván Ávalos
2021-12-16Added Spanish translationsIvá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-16Adds a very basic UI to display detailsIsidro Henoch
2021-12-16Updates unit details fragment to fetch the information for the given IDIsidro 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-15Maps now showing, including a test marker in MoscowIván Ávalos
2021-12-15WhirlyGlobe Maply test. Map shows completely black, same as with MapLibre GL ↵Iván Ávalos
we tested earlier
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: 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
2021-12-06Strings to strings.xml (i18n) and dimens to dimen.xmlIván Ávalos
2021-12-06WIP: Adds the token persistanceIsidro Henoch
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-04Added app name to AndroidManifest.xmlIván Ávalos
2021-12-04Added ic_launcher to Android appIván Ávalos
2021-12-03Inits the projectIsidro Henoch