Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Releases: Pixel-Narrative-Punks/Questopia

[QS][Fork][QPA] Update to 1.4.2

24 Apr 18:55

Choose a tag to compare

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

09 Apr 18:04

Choose a tag to compare

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):

  1. Do force portrait orientation on all activities
  2. Redo navigation between activities
  3. Fix application name

Changes to this fork:

  1. Update AGP and other dependencies to current version;
  2. The following dependencies have been removed: com.github.kizitonwose.* and com.pes.materialcolorpicker:library;
  3. Now a different library is used to change the color;
  4. In the main (project) build configuration, jcenter() was replaced with mavenCentral();
  5. In the application configuration build, the header was replaced from apply plugin: 'com.android.application' to plugins { id of 'com.android.application' };
  6. Due to some errors, the old zoom icons were returned;