Commit Graph

14 Commits

Author SHA1 Message Date
threethan
8dbed6b927 Fix audioservice crashing when packagemanager fails 2023-09-03 15:31:37 -04:00
Bastian
171baeec4a fixed typo in readme.md 2023-07-29 13:21:57 +01:00
threethan
c438acdd27 BG Audio is now a service, more reliable & efficient 2023-07-29 05:32:34 -04:00
Bastian
94d8e17f41 Delete deploymentTargetDropDown.xml 2023-05-21 21:00:20 +02:00
Bastian
5e04ab2388 upgrade kotlin, gradle, jdk, buildtools, compileversion & dependancies 2023-05-21 20:59:50 +02:00
Bastian
611a004627 update gradle, kotlin and jdk 2023-05-21 20:26:46 +02:00
threethan
7f184be568 Fixed Background Audio, Updated UI with warnings, add option to disable device owner 2023-05-20 17:39:20 -04:00
basti564
6f42f62df4 use mavenCentral() repo instead of jcenter() 2022-02-18 18:52:25 +01:00
basti564
825825685f JDK 14 -> JDK 11 2022-02-17 22:24:41 +01:00
basti564
2eeb15bb42 use JDK_14 instead of JDK_15_PREVIEW 2022-02-08 01:16:11 +01:00
threethan
473cba73d2 Add Background Audio, Update UI
- A new option has been added to enable background audio
    When run, this will grab a list of all installed packages
    Every 2 seconds, all packages will be given the "PLAY_AUDIO" and "RECORD_AUDIO" permissions
    These permissions are enabled by default on all android apps,
    but the Quest OS disables them when an app is minimized or the headset is unlocked

    Music and voice chat apps now work on the Quest/2, even when in game
    This does not stop the OS from killing apps in the background, which will still happen when a game is quit
    The enabler service will remain though, so only the audio apps need to be reinitialized

- The user interface has been updated to better match with the Quest v30 default apps
    Colors were taken from screenshots, fonts were changed, and icons were added

- README has been updated to explain the new feature
- README has an updated screenshot
2022-02-05 23:23:32 -05:00
basti564
998cce9210 v1.2
- Added ability to remove accounts
- Added ability to disable updates
bytecode target: 1.8 -> 11
gradle version: 6.5 -> 6.9
kotlin version: 1.3.72 -> 1.5.31
2021-10-03 03:28:37 +02:00
basti564
1de2570cbf added option to disable telemetry 2021-04-08 17:36:32 +02:00
basti564
b8797ab8ac Initial commit 2021-01-15 20:24:17 +01:00