Commit Graph

26 Commits

Author SHA1 Message Date
Elian
7adfc722f1 Add user search by bio and sort results by last logged in (#39) 2025-02-24 04:31:06 +13:00
pa
dfc0023deb improve: Instance Activity Chart (#1150)
* improve: Instance Activity Chart

* i18n
2025-02-24 04:28:07 +13:00
flower_elf
246e02e314 i18n: Update Simplified Chinese Translation (#1151)
* i18n: Update Simplified Chinese Translation

Rewrite some translations.
According to the revised Simplified Chinese translation guidelines

* i18n: fix typo

* i18n: Correction
2025-02-24 04:26:11 +13:00
avtrDB
96c3470f6f feat: add launch command for switching avatars (#1145)
* feat: add launch command for switching avatars

* fix: reuse selectAvatarWithoutConfirmation

* chore: remove FIXME comments

* fix: address comments

- ipcEvent does not need to be async
- use $app instead of $app.methods

* fix: consolidate settings option

Instead of having two settings to control focus and confirmation
seperately, just use one and grab focus when its enabled.
2025-02-23 20:04:59 +13:00
Ryo Namiki
7157509002 Add missing Japanese translation (#1146) 2025-02-22 22:31:59 +13:00
pa
f221b43a10 improve: instance activity chart (#1144)
* improve: instance activity chart

* wip: ?

* Wrong commit

* add prev/next day btn, bar width setting, i18n

* add show solo, no friend instance btn, add friend icon, i18n

* add favorite friend icon, tips, improve the chart display effect, and i18n
2025-02-22 22:30:42 +13:00
pa
4002e944b9 feat: Instance Activity Chart (#1141)
* feat: Instance Activity Chart

* fix: chart data handling
2025-02-18 18:32:47 +13:00
Natsumi
60d8d7682f Fix print cropping and Linux custom photo path 2025-02-17 13:22:11 +13:00
Natsumi
8ee28ea3ca Auto load friends list 2025-02-17 13:21:16 +13:00
Yuu198
4b0e6fad51 Japanese localization en.json file Update and Typo fix (#1125)
* Translation updated

* Update localization

* Typo fix
2025-02-10 07:20:27 +13:00
Sergey004
d275c2abb3 Update ru_RU localization (#1121)
* Update ru_RU localization

* Update ru_RU localization

* Update ru_RU localization
2025-02-10 07:19:16 +13:00
pa
179a572c7c Display All Friends When Grouped by Instance (#1119) 2025-02-10 07:19:01 +13:00
優希 (Yuki)
cbb40ebc8b Improve Japanese Translation (#1115) 2025-02-03 23:59:32 +13:00
XoFKon
af2ef2e082 Update Traditional Chinese (#1111)
Correction of translation lines 196 199
2025-02-03 23:59:21 +13:00
XoFKon
e426a0ceef Update en.json (ZH-TW) (#1109) 2025-01-31 16:30:57 +13:00
Natsumi
ca6b52c053 Prevent the sidebar instance group title being shown as "Traveling" 2025-01-27 12:12:38 +13:00
Vivi
212934f08c fix: fix the bug of favorite friends hidding (#1104)
* feat: favorite friends divide by different favorite group

* fix: make the update of dividing by favorite groups compatible with previous features

* fix: fix the bug of favorite friends

* fix: fix the bug of favorite friends

* fix: fix the bug of favorite friends hidding

* fix: fix the vipFriendsDivideByGroup dataSource, now it was couputed by others, no longer managed by the add favorite, delete favorite etc handler

* i18n: chinese translation about split favorite friends

* fix: fix the duplicate friend show in a tab
2025-01-27 09:25:30 +13:00
Natsumi
8b302cae20 Split Favorite Friends 2025-01-26 07:33:44 +13:00
pa
85c6cb6f4f improve: Group all friends by the same instance (#1097)
* improve: Group all friends by the same instance

* style
2025-01-25 07:09:57 +13:00
flower_elf
5c9840ca5e i18n: Update zh-CN translation and readme (#1092)
* i18n: Update zh-CN translation and readme

* i18n:fix typo

* i18n:fix typo again

* i18n: Correction
2025-01-25 05:30:00 +13:00
poprox24
8cf77af05c Czech language for VRCX (#1071)
* Initial commit

* Update en.json

* Update en.json

* Update

* Update localizedStrings.js

* Update en.json

* fix conflict (?)

* Move to new folder
2025-01-25 05:29:38 +13:00
pa
0acfe17811 feat: groupLogsModerationTable data export (#1052) (#1088)
* feat: groupLogsModerationTable data export

* fix
2025-01-22 05:44:06 +13:00
pa
fbf4c7cd4b feat: Friends Sidebar Group By Instance (#1069) (#1087)
* feat: Friends Sidebar Group By Instance

* fix and improve performance of filter data

* rm log
2025-01-22 05:43:58 +13:00
Tamara
f27d213a0d Add Avatar Wear Timers (#1086)
* Update avatar history table

* Tracking time when swapping avis

* Time spent now visible on application

* Added wear time tracking on game open/close

* Update avatar history table

* Tracking time when swapping avis

* Time spent now visible on application

* Added wear time tracking on game open/close

* Adjusted "ON CONFLICT" query

* Removed unneccesary "previousAvatar" parameter
2025-01-22 05:43:51 +13:00
Natsumi
555d4adf60 Misc fixes 2025-01-20 21:58:56 +13:00
Natsumi
938fff63d0 Electron support for Linux (#1074)
* init

* SQLite changes

* Move html folder, edit build scripts

* AppApi interface

* Build flags

* AppApi inheritance

* Finishing touches

* Merge upstream changes

* Test CI

* Fix class inits

* Rename AppApi

* Merge upstream changes

* Fix SQLiteLegacy on Linux, Add Linux interop, build tools

* Linux specific localisation strings

* Make it run

* Bring back most of Linux functionality

* Clean up

* Fix TTS voices

* Fix UI var

* Changes

* Electron minimise to tray

* Remove separate toggle for WlxOverlay

* Fixes

* Touchups

* Move csproj

* Window zoom, Desktop Notifications, VR check on Linux

* Fix desktop notifications, VR check spam

* Fix building on Linux

* Clean up

* Fix WebApi headers

* Rewrite VRCX updater

* Clean up

* Linux updater

* Add Linux to build action

* init

* SQLite changes

* Move html folder, edit build scripts

* AppApi interface

* Build flags

* AppApi inheritance

* Finishing touches

* Merge upstream changes

* Test CI

* Fix class inits

* Rename AppApi

* Merge upstream changes

* Fix SQLiteLegacy on Linux, Add Linux interop, build tools

* Linux specific localisation strings

* Make it run

* Bring back most of Linux functionality

* Clean up

* Fix TTS voices

* Changes

* Electron minimise to tray

* Remove separate toggle for WlxOverlay

* Fixes

* Touchups

* Move csproj

* Window zoom, Desktop Notifications, VR check on Linux

* Fix desktop notifications, VR check spam

* Fix building on Linux

* Clean up

* Fix WebApi headers

* Rewrite VRCX updater

* Clean up

* Linux updater

* Add Linux to build action

* Test updater

* Rebase and handle merge conflicts

* Fix Linux updater

* Fix Linux app restart

* Fix friend order

* Handle AppImageInstaller, show an install message on Linux

* Updates to the AppImage installer

* Fix Linux updater, fix set version, check for .NET, copy wine prefix

* Handle random errors

* Rotate tall prints

* try fix Linux restart bug

* Final

---------

Co-authored-by: rs189 <35667100+rs189@users.noreply.github.com>
2025-01-11 13:09:44 +13:00