Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-30 | Implemented datetime formatting | Iván Ávalos | |
2021-12-16 | - Basically fully implemented device item with all details and icons. | Iván Ávalos | |
- Attributes for all models are deserialized as Map<String, JsonPrimitive>. - Removed redundant qualifier names | |||
2021-12-08 | WIP: Implements the basic structure for the units list/map | Isidro Henoch | |
- Updates the Devices and Positions APIs to properly construct the Url's query when there are null values - Adds a units controller to the shared module - Adds a devices and map fragment that each print the fetched units on the console - Adds a units view model to connect previously mentioned fragments with the units controller | |||
2021-12-06 | WIP: Adds the token persistance | Isidro Henoch | |
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-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 | |