Skip to content

Releases: tverona1/QuestAppLauncher

v0.11.1: Tweaked app name, fixed go controller

25 Jul 01:55
7a577a8
Compare
Choose a tag to compare

What's new:

  • Tweaked app name so it shows up on top of Unknown Sources list
  • Fixed (hopefully) Go controller not clicking issue (issue #48)

v0.11: Hand Tracking support

03 May 21:46
caee2a8
Compare
Choose a tag to compare

What's new:

  • Support for hand tracking
  • Update Oculus Integration Library to v16

v0.10.3: Updating Oculus Integration to v15

26 Apr 20:24
142fc16
Compare
Choose a tag to compare

Just a minor update to refresh Oculus Integration library to v15.

v0.10.2: Fix issue with loading VectorDrawable icons

15 Dec 21:57
c74cfd0
Compare
Choose a tag to compare

This releases fixes an issue with loading VectorDrawable icons (fixes issue #29)

v0.10.1: Several minor fixes and memory optimizations

23 Nov 22:55
2d22db8
Compare
Choose a tag to compare

This release contains the following changes:

  • Support for horizontal cubemap images (see readme)
  • Memory optimization for large # of icons (dynamically load icons during scrolling to avoid OOMs)
  • Fix issue with large # of Chinese characters not displaying correctly

v0.10: Support for custom 3D backgrounds and for renaming apps

15 Sep 03:19
b573075
Compare
Choose a tag to compare

What's new:

  • Added support for custom backgrounds
  • Added suport for renaming apps

Custom Backgrounds:
Both 360 degree (equirectangular) and 6-side (cubemap) images are supported. This is automatically detected based on aspect ratio (with cubemap having 4:3 aspect ratio). To set up custom 3D backgrounds, copy your background images (either jpg or png) to Android/data/aaa.QuestAppLauncher.App/files/backgrounds and pick the background in Settings.

Rename apps:
To rename an app (i.e. to pick a different app name / icon for it), highlight the app and press either A or X on the controller. This will show a list of apps from you can choose an alternate app name / icon. You can reset these changes back to default in Settings.

(See readme for more details)

v0.9.1: Fix icon aspect ratio, fix Go controller scrolling

01 Sep 19:33
69bee1e
Compare
Choose a tag to compare

What's new:

  • Fixed icon aspect ratio. Icons now maintain their original aspect ratio.
  • Fixed Go controller scrolling (hopefully)

v0.9: Support for sorting by "most recent", some misc fixes

25 Aug 00:52
c9c53a3
Compare
Choose a tag to compare

What's new:

  • Added support to sort by "most recent"
  • Fixed tracking origin type (to set correct eye level)
  • Fixed json deserialization issue (that resulted in multiple repo entries in config file)
  • More robust download handling

v0.8: Support for appnames in json format, other small changes

19 Aug 01:18
1230656
Compare
Choose a tag to compare

What's new:

  • Added support for appnames in json format.
    • Example entry: "com.HighVoltage.Crossbow":{"name": "Ballista", "category": "cat1", "category2" : "cat2"}.
  • Added support on Go (set headtracking required to false)
  • Added support for Chinese characters (fix issue #7)

v0.7: Support for downloading assets (including auto-update)

18 Aug 00:51
584ded3
Compare
Choose a tag to compare

Added support for downloading assets (icon pack and app names), including auto-update:

  • By default, auto-update is turned off. Enable it in settings.
  • Default repository for app icons and names is [https://github.com/tverona1/QuestAppLauncher_assets]. This can be configured in config.json.