summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add field `moving activity`Santo Cariotti2024-08-221-0/+1
| | | | Following https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity
* Add position type and query on itSanto Cariotti2024-08-221-1/+1
|
* Authentication for endpointsSanto Cariotti2024-08-211-0/+1
|
* Add loginSanto Cariotti2024-08-211-0/+4
| | | | | | | | | | | | | | | | Fields sent are ``` { "query": "mutation Login($input: LoginCredentials!) { login(input: $input) { accessToken tokenType } }", "variables": { "input": { "email": "....", "password": "..." } } } ```
* Add state for databaseSanto Cariotti2024-08-201-1/+1
|
* InitSanto Cariotti2024-08-201-0/+20