Commit Graph

31 Commits

Author SHA1 Message Date
Natsumi
a1118ff43d Sidebar all favorites toggle 2024-06-26 23:27:48 +12:00
Natsumi
fe12f615ba Update Cef 125.0.210, fix PerformanceCounter bugs 2024-06-15 20:46:43 +12:00
Natsumi
2742d6edb0 Mobile icon, zoom, profilePicOverrideThumbnail 2024-05-31 15:44:24 +12:00
Natsumi
d040f70aab Switch domain 2024-05-31 15:44:19 +12:00
Natsumi
fff33bf03f Small fixes and changes 2024-05-29 11:01:19 +12:00
Nekromateion
fd20b08823 Implement Auto Accept Invite Request (#797)
Implementation for Auto Accepting of Invite Requests with multiple settings.
Off / All Favorites / Selected Favorites
2024-05-29 10:55:19 +12:00
Natsumi
d9bb77d395 Custom avatar tags and many fixes 2024-05-16 19:01:32 +12:00
Natsumi
a5d29c0e9b Custom favorite friend groups 2024-04-11 14:02:54 +12:00
flower_elf
6bf8d1f62e Update zh-CN localization (#755)
* Update zh-CN localization

* Update copyright year in legal notice
2024-04-11 14:01:23 +12:00
Usman Shafiq
271139b144 OVR Toolkit Notifications (#751)
* Added OVR Toolkit notification support

* Change order

* Self identify by user-agent.

* Fix comments
2024-03-21 10:40:23 +13:00
Natsumi
e9f28a1aca Persist friendbar hide states, hide nicknames option 2024-03-05 12:19:48 +13:00
Natsumi
cd2387aa32 Updates and fixes 2024-01-09 23:22:48 +13:00
Natsumi
29b5bedde1 Option to copy VRC images 2023-11-22 02:12:16 +13:00
Natsumi
7bb5c8ea45 Changes and fixes
Remove nonce (rip)
Current instance avatar change on wrist feed
Ignore non-standard unity package variants
Remove GPUFix
2023-11-13 21:38:18 +13:00
Natsumi
25f47f9a1e Option to enable desktop notifications while AFK 2023-11-13 21:38:14 +13:00
Natsumi
53fd97264d Backup/restore VRC registry 2023-10-27 23:46:30 +13:00
Natsumi
f578984a06 Rename Quest to Android, small fixes 2023-08-20 18:34:14 +12:00
Natsumi
908714b2e1 Small changes and fixes 2023-08-16 03:33:23 +12:00
Gizmo
030ec64297 feat: add Contributors panel to display developer avatars (#605)
Added a new "Contributors" panel to the Settings, showcasing the avatars of developers who have contributed to this project.
2023-07-22 11:32:31 +12:00
pypy
73247f6e25 Delete social link 2023-07-18 03:58:12 +09:00
Natsumi
bd33aae8bc Small fixes, fix launchGame not recreating shortName 2023-07-08 11:22:23 +12:00
Natsumi
ce053b2d82 avatarScalingDisabled tag, group member icons 2023-07-02 08:41:49 +12:00
pypy
21e8b30380 Implement auto state change (#590)
* Implement auto state change

* fix
2023-07-02 06:56:33 +12:00
Natsumi
028b8ffcff Small formatting changes 2023-06-14 07:42:59 +12:00
Natsumi
c19a7101a6 Build user created themes into app 2023-06-09 02:20:07 +12:00
Natsumi
f674b61b73 New instance for groups, small changes 2023-06-07 01:05:06 +12:00
Natsumi
e0bde3be98 Tabbed side panel 2023-06-04 11:07:45 +12:00
Natsumi
47ddea756f Change VRCX default settings 2023-06-01 10:37:34 +12:00
Natsumi
fcfa1d06f1 Add tooltips 2023-05-28 11:01:29 +12:00
Natsumi
1a2aacbba2 Fix auto updater toggle, load friendsList tab much faster 2023-05-18 10:59:55 +12:00
Teacup
24f1a57c5d Add applauncher settings, refactor some pug code (#544)
* fix(.NET): Stop CheckGameRunning from force checking processes

I'm not really sure what I was thinking when I did that the way I did; They are not supposed to force check if they're closed after the first time...That's what the monitor is for.

* feat(.NET): Add optional child process culling, clean up applauncher

Add an AppApi method to set applauncher settings Enabled/KillChildrenOnExit

Refactor repeated applauncher event code, move into methods

* refactor: Move the pug code for every tab into its own file

* refactor: Add PoC mixins to settings.pug ^& add comments for navigation

Some proof of concept replacements of the categories, switches and a radio group in the General settings seection.
Also added comments for each header-separated section for marginally better navigation of the file.

* refactor: Move the login page to its own file

* fix(.NET): Correct wrong variable being set in SetAppLauncherSettings

* fix(.NET): Remove redundant/exception causing process refresh in monitor

* refactor(.NET): Allow launcher to be disabled; Disabled by default.

* refactor: Change screenshot helper default to true

* feat: Expose new app launcher settings, add new settings category

Translation keys added/removed:
+ view.settings.advanced.advanced.app_launcher.header
+ view.settings.advanced.advanced.app_launcher.folder_tooltip
+ view.settings.advanced.advanced.app_launcher.enable
+ view.settings.advanced.advanced.app_launcher.auto_close
- view.settings.advanced.advanced.auto_launch
- view.settings.advanced.advanced.auto_launch_tooltip

* Add GPU Fix and Udon Exception Logging options, unload favorites tab when not in use

* Fix GPUFix typo

* Fix GPUFix typo 1

* Add logging for AVPro streams without usharp videoplayer

* Lint

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2023-05-13 22:26:29 +12:00