Commit Graph

12 Commits

Author SHA1 Message Date
tverona1
2b6ebb6e73 Fix app for build 7 update; 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.
2019-07-24 22:22:49 -07:00
tverona1
06298e39a9 Initialize grid values in-line 2019-07-23 23:13:27 -07:00
tverona1
4d545de5bd Enable raw pointer
Enable the option to render a ray pointer (dot at end of the laser pointer)
2019-07-23 23:06:47 -07:00
tverona1
f85417e7cc Scroll view - stretch to canvas rather than hard coded size 2019-07-23 21:38:43 -07:00
tverona1
7fb1053be7 Added custom grid size support in config.json
- Added support for config.json
- Added custom grid size support in config.json (see readme for instructions)
2019-07-21 18:56:25 -07:00
tverona1
0d5e94c023 Added "Settings" view & cleaned up app hiding
- Added a settings view
- Hiding an app now dynamically removes the cell from the grid
- Moved the "reset app hiding" button under the settings view
2019-07-20 22:41:56 -07:00
weathon
94257ee4f8 Putting an Apk into the excluded list won't auto-refresh now (was annoying to always get a refresh when scrolling); Added a refresh button; added a delete button that resets the whole file; 2019-07-18 17:40:24 +02:00
weathon
2740bf207c When pressing Y or B on the controller, the package name of the selected App will be added to the excluded list and the scene will be reloaded; 2019-07-18 10:40:47 +02:00
weathon
a5f112f461 Added the ability to exclude packages from the launcher by adding them to the 'excludedpackages.txt' in the android/data/aaa.QuestAppLauncher.App/files folder; 2019-07-18 08:36:56 +02:00
tverona1
0fa9a73ad8 Remove incorrect comments 2019-07-17 00:12:44 -07:00
tverona1
e1851ff11f Remove incorrect comments 2019-07-17 00:12:07 -07:00
tverona1
fe3f38ee64 Initial checkin
Initial checkin of Quest App Launcher
2019-07-16 23:46:19 -07:00