aboutsummaryrefslogtreecommitdiff
path: root/shared/src/commonMain
AgeCommit message (Collapse)Author
2021-12-16Merge remote-tracking branch 'origin/main'Iván Ávalos
# Conflicts: # androidApp/src/main/java/mx/trackermap/TrackerMap/android/devices/DevicesAdapter.kt # androidApp/src/main/res/layout/unit_item.xml
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-16Updates unit details fragment to fetch the information for the given IDIsidro Henoch
2021-12-11Adds the search behaviourIsidro Henoch
- Updates units_activity to include a search input - Adds the search functionality to the Units VM - Adds the required events to the Units Activity to perform the search
2021-12-08WIP: Implements the basic structure for the units list/mapIsidro 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-08WIP: Starts implementing the main activityIsidro Henoch
- Removes the MainActivity and the shared code it was using - Adds the UnitsActivity - Implements the Map/List toggle functionality
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-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