Releases: tverona1/QuestAppLauncher
Releases · tverona1/QuestAppLauncher
v0.6: Support for icon packs
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
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
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
-
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
Added custom grid support in config.json. See readme for instructions.
v0.2: Added the ability to hide APKs in the launcher
- Added the ability to hide APKs in the launcher [@weathondev]
Initial release
v0.1 Updated readme