- May 22, 2018
-
-
fpeterfalvi authored
Bug in calculateGuessQuestionWinner method corrected.
-
- May 03, 2018
-
-
fpeterfalvi authored
-
- May 02, 2018
-
-
fpeterfalvi authored
-
- May 01, 2018
-
-
KGreg authored
-
KGreg authored
-
fpeterfalvi authored
-
fpeterfalvi authored
-
- Apr 30, 2018
-
-
KGreg authored
-
KGreg authored
-
https://git.sch.bme.hu/KGregPFerenc/AndroidOnlabKviz2018fpeterfalvi authored
# Conflicts: # KvizClient/app/src/main/java/onlab/kvizclient/LobbyActivity.java
-
fpeterfalvi authored
-
KGreg authored
-
KGreg authored
-
KGreg authored
-
fpeterfalvi authored
-
fpeterfalvi authored
Server user can restrict the list of questions from the full database to a limited number of random questions with selecting which topics to include and providing the maximum number of questions per topic.
-
- Apr 29, 2018
-
-
fpeterfalvi authored
Now the saved database files can be opened correctly.
-
fpeterfalvi authored
Also added "currentIndex" member variable to Question class to be able to store the current questions list (not only the full database).
-
- Apr 26, 2018
-
-
fpeterfalvi authored
Question database is persistent until a new question file is loaded.
-
fpeterfalvi authored
-
- Apr 25, 2018
-
-
fpeterfalvi authored
QuestionListFragment added which displays the list of all questions in the database and the server user can select what question to be next in the game. In GameActivity the GameControlFragment and the QuestionListFragment are displayed by a ViewPager so the server user can alternate between them.
-
- Apr 23, 2018
-
-
fpeterfalvi authored
GameControlFragment added. Gradle version is modified. (Because of updating Android Studio.)
-
- Apr 22, 2018
-
-
fpeterfalvi authored
GuessQuestionFragment and AnsweredQuestionFragment added.
-
fpeterfalvi authored
MultipleChoiceFragment can handle answers of more than two players.
-
- Apr 21, 2018
-
-
fpeterfalvi authored
-
- Apr 12, 2018
-
-
fpeterfalvi authored
-
- Apr 11, 2018
-
-
fpeterfalvi authored
In QuizUp mode questions are no more sent by pressing a button by server user. They are sent automatically with timer.
-
- Apr 10, 2018
-
-
fpeterfalvi authored
If a time limit is set, a progress bar shows the remaining time and the fragment lets answering only during this limited time.
-
fpeterfalvi authored
In Server/LobbyActivity communication thread is also closed with a boolean variable when new activity is started. At the end of the game, QuizUpActivity displays the outcome to the players.
-
- Apr 09, 2018
-
-
fpeterfalvi authored
-
fpeterfalvi authored
-
- Apr 08, 2018
-
-
fpeterfalvi authored
-
- Apr 07, 2018
-
-
fpeterfalvi authored
Closing of the LobbyActivity's CommunicationThread with dummy messages sent by GameActivity.
-
fpeterfalvi authored
Merge branch 'ClientGameActivity' of https://git.sch.bme.hu/KGregPFerenc/AndroidOnlabKviz2018 into ClientGameActivity
-
fpeterfalvi authored
-
KGreg authored
-
KGreg authored
-
fpeterfalvi authored
The name of the chosen file is displayed and a default file is added if no file is chosen manually.
-
KGreg authored
-
fpeterfalvi authored
-