21 Commits

Author SHA1 Message Date
oxmc
bf44cf9432 Update AssetsDownloader.cs 2023-01-14 14:46:58 -08:00
oxmc
d7e4e679f7 Update AssetsDownloader.cs 2023-01-14 14:35:12 -08:00
oxmc
f4debfca32 Update AssetsDownloader.cs 2023-01-13 17:11:13 -08:00
oxmc
b270433188 Update AssetsDownloader.cs 2023-01-13 16:53:01 -08:00
oxmc
0429d18c1d Update AssetsDownloader.cs 2022-12-31 04:28:32 -08:00
oxmc
0027452b92 Update AssetsDownloader.cs 2022-12-31 04:18:30 -08:00
oxmc
82421eb690 Update AssetsDownloader.cs 2022-12-31 04:04:21 -08:00
oxmc
64c243fb2a Update AssetsDownloader.cs 2022-12-31 03:56:01 -08:00
oxmc
14e44e456a Update AssetsDownloader.cs 2022-12-31 03:48:37 -08:00
oxmc
bd39092926 Update AssetsDownloader.cs 2022-12-31 03:38:33 -08:00
oxmc
83b9844fa7 Update AssetsDownloader.cs 2022-12-31 03:32:55 -08:00
oxmc
95c1f824ca Update AssetsDownloader.cs 2022-12-31 03:23:50 -08:00
oxmc
24632b9342 Update AssetsDownloader.cs 2022-12-31 02:30:29 -08:00
oxmc
d172c2446b Update AssetsDownloader.cs 2022-12-31 02:19:55 -08:00
oxmc
4563d42668 Update AssetsDownloader.cs 2022-12-31 02:04:24 -08:00
a9247df300 Test 1 2022-12-29 07:51:19 -08: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
d30673f8a3 Support for appnames.json format; support for launcher on Go
- Added support for appnames.json format. Example entry: "com.HighVoltage.Crossbow":{"name": "Ballista", "category": "cat1", "category2" : "cat 2"}.
- Set headtracking required to false to support launcher on Go.
2019-08-18 15:47:06 -07:00
tverona1
202d91334b Lock around downloading assets
- Added lock around downloading assets to ensure only one download task is running at a time
2019-08-17 17:34:53 -07:00
tverona1
dd7b8ff6a4 Added support for downloading assets (including auto-update)
- Added support for downloading assets (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.
2019-08-17 17:13:07 -07:00