Commit graph

592 commits

Author SHA1 Message Date
huihuisang
b5e50c6eed replace AttributedText with Text to fix layout issue in preference 2024-03-16 22:42:13 +08:00
huihuisang
f4c9a6d683 replace default icon in info page 2024-03-16 19:21:52 +08:00
LiYanan2004
9a5e127387 Resolve warning on Swift 5.10 2024-03-16 10:28:16 +08:00
Daniel Chick
238f974ce3 Merge branch 'main' into remove_outdated_version_checks
# Conflicts:
#	Xcodes/Frontend/Common/NavigationSplitViewWrapper.swift
2024-03-15 13:36:24 -05:00
Matt Kiazyk
b89fc21b8b
Merge pull request #526 from chickdan/trailing_icon_release_filter
Trailing Icon for Filter Button
2024-03-15 11:44:10 -05:00
Matt Kiazyk
bf0dc9d855
Merge pull request #504 from huihuisang/main
Improve the layout of the sidebar
2024-03-15 11:23:00 -05:00
Daniel Chick
74d8f395a5 Remove comment 2024-03-11 21:54:20 -05:00
Daniel Chick
4394c48e11 Remove outdated version checks 2024-03-11 21:51:35 -05:00
Daniel Chick
6cd8584058 Replace label style with new trailing icon 2024-03-11 21:30:39 -05:00
Daniel Chick
96e4682c56 Add Label style with trailing icon 2024-03-11 21:29:11 -05:00
Schr0eder
f58fced154 merge conflict adaptions 2024-03-11 19:04:29 +01:00
huihuisang
9a866acf53 Place PlatformsPocket back to XcodeListView 2024-03-10 15:35:37 +08:00
Matt Kiazyk
5993385a73
Merge pull request #521 from LiYanan2004/main
Improve signing experience when using non-english keyboard
2024-03-08 14:48:50 -06:00
Matt Kiazyk
238ac71517
Merge pull request #523 from XcodesOrg/fix-missing-runtime
fix runtime not appearing when multiple runtimes exist for same build
2024-03-08 14:46:45 -06:00
Matt Kiazyk
e9a95a3e63
Merge pull request #502 from pan93412/l10n/zh-TW/230210
l10n(zh-Hant): Update translation for 2.0.2
2024-03-08 14:26:50 -06:00
Matt Kiazyk
21e2a10eec
Merge pull request #506 from alladinian/feature/Settings-window-layout
Improvements in the layout of the Settings window
2024-03-08 14:21:56 -06:00
Matt Kiazyk
bf4650edcb
Merge pull request #510 from kikiwora/update-ukrainian-localisation-for-2.0.2
Update Ukrainian localisation
2024-03-08 14:07:42 -06:00
Matt Kiazyk
14f00a0e09
Merge pull request #505 from alladinian/feature/Greek-localization
Greek language localization
2024-03-08 13:51:15 -06:00
Matt Kiazyk
8534e2850b fix runtime not appearing when multiple runtimes exist for same build 2024-03-08 12:16:20 -06:00
LiYanan2004
5054ead2ca Improve signing experience when using non-english keyboard 2024-03-08 12:07:06 +08:00
huihuisang
950045b427 add icon for Xcode beta version 2024-02-29 09:04:28 +08:00
Roman Suvorov
34d7f6834e
Update Ukrainian localisation 2024-02-21 21:18:08 +02:00
Vasilis Akoinoglou
b4e598fc49 Layout adjustments for the Settings window 2024-02-20 13:14:20 +02:00
Vasilis Akoinoglou
6b6088d58d Greek language localization 2024-02-20 12:06:15 +02:00
huihuisang
e5c4fd431a Update NavigationSplitViewWrapper.swift
update mini width of sidebar
2024-02-18 19:21:27 +08:00
huihuisang
ae55e0fb15
Merge branch 'main' into main 2024-02-18 19:13:18 +08:00
pan93412
c7f9e54796
Merge branch 'main' into l10n/zh-TW/230210 2024-02-18 03:53:41 -06:00
huihuisang
e520a96021 Improve the layout of the sidebar 2024-02-18 13:52:32 +08:00
Clément Padovani
53ec9156ff allow selecting text from the compilers 2024-02-17 18:39:10 +01:00
Clément Padovani
8d7412fd18 allow selecting text from the SDKs 2024-02-17 18:39:04 +01:00
Clément Padovani
5aed44f969 Allow selecting text from the info panel 2024-02-17 18:37:32 +01:00
Matt Kiazyk
91f75843da
Merge pull request #499 from XcodesOrg/matt/498-fix-nav-close-stucks
fix: adds back in sidebar toggle button so users don't get stuck
2024-02-16 09:09:01 -06:00
Jinyu Meng
49eb2f4cf2 Update localizations to remove old items and add "Support Xcodes". 2024-02-10 15:41:29 +09:00
Jinyu Meng
8a7597e70b Update more files. 2024-02-10 15:36:07 +09:00
Jinyu Meng
144c591a41 Use Text(verbatim:) instead. 2024-02-10 15:36:07 +09:00
Jinyu Meng
0e76a18168 Remove more useless localizations. 2024-02-10 15:36:07 +09:00
Jinyu Meng
a078b8f7d0 Update zh_Hans localizations. Remove old or useless items. 2024-02-10 15:36:07 +09:00
Jinyu Meng
a00dae9b0a Create an extension for hiding strings from localizations. 2024-02-10 15:34:31 +09:00
pan93412
c4bd1d2789
l10n(zh-Hant): Update translation for 2.0.2 2024-02-10 00:25:47 +08:00
Matt Kiazyk
9cb4f243b0 fix: adds back in sidebar toggle button so users don't get stuck 2024-02-06 22:05:54 -06:00
Matt Kiazyk
0252bf1fe0 clean up localization for support link 2024-01-25 22:01:40 -06:00
Matt Kiazyk
2418d22f71
Merge pull request #472 from robinkunde/rk/fixDerivedDataPath
Remove newline from derived data path returned by defaults
2024-01-23 22:12:41 -06:00
Matt Kiazyk
fb7e1f65c1
Merge pull request #480 from XcodesOrg/matt/privilegedHelperUpdate
Update privilege helper to xcodesOrg and Team
2024-01-23 22:04:07 -06:00
Matt Kiazyk
7686620b1e
Merge pull request #481 from XcodesOrg/matt/sponsorLink
Add Sponsor/Donate Button
2024-01-23 21:58:45 -06:00
Matt Kiazyk
e4d21ac18b
Merge pull request #477 from McNight/mcnight/new_french_translations
Add latest missing french translations
2024-01-19 16:17:38 -06:00
Matt Kiazyk
99c4b49f28 Add Sponsor Button 2024-01-19 15:36:18 -06:00
Matt Kiazyk
9ec90a3ca8 Update privilege helper to xcodesOrg and Team 2024-01-19 14:28:12 -06:00
Matt Kiazyk
0dc13d8eee
Merge pull request #470 from chickdan/fix_missing_platform_list_alert
Handle preference alerts from the PlatformsListView
2024-01-19 12:58:44 -06:00
Matt Kiazyk
dada7f2716 2.0.0 beta 2024-01-19 11:18:45 -06:00
McNight
e1ea64c647 Add latest missing french translations 2024-01-17 22:48:35 +01:00
Robin Kunde
111f08fdcf Remove newline from derived data path returned by defaults 2024-01-10 13:44:02 -05:00
Daniel Chick
4d95a270ae Handle preference alerts from the PlatformsListView 2024-01-04 22:01:18 -06:00
Matt Kiazyk
7aaf0563e6 update Sparkle to 2.5.2 2024-01-02 22:19:31 -06:00
Matt Kiazyk
79c1f67811 small adjustments 2024-01-01 19:52:34 -06:00
Matt Kiazyk
805f754bc8 Move platforms list view to it's own window, outside of settings 2024-01-01 19:46:27 -06:00
Matt Kiazyk
b968149235 Add new platforms list in settings 2023-12-20 12:10:13 -06:00
Matt Kiazyk
3c5f86023e
Merge pull request #461 from XcodesOrg/matt/redesign
Redesign the main window to better suit more data
2023-12-20 08:56:45 -06:00
Yuki Yamamoto
36a9bd267b
add default phone number selection when there is only one 2023-12-20 00:39:03 +01:00
Matt Kiazyk
cd69ddc40e Cleanup 2023-12-19 15:13:11 -06:00
Matt Kiazyk
ede9bd1c46 redesigned infoPane 2023-12-19 14:36:34 -06:00
Matt Kiazyk
7070575a32 Switch to NavigationSplitView 2023-12-18 09:00:10 -06:00
Matt Kiazyk
98b986a30d
Merge pull request #456 from chickdan/improve_412_code_entry
Descriptive error for login status code 412
2023-12-12 21:30:17 -06:00
Matt Kiazyk
487bd2d1dd
Merge pull request #454 from egesucu/turkish-translation-improvement
Updated Turkish to 100%
2023-12-12 21:28:53 -06:00
Matt Kiazyk
0884f85359
Merge pull request #437 from chickdan/install_activity_indicator
Activity Indicator on Install Pressed
2023-12-12 21:28:11 -06:00
Daniel Chick
c0cff4822c If status code 412 is returned from code entry change error to describe acknowledgement required 2023-12-05 18:12:57 -06:00
Daniel Chick
9622b563b3 Move button styling to not affect the info pane 2023-12-05 17:20:41 -06:00
Ege Sucu
eda3e2680b More translations are updated after the rebase 2023-12-03 08:37:18 +03:00
Matt Kiazyk
1f032a5719 Fix localization from rebase 2023-12-02 09:30:38 -06:00
Matt Kiazyk
c81a638e35 Merge branch 'main' into matt/cancelRuntimeDownload 2023-12-02 09:27:52 -06:00
Matt Kiazyk
57bf6d8a80 add ability to cancel runtime downloads 2023-12-02 09:24:54 -06:00
Ege Sucu
7690c19115 Localization file updated 2023-12-01 20:29:13 +03:00
Ege Sucu
ad749c1cb0 Converted Localization into String Catalog 2023-12-01 20:29:13 +03:00
Matt Kiazyk
c1836a78c4 PR Cleanup. 2023-12-01 10:05:36 -06:00
Daniel Chick
4649ba0c8a Reuse ProgressButton 2023-11-25 19:19:59 -06:00
Matt Kiazyk
c153a93b1b adjustments to update runtimes 2023-11-23 14:41:56 -06:00
Matt Kiazyk
f470986e2b Merge branch 'main' into matt/runtimeDownload 2023-11-23 14:16:43 -06:00
Matt Kiazyk
ec4dc2b3d0 runtime clean up 2023-11-23 13:30:59 -06:00
Duong Thai
a596e5ff6c refactor preview code 2023-11-24 00:15:41 +07:00
Matt Kiazyk
6ffce23616 more WIP 2023-11-23 10:37:41 -06:00
Duong Thai
2fdc06031c fix SDKView logic, hide the view when the content is empty 2023-11-23 23:04:16 +07:00
Duong Thai
2f7d45c67a move the control section to InfoPaneControls, fix the layout to make it self-contain 2023-11-23 23:04:14 +07:00
Duong Thai
a2379583ef fix data dependency, preview performance and layout out of InfoPane
- I move `UnselectedView` out to:
        1. narrow data dependency
        2. `InfoPane` should only care about displaying data, not whether an `Xcode` is selected
