Commit graph

709 commits

Author SHA1 Message Date
Matt Kiazyk
99c4b49f28 Add Sponsor Button 2024-01-19 15:36:18 -06:00
Matt Kiazyk
159f1caa5c
Merge pull request #475 from XcodesOrg/dependabot/github_actions/actions/cache-4.0.0
Bump actions/cache from 3.3.2 to 4.0.0
2024-01-19 13:00:40 -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
dede435725 update ruby version for appcast action 2024-01-19 12:04:41 -06:00
Matt Kiazyk
4acd676f69 Bump and fix AppCast action 2024-01-19 11:59:19 -06:00
Matt Kiazyk
dada7f2716 2.0.0 beta 2024-01-19 11:18:45 -06:00
dependabot[bot]
1cf4381c3a
Bump actions/cache from 3.3.2 to 4.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.3.2...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 10:39:41 +00:00
Daniel Chick
4d95a270ae Handle preference alerts from the PlatformsListView 2024-01-04 22:01:18 -06:00
Matt Kiazyk
2184c872d3
Merge pull request #469 from XcodesOrg/matt/SparkleUpdate
update Sparkle to 2.5.2
2024-01-02 22:27:51 -06:00
Matt Kiazyk
7aaf0563e6 update Sparkle to 2.5.2 2024-01-02 22:19:31 -06:00
Matt Kiazyk
efcf6508f5
Merge pull request #463 from XcodesOrg/matt/platformsList
Add new Platforms List Window
2024-01-01 20:01:33 -06:00
Matt Kiazyk
39f39212f6
Merge pull request #468 from XcodesOrg/dependabot/github_actions/ruby/setup-ruby-1.165.1
Bump ruby/setup-ruby from 1.162.0 to 1.165.1
2024-01-01 20:01:17 -06:00
Matt Kiazyk
7167c40072 Tests to MacOS 13 2024-01-01 19:55:45 -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
dependabot[bot]
48e9b1568e
Bump ruby/setup-ruby from 1.162.0 to 1.165.1
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.162.0 to 1.165.1.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](https://github.com/ruby/setup-ruby/compare/v1.162.0...v1.165.1)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-29 10:39:05 +00: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
Matt Kiazyk
c85b3c2b6c
Merge pull request #462 from redryerye/feat/preselect-phonenumber
Add default phone number selection when there is only one
2023-12-20 08:28:57 -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
638543070b
Merge pull request #459 from XcodesOrg/dependabot/github_actions/ruby/setup-ruby-1.162.0
Bump ruby/setup-ruby from 1.161.0 to 1.162.0
2023-12-12 21:30:47 -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
f25fc3923e
Merge pull request #455 from egesucu/update-readme-xcode-version
Updated README.md
2023-12-12 21:29:25 -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
dependabot[bot]
78a62c4eba
Bump ruby/setup-ruby from 1.161.0 to 1.162.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.161.0 to 1.162.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](https://github.com/ruby/setup-ruby/compare/v1.161.0...v1.162.0)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 10:57:26 +00: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
2d3a26374b Updated README.md
Since Strings Catalog has been added, Xcode 15 is required to work with them.
2023-12-03 08:44:00 +03:00
Ege Sucu
eda3e2680b More translations are updated after the rebase 2023-12-03 08:37:18 +03:00
Matt Kiazyk
0d631e6628
Merge pull request #453 from XcodesOrg/matt/cancelRuntimeDownload
Add ability to cancel runtime downloads
2023-12-02 22:32:55 -06: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
b3e91fad7a
Merge pull request #449 from egesucu/string-catalog-conversion
String Catalog Conversion
2023-12-02 09:26:32 -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
c5ada02a31
Merge pull request #448 from XcodesOrg/matt/runtimeDownload
Support Runtime/Platforms Downloading and Install 🚀
2023-12-01 10:06:45 -06: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
b650261ddd
Merge pull request #436 from thai-d-v/fix-app-state
Clean up code in `InfoPane` to be more robust
2023-11-23 14:07:03 -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