6903 Commits

Author SHA1 Message Date
whattherestimefor
4acb163074
Update to run on macos-15
GitHub no longer offers Xcode 16 on macos-14. https://github.com/actions/runner-images/issues/10703
2024.11-6853
2024-11-13 09:39:22 -05:00
shannon
16f7a86374 Fix concurrency error
Future work: Make MastodonAuthentication immutable and Sendable.
2024-11-13 09:21:28 -05:00
shannon
75d80ff382 bundler version update 2024-11-13 09:19:59 -05:00
shannon
60f7f91114 Update accountCreatedAt date if missing
Contributes to iOS-252
2024-11-12 15:54:11 -05:00
shannon
b1a4571c53 Fixes #687 [BUG] Sign Out from the app does not forget the user's authorization
Use an ephemeral session when authenticating user.

Contributes to iOS-315
2024-11-12 15:24:19 -05:00
shannon
93b8069ded Properly format TODO 2024-11-12 13:00:42 -05:00
shannon
e8ab6753d2 Add MainActor to AboutInstanceViewControllerDelegate 2024-11-12 13:00:28 -05:00
shannon
9257477f92 Deleting unused code 2024-11-11 14:31:50 -05:00
shannon
c6df2b0651 Fixes filtered posts take up too much space (#441)
Use content warning UI for filtered posts, and restrict height of CW area in all cases.
2024.11-6845
2024-11-08 15:07:54 -05:00
shannon
76498442e3 Fix for logged in user requiring reauthorization.
Related to iOS-252
2024.11-6844
2024-11-07 15:37:18 -05:00
shannon
280df2ae39 Always use vertical layout for edit history (iOS-383)
Quick fix for layout of languages with lengthier strings.
2024-11-07 15:37:18 -05:00
shannon
28f1743ebf Fix truncated message text in some situations
Reduce stack view spacing and allow font to scale down.
Related to iOS-252
2024-11-07 15:37:17 -05:00
shannon
531c1a054e Fix issue where app sometimes launches to login screen even though you are already logged in. 2024.11-6841 2024-11-07 08:56:03 -05:00
whattherestimefor
9d774cb541
Add ability to donate to Mastodon from the app (#1353)
This change only affects users logged in to mastodon.social or mastodon.online. A banner may be periodically displayed at the bottom of the homescreen encouraging donations and menu options are now available in Settings to make new donations or manage existing ones.

Amounts will not necessarily be returned from the server in order. The first amount returned is taken as the default and the amounts are sorted before display.

---------

Co-authored-by: Marcus Kida <marcus.kida@bearologics.com>
2024.11-6840
2024-11-06 19:37:52 -05:00
shannon
fdca50179e Wait for authentications to be available before trying to use them.
The prior fix for memory corruption problems in authentications had caused the app to launch to the new user screen every time.
2024.11-6839
2024-10-30 14:41:48 -04:00
shannon
20f7d761bd Increasing thread safety for authentications.
Attempting to fix multiple crashes associated with the call to persist() triggered by the authentications setter called in restore().
2024-10-30 14:41:48 -04:00
shannon
a9e088a9c7 update version number 2024.11-6837 2024-10-23 11:23:51 -04:00
shannon
583c796a4c Some defense against ProfileViewController.authContext.getter Forced Unwrapping Crash
Make the viewModel of the ProfileViewController optional rather than force unwrapping it. If the necessary information is not available, Profile page should show blank rather than crashing, and hopefully will have the expected info soon or the next time it is opened.

There is still a crash danger inherent in the use of TabBarPager, which requires a non-optional for several protocol methods were we can’t guarantee to have one to return. This dependency should be removed in the future.
2024-10-23 10:29:50 -04:00
shannon
bec6a3bce7 update Ruby version to 3.3.5 2024-10-22 11:23:04 -04:00
Marcus Kida
382098ed34
Use MetaTextKit fork 2024.10-6834 2024-10-09 19:29:55 +02:00
Marcus Kida
7e28e3ce06
Revert "Set SWIFT_ENABLE_OPAQUE_TYPE_ERASURE=NO"
This reverts commit d7e983a217df2e65e1e720ba82e1eaa7b76f3bf2.
2024-10-09 12:11:55 +02:00
Marcus Kida
905cb46678
Reapply "Switch to Xcode 16 on macOS 14 arm64 GHA Runner"
This reverts commit 79643d411f9a1dd8130661a8a91fa59d747b4701.
2024-10-09 12:11:30 +02:00
Marcus Kida
79643d411f
Revert "Switch to Xcode 16 on macOS 14 arm64 GHA Runner"
This reverts commit d3d925dbf29975efc3614fb7b9acfc28fb66b748.

# Conflicts:
#	.github/workflows/deploy-appstore.yml
2024-10-09 11:58:34 +02:00
Marcus Kida
9dc130eeaf
Fix layout constraint issue 2024.10-6830 2024-10-09 11:37:53 +02:00
Marcus Kida
d7e983a217
Set SWIFT_ENABLE_OPAQUE_TYPE_ERASURE=NO 2024.10-6829 2024-10-09 11:14:57 +02:00
Marcus Kida
d4e0c7440e
Increase FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT 2024.10-6828 2024-10-09 10:40:08 +02:00
Marcus Kida
4a654de127
Update icon 2024.10 2024.10-6827 2024-10-08 14:53:15 +02:00
Marcus Kida
80514637e0
Add arm64-darwin-23 to Gemfile.lock 2024-10-08 10:17:24 +02:00
Marcus Kida
95c197a383
Print diff 2024-10-08 10:15:48 +02:00
Marcus Kida
c58930ecf9
Update Gems 2024-10-08 10:12:32 +02:00
Marcus Kida
4d03d3eeaa
Update Gemfile.lock 2024-10-08 10:10:54 +02:00
Marcus Kida
d0c5e20428
Use bundle 2.5.21 2024-10-08 10:07:03 +02:00
Marcus Kida
14a7d0ff5d
Fix runner name 2024-10-08 10:03:29 +02:00
Marcus Kida
d3d925dbf2
Switch to Xcode 16 on macOS 14 arm64 GHA Runner 2024-10-08 09:59:33 +02:00
Marcus Kida
cd2a5d4b6b
Update L10n 2024-10-08 09:54:34 +02:00
Marcus Kida
2d96cd7af3
Implement new Icons (IOS-290) (#1347) 2024-10-08 09:53:03 +02:00
Marcus Kida
ad69f89ae0
New Crowdin updates (#1337) 2024-10-08 09:00:30 +02:00
Eugen Rochko
90327bca74 New translations localizable.stringsdict (Dutch) 2024-10-04 19:04:20 +02:00
Eugen Rochko
77c8007710 New translations app.json (Dutch) 2024-10-04 19:04:18 +02:00
Eugen Rochko
318aede390 New translations localizable.stringsdict (Czech) 2024-10-03 21:50:52 +02:00
Eugen Rochko
61aca4a0b0 New translations app.json (Czech) 2024-10-03 21:50:51 +02:00
Marcus Kida
f900c5f7ae
Implement new Icons (IOS-290) 2024-10-02 14:17:04 +02:00
Eugen Rochko
d49c021c80 New translations app.json (Danish) 2024-09-26 19:17:42 +02:00
Eugen Rochko
0d03596ff2 New translations app.json (Danish) 2024-09-25 20:04:56 +02:00
Eugen Rochko
ecb75a0fa5 New translations app.json (Danish) 2024-09-25 19:08:30 +02:00
Eugen Rochko
63cd5f323b New translations localizable.stringsdict (Danish) 2024-09-25 17:59:12 +02:00
Eugen Rochko
a8a68998c9 New translations ios-infoplist.json (Danish) 2024-09-25 17:59:11 +02:00
Eugen Rochko
06531c8955 New translations app.json (Danish) 2024-09-25 17:59:10 +02:00
Eugen Rochko
c4aac478f4 New translations app.json (Danish) 2024-09-25 16:50:28 +02:00
Eugen Rochko
cbeed8b690 New translations intents.strings (Hungarian) 2024-09-23 12:05:16 +02:00