-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ajout d'un plan primaire de l'isima au format obj * Debug dev (#6) * Ajout de l'obj * Ajout de tous les fichiers 3d * Retour avant ajout de la 3D * Ajout de la vue 3d de l'isima après le login google * Navigation sur la carte 3D * Début d'ajout d'un système de UserManager avec pattern Observer Observable avec la vue * Fix du Observer/Observable + TODO lier les updates aux artefacts + TODO faire datasource des users * updates aux artefacts + TODO faire datasource des users * updates aux artefacts + TODO faire datasource des users * Connexion du gps au user manager et du user manager à la carte + TODO recuperer les users != me + TODO login Google * Login Google récupération des informations * Envoi du token à https://wd.exception.ovh/tokensignin * Ajout des fonctionnalités réseaux. Ajout du bouton de débugage. Position GPS utilisateur. Connexion Google. * Mise à jour des API (#7) Use of API 25 * Récupération des utilisateurs sur le web service * Récupération des utilisateurs sur le web service * Ajout du logout fragile Attention à l'ordre lattitude, longitude * Ajout du logout fragile Attention à l'ordre lattitude, longitude * update du build tool
- Loading branch information
Showing
55 changed files
with
3,622 additions
and
766 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"project_info": { | ||
"project_number": "933756986924", | ||
"project_id": "watchdogzz-debug" | ||
}, | ||
"client": [ | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:933756986924:android:c7a71a2bd981b9eb", | ||
"android_client_info": { | ||
"package_name": "ovh.exception.watchdogzz" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "933756986924-v52rhof4skjmj9kprdm13tst684l5756.apps.googleusercontent.com", | ||
"client_type": 1, | ||
"android_info": { | ||
"package_name": "ovh.exception.watchdogzz", | ||
"certificate_hash": "9D649B1CBD804239FDAF0E24FB14742B7BDECC6A" | ||
} | ||
}, | ||
{ | ||
"client_id": "933756986924-ont7s5iohrb9rm3nch8momvatsr4qp47.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyBKpQ3mgWWvT14QfFqIHKNLyzCu4uRDRfE" | ||
} | ||
], | ||
"services": { | ||
"analytics_service": { | ||
"status": 1 | ||
}, | ||
"appinvite_service": { | ||
"status": 1, | ||
"other_platform_oauth_client": [] | ||
}, | ||
"ads_service": { | ||
"status": 1 | ||
} | ||
} | ||
} | ||
], | ||
"configuration_version": "1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.