Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-13 | Set screen label typeface to bold | Iván Ávalos | |
2022-01-13 | Replaced screen labels background with outline | Iván Ávalos | |
2022-01-13 | Added labels for markers and disabled clustering until we figure out how to ↵ | Iván Ávalos | |
combine it with marker labels | |||
2022-01-13 | Hide keyboard and unfocus search filter when selecting unit in UnitsActivity | 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 | Enable user input on DetailsActivity only for details and commands tabs | 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-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 | Reduced maxTiles to scale up the map | Iván Ávalos | |
2022-01-12 | Improved cluster generator style and disabled selection | Iván Ávalos | |
2022-01-12 | Updated strings and translations | Iván Ávalos | |
2022-01-12 | Fix code style and replaced this to viewLifecycleOwner in observers to avoid ↵ | Iván Ávalos | |
leaks | |||
2022-01-12 | Fixes the empty unit details | Isidro Henoch | |
2022-01-12 | Merge branch 'user_information' | Isidro Henoch | |
2022-01-12 | Fixes issues | Isidro Henoch | |
- Fixes the logout problem that don't let users sign in again - Fixes the search bug | |||
2022-01-12 | Improved reports design | 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 | Shows geofence names on map | Iván Ávalos | |
2022-01-11 | Implemented clustering | Iván Ávalos | |
2022-01-11 | Implemented polygon geofences | Iván Ávalos | |
2022-01-11 | Center map to bounds even when isReport = false | Iván Ávalos | |
2022-01-11 | Replaced map icons with SVG icons | 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 | Moved tiles URL to strings.xml | Iván Ávalos | |
2022-01-04 | Decreased marker centering zoom | Iván Ávalos | |
2022-01-04 | Animated marker centering and small UI tweak | Iván Ávalos | |
2022-01-04 | Changed Button to MaterialButton | 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 | Merge branch 'main' of git.sr.ht:~avalos/trackermap-mobile | Iván Ávalos | |
2022-01-04 | Fully implemented UnitMapFragment layout, moved MarkerType to commonMain and ↵ | Iván Ávalos | |
removed unnecessary content description warnings. | |||
2022-01-04 | Fully implemented UnitMapFragment layout, moved MarkerType to commonMain and ↵ | Iván Ávalos | |
removed unnecessary content description warnings. | |||
2022-01-04 | Finishes the markers functionality | Isidro Henoch | |
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 | Merge remote-tracking branch 'origin/main' | Iván Ávalos | |
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-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-30 | Implemented datetime formatting | Iván Ávalos | |