aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout/unit_map_fragment.xml
AgeCommit message (Collapse)Author
2022-01-16Added fake close button to unit_map_fragment.xmlIván Ávalos
2022-01-16Added attribution and refactored map layers codeIván Ávalos
2022-01-13Minor layout fix on unit_map_fragment.xmlIván Ávalos
2022-01-11More layout tweaks and fixesIván Ávalos
2022-01-11unit_item.xml data fields are generated programmatically, and DevicesAdapter ↵Iván Ávalos
code was refactored into UnitRenderData to be shared with UnitMapFragment.
2022-01-11Minor layout improvementsIván Ávalos
2022-01-11Implements base drawer layout menuIván Ávalos
2022-01-11MapFragment properly draws reports and renamed iconsIván Ávalos
2022-01-04Animated marker centering and small UI tweakIván Ávalos
2022-01-04Fully implemented UnitMapFragment layout, moved MarkerType to commonMain and ↵Iván Ávalos
removed unnecessary content description warnings.
2022-01-03Extra UI change to test some functionalityIsidro Henoch
2022-01-03Splits the MapFragment funcionalityIsidro Henoch
- Now there's MapFragment, which is the map and is responsible for displaying markers and focusing on a particular point. This functionality will be extended. - UnitMapFragment is the entity in charge of the subscriptions and converts UnitInformation entities to something MapFragment can handle.