PhoneVR Changelog

What's new in PhoneVR 1.1.0 Beta

Jan 3, 2024
  • Major changes:
  • [Android] send mobile battery level info to alvr/SteamVR by @ShootingKing-AM in #185
  • fix: squashing some by @ShootingKing-AM in #188
  • fix: warmstart crash on ALVR Activity
  • fix: unknown frames in Rust backtrace
  • fix: glTexSubImage2D crash bug
  • Update ALVR to v20.2.1 and release.yml by @ShootingKing-AM in #194
  • Encoder fixes, Network optimizations etc. Full changelog https://github.com/alvr-org/ALVR/releases
  • What's Changed:
  • Create stale.yml by @ShootingKing-AM in #158
  • Code cleanup by @ShootingKing-AM in #161
  • Implement versioning by @ShootingKing-AM in #163
  • Bump actions/checkout from 2 to 3 by @dependabot in #164
  • Repo cleanup and re-organization by @ShootingKing-AM in #165
  • doc: enforce code styling by @ShootingKing-AM in #186

New in PhoneVR 0.2 Beta 70 (Jun 16, 2022)

  • Update appveyor.yml

New in PhoneVR 0.2 Beta 67 (Jan 30, 2021)

  • [Android] Add ShareLogs and OpenLogs buttons (#65)
  • Added ShareLogs and OpenLogs buttons in Settings Activity

New in PhoneVR 0.2 Beta 66 (Jan 28, 2021)

  • Merge pull request #63 from ShootingKing-AM/network-fixes
  • [Android] Network/Core fixes

New in PhoneVR 0.2 Beta 65 (Jan 25, 2021)

  • Merge pull request #59 from ShootingKing-AM/fix-extra-logging

New in PhoneVR 0.2 Beta 64 (Jan 25, 2021)

  • [Andorid] Patch core network iffaddrs to fix Stack Corruption (#57)
  • Fix iffaddrs stack corruption in some android devices, pointed out by issue #43

New in PhoneVR 0.2 Beta 62 (Jan 6, 2021)

  • Adding Error Handling in PVRGlobals & native-lib
  • Adding Error Handling in PVRRenderer & PVRSockets
  • Fix newline truncation and add new line before CREDITS
  • Core Networking optimizations, fixes, reformating code and descriptive logging
  • [Win] Reformat and Logging. Added more descriptive debug logging in Networking core.
  • [Win] Streamlined AdditionalData receiving method & Add ConnTimeOut option:
  • Added an extra customizable option "connection_timeout" def: 5secs, to json, which can be adjusted as per user
  • requirement.
  • Remove inconsistent bomb-based waiting method for AddtionalData, and replace with simple sequential timed wait.
  • Networking socks fix for HMD_NotFound by using PC-IP:
  • Fixed Mobile not able to connect to PC using PCIP. (Now Tethering and Mobile/PC/Any Hotsports can be used by
  • manually enterning the PCIP into Settings Page.
  • Added 10ms Delay in between UDP Announces to avoid network flood.
  • Improved descriptive logging.
  • Fix missed IPR settings in OpenVR::VRProperties.
  • [FIX] Autodiscovery not reaching all network interfaces.
  • Fixing Autodiscovery not reaching all network interfaces. Now PVR will get all network interfaces and broadcast to all interfaces adding support for Hotspot and Tethering streaming.
  • Enhancing log readability by preventing wordwrap on log dump in Settings.kt activity
  • Additional Stats for Performance diagnostics (#46):
  • Additional Stats for Performance diagnostics
  • Fixing Settings Activity for Numbers input and numberDecimal input, with constrain as numbers digits="0123456789.,"
  • Fixing Android Floating point bug which replaces "," by "." without user interaction. Issue : https://issuetracker.google.com/issues/36907764
  • Update readme for Addtional performance stats
  • Logging broke after recent build0.1_53. Typo in address making the LogFIle as "NotFound". This PR fixes it.
  • 143d88a Build_56 - Moving to beta-0.2
  • Required Management, Usability, Compatibility, user friendly issues were majorly addressed in beta-0.1. beta-0.2 will majorly focus on core performance related issues. PRs are welcome anyhow.

New in PhoneVR 0.2 Beta 60 (Nov 29, 2020)

  • Apply Appveyor-Discord Webhook fix
  • Fix newline truncation and add new line before CREDITS

New in PhoneVR 0.2 Beta 59 (Nov 27, 2020)

  • Core Networking optimizations, fixes, reformating code and descriptive logging
  • [Win] Reformat and Logging. Added more descriptive debug logging in Networking core.
  • [Win] Streamlined AdditionalData receiving method & Add ConnTimeOut option
  • a. Added an extra customizable option "connection_timeout" def: 5secs, to json, which can be adjusted as per user
  • requirement.
  • b. Remove inconsistent bomb-based waiting method for AddtionalData, and replace with simple sequential timed wait.
  • Networking socks fix for HMD_NotFound by using PC-IP
  • a. Fixed Mobile not able to connect to PC using PCIP. (Now Tethering and Mobile/PC/Any Hotsports can be used by
  • manually enterning the PCIP into Settings Page.
  • b. Added 10ms Delay in between UDP Announces to avoid network flood.
  • c. Improved descriptive logging.
  • Fix missed IPR settings in OpenVR::VRProperties.
  • [FIX] Autodiscovery not reaching all network interfaces.
  • Fixing Autodiscovery not reaching all network interfaces. Now PVR will get all network interfaces and broadcast to all interfaces adding support for Hotspot and Tethering streaming.
  • [Android] Preventing Log TextView to wordwrap.
  • Enhancing log readability by preventing wordwrap on log dump in Settings.kt activity
  • Additional Stats for Performance diagnostics (#46)
  • Additional Stats for Performance diagnostics
  • Fixing Settings Activity for Numbers input and numberDecimal input, with constrain as numbers digits="0123456789.,"
  • Fixing Android Floating point bug which replaces "," by "." without user interaction. Issue : https://issuetracker.google.com/issues/36907764
  • Update readme for Addtional performance stats
  • Logging broke after recent build0.1_53. Typo in address making the LogFIle as "NotFound". This PR fixes it.
  • Required Management, Usability, Compatibility, user friendly issues were majorly addressed in beta-0.1. beta-0.2 will majorly focus on core performance related issues. PRs are welcome anyhow.
  • Licensing to GNU GPL v3
  • Updating readme.
  • Manually updating Appveyor

New in PhoneVR 0.2 Beta 58 (Nov 18, 2020)

  • Additional Stats for Performance diagnostics (#46)
  • Fixing Settings Activity for Numbers input and numberDecimal input, with constrain as numbers digits="0123456789.,"
  • Fixing Android Floating point bug which replaces "," by "." without user interaction. Issue : https://issuetracker.google.com/issues/36907764
  • Update readme for Addtional performance stats
  • [FIX] Logs - Logging (#47)
  • Logging broke after recent build0.1_53. Typo in address making the LogFIle as "NotFound". This PR fixes it.
  • Moving to beta-0.2
  • Required Management, Usability, Compatibility, user friendly issues were majorly addressed in beta-0.1. beta-0.2 will majorly focus on core performance related issues. PRs are welcome anyhow.

New in PhoneVR 0.2 Beta 57 (Nov 17, 2020)

  • Logging broke after recent build0.1_53. Typo in address making the LogFIle as "NotFound". This PR fixes it.

New in PhoneVR 0.2 Beta 56 (Nov 13, 2020)

  • Licensing to GNU GPL v3
  • Updating readme.
  • Manually updating Appveyor

New in PhoneVR 0.1 Beta 36 (Aug 30, 2020)

  • AppVeyor build
  • Branch - master
  • On Commit - 6ce3111
  • Date - 2020-08-29T19:23:44.0000000Z

New in PhoneVR 0.1 Beta 34 (Aug 24, 2020)

  • AppVeyor build
  • Branch - master
  • On Commit - e5e8166
  • Date - 2020-08-24T18:34:25.0000000Z

New in PhoneVR 0.1 Beta 33 (Aug 19, 2020)

  • AppVeyor build
  • Branch - master
  • On Commit - 7a4e8c1
  • Date - 2020-08-19T17:17:39.0000000Z

New in PhoneVR 0.1 Beta 32 (Aug 18, 2020)

  • AppVeyor build
  • Branch - master
  • On Commit - f663164
  • Date - 2020-08-18T14:40:55.0000000Z

New in PhoneVR 0.1 Beta 31 (Aug 15, 2020)

  • AppVeyor build
  • Branch - master
  • On Commit - 13ff49b
  • Date - 2020-08-15T12:28:14.0000000Z