Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-08 | WIP: Starts implementing the main activity | Isidro Henoch | |
- Removes the MainActivity and the shared code it was using - Adds the UnitsActivity - Implements the Map/List toggle functionality | |||
2021-12-06 | Strings to strings.xml (i18n) and dimens to dimen.xml | Iván Ávalos | |
2021-12-06 | WIP: Adds the token persistance | Isidro Henoch | |
2021-12-06 | WIP: Implements the Login functionality | Isidro 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-05 | Added WhirlyGlobeMaply dependency for maps | Iván Ávalos | |
2021-12-05 | Added WhirlyGlobeMaply dependency for maps | Iván Ávalos | |
2021-12-05 | Adds x-www-form-urlencoded support to http client | Isidro 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-05 | Added Henoch's mail | Iván Ávalos | |
2021-12-04 | Added README and LICENSE (AGPLv3) | Iván Ávalos | |
2021-12-04 | Added app name to AndroidManifest.xml | Iván Ávalos | |
2021-12-04 | Added ic_launcher to Android app | Iván Ávalos | |
2021-12-04 | Added first controllers (unreviewed and untested) | Iván Ávalos | |
2021-12-04 | Replaced Java stuff with Kotlin native stuff, and deleted ↵ | Iván Ávalos | |
ApplicationDelegates (probably useless) | |||
2021-12-04 | Removed unneeded files and made API functions suspending | Iván Ávalos | |
2021-12-04 | Removed unneeded files and made API functions suspending | Iván Ávalos | |
2021-12-04 | Rewrote HTTP client code using Ktor | Iván Ávalos | |
2021-12-03 | Added Swagger auto-generated API client (no Ktor yet) | Iván Ávalos | |
2021-12-03 | Inits the project | Isidro Henoch | |