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
Age
Commit message (
Expand
)
Author
2022-04-18
[android] Fixed date pickers by adding 1 to 0-based month number
Iván Ávalos
2022-04-14
- [android] Fixed “to” date picker
Iván Ávalos
2022-04-13
- [android] Set maxDate in date pickers for custom reports
Iván Ávalos
2022-04-11
- [shared] Added DateUtils 'expect' class for platform-specific date format.
Iván Ávalos
2022-04-09
- [shared] Rewrote ReportDates to allow for custom date period.
Iván Ávalos
2022-02-13
Changed Array<> to List<> for iOS compatibility
Iván Ávalos
2022-02-07
Removed now unnecessary CommandsApi on Android app
Iván Ávalos
2022-02-07
Added sendCommand() method to CommandsController, and updated Android app to ...
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-20
Proper handling of user permission requests
Iván Ávalos
2022-01-20
Properly implemented save and share report actions
Iván Ávalos
2022-01-18
Fixed geofences retrieval in reports and lifecycle issue with unit details fr...
Iván Ávalos
2022-01-17
Pass overlay top margin and whether should show layer toggle as arguments for...
Iván Ávalos
2022-01-17
Add loading screen to map and removed no longer needed fragment replacement i...
Iván Ávalos
2022-01-17
Refactored map fragment into wrapper with an overlay that contains zoom buttons
Iván Ávalos
2022-01-17
Fixed geofences retrieval on reports fragment
Iván Ávalos
2022-01-17
Fixed reports fragment map data display, and added geofences
Iván Ávalos
2022-01-17
Tries to fix the report map issues
Isidro Henoch
2022-01-17
Improved observer management
Iván Ávalos
2022-01-17
Implemented timer that fetches units every 10 seconds, and updated map to wor...
Iván Ávalos
2022-01-16
Hide device limit when <= 0, and show device unique ID on details view
Iván Ávalos
2022-01-16
Fixed unit category icon sizing in views
Iván Ávalos
2022-01-16
Added device category icon to unit information and commands views
Iván Ávalos
2022-01-16
Fixed event report types on API
Iván Ávalos
2022-01-16
Refactored report types into commonMain, added support for event report types...
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-16
Moved stuff to shared package
Iván Ávalos
2022-01-16
Added hourmeter field
Iván Ávalos
2022-01-15
Improved loading indicators, improved layout semantics, added translations an...
Iván Ávalos
2022-01-14
Refactored reports code into ReportController.kt and added extra report periods
Iván Ávalos
2022-01-14
Loading indicator for commands fragment
Iván Ávalos
2022-01-14
Pass device name to details activity and redesigned commands fragment
Iván Ávalos
2022-01-14
Switched to proper Android create file API
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
Fixed stops report
Iván Ávalos
2022-01-13
Merge branch 'main' into export_xlsx
Iván Ávalos
2022-01-13
Fix detailsPager.isUserInputEnabled on init
Iván Ávalos
2022-01-13
Implemented base for exporting XLSX reports
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-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
Fix code style and replaced this to viewLifecycleOwner in observers to avoid ...
Iván Ávalos
2022-01-12
Fixes the empty unit details
Isidro Henoch
2022-01-11
Implemented polygon geofences
Iván Ávalos
2022-01-11
MapFragment properly draws reports and renamed icons
Iván Ávalos
[next]