tryton-vanmeer / LibreTrivia

An Open Source Trivia Game for Android
GNU General Public License v3.0
33 stars 13 forks source link

Feature request: Custom selection of several different categorys #2

Open java-py-c-cpp-js opened 6 years ago

java-py-c-cpp-js commented 6 years ago

Please include a possibility to select several different categorys at once.

tryton-vanmeer commented 6 years ago

One of the limitations of the third party API I am using is that I can only request 1 category at a time.

But it would be easy enough to allow selecting multiple categories and then make multiple requests.

tryton-vanmeer commented 6 years ago

Thanks to insight from @lgommans, the next release will include a local copy of the database.

This will remove any limitations of the API, making this feature easier to add.