Tiffany Fung
76d32e1d76
Update Localizable.strings
2024-01-13 11:49:54 +08:00
Tiffany Fung
f139983456
Update Localizable.strings
2024-01-12 21:20:24 +08:00
Tiffany Fung
8bfabbeb49
Update Localizable.strings
2024-01-12 21:12:49 +08:00
Tiffany Fung
8dc955b4c4
Fix several translations (zh-HK)
2024-01-12 15:09:25 +08:00
Tiffany Fung
29e5a69db8
Add more strings for zh-HK
2024-01-12 11:04:17 +08:00
Tiffany Fung
cbf60f5843
Update VMDisplayWindow.strings
2024-01-11 19:52:27 +08:00
Tiffany Fung
40570ac3c9
Update Localizable.strings
2024-01-11 19:48:45 +08:00
Tiffany Fung
4ac8360ab0
Update Localizable.strings
2024-01-10 23:06:25 +08:00
Tiffany Fung
176b657240
Update Localizable.strings
2024-01-10 17:32:40 +08:00
Tiffany Fung
8e49ce056d
Update InfoPlist.strings
2024-01-10 15:17:33 +08:00
Tiffany Fung
0ccf1d0169
Update InfoPlist.strings
2024-01-10 15:17:09 +08:00
Tiffany Fung
05792cc4c6
Update README.zh-HK.md
2024-01-10 15:04:56 +08:00
Tiffany Fung
75f6b4bf7b
Update README.zh-HK.md
2024-01-01 18:36:56 +08:00
Marcin Mitura
cdc490c534
Missing strings and small correction
2023-12-24 12:30:43 +01:00
Tiffany Fung
3f5b410118
Import translations for zh-hk
2023-12-15 13:38:06 +08:00
Tiffany Fung
88e1b2c419
Import translations for zh-cn
2023-12-15 13:29:40 +08:00
MMP0
0dccb03263
Small fix
2023-12-13 22:55:38 +09:00
MMP0
3d5132e5ed
Update for b61b5f9..dacf074
2023-12-13 22:54:53 +09:00
John Smith
3284e8110e
[Localizable] The App name is translated to "UTM SE" by mistake
2023-12-13 11:48:19 +09:00
osy
62bd84c78c
build: update ANGLE
2023-12-10 15:51:29 -06:00
osy
c2329ded9f
toolbar(visionOS): support hiding toolbar
2023-12-10 15:50:25 -06:00
osy
5f47ae0c20
toolbar(visionOS): move toolbar to top of window
2023-12-10 15:50:25 -06:00
osy
163a903987
Revert "github: disable visionOS and build on Xcode 15.0"
...
This reverts commit ab90be1a36
.
2023-12-10 15:50:25 -06:00
osy
7efc06609a
project: bumped version
2023-12-10 15:48:18 -06:00
osy
8dd92c8cc6
github: fix macOS packaging
2023-12-10 15:48:18 -06:00
osy
6a3f019ca3
jailbreak: fix JIT not working on some TrollStore installs
...
Thanks @crstestacc for the patch.
Fixes #5216
2023-12-10 15:47:50 -06:00
osy
3fd6aef272
dependencies: update Hypervisor to support iOS 16
...
Thanks @xliuxu for the offsets
2023-12-10 15:47:50 -06:00
osy
a5cf3616b6
vm(qemu): do not try to eject drives on non-disk interfaces
...
Fixes #5845
2023-12-10 15:47:50 -06:00
osy
5df9e63816
project: bumped version
2023-10-20 16:33:29 -07:00
osy
ab90be1a36
github: disable visionOS and build on Xcode 15.0
2023-10-20 16:33:29 -07:00
osy
46180a9d7c
config(apple): support legacy keyboard configurations
...
Determine from the wizard which keyboard configuration to use.
Fixes #5810
2023-10-20 15:58:00 -07:00
rhrnakrnakr
1423e2e104
docs: added README for korean
2023-10-14 20:39:51 +09:00
osy
e439e53341
project: bumped version
2023-10-10 20:36:29 -07:00
osy
ffe56da967
Merge pull request #5773 from s0rd3s/main
...
Fix silly typo in Russian localization and add some extra translated strings
2023-10-10 20:36:02 -07:00
osy
30ae2b2bb0
toolbar(visionOS): always show keyboard with button
...
visionOS does not support notifications when keyboard is closed.
2023-10-10 20:21:18 -07:00
osy
1819cf7d84
display: process gaze gesture as indirect touch
...
This allows direct touch on visionOS to be processed like stylus events.
2023-10-10 20:13:23 -07:00
osy
d9db152430
display: implement multiple windows for visionOS
...
The current multi-window support for iOS uses UIWindowSceneDelegate and
requestSceneSessionActivation() to activate. For visionOS, we can use the
newer SwiftUI APIs with WindowGroups and openWindow(). While this can also
work on newer versions of iOS, for consistency we only use the new APIs on
visionOS.
Using the new APIs allow better handling of window states in visionOS.
Specifically, when we dynamically resize the VM window, the size does not
get saved and restored as the main window size on next launch.
2023-10-10 10:46:27 -07:00
osy
42d7327d1d
display: remove optimization for bypassing scale change
...
This sometimes doesn't work correctly because we may want to change the
native scaling even when the user scaling is constant. Additionally, the
number of calls to update is not as much as anticipated so the performance
savings is minimal.
2023-10-09 17:19:11 -07:00
osy
d9159539b1
helper: send SIGKILL if process is unresponsive
...
QEMU can refuse to react to SIGTERM due to a deadlock bug or for any other
reason. If it does not gracefully quit in 1 second, then we send SIGKILL.
Fixes #5769
2023-10-08 21:59:04 -07:00
osy
2ea42d82e3
package: DEB minimum firmware set to iOS 14
...
Resolves #5784
2023-10-07 18:11:09 -07:00
osy
1b1966cae0
vm(qemu): support restoring state with CD drive locked
2023-10-07 18:08:46 -07:00
osy
f083b65b03
downloader: support caching tools download Last-Modified
...
Resolves #5692
2023-10-07 17:54:54 -07:00
s0rd3s
83eef9756e
localization: add strings that were forgotten
2023-10-04 16:30:40 +03:00
s0rd3s
7f1dbb9a2a
localization: fix typo in Russian
2023-10-04 15:57:22 +03:00
osy
33b52cc861
project: bumped version
2023-10-03 21:28:22 -07:00
osy
5791d7848a
Merge pull request #5701 from changanmoon/main
...
Add Translations and README for Traditional Chinese (Hong Kong)
2023-10-03 21:27:39 -07:00
osy
70a6a53a30
Merge branch 'main' into main
2023-10-03 21:27:31 -07:00
osy
9860d899de
Merge pull request #5691 from s0rd3s/main
...
Add Russian language to UTM project
2023-10-03 21:22:48 -07:00
osy
c45577903b
Merge pull request #5652 from PeterDaveHelloKitchen/README.zh-Hant
...
Fix/Update zh-Hant localization
2023-10-03 21:22:23 -07:00
osy
a75285fc85
project: fix visionOS build error in SwiftTerm
2023-10-03 20:15:36 -07:00