aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/java/mx/trackermap/TrackerMap/android/details/commands
AgeCommit message (Collapse)Author
2022-02-07Removed now unnecessary CommandsApi on Android appIván Ávalos
2022-02-07Added sendCommand() method to CommandsController, and updated Android app to ↵Iván Ávalos
use controller
2022-01-20Added 2022 to copyright. Damn, I forgot we were in 2022.Iván Ávalos
2022-01-20Added license headers and removed unused importsIván Ávalos
2022-01-17Improved observer managementIván Ávalos
2022-01-17Implemented timer that fetches units every 10 seconds, and updated map to ↵Iván Ávalos
work with timer
2022-01-16Fixed unit category icon sizing in viewsIván Ávalos
2022-01-16Added device category icon to unit information and commands viewsIván Ávalos
2022-01-16Added close button to DetailsActivity, updated strings and layoutsIván Ávalos
2022-01-15Improved loading indicators, improved layout semantics, added translations ↵Iván Ávalos
and changed default view to MAP
2022-01-14Loading indicator for commands fragmentIván Ávalos
2022-01-14Pass device name to details activity and redesigned commands fragmentIván Ávalos
2022-01-12Improved design of commandsIván Ávalos
2022-01-12Fix code style and replaced this to viewLifecycleOwner in observers to avoid ↵Iván Ávalos
leaks
2021-12-21Implements the commands listIsidro Henoch
- Shows command details - Sends a selected command to a device
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