| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | release: version 0.0.3 | Santo Cariotti | 2024-09-05 | 1 | -1/+1 |
| | | |||||
| * | Send notifications by Expo API | Santo Cariotti | 2024-09-05 | 1 | -5/+499 |
| | | |||||
| * | release: version 0.0.2-a | Santo Cariotti | 2024-09-03 | 1 | -1/+1 |
| | | |||||
| * | release: version 0.0.2 | Santo Cariotti | 2024-09-03 | 1 | -1/+1 |
| | | |||||
| * | Add notification type | Santo Cariotti | 2024-09-03 | 1 | -1/+1 |
| | | |||||
| * | Add examples on doc | Santo Cariotti | 2024-09-03 | 1 | -1/+1 |
| | | |||||
| * | 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 | -0/+1 |
| | | |||||
| * | Authentication for endpoints | Santo Cariotti | 2024-08-21 | 1 | -0/+48 |
| | | |||||
| * | Add login | Santo Cariotti | 2024-08-21 | 1 | -0/+221 |
| | | | | | | | | | | | | | | | | | 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 | -15/+1 |
| | | |||||
| * | Init | Santo Cariotti | 2024-08-20 | 1 | -0/+2278 |
