aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/java/mx/trackermap/TrackerMap/android/details/DetailsActivity.kt
AgeCommit message (Expand)Author
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-20Proper handling of user permission requestsIván Ávalos
2022-01-17Implemented timer that fetches units every 10 seconds, and updated map to wor...Ivá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-16Removed import of missing class and fixed imports after moving classes to sharedIván Ávalos
2022-01-14Pass device name to details activity and redesigned commands fragmentIván Ávalos
2022-01-14Save downloaded XLSX to downloads folderIván Ávalos
2022-01-13Initial attempt to request WRITE_EXTERNAL_STORAGE permissionIván Ávalos
2022-01-13Fix detailsPager.isUserInputEnabled on initIván Ávalos
2022-01-13Enable user input on DetailsActivity only for details and commands tabsIván Ávalos
2022-01-12Implemented map layer switching and updated strings.xmlIván Ávalos
2022-01-12Fix code style and replaced this to viewLifecycleOwner in observers to avoid ...Iván Ávalos
2022-01-02Disables tab layout swipe gestures on the details activityIsidro Henoch
2021-12-16Updates unit details fragment to fetch the information for the given IDIsidro Henoch
2021-12-16Shows the details sectionIsidro Henoch
2021-12-15Adds the details activityIsidro Henoch