Commit Graph

  • 5a35faf225
    Merge 9ad5f7ba48 into e690a744d7 #1249 woxtu 2024-11-20 23:04:18 +0100
  • 10b006767f
    Merge 79188b1285 into e690a744d7 #1351 Eugen Rochko 2024-11-20 23:03:28 +0100
  • a86491caa9
    Merge 44649cc672 into e690a744d7 #1238 Brentley Jones 2024-11-20 23:02:46 +0100
  • e690a744d7 Update darkmode app icon - ‘m’ is now transparent, not white. 2024.11-6884 develop shannon 2024-11-20 15:47:40 -0500
  • 48a053668b Add Hungarian 2024.11-6883 shannon 2024-11-20 10:07:04 -0500
  • ef31fc4e66 Clear Keychain after fresh install (iOS-315) 2024.11-6882 shannon 2024-11-20 08:46:28 -0500
  • 299e4f2cdf Cache updated account 2024.11-6881 shannon 2024-11-19 11:52:28 -0500
  • 7b0fe1a70b Ensure that currentActiveUser is updated by the time activateUser() returns. shannon 2024-11-19 11:43:10 -0500
  • 082f5e6ce3 Fully initialize AuthenticationServiceProvider from within init shannon 2024-11-19 11:30:01 -0500
  • d96be97cf6 Only publish new active user if it has changed, and only fetch info for current user. shannon 2024-11-19 10:31:18 -0500
  • 96e3bec016 Save account information after successful updateCredentials shannon 2024-11-19 10:21:43 -0500
  • ae7aaf091d Only refetch information about the active user’s instance, not all of them. shannon 2024-11-19 10:05:29 -0500
  • 54d04aed4e Continue to make MastodonAuthenticationBox the standard form of passing user information shannon 2024-11-19 09:39:18 -0500
  • 410a34ad1b End the authentication publishing stream when done. shannon 2024-11-18 15:42:09 -0500
  • 6af4c528e4 Preparing to move authentication caching responsibility shannon 2024-11-18 15:35:37 -0500
  • 1e472c8232 Some simplification to login shannon 2024-11-18 15:27:47 -0500
  • 8ee189e3cf Remove redundant function shannon 2024-11-18 11:45:37 -0500
  • 40ec6e94b2 Move a very specific extension to the one file that uses it shannon 2024-11-18 11:39:09 -0500
  • 2c1e0a6eb9 Update build settings shannon 2024-11-18 10:08:53 -0500
  • 9ed9c79f25 Begin moving filesystem cache responsibility into PersistenceManager shannon 2024-11-18 08:38:55 -0500
  • 11c0deff2d Move PersistenceManager to its own file shannon 2024-11-15 15:00:02 -0500
  • 255130facc
    Update build-only.yml 2024.11-6866 whattherestimefor 2024-11-18 10:01:55 -0500
  • 138230e936 Fix build error 2024.11-6865 shannon 2024-11-15 14:55:15 -0500
  • 08b47dde37 Make coreDataStack private shannon 2024-11-15 14:51:22 -0500
  • d7f473c892 MainActor for the new PersistenceManager shannon 2024-11-15 14:45:37 -0500
  • d1ac4e8796 Fix build error 2024.11-6862 shannon 2024-11-15 14:33:31 -0500
  • 9380ef3361 Remove unused additionalPredicate shannon 2024-11-15 14:32:47 -0500
  • 35f1280904 Make view models @MainActor 2024.11-6860 shannon 2024-11-15 14:15:01 -0500
  • c4442fe8a9 Fix crash on launch due to infinite loop shannon 2024-11-15 12:25:58 -0500
  • 77f3c5a64d Combine AuthenticationService into AuthenticationServiceProvider 2024.11-6858 shannon 2024-11-14 16:28:22 -0500
  • 5dcc64b094 Simplify MasotodonAuthenticationBox 2024.11-6857 shannon 2024-11-14 11:17:22 -0500
  • cf9b947d94 Enforce immutability of MastodonAuthentication shannon 2024-11-14 10:20:25 -0500
  • 4737d59b9f Remove unused code shannon 2024-11-14 10:03:59 -0500
  • 04108fd0e4 Remove AuthContext shannon 2024-11-14 09:49:19 -0500
  • 4acb163074
    Update to run on macos-15 2024.11-6853 whattherestimefor 2024-11-13 09:39:22 -0500
  • 16f7a86374 Fix concurrency error shannon 2024-11-13 09:21:28 -0500
  • 75d80ff382 bundler version update shannon 2024-11-13 09:19:59 -0500
  • 60f7f91114 Update accountCreatedAt date if missing shannon 2024-11-12 15:41:25 -0500
  • b1a4571c53 Fixes #687 [BUG] Sign Out from the app does not forget the user's authorization shannon 2024-11-12 15:19:22 -0500
  • 93b8069ded Properly format TODO shannon 2024-11-12 13:00:42 -0500
  • e8ab6753d2 Add MainActor to AboutInstanceViewControllerDelegate shannon 2024-11-12 13:00:28 -0500
  • 9257477f92 Deleting unused code shannon 2024-11-11 14:31:50 -0500
  • c6df2b0651 Fixes filtered posts take up too much space (#441) 2024.11-6845 shannon 2024-11-08 15:07:54 -0500
  • 76498442e3 Fix for logged in user requiring reauthorization. 2024.11-6844 shannon 2024-11-07 15:35:42 -0500
  • 280df2ae39 Always use vertical layout for edit history (iOS-383) shannon 2024-11-07 10:54:47 -0500
  • 28f1743ebf Fix truncated message text in some situations shannon 2024-11-07 10:05:37 -0500
  • 531c1a054e Fix issue where app sometimes launches to login screen even though you are already logged in. 2024.11-6841 shannon 2024-11-07 08:56:03 -0500
  • 9d774cb541
    Add ability to donate to Mastodon from the app (#1353) 2024.11-6840 whattherestimefor 2024-11-06 19:37:52 -0500
  • e0dfb63bcf Add donations testing helpers to Settings. #1353 shannon 2024-11-06 15:44:51 -0500
  • ad8561c8f7 Add memoing of previously dismissed and contributed donation campaigns. shannon 2024-11-06 15:09:28 -0500
  • 2edf0ec385 Fix localizations shannon 2024-11-06 14:27:01 -0500
  • a051258b33 Fix preferred order of donation frequency. shannon 2024-11-06 14:15:18 -0500
  • a7664dec71 Fixes default campaign should always be expected for the menu item. shannon 2024-11-06 14:14:20 -0500
  • 9ddda1bac1 Fixes question of default suggested amount. shannon 2024-11-06 10:08:07 -0500
  • 93300293e6 Fix build server error better shannon 2024-11-06 05:27:48 -0500
  • 706f888f57 Fix minor visual issues shannon 2024-11-05 16:24:03 -0500
  • fd365b8b22 Fix build server error shannon 2024-11-05 13:40:22 -0500
  • 514e58f86a Fix localized strings shannon 2024-11-05 10:39:27 -0500
  • 9fe967292b Add ability to donate to Mastodon from the app shannon 2024-10-23 15:45:18 -0400
  • fdca50179e Wait for authentications to be available before trying to use them. 2024.11-6839 shannon 2024-10-30 14:38:21 -0400
  • 20f7d761bd Increasing thread safety for authentications. shannon 2024-10-30 12:26:51 -0400
  • a9e088a9c7 update version number 2024.11-6837 shannon 2024-10-23 11:23:51 -0400
  • 583c796a4c Some defense against ProfileViewController.authContext.getter Forced Unwrapping Crash shannon 2024-10-23 09:59:18 -0400
  • bec6a3bce7 update Ruby version to 3.3.5 shannon 2024-10-22 11:23:04 -0400
  • d93c1a92e5
    Merge ba4d47eb83 into 382098ed34 #1194 Marcus Kida 2024-10-21 15:52:25 +0300
  • c780f2137f
    Merge d4fc60b900 into 382098ed34 #893 Celso Martinho 2024-10-21 13:31:32 +0200
  • 79188b1285 New translations app.json (Hungarian) #1351 l10n_develop Eugen Rochko 2024-10-16 15:07:05 +0200
  • 4b2aae925c New translations app.json (Hungarian) Eugen Rochko 2024-10-16 13:52:21 +0200
  • ff9651aada
    Merge 16f79268b2 into 382098ed34 #853 Jed Fox 2024-10-12 03:19:35 +0900
  • 6609558283
    Merge eef7c04912 into 382098ed34 #1285 Ali Ali 2024-10-12 03:17:50 +0900
  • 382098ed34
    Use MetaTextKit fork 2024.10-6834 Marcus Kida 2024-10-09 19:29:55 +0200
  • 7e28e3ce06
    Revert "Set SWIFT_ENABLE_OPAQUE_TYPE_ERASURE=NO" Marcus Kida 2024-10-09 12:11:55 +0200
  • 905cb46678
    Reapply "Switch to Xcode 16 on macOS 14 arm64 GHA Runner" Marcus Kida 2024-10-09 12:11:30 +0200
  • 79643d411f
    Revert "Switch to Xcode 16 on macOS 14 arm64 GHA Runner" Marcus Kida 2024-10-09 11:58:34 +0200
  • 9dc130eeaf
    Fix layout constraint issue 2024.10-6830 Marcus Kida 2024-10-09 11:37:53 +0200
  • d7e983a217
    Set SWIFT_ENABLE_OPAQUE_TYPE_ERASURE=NO 2024.10-6829 Marcus Kida 2024-10-09 11:14:57 +0200
  • d4e0c7440e
    Increase FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT 2024.10-6828 Marcus Kida 2024-10-09 10:40:08 +0200
  • 4a654de127
    Update icon 2024.10-6827 2024.10 Marcus Kida 2024-10-08 14:53:15 +0200
  • 80514637e0
    Add arm64-darwin-23 to Gemfile.lock Marcus Kida 2024-10-08 10:17:24 +0200
  • 95c197a383
    Print diff Marcus Kida 2024-10-08 10:15:48 +0200
  • c58930ecf9
    Update Gems Marcus Kida 2024-10-08 10:12:32 +0200
  • 4d03d3eeaa
    Update Gemfile.lock Marcus Kida 2024-10-08 10:10:54 +0200
  • d0c5e20428
    Use bundle 2.5.21 Marcus Kida 2024-10-08 10:07:03 +0200
  • 14a7d0ff5d
    Fix runner name Marcus Kida 2024-10-08 10:03:29 +0200
  • d3d925dbf2
    Switch to Xcode 16 on macOS 14 arm64 GHA Runner Marcus Kida 2024-10-08 09:59:33 +0200
  • cd2a5d4b6b
    Update L10n Marcus Kida 2024-10-08 09:54:34 +0200
  • 2d96cd7af3
    Implement new Icons (IOS-290) (#1347) Marcus Kida 2024-10-08 09:53:03 +0200
  • ad69f89ae0
    New Crowdin updates (#1337) Marcus Kida 2024-10-08 09:00:30 +0200
  • 90327bca74 New translations localizable.stringsdict (Dutch) #1337 Eugen Rochko 2024-10-04 19:04:20 +0200
  • 77c8007710 New translations app.json (Dutch) Eugen Rochko 2024-10-04 19:04:18 +0200
  • a20623a9f1
    Merge 30703a87a3 into f113810123 #836 Jed Fox 2024-10-04 18:14:53 +0300
  • 318aede390 New translations localizable.stringsdict (Czech) Eugen Rochko 2024-10-03 21:50:52 +0200
  • 61aca4a0b0 New translations app.json (Czech) Eugen Rochko 2024-10-03 21:50:51 +0200
  • f900c5f7ae
    Implement new Icons (IOS-290) #1347 Marcus Kida 2024-10-02 14:17:04 +0200
  • ceecabe12c
    Begin implementing Donation Modal (IOS-252) Marcus Kida 2024-10-01 12:55:51 +0200
  • 7cff50c0bf
    Merge 18fe402cb1 into f113810123 #815 Jed Fox 2024-09-30 19:10:24 -0500
  • e15afce131
    Merge f39812c80d into f113810123 #932 Jed Fox 2024-09-27 18:21:57 +0200
  • d49c021c80 New translations app.json (Danish) Eugen Rochko 2024-09-26 19:17:42 +0200
  • 0d03596ff2 New translations app.json (Danish) Eugen Rochko 2024-09-25 20:04:56 +0200
  • ecb75a0fa5 New translations app.json (Danish) Eugen Rochko 2024-09-25 19:08:30 +0200