index
:
etbsa-trackermap-mobile
ios_app
main
url_switch
Aplicación móvil para ETBSA basada en trackermap-mobile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
androidApp
/
src
/
main
/
java
/
mx
/
trackermap
/
TrackerMap
/
android
/
details
/
DetailsActivity.kt
Age
Commit message (
Expand
)
Author
2022-01-17
Implemented timer that fetches units every 10 seconds, and updated map to wor...
Iván Ávalos
2022-01-16
Added device category icon to unit information and commands views
Iván Ávalos
2022-01-16
Added close button to DetailsActivity, updated strings and layouts
Iván Ávalos
2022-01-16
Removed import of missing class and fixed imports after moving classes to shared
Iván Ávalos
2022-01-14
Pass device name to details activity and redesigned commands fragment
Iván Ávalos
2022-01-14
Save downloaded XLSX to downloads folder
Iván Ávalos
2022-01-13
Initial attempt to request WRITE_EXTERNAL_STORAGE permission
Iván Ávalos
2022-01-13
Fix detailsPager.isUserInputEnabled on init
Iván Ávalos
2022-01-13
Enable user input on DetailsActivity only for details and commands tabs
Iván Ávalos
2022-01-12
Implemented map layer switching and updated strings.xml
Iván Ávalos
2022-01-12
Fix code style and replaced this to viewLifecycleOwner in observers to avoid ...
Iván Ávalos
2022-01-02
Disables tab layout swipe gestures on the details activity
Isidro Henoch
2021-12-16
Updates unit details fragment to fetch the information for the given ID
Isidro Henoch
2021-12-16
Shows the details section
Isidro Henoch
2021-12-15
Adds the details activity
Isidro Henoch