| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add field `moving activity` | Santo Cariotti | 2024-08-22 | 1 | -0/+1 |
| | | | | | Following https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity | ||||
| * | Add position type and query on it | Santo Cariotti | 2024-08-22 | 1 | -1/+1 |
| | | |||||
| * | Authentication for endpoints | Santo Cariotti | 2024-08-21 | 1 | -0/+1 |
| | | |||||
| * | Add login | Santo Cariotti | 2024-08-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | Fields sent are ``` { "query": "mutation Login($input: LoginCredentials!) { login(input: $input) { accessToken tokenType } }", "variables": { "input": { "email": "....", "password": "..." } } } ``` | ||||
| * | Add state for database | Santo Cariotti | 2024-08-20 | 1 | -1/+1 |
| | | |||||
| * | Init | Santo Cariotti | 2024-08-20 | 1 | -0/+20 |
