aboutsummaryrefslogtreecommitdiff
path: root/androidApp
AgeCommit message (Expand)Author
2022-01-16Added attribution and refactored map layers codeIván Ávalos
2022-01-16Moved layer definitions to map_layers.xml and adjusted zoom limits, and adjus...Iván Ávalos
2022-01-16Set zoom limits of mapControl by converting zoom levels to Mapnik scale denom...Iván Ávalos
2022-01-16Added max zoom, min zoom and attribution text on strings.xml and reduced devi...Iván Ávalos
2022-01-16Default map changed to OpenStreetMap.fr (because .org one doesn't work), and ...Iván Ávalos
2022-01-15Added tooltips to UnitsActivity buttonsIván Ávalos
2022-01-15Replaced satellite map layer with hybrid, and removed hybridIván Ávalos
2022-01-15Improved loading indicators, improved layout semantics, added translations an...Iván Ávalos
2022-01-15Fixed size of unit card icons to 40dpIván Ávalos
2022-01-15FCM token unregisters when logging outIván Ávalos
2022-01-15Added code for registering FCM token (HTTP 401 error)Iván Ávalos
2022-01-14Refactored even more session management code into SessionControllerIván Ávalos
2022-01-14Deleted unused controllers and refactored session management code into Sessio...Iván Ávalos
2022-01-14Refactored reports code into ReportController.kt and added extra report periodsIván Ávalos
2022-01-14Changed tint of icon_radio_checked.xml to accent colorIván Ávalos
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-14Switched to proper Android create file APIIván Ávalos
2022-01-14Save downloaded XLSX to downloads folderIván Ávalos
2022-01-13Load report and geofence line width from dimen.xmlIván Ávalos
2022-01-13Initial attempt to request WRITE_EXTERNAL_STORAGE permissionIván Ávalos
2022-01-13Fixed stops reportIván Ávalos
2022-01-13Merge branch 'main' into export_xlsxIván Ávalos
2022-01-13Fix detailsPager.isUserInputEnabled on initIván Ávalos
2022-01-13Implemented base for exporting XLSX reportsIván Ávalos
2022-01-13Clear search filter when selecting device in listIván Ávalos
2022-01-13Fixed top margin on DevicesAdapterIván Ávalos
2022-01-13Disable map filter auto centering when unit is selectedIván Ávalos
2022-01-13Full screen map/devices fragment on UnitsActivityIván Ávalos
2022-01-13Introduced Google product flavor for FCM notificationsIván Ávalos
2022-01-13Fixes the map layer issueIsidro Henoch
2022-01-13Added device icon to unit_item.xml (+ a11y) and moved category logic to Marke...Iván Ávalos
2022-01-13Minor layout fix on unit_map_fragment.xmlIván Ávalos
2022-01-13Set screen label typeface to boldIván Ávalos
2022-01-13Replaced screen labels background with outlineIván Ávalos
2022-01-13Added labels for markers and disabled clustering until we figure out how to c...Iván Ávalos
2022-01-13Hide keyboard and unfocus search filter when selecting unit in UnitsActivityIván Ávalos
2022-01-13Hide keyboard and remove focus when cleaning search filterIván Ávalos
2022-01-13Made search filter cleanableIván Ávalos
2022-01-13Enable user input on DetailsActivity only for details and commands tabsIván Ávalos
2022-01-13Implemented ProgressBar for UnitInformationFragmentIván Ávalos
2022-01-13Finished and redesigned UserInformationActivity and added About sectionIván Ávalos
2022-01-13Finished and redesigned UserInformationActivity and added About sectionIván Ávalos
2022-01-12Improved design of commandsIván Ávalos
2022-01-12Implemented map layer switching and updated strings.xmlIván Ávalos
2022-01-12Reduced maxTiles to scale up the mapIván Ávalos
2022-01-12Improved cluster generator style and disabled selectionIván Ávalos
2022-01-12Updated strings and translationsIván Ávalos
2022-01-12Fix code style and replaced this to viewLifecycleOwner in observers to avoid ...Iván Ávalos
2022-01-12Fixes the empty unit detailsIsidro Henoch