aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-06Strings to strings.xml (i18n) and dimens to dimen.xmlIván Ávalos
2021-12-06WIP: Adds the token persistanceIsidro Henoch
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-05Added WhirlyGlobeMaply dependency for mapsIván Ávalos
2021-12-05Added WhirlyGlobeMaply dependency for mapsIván Ávalos
2021-12-05Adds x-www-form-urlencoded support to http clientIsidro Henoch
- Installs a serialization library - Installs a ktor logging library - Updates ApiClient to support x-www-form-urlencoded requests - Serializes the User data model
2021-12-05Added Henoch's mailIván Ávalos
2021-12-04Added README and LICENSE (AGPLv3)Iván Ávalos
2021-12-04Added app name to AndroidManifest.xmlIván Ávalos
2021-12-04Added ic_launcher to Android appIván Ávalos
2021-12-04Added first controllers (unreviewed and untested)Iván Ávalos
2021-12-04Replaced Java stuff with Kotlin native stuff, and deleted ↵Iván Ávalos
ApplicationDelegates (probably useless)
2021-12-04Removed unneeded files and made API functions suspendingIván Ávalos
2021-12-04Removed unneeded files and made API functions suspendingIván Ávalos
2021-12-04Rewrote HTTP client code using KtorIván Ávalos
2021-12-03Added Swagger auto-generated API client (no Ktor yet)Iván Ávalos
2021-12-03Inits the projectIsidro Henoch