Commit Graph

31 Commits

Author SHA1 Message Date
threethan
8dbed6b927 Fix audioservice crashing when packagemanager fails 2023-09-03 15:31:37 -04:00
Bastian
43f703da5b cleanup, remove redundancies & increase minSdkVersion 2023-07-29 13:26:14 +01:00
Bastian
420dbd9efe removed tests 2023-07-29 13:23:19 +01:00
Bastian
5e14d6a70a fix l18n 2023-07-29 12:55:54 +01:00
threethan
201c53c80f Less agressive audio service 2023-07-29 06:36:23 -04:00
threethan
31084a02f3 Fixed a minor regression in telemetry status 2023-07-29 06:09:25 -04:00
threethan
c438acdd27 BG Audio is now a service, more reliable & efficient 2023-07-29 05:32:34 -04:00
Bastian
2ad14e7287 bump version to 1.4.0 2023-05-21 21:10:32 +02:00
Bastian
55b79853a7 increase targetSdkVersion from 30 to 33 2023-05-21 21:08:53 +02:00
Bastian
8b2dca8ae5 ignore error on QueryAllPackagesPermission 2023-05-21 21:08:35 +02:00
Bastian
5e04ab2388 upgrade kotlin, gradle, jdk, buildtools, compileversion & dependancies 2023-05-21 20:59:50 +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
13f135ac0f bump version to 1.3.5 2022-06-04 21:31:32 +02:00
basti564
d1c1ac0303 fix viewPermissionsBtn not disabling 2022-06-04 21:16:58 +02:00
basti564
1b03724a97 v40 fix for opening settings 2022-05-25 23:43:30 +02:00
basti564
7461f5fe55 enable update notifier 2022-04-01 15:50:15 +02:00
basti564
f55545efa9 bump version to 1.3.3 2022-02-22 20:45:55 +01:00
basti564
51fb426be7 made text instructions clearer 2022-02-22 20:41:42 +01:00
basti564
8ee61fc958 updater dialog 2022-02-21 02:30:56 +01:00
basti564
a4906ac9de downgrade dependancies 🤡
androidx.core:core-ktx 1.7.0 -> 1.6.0
androidx.appcompat:appcompat 1.4.1 -> 1.3.1
com.google.android.material:material 1.5.0 -> 1.4.0
androidx.constraintlayout:constraintlayout 2.1.1 -> 2.1.3
2022-02-19 21:54:35 +01:00
basti564
a808e97ac1 update dependancies
androidx.core:core-ktx 1.6.0 -> 1.7.0
androidx.appcompat:appcompat 1.3.1 -> 1.4.1
com.google.android.material:material 1.4.0 -> 1.5.0
androidx.constraintlayout:constraintlayout 2.1.1 -> 2.1.3
2022-02-18 18:55:06 +01:00
basti564
4b94395214 remove junit 2022-02-18 18:51:51 +01:00
basti564
7e54483312 bump version to v1.3.2 2022-02-17 22:24:58 +01:00
basti564
796c5e2679 fix german translation 😅 2022-02-17 21:51:04 +01:00
basti564
13cd2fea58 increase versionCode & name 2022-02-17 21:49:33 +01:00
basti564
1f2df2f5b2 display disabled telemetry packages, fix german localisation, use mainLooper 2022-02-08 01:17:20 +01:00
threethan
f1bc7fbdcc Changed some instructions to be more accurate 2022-02-07 12:04:38 -05: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