22 Commits

Author SHA1 Message Date
tverona1
2b8154d9e4 Update app name, fix go controller 2020-07-22 19:50:18 -07:00
tverona1
93e3d0becc Tweak text on settings dialog 2020-05-02 22:20:23 -07:00
tverona1
ddea5d2acd Support for hand tracking 2020-05-02 19:29:40 -07:00
tverona1
2fd091667b Fix cubemap sky map rendering
Fix an issue with cubemap sky map rendering
2019-11-23 14:31:31 -08:00
tverona1
1ccd619b49 Remove unnecessary change in manifest file 2019-11-23 13:14:38 -08:00
tverona1
62e09fd54a Support for large # of chinese characters
Added fallback font w/ increased atlas to support large # of chinese characters
2019-11-23 12:25:18 -08:00
tverona1
95f9b1be78 Upgrade to Unity 2019.3.0b4 2019-09-29 20:34:32 -07:00
tverona1
30fbb2afb6 Accelerate scroll speed over time
This change accelerates scroll speed of the grid view over time, so make it faster to scroll through large content.
2019-09-08 17:54:38 -07:00
tverona1
6bca1d0c07 Support for renaming apps
- Adds support for renaming apps: By pressing A or X on the controller, you can choose an alternate app name / icon. You can reset these changes back to default in Settings.
2019-09-08 14:28:45 -07:00
tverona1
5609338fb5 Fix json deserialization issue
- Fix json deserialization issue that resulted in duplicate repo entries in config
- Download to temp filename and rename to destination (to handle scenario of file contains error body)
2019-08-24 17:49:30 -07:00
tverona1
3b0201304e Fix tracking origin type
Fixed tracking origin type (set it to Floor Level instead of Eye Level)
2019-08-24 13:30:36 -07:00
tverona1
5a1db19185 Only show auto tabs that are actually populated 2019-08-23 22:11:43 -07:00
tverona1
5c34ca9353 Adding Go controller mesh 2019-08-23 21:21:05 -07:00
tverona1
18dbf110c9 Refactored code a bit
- Refactored GridPopulation class into two classes: GridPopulation handles populating the grid UI and AppProcessor handles processing the app entries.
2019-08-08 23:52:36 -07:00
tverona1
d57a73bfb0 Move the hide apps text to settings 2019-08-04 13:24:27 -07:00
tverona1
4b3bd0b2ee Add support for custom categories
- Add support for custom categories. These can be appended to the entries in appnames.txt as follows: packageName,appName[,category1[, category2]]
- Add support for comments (#) in appnames.txt
2019-07-27 23:11:08 -07:00
tverona1
635983e773 UI settings support for category configuration
Added UI support in the settings view for configuring categories
2019-07-27 19:02:49 -07:00
tverona1
de5225c19a Added ability to filter 2D apps 2019-07-26 01:09:08 -07:00
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
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
tverona1
fe3f38ee64 Initial checkin
Initial checkin of Quest App Launcher
2019-07-16 23:46:19 -07:00