Age | Commit message (Collapse) | Author |
|
|
|
(https://youtrack.jetbrains.com/issue/KTOR-3748), so we can handle them manually.
|
|
mutability and get it run in Native (untested!)
|
|
|
|
|
|
constraintlayout libraries
|
|
|
|
|
|
at login
|
|
removed annoying auto-generated redundant qualifiers
|
|
|
|
|
|
|
|
|
|
types in controller and API
|
|
|
|
|
|
|
|
SessionController
|
|
|
|
|
|
|
|
- Displays the user information
- Allows the user to sign out
|
|
and many fixes
|
|
|
|
- Shows command details
- Sends a selected command to a device
|
|
- Attributes for all models are deserialized as Map<String, JsonPrimitive>.
- Removed redundant qualifier names
|
|
- 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
|
|
|
|
- Installs a serialization library
- Installs a ktor logging library
- Updates ApiClient to support x-www-form-urlencoded requests
- Serializes the User data model
|
|
ApplicationDelegates (probably useless)
|
|
|
|
|
|
|
|
|