aboutsummaryrefslogtreecommitdiff
path: root/shared/src/commonMain/kotlin/mx/trackermap/TrackerMap/client/infrastructure
AgeCommit message (Collapse)Author
2022-01-20Implemented feature to switch to different Traccar servers by URL and ↵Iván Ávalos
removed annoying auto-generated redundant qualifiers
2022-01-18Increased request timeout and fetch units ticker to 20 secondsIván Ávalos
2022-01-17Set request timeout to 10 secondsIván Ávalos
2022-01-15Added code for registering FCM token (HTTP 401 error)Iván Ávalos
2021-12-06WIP: Adds the token persistanceIsidro Henoch
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-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