Skip to content

Releases: tverona1/QuestAppLauncher

v0.6: Support for icon packs

10 Aug 06:55
0d400fb
Compare
Choose a tag to compare

What's new:

  • Support for icon packs: Instead of a bunch of individual jpg files, we now support iconpack.zip. In fact, you can have multiple iconpack*.zip files - this allows for a single "master" iconpack.zip and any additional overrides (like iconpack_custom.zip). Individual *.jpg files are still supported.
  • Support for multiple appnames*.txt files: Similar to above, you can now have a "master" appnames.txt file and then override it with additional files (appnames_custom.txt).
  • Perf improvements:
    • Replaced coroutines with async / await pattern
    • Async (background thread) processing of apps and loading of icon image
  • Some refactoring of the code

Improved tab support

04 Aug 20:36
52a4cc2
Compare
Choose a tag to compare

This release focused on improved tabbing support:

  • Support for overflowing tabs
  • Ability to specify position of tabs (top, left, right)
  • Highlighting tab selection
  • Move the hide apps text to settings

v0.4: Support for Auto & Custom categories

28 Jul 07:44
200804c
Compare
Choose a tag to compare

What's new:

  • Added support for categories:
    "none": No categories - all apps are listed in a single pane
    "auto": Apps are automatically categorized into 3 tabs - Quest, Go/GearVr, 2D
    "custom": Apps are categorized according to appnames.txt file
  • Custom categories can be specified in appnames.txt (up to two entries per entry): packageName,appName[,category1[, category2]]
  • Added ability to filter 2D apps
  • Added ability to filter by only apps that appear in appnames.txt.
  • Fixed a tricky UI issue with scroll view collider (work around Unity limitation)

Still need lots of UI tweaks, but putting this out there for feedback.

Fix controllers with update 7; added UI support for adjusting grid size

25 Jul 05:27
e676daf
Compare
Choose a tag to compare
  • Build 7 update broke the controllers because I did not include the "android.hardware.vr.headtracking" uses-feature in the manifest. Because of this, the headset was incorrectly registered as an Oculus Go. Looks like they started to enforce this setting in the latest update.

  • Added support for adjusting the grid size in the settings panel.

v0.3: Added custom grid support in config.json

22 Jul 01:58
11c5b1a
Compare
Choose a tag to compare

Added custom grid support in config.json. See readme for instructions.

v0.2: Added the ability to hide APKs in the launcher

19 Jul 03:31
b188ea8
Compare
Choose a tag to compare
  • Added the ability to hide APKs in the launcher [@weathondev]

Initial release

17 Jul 06:54
c67906f
Compare
Choose a tag to compare
v0.1

Updated readme