Commit Graph

76 Commits

Author SHA1 Message Date
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
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
Bastian
50a8b7d13f
Merge pull request #94 from threethan/main
Background audio, warnings, disable device owner
2023-05-21 00:31:56 +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
Bastian
62bb07ee5d
Update README.md 2023-05-12 01:14:39 +02:00
Bastian
87e94fafcd
add warning to readme that v50 is not supported 2023-03-08 23:25:47 +01:00
Bastian
5ddf4894b0
info that blocking updates is kinda broken 2023-02-13 08:23:34 +01:00
Bastian
471fab02f6
changed layout 2022-08-15 22:04:12 +02:00
Bastian
839d9b4659
added a note that account logout only works on v41 or lower 2022-08-15 22:01:02 +02: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
Bastian
faa14ff809
Update README.md 2022-05-25 20:19:49 +02:00
Bastian
85214ae4bc
Update README.md 2022-05-25 19:44:19 +02:00
basti564
7461f5fe55 enable update notifier 2022-04-01 15:50:15 +02:00
Bastian
29e97a98eb
Update README.md 2022-03-08 21:35:41 +01:00
Bastian
73b3d29cbd
Update README.md 2022-03-08 11:53:37 +01:00
Bastian
593e86101c
Update README.md 2022-03-02 18:30:45 +01: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
Bastian
a30d3be0f7
Update README.md 2022-02-20 01:23:15 +01:00
basti564
73138f202b Revert "Update README.md"
This reverts commit b2dff205cf.
2022-02-19 23:59:48 +01:00
Bastian
b2dff205cf
Update README.md 2022-02-19 23:54:24 +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
01f497a0f2 Merge branch 'main' of https://github.com/basti564/Oculess 2022-02-18 18:55:09 +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
6f42f62df4 use mavenCentral() repo instead of jcenter() 2022-02-18 18:52:25 +01:00
basti564
4b94395214 remove junit 2022-02-18 18:51:51 +01:00
Bastian
e7874b112b
made README.md more readable 2022-02-17 23:02:33 +01:00
basti564
7e54483312 bump version to v1.3.2 2022-02-17 22:24:58 +01:00
basti564
825825685f JDK 14 -> JDK 11 2022-02-17 22:24:41 +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
Bastian
9cb32f2528
Update README.md 2022-02-17 14:24:56 +01:00
basti564
1f2df2f5b2 display disabled telemetry packages, fix german localisation, use mainLooper 2022-02-08 01:17:20 +01:00
basti564
2eeb15bb42 use JDK_14 instead of JDK_15_PREVIEW 2022-02-08 01:16:11 +01:00
Bastian
abfd00ac51
Merge pull request #26 from threethan/main
Add Background Audio, Update UI
2022-02-07 21:53:46 +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
Bastian
36aee8b703
remove duplicate step in tutorial 2021-12-09 19:15:21 +01:00
Bastian
e518794665
Update README.md 2021-12-09 19:11:29 +01:00
Bastian
405758356f
added links to text tutorials 2021-10-13 22:46:13 +02:00
Bastian
2fa053698a
add Ko-Fi button 2021-10-13 22:45:27 +02:00
Bastian
7441bb4051
Merge pull request #15 from Saniee/patch-2
Spelling
2021-10-08 02:47:31 +02:00