Commit Graph

27 Commits

Author SHA1 Message Date
luca0N! ad86082f53
Merge pull request 'Remove debug AlertDialog' (#17) from dev into master
Reviewed-on: https://git.luca0N.com/luca0N/Pluck/pulls/17
2021-03-16 04:37:13 +00:00
luca0N! 49960dcd7b
Removed debug AlertDialog 2021-03-16 01:35:39 -03:00
luca0N! fe468ecfd2
Merge pull request 'Add trivia file source support' (#13) from dev into master
Reviewed-on: https://git.luca0N.com/luca0N/Pluck/pulls/13
2021-03-16 04:28:16 +00:00
luca0N! 4045f0207c
Added "All" option on the question amount spinner
Added a new option on the question amount spinner that allows players to view all questions on a trivia file.
2021-03-16 01:23:17 -03:00
luca0N! 8e84fe2ff5
Finished filter support
The game now limits trivia file questions based on the question amount picked by the player on `MainActivity`.
2021-03-16 01:00:19 -03:00
luca0N! c3c820715b
Randomized question order 2021-03-16 00:57:42 -03:00
luca0N! 7d92099a95
Added initial filter support for trivia files
This allows the game to filter trivia files using the category and difficulty filters. Question amount is currently ignored
2021-03-16 00:48:01 -03:00
luca0N! 35ade89e34
Added main logic for trivia file support
Added main logic for trivia file support and renamed exception class `InvalidTriviaFormatException`.
2021-03-15 14:47:08 -03:00
luca0N! 081291c4d7
Prepared trivia file support implementation
Based on #10.
2021-03-14 15:10:52 -03:00
luca0N! d40b0709a5
Added missing exception file 2021-03-14 15:09:05 -03:00
luca0N! cf4ffba3d9
Added padding to MainActivity 2021-03-14 15:08:41 -03:00
luca0N! cff137eded
Detect empty server addresses
If the app detects an empty server URL, it will change it to the default server address.
2021-03-10 00:23:36 -03:00
luca0N! 02f7b5b444
Changed "URL" to "address" on strings 2021-03-10 00:22:13 -03:00
luca0N! 8faf300bd0
Added custom server URL checks
Added custom server URL checks to avoid app crashes.
2021-03-10 00:15:05 -03:00
luca0N! ec9c2ce07c
Changed string reference in manifest file 2021-03-09 23:41:11 -03:00
luca0N! 7fb4ddb79f
Added custom server URL support
Added custom server URL support, changed spaces to tabs and added/changed some preference summary strings.

Based on #9.
2021-03-09 23:36:14 -03:00
luca0N! 23e4b4c19d
Added label to settings activity
Label added to settings activity and changed spaces to tabs.
2021-03-09 23:33:03 -03:00
luca0N! f32a0a7a43
Added missing Tor preference res files
Based on #2.
2021-03-03 22:18:38 -03:00
luca0N! e8c2504a33
Added back button on game activity 2021-03-03 22:18:11 -03:00
luca0N! fb2d81550c
Added Tor support
Based on #2.
2021-03-03 22:15:53 -03:00
luca0N! aec090b22e
Hide ProgressBar on network error
Based on #5.
2021-03-03 22:09:26 -03:00
luca0N! 477ef165fa
Removed unused duplicate package 2021-03-03 22:06:50 -03:00
luca0N! 007122e4b0
Fix app crash on boolean questions
Fixed a bug which caused an app crash if the user picked the wrong answer on a boolean question.

Based on #4.
2021-03-03 01:38:26 -03:00
luca0N! b8d399e144
Fixed README.md link 2021-03-03 00:30:17 -03:00
luca0N! 3ce4cd4a6c
Rebranded the app
Modified the app packages, name and version and changed the compile SDK version to 29.
2021-03-03 00:28:55 -03:00
luca0N! bf2ab65870
Added original source files
Added original source files from LibreTrivia
2021-03-02 22:12:07 -03:00
luca0N! 38620145b5
Initial commit 2021-03-03 00:47:17 +00:00