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
/
devices
/
DevicesAdapter.kt
Age
Commit message (
Expand
)
Author
2023-01-03
[android] Changed way that online status is calculated, and added ignition icon
Iván Ávalos
2022-03-10
- Card on map now updates info when there is a change
Iván Ávalos
2022-01-20
Added 2022 to copyright. Damn, I forgot we were in 2022.
Iván Ávalos
2022-01-20
Added license headers and removed unused imports
Iván Ávalos
2022-01-16
Moved stuff to shared package
Iván Ávalos
2022-01-15
Improved loading indicators, improved layout semantics, added translations an...
Iván Ávalos
2022-01-13
Fixed top margin on DevicesAdapter
Iván Ávalos
2022-01-13
Full screen map/devices fragment on UnitsActivity
Iván Ávalos
2022-01-13
Added device icon to unit_item.xml (+ a11y) and moved category logic to Marke...
Iván Ávalos
2022-01-13
Implemented ProgressBar for UnitInformationFragment
Iván Ávalos
2022-01-11
unit_item.xml data fields are generated programmatically, and DevicesAdapter ...
Iván Ávalos
2022-01-11
MapFragment properly draws reports and renamed icons
Iván Ávalos
2022-01-04
Implemented formatSpeed, redesigned UnitInformationFragment, added button to ...
Iván Ávalos
2022-01-03
Merge branch 'reports'
Isidro Henoch
2021-12-30
Implemented datetime formatting
Iván Ávalos
2021-12-30
Center map on device click
Iván Ávalos
2021-12-27
Implements the report functionality, UI is missing
Isidro Henoch
2021-12-17
Implemented SwipeLayout using Zerobranch's library
Iván Ávalos
2021-12-16
Change onClickListener to onLongClickListener for DevicesAdapter.kt
Iván Ávalos
2021-12-16
- Basically fully implemented device item with all details and icons.
Iván Ávalos
2021-12-15
Updates the devices list
Isidro Henoch
2021-12-14
Creates the RV adapter to display the units on screen
Isidro Henoch