Skip to content

Releases: madmagic007/Oculus-Quest-Presence

2.8.3

08 Jun 06:26
ac1fe4b
Compare
Choose a tag to compare

Adb command isnt needed on quest 2 anymore, removed broken device chekign and now using normal way of granting permission for both devices

2.8.2

22 Mar 15:02
a2c20d2
Compare
Choose a tag to compare

Fixed NanoHttpd issue in the 2.8.1 release

2.8.1

19 Mar 16:49
Compare
Choose a tag to compare

Fixed bug causing presence to not show when no name could be extracted from the APK manifest

2.8.0

04 Jan 18:13
Compare
Choose a tag to compare

-re-added support for custom image keys and special statuses(not all apps say currently playing anymore, such as peekthrough)

2.7.0

01 Jan 16:26
Compare
Choose a tag to compare

-Quest 2 is now supported
-Changed the location where module JSON files have to be stored in order to support android 10 (for developers)
-Changed the way the name is retrieved. Instead of reading the package name and mapping it using a file in this repo, the name is now directly extracted from the apk's manifest. This means that:

  • no need for package name mapping, all apps now show a good name
  • personal mapping is no longer supported
  • no custom image keys for games (unless there is a module installed for that game)
  • all games / apps now say "Currently Playing:" followed by the actual application name

2.6.0

31 Aug 13:19
Compare
Choose a tag to compare

Fixed bug that caused the presence to not work when dnd mode is enabled (or when system tray is not supported).
Added debugging support on both the quest and pc.

2.5.0

25 Aug 13:53
Compare
Choose a tag to compare
  • Added module support: modules allow for more detailed information in the presence by comunicating with a mod for the game.
  • Increased the update speed from 10 to 3 seconds and is now changable by the user.
  • Added the ability to disable the notification on pc when the quest goes online/offline.
  • Added the ability to stop the presence from showing when the quest goes into sleep mode.
  • Fixed a bug that when trying to verify it would say that the apk isn't running when it is.

2.4.1

27 May 08:03
611b32b
Compare
Choose a tag to compare

Cleanup of the code.
Api reworking:
-Changed JSON messages a bit.
-You can now visit the ipv4 of your pc/quest:8080 in your browser and you will get a bit of info such as ipv4 address of the other device, name, battery level and what application is topmost.
Android apk UI rework:
-Added ability to stop and start the service on the quest.
-Added feedback telling if the service on the quest is running or if it's inactive.

2.3.0

16 Apr 10:01
4b05b8c
Compare
Choose a tag to compare
  • Support for mac
  • Little GUI rewording
  • Support for own overrides of the presence text:
    mapping.json in the install directory, add lines to that file as seen in the lang.json file in this repository, with your own state/details

2.2.0

13 Apr 17:58
Compare
Choose a tag to compare
  • request presence to start button works now
  • moved installation folder to appdata to support updating
  • added auto updating, checks for update on start or when manually requested
  • resolved issue that when uninstalling, an error message will pop up when booting pc