This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Releases: Pixel-Narrative-Punks/Questopia
Releases · Pixel-Narrative-Punks/Questopia
[QS][Fork][QPA] Update to 1.4.2
Continuing to dig into this piece of legacy code, I realized that there is extensive work to be done on rewriting the UI, moving from AsynkTask to something more modern and more flexible, and the sweetest thing: updating the native library (I hope this will fix the problem with the pictures).
Current task list:
- old navigation (bar.setNavigationMode) -> new navigation (tabLayout);
- old AsynkTask -> new FutureTask, ExecutorService
- old native library QSP 5.7.0 -> new latest native library QSP
[QS][Fork][QPA] Update to 1.4.0
From now on, all future versions will have the following tags instead of the old ones: [QS][Fork][QPA].
And now a little information about the work carried out (or to speak directly about the excavations carried out). In general, here 's what was done:
Changes to the original fork (which were somehow accepted in this fork):
- Do force portrait orientation on all activities
- Redo navigation between activities
- Fix application name
Changes to this fork:
- Update AGP and other dependencies to current version;
- The following dependencies have been removed: com.github.kizitonwose.* and com.pes.materialcolorpicker:library;
- Now a different library is used to change the color;
- In the main (project) build configuration, jcenter() was replaced with mavenCentral();
- In the application configuration build, the header was replaced from apply plugin: 'com.android.application' to plugins { id of 'com.android.application' };
- Due to some errors, the old zoom icons were returned;