aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/java/mx/trackermap/TrackerMap/android/units/UnitsActivity.kt
AgeCommit message (Collapse)Author
2022-01-11MapFragment properly draws reports and renamed iconsIván Ávalos
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.
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-30Accessibility fixes and removed bindings from MapFragmentIván Ávalos
2021-12-30Center map on device clickIván Ávalos
2021-12-16Added icon for displayModeToggle according to displayModeIván Ávalos
2021-12-15Adds the profile buttonIsidro Henoch
It doesn't do anything atm...
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