anciltech
ec7b13497c
Merge branch 'main' into feature/grouped_versions
2025-09-23 10:41:31 +02:00
Ancil Maxwell Hoffman
061baa568b
adjusted shellscript, implemented collapsablelist preference, changed Dev Team back, adjusted localisations
2025-09-21 16:52:01 +02:00
Matt Kiazyk
789eedcdb7
add some glass effect... why not?
2025-09-19 19:19:58 -05:00
Matt Kiazyk
cab5533b49
Merge pull request #756 from neetrath/main
...
Add Thai translations
2025-09-17 22:55:26 -05:00
Matt Kiazyk
fc50db1cee
fix how platforms are architecture filtered
2025-09-17 22:37:19 -05:00
Ruttanachai Auitragool
576585b7de
feat: Add Thai translations
2025-09-16 23:22:44 +07:00
Matt Kiazyk
90dccd8180
new fancy app icon!
2025-09-15 23:08:51 -05:00
Matt Kiazyk
372d5b1f4e
Merge pull request #753 from XcodesOrg/matt/FixXcoded26Check
...
fix: xcode 26 check for Apple Silicon installs
2025-09-15 22:59:56 -05:00
Matt Kiazyk
4063796833
Merge pull request #727 from megabitsenmzq/main
...
Update zh_Hans translations.
2025-09-15 22:42:13 -05:00
Matt Kiazyk
be2eea0532
Merge pull request #746 from LiYanan2004/filter-ux
...
Improve filtering UI/UX on Xcode List
2025-09-15 22:41:32 -05:00
Matt Kiazyk
9527fb2961
fix: xcode 26 check for Apple Silicon installs
2025-09-15 22:08:49 -05:00
Matt Kiazyk
084bd8f4a1
Merge pull request #744 from leschlogl/feature/portuguese-translations
...
Fixes Brazilian Portuguese translations
2025-09-15 22:06:46 -05:00
Ancil Maxwell Hoffman
395399bdd6
added fix for libfido structure, completed testing
2025-09-14 13:20:43 +02:00
Ancil Maxwell Hoffman
3747f2151f
Major and minor version collapsable lists implemented
2025-09-14 12:32:16 +02:00
Ancil Maxwell Hoffman
6a0e521bc2
changes to make build with XCode26
2025-09-14 11:57:38 +02:00
Lucas Eduardo Schlögl
f93da1c502
small translation improvements
2025-09-10 14:43:20 +02:00
LiYanan2004
79ef494504
Add icon for "Installed Only" filter
2025-09-02 22:22:55 +08:00
LiYanan2004
cdf3675a5e
Improve filtering UI
2025-09-02 14:40:35 +08:00
Jinyu Meng
5974a85800
Update zh_Hans translations.
...
# Conflicts:
# Xcodes/Resources/Localizable.xcstrings
2025-08-29 11:45:06 +09:00
Matt Kiazyk
4ccb6e7f06
Merge pull request #741 from r1b2ns/feat/redirect-new-user-to-login
...
feat: improve user experience with a redirect window to sign-in
2025-08-27 08:37:19 -05:00
Rubens
22e4991f9a
chore: add new localized string in all languages
2025-08-27 10:32:20 -03:00
Lucas Eduardo Schlögl
059c51b5dd
Fixes Brazilian Portuguese translations
2025-08-27 13:30:47 +02:00
Matt Kiazyk
472e36ed0f
adjust names
2025-08-25 22:59:28 -05:00
Matt Kiazyk
a7b3f78813
clean up localizable strings
2025-08-25 22:37:51 -05:00
Matt Kiazyk
2e2b16e759
warning if users download silicon runtime without xcode 26 selected
2025-08-25 22:26:41 -05:00
Matt Kiazyk
0bc8e42a9b
have both arch versions as the same version on list
2025-08-23 21:51:13 -06:00
Matt Kiazyk
ceae881d9a
show installed xcodes specific with architectures
2025-08-23 20:11:57 -06:00
Matt Kiazyk
debc41f688
support downloading individual xcode architecture versions
2025-08-23 14:56:40 -06:00
Matt Kiazyk
4b9d86b22e
Support showing multiple architectures
2025-08-23 13:35:49 -06:00
Rubens
bbec397613
feat: add button to redirect user when this try to install a xcode version without signed
2025-08-20 08:38:16 -03:00
Matt Kiazyk
54cca28dbe
clean up localizations
2025-07-09 21:36:23 -05:00
Matt Kiazyk
10ce2b8511
support filtering
2025-07-07 23:03:20 -05:00
Matt Kiazyk
14b2b3da10
support displaying multiple architectures in runtimes
2025-06-25 15:31:51 -05:00
Matt Kiazyk
8fbf9eef8a
Merge pull request #678 from mahadshahib/patch-1
...
Update AppState.swift
2025-06-09 22:18:41 -05:00
Mohammad ShahibZadeh
a61338804c
Update AppState.swift
...
Fix the issue where entering an email address with capital letters causes the login to fail.
2024-12-24 12:31:56 +03:30
Edgar Story
259ad0789a
Improve the support for PIN-less FIDO2 devices
...
- We now check if in the handling of two factor option, the option to be used is a SecurityKey. If so, check if a FIDO2 device is attached and if it needs a PIN.
- When a PIN is not required, we can just move straight onto assertation, the code for which will present the touch key UI.
- Otherwise we fallback to the original flow.
2024-11-12 09:20:38 +00:00
Edgar Story
cc03660576
Push the setting of authError to happen on MainActor
...
- The Xcode “Run Time Issue” breakpoint was being hit whenever an error was being set, complaining about this being set outside of the main thread.
2024-11-12 09:14:51 +00:00
Edgar Story
a43bf63aab
Add function to check if a FIDO2 device is even connected
2024-11-12 09:12:44 +00:00
Edgar Story
cfef2879b5
Add function to check if fido2 device needs a PIN
2024-11-12 09:12:21 +00:00
Edgar Story
36424a78e0
Make fido2 property a lazy var
...
- This object was being kept around after being created and as we need it in some other functions it made sense to make it lazy and keep it around that way.
- Arguably the FIDO2 instance could be removed after each time it’s been used, but as the FIDO2 class doesn’t have any state stored in it, it seems benign keeping it about for now.
2024-11-12 09:08:26 +00:00
Edgar Story
afa6dff0b9
Support FIDO authentication with devices that don’t have a PIN code set
2024-11-10 12:16:17 +00:00
Kabir Oberai
8654756d67
comment
2024-11-04 21:21:12 -05:00
Kabir Oberai
85c9bdba55
Fix handling of s2k_fo
2024-11-04 21:14:48 -05:00
Matt Kiazyk
3a8722c07d
Merge pull request #640 from XcodesOrg/matt/SRPLogin
...
Support SRP Login
2024-10-28 22:22:21 -05:00
Matt Kiazyk
42c2c6bfc0
move to xcodesOrg/swift-srp fork
2024-10-28 21:45:07 -05:00
Matt Kiazyk
69e667cf87
some cleanup of extra prints and old code
2024-10-28 21:34:41 -05:00
Anand Biligiri
dc22b913f3
Use swift-srp from remote source
...
- Use from https://github.com/abiligiri/swift-srp , version 1.1.0
This is based on latest from upstream with changes required
- Remove local copy of swift-srp
2024-10-28 16:52:25 -07:00
Anand Biligiri
9b107ec98c
SRP Login works now
...
- Switch to use https://github.com/adam-fowler/swift-srp with some modifications
that are local
- Pad g value to equal size of N while calculating clientProof
- Use SHA256(plain-text-password) while computing key using PBKDF2
- Added a unit test with some sample values
2024-10-28 13:25:17 -07:00
Matt Kiazyk
2ed84ef792
clean up srp client, still not working
2024-10-24 19:34:26 -05:00
Matt Kiazyk
e04ed029de
(wip) SRP Login implementation
2024-10-22 23:35:59 -05:00