2023-11-23 23:03:01 +07:00
Duong Thai
4e55aac679 clean up code 2023-11-23 23:01:03 +07:00
Duong Thai
d406972e81 move and fix the InstalledStateButtons 2023-11-23 23:00:10 +07:00
Duong Thai
9e787f98d8 fix layout of UnselectedView 2023-11-23 22:58:53 +07:00
Duong Thai
d172df68e3 move and fix the NotInstalledStateButtonsView 2023-11-23 22:58:49 +07:00
Duong Thai
d08d2d38e4 move and fix the UnselectedView
rebase main
2023-11-23 22:56:18 +07:00
Duong Thai
112829b553 rebase main 2023-11-23 22:53:15 +07:00
Duong Thai
05f5c2cebf rebase main 2023-11-23 22:49:10 +07:00
Duong Thai
cecceea62f remove openURL in InfoPane because ReleaseNotesView already has it 2023-11-23 22:46:22 +07:00
Duong Thai
77ca8a2571 move the compatibility view to CompatibilityView.swift 2023-11-23 22:46:22 +07:00
Duong Thai
f1fea6365c move release notes to ReleaseNotesView.swift
- narrow down interfaces of some functions
2023-11-23 22:46:22 +07:00
Duong Thai
03eb166c3d move icon to IconView.swift 2023-11-23 22:46:22 +07:00
Duong Thai
e56d83dbe3 move identical builds view to IdenticalBuildView.swift 2023-11-23 22:46:22 +07:00
Duong Thai
7079e062d2 move release date view to ReleaseDateView.swift
- I moved outside 2 lines of `.frame(maxWidth: .infinity, alignment: .leading)` because this layout job should belong to `InfoPane`
    - I added preview blocks for testing
