Commit Graph

42 Commits

Author SHA1 Message Date
luca0N! 8693e5c6d6
Update app version 2021-07-28 17:47:13 -03:00
luca0N! 8be29f47fa
Add missing files 2021-07-28 17:26:37 -03:00
luca0N! 7bc21accae
Ignore missing translations 2021-04-01 20:05:11 -03:00
luca0N! 8617e0aba6
Added original copyright disclaimer 2021-04-01 20:04:50 -03:00
luca0N! c0f7107442
Added license information about the Pluck logo 2021-04-01 19:07:29 -03:00
luca0N! cd1cdaeaed
Changed game icon 2021-04-01 13:13:34 -03:00
luca0N! 0802ca313e
Removed unused files 2021-04-01 10:11:27 -03:00
luca0N! 4251136bd6
Added original source code copyright notice 2021-04-01 10:06:24 -03:00
luca0N! 15cd1e089a
Added license menu option 2021-03-29 00:37:08 -03:00
luca0N! 920478c019
Added Open Trivia Database web address on notice string 2021-03-28 23:09:54 -03:00
luca0N! a4e47193a4
Added Proxy Address preference dependency 2021-03-28 23:05:05 -03:00
luca0N! a52d83f20b
Added proxy hints 2021-03-28 23:03:26 -03:00
luca0N! c4faa2e831
Added custom proxy support 2021-03-28 22:53:07 -03:00
luca0N! 7ed43c5491
Added UI proxy preferences 2021-03-28 22:19:31 -03:00
luca0N! 0a0b8011c4
Added dark theme support 2021-03-28 21:03:03 -03:00
luca0N! a5cb9430a1
Added file trivia game source information 2021-03-17 16:52:57 -03:00
luca0N! e0d91479f1
Added network notice 2021-03-17 16:48:02 -03:00
luca0N! dc554eca2a
Fixed deprecated Handler constructor 2021-03-17 16:19:16 -03:00
luca0N! 8b2bd0522c
Added "Time Elapsed" field 2021-03-17 16:16:37 -03:00
luca0N! 49960dcd7b
Removed debug AlertDialog 2021-03-16 01:35:39 -03: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! 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