aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/AndroidManifest.xml
AgeCommit message (Collapse)Author
2022-01-20Switched provider to regular release AndroidManifest.xmlIván Ávalos
2022-01-14Save downloaded XLSX to downloads folderIván Ávalos
2022-01-12Adds the user information functionalityIsidro Henoch
- Displays the user information - Allows the user to sign out
2021-12-15Adds the details activityIsidro Henoch
2021-12-08WIP: Starts implementing the main activityIsidro Henoch
- Removes the MainActivity and the shared code it was using - Adds the UnitsActivity - Implements the Map/List toggle functionality
2021-12-06Strings to strings.xml (i18n) and dimens to dimen.xmlIván Ávalos
2021-12-06WIP: Implements the Login functionalityIsidro Henoch
- Adds multiple android dependencies, for DI and some utilities - Updates colors and styles - Adds an Application - Adds the Login Fragment and ViewModel
2021-12-04Added app name to AndroidManifest.xmlIván Ávalos
2021-12-04Added ic_launcher to Android appIván Ávalos
2021-12-03Inits the projectIsidro Henoch