2023-11-23 22:46:22 +07:00
Matt Kiazyk
487cbb0045 Merge branch 'main' into matt/runtimeDownload 2023-11-22 13:26:45 -06:00
Matt Kiazyk
19f1fd876d fix: settings link on Sonoma not working 2023-11-21 23:50:25 -06:00
Matt Kiazyk
6fcb4aa857
Merge pull request #428 from ElonPark/bug/elon/fix-send-sms-crash
Fix SMS Enter Digit Code Crash
2023-11-21 23:15:21 -06:00
Matt Kiazyk
5edeb60835
Merge pull request #423 from senmu/sam/dockProgress
Add installation progress bar to dock icon
2023-11-21 23:14:12 -06:00
Matt Kiazyk
47710b6bed
Merge pull request #400 from LavareX/support_visionOS
SDK column in the info panel supports displaying visionOS
2023-11-21 23:00:15 -06:00
Matt Kiazyk
330f590d8e
Merge pull request #398 from Kyle-Ye/feature/autocomplete
Add PinCodeTextField autocomplete support
2023-11-21 22:51:16 -06:00
Matt Kiazyk
cf57fde101
Merge pull request #393 from qnotna/main
Update DE localization
2023-11-21 22:36:43 -06:00
Matt Kiazyk
74ef10b697
Merge pull request #391 from megabitsenmzq/main
Update zh_CN localizations.
2023-11-21 22:35:47 -06:00
Daniel Chick
5b1cc4a93d Swap button to InstallButton 2023-10-17 18:15:18 -05:00
Daniel Chick
13715930af Update InstallButton with progress view and styling from list row 2023-10-17 18:14:51 -05:00
Elon Park
35fb72db68 Fix SMS Enter Digit Code Crash 2023-09-24 02:47:37 +09:00
Matt Kiazyk
dc5a8b03b6 WIP download runtime, refactor 2023-09-22 15:35:26 -05:00
Sam Lu
622fac605c
Set up overall progress object
to track both downloading and unarchiving and reflect this in dock progress
2023-09-18 10:39:40 -06:00
Sam Lu
de35bed9fa
Add dock progress indicator
in .bar style
2023-09-13 12:48:14 -06:00
Sam Lu
9dd91a2ce8
Add DockProgress swift package 2023-09-13 12:48:13 -06:00
lavare
5977210252 Panel parsing visionOS field 2023-06-26 16:44:25 +08:00
Matt Kiazyk
7325502853 more runtime download work 2023-06-23 14:45:13 -05:00
Kyle
fc35950885
Add PinCodeTextField autocomplete support 2023-06-20 18:04:31 +08:00
Anton Quietzsch
fb42bfc013 Fix Mac strings 2023-06-09 11:03:52 +02:00
Anton Quietzsch
2de476b101 Add missing localization 2023-06-09 10:54:29 +02:00
Anton Quietzsch
a556d95ee9 Fix typos in DE localization 2023-06-09 10:53:52 +02:00
Matt Kiazyk
4f25905f4c start moving over to XcodesKit package. Runtimes searching 2023-06-06 23:29:09 -05:00
Jinyu Meng
8169ee0a22 Update zh_CN localizations. 2023-06-06 16:11:02 +09:00
Ferran Abelló
927f842c61
Merge branch 'main' into main 2023-05-26 10:49:31 +02:00
Pedro Guimarães
3353eb1112
Translate missing strings 2023-05-19 19:32:37 -03:00
Pedro Guimarães
9dd569c605
Fix issue where app was crashing on opening the Advanced tab in Settings 2023-05-19 19:32:18 -03:00
Matt Kiazyk
907e503f71
Merge pull request #371 from Kyle-Ye/feature/kyle/upgrade_unxip
Update unxip binary to v2.1
2023-05-19 16:49:53 -05:00
Matt Kiazyk
4ecc245db6
Merge pull request #375 from jakex7/locale/pl
Introduce Polish translations
2023-05-19 16:38:44 -05:00
Kyle
3529b19295
Update unxip binary to v2.1 2023-04-18 13:46:21 +08:00
LinXunFeng
771cb3242c Fix zh_Hans localizations 2023-04-17 13:37:49 +08:00
Jakub Grzywacz
2d22210d5b Locale: introduce Polish translations 2023-04-16 12:46:30 +02:00
Matt Kiazyk
ba031403d6
Merge pull request #362 from egesucu/turkish-translation-improvements
Turkish Localization Update
2023-03-06 21:56:13 -06:00
Ege Sucu
0bc8edf75e Updated Turkish Localization with New Content 2023-03-04 16:57:29 +03:00
Matt Kiazyk
d955ec8bd2
v1.10.0 2023-02-28 18:58:53 -06:00
Matt Kiazyk
76bb3fbae0
Adds hashcash implementation 2023-02-27 12:11:12 -06:00
Matt Kiazyk
29503ad9cf
Testing Hashcash 2023-02-23 23:04:31 -06:00
Matt Kiazyk
9452db4749
Update unxip binary to 1.1.3 2023-02-14 23:07:16 -06:00
Matt Kiazyk
16bd85c918
Merge pull request #299 from jrsaruo/fix/missing-ja-localization
Update Japanese localization
2023-02-01 22:59:02 -06:00
Felix Herrmann
c496238fb9 fix Ventura status bar spacing 2023-01-16 17:53:19 +01:00
Felix Herrmann
7eb5a8f073 fix Ventura toolbar placement 2023-01-16 17:52:26 +01:00
Yossi Zahn
550d917b33 Fix #329 2022-12-18 00:29:33 +02:00
Ferran Abelló
45ea417a98
Merge branch 'main' into main 2022-12-14 14:45:35 +01:00
Yusaku Nishi
b56a73c8fe
Add missing localizations for Japanese 2022-12-10 23:10:27 +09:00
Yusaku Nishi
495dfedf46
Merge branch 'main' into fix/missing-ja-localization 2022-12-10 22:53:37 +09:00
Matt Kiazyk
b4a4f8e329
Adds open in Rosetta option for Apple Silicon machines 2022-12-05 23:08:44 -06:00
Matt Kiazyk
f8ec0a37fe
Bump version 1.9.0 2022-11-22 21:48:47 -06:00
Matt Kiazyk
34817a6916
Merge pull request #322 from DannyJJK/patch-1
Improve Spanish localization in Preferences
2022-11-22 21:34:23 -06:00
Matt Kiazyk
9a61a94239
Merge pull request #304 from leon-wolf/feature/281-add-beta-symlink
Adds an option to save beta versions with `-beta` symlink
2022-11-22 21:33:24 -06:00
Matt Kiazyk
ce19069353
Merge pull request #260 from brunomunizaf/brazilian-localization
Add brazilian portuguese localization
2022-11-22 21:14:37 -06:00
Matt Kiazyk
a0a74ed5bf
Switch Xcode releases back to using Apple Auth :( 2022-11-17 22:39:38 -06:00
Bruno Muniz
ebafb0fb3d
Merge branch 'main' into brazilian-localization 2022-11-14 16:57:57 -03:00
Danny Kirkham
2d748a1a2a
Improve Spanish strings in Preferences
I've not added all the missing ones but this fills some of them in, including some corrections
2022-11-11 19:05:01 +00:00
Matt Kiazyk
4049e43ce5
Merge pull request #307 from jfversluis/main
Add Dutch localization
2022-11-11 11:33:23 -06:00
Leon Wolf
0e45884608 Merge branch 'main' into feature/144-add-error-on-uninstall
# Conflicts:
#	Xcodes.xcodeproj/project.pbxproj
2022-11-11 17:24:14 +01:00
Matt Kiazyk
b9ba988c30
Merge pull request #305 from leon-wolf/feature/291-cleanup-preferences
move download settings to own PreferencePane
2022-11-11 09:34:12 -06:00