mirror of
https://github.com/LucasVbr/Queezer.git
synced 2026-07-09 06:07:45 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 123e165a5d | |||
| da4ea0c68f |
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2025 Lucàs Vabre and Kevin Mitressé
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -1,21 +1,28 @@
|
|||||||
# Queezer
|
<h1 align="center">Welcome to Queezer 👋</h1>
|
||||||
|
<p>
|
||||||
|
<img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
|
||||||
|
<a href="./LICENSE" target="_blank">
|
||||||
|
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Roadmap
|
> Android application of quizz using Deezer api
|
||||||
|
|
||||||
- [X] Page d'accueil
|
## Authors
|
||||||
- [X] Page des Paramètres
|
|
||||||
- [X] URL de l'API
|
|
||||||
- [X] Nombre de questions
|
|
||||||
- [X] Mode de jeu
|
|
||||||
- [X] Annuler les modifications
|
|
||||||
- [X] Sauvegarder les modifications
|
|
||||||
- [ ] Partie Rapide
|
|
||||||
- [ ] Lancer une musique
|
|
||||||
- [ ] Prendre en compte les réponses
|
|
||||||
- [ ] Afficher les scores
|
|
||||||
- [ ] Boucle de jeu, toutes les 30 secondes change de titre
|
|
||||||
- [ ] Partie Personnalisée
|
|
||||||
- [ ] Afficher une page de paramètres
|
|
||||||
- [ ] Page des Scores
|
|
||||||
|
|
||||||
- [ ] Désactiver la rotation de l'écran
|
👤 **Lucàs Vabre**
|
||||||
|
|
||||||
|
* Website: https://lucasvbr.dev
|
||||||
|
* Github: [@LucasVbr](https://github.com/LucasVbr)
|
||||||
|
* LinkedIn: [@lucasvbr](https://linkedin.com/in/lucasvbr)
|
||||||
|
|
||||||
|
👤 **Kevin Mitressé**
|
||||||
|
|
||||||
|
* Website: https://kmitresse.free.fr
|
||||||
|
* Github: [@kmitresse](https://github.com/kmitresse)
|
||||||
|
* LinkedIn: [@kmitresse](https://linkedin.com/in/kmitresse)
|
||||||
|
|
||||||
|
## 📝 License
|
||||||
|
|
||||||
|
Copyright © 2025.<br />
|
||||||
|
This project is [MIT](./LICENSE) licensed.
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"artifactType": {
|
||||||
|
"type": "APK",
|
||||||
|
"kind": "Directory"
|
||||||
|
},
|
||||||
|
"applicationId": "fr.univpau.queezer",
|
||||||
|
"variantName": "release",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"type": "SINGLE",
|
||||||
|
"filters": [],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 1,
|
||||||
|
"versionName": "1.0",
|
||||||
|
"outputFile": "app-release.apk"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elementType": "File",
|
||||||
|
"baselineProfiles": [
|
||||||
|
{
|
||||||
|
"minApi": 28,
|
||||||
|
"maxApi": 30,
|
||||||
|
"baselineProfiles": [
|
||||||
|
"baselineProfiles/1/app-release.dm"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"minApi": 31,
|
||||||
|
"maxApi": 2147483647,
|
||||||
|
"baselineProfiles": [
|
||||||
|
"baselineProfiles/0/app-release.dm"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"minSdkVersionForDexing": 29
|
||||||
|
}
|
||||||
Binary file not shown.
Reference in New Issue
Block a user