luca0N! luca0N
luca0N pushed to master at luca0N/Pluck 2021-03-16 04:37:15 +00:00
ad86082f53 Merge pull request 'Remove debug AlertDialog' (#17) from dev into master
49960dcd7b Removed debug AlertDialog
Compare 2 commits »
luca0N merged pull request luca0N/Pluck#17 2021-03-16 04:37:14 +00:00
Remove debug AlertDialog
luca0N created pull request luca0N/Pluck#17 2021-03-16 04:37:09 +00:00
Remove debug AlertDialog
luca0N pushed to dev at luca0N/Pluck 2021-03-16 04:36:47 +00:00
49960dcd7b Removed debug AlertDialog
luca0N merged pull request luca0N/Pluck#13 2021-03-16 04:28:17 +00:00
Add trivia file source support
luca0N pushed to master at luca0N/Pluck 2021-03-16 04:28:17 +00:00
fe468ecfd2 Merge pull request 'Add trivia file source support' (#13) from dev into master
4045f0207c Added "All" option on the question amount spinner
8e84fe2ff5 Finished filter support
c3c820715b Randomized question order
7d92099a95 Added initial filter support for trivia files
Compare 7 commits »
luca0N pushed to dev at luca0N/Pluck 2021-03-16 04:23:36 +00:00
4045f0207c Added "All" option on the question amount spinner
luca0N pushed to dev at luca0N/Pluck 2021-03-16 04:00:33 +00:00
8e84fe2ff5 Finished filter support
c3c820715b Randomized question order
Compare 2 commits »
luca0N commented on pull request luca0N/Pluck#13 2021-03-16 03:53:54 +00:00
Add trivia file source support

We should also shuffle questions on ApiUtil.

luca0N commented on pull request luca0N/Pluck#13 2021-03-16 03:51:15 +00:00
Add trivia file source support

The game is currently ignoring the amount of questions selected by the player. The game should only show n amount of questions if the player opens a file which contains more than n questions (n

luca0N pushed to dev at luca0N/Pluck 2021-03-16 03:49:21 +00:00
7d92099a95 Added initial filter support for trivia files
luca0N opened issue luca0N/Pluck#16 2021-03-16 02:53:57 +00:00
Gather elapsed time data and show it to the player
luca0N opened issue luca0N/Pluck#15 2021-03-16 02:52:28 +00:00
Allow players to pick trivia type
luca0N commented on pull request luca0N/Pluck#13 2021-03-16 02:33:54 +00:00
Add trivia file source support

Categories are not shown to the player.

luca0N opened issue luca0N/Pluck#14 2021-03-15 17:53:14 +00:00
Give attribution to Open Trivia Database
luca0N commented on pull request luca0N/Pluck#13 2021-03-15 17:51:20 +00:00
Add trivia file source support

Right now, the only supported trivia file format is the same as the Open Trivia Database format output (from https://opentdb.com/api.php).

luca0N commented on pull request luca0N/Pluck#13 2021-03-15 17:50:15 +00:00
Add trivia file source support

The main logic for the trivia file support feature was added in commit 35ade89. The custom options in MainActivity (questions, category and difficulty) should be used to filter questions on the…

luca0N pushed to dev at luca0N/Pluck 2021-03-15 17:47:29 +00:00
35ade89e34 Added main logic for trivia file support
luca0N commented on issue luca0N/Pluck#10 2021-03-14 18:14:24 +00:00
Allow players to load questions from a file

This issue will be fixed on #13.

luca0N created pull request luca0N/Pluck#13 2021-03-14 18:14:24 +00:00
WIP: Add trivia file source support