Releases: madmagic007/Oculus-Quest-Presence
2.8.3
2.8.2
Fixed NanoHttpd issue in the 2.8.1 release
2.8.1
Fixed bug causing presence to not show when no name could be extracted from the APK manifest
2.8.0
-re-added support for custom image keys and special statuses(not all apps say currently playing anymore, such as peekthrough)
2.7.0
-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
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
- 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
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
- 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
- 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