2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

69 Commits

Author SHA1 Message Date
shannon
c4442fe8a9 Fix crash on launch due to infinite loop
And more honestly about singletons.
2024-11-15 12:25:58 -05:00
shannon
04108fd0e4 Remove AuthContext
MastodonAuthenticationBox, which already wraps the MastodonAuthentication, is now used directly.
2024-11-14 09:49:19 -05:00
Nathan Mattes
25f15d256e Update policies (IOS-241) 2024-07-24 12:35:08 +02:00
Nathan Mattes
0d5dd513dd [WIP] Prepare enum-cases to show notifications from one account (IOS-241) 2024-07-24 12:35:07 +02:00
Nathan Mattes
c79e26b7e5 Refactor code to coordinator (IOS-241) 2024-07-24 12:35:07 +02:00
Nathan Mattes
05a08f6ff2 Use better icon after feedback (IOS-241) 2024-07-24 12:35:07 +02:00
Nathan Mattes
5473e7f3f9 Add viewController for notification-requests (IOS-241) 2024-07-24 12:35:07 +02:00
Nathan Mattes
847cadb182 Upload updated policy (IOS-241) 2024-07-24 12:35:07 +02:00
Nathan Mattes
94ad86cd66 Dependencyinject ViewModel based on downloaded policy-data (IOS-241) 2024-07-24 12:35:07 +02:00
Nathan Mattes
4843348034 Add and show filter-banner in "everything"-notifications (if there are any) (IOS-241) 2024-07-24 12:35:07 +02:00
Nathan Mattes
f297cbabc5 Fix detens (IOS-241) 2024-07-24 12:35:07 +02:00
Nathan Mattes
3118861984 Add a filtering-button that is only visible if there's a policy (IOS-241) 2024-07-24 12:35:07 +02:00
Marcus Kida
0e207cf65d
Switch Everything and Mentions Tabs order (IOS-240) (#1258)
* Switch Everything and Mentions Tabs order (IOS-240)

* Swap switch category (IOS-240)
2024-03-14 07:19:46 +01:00
Nathan Mattes
88c5cfa140 Make the app work on iPad again (IOS-192)
Friends don't let friends use forced unwrapping.
2024-02-15 12:53:21 +01:00
Nathan Mattes
e473084038
Simplify Theme (#1121) 2023-09-27 15:08:12 +02:00
Nathan Mattes
fbde2a5833 More cleanup 2023-09-22 15:27:46 +02:00
Nathan Mattes
cd4cd66f61
Switch tabs in notification-screen (#969) 2023-03-13 20:37:55 +01:00
CMK
bb5c999bea chore: [WIP] inject AuthContext into ViewModel 2022-10-09 20:07:57 +08:00
CMK
fa27a28a60 chore: move core logic into package 2022-10-08 13:43:06 +08:00
CMK
503fcfab2a chore: [WIP] refactor profile UI 2022-05-26 02:51:02 +08:00
CMK
bb4f9f8e20 feat: restore keyboard shortcut supports 2022-02-16 19:47:51 +08:00
CMK
3d7ade1747 feat: restore scroll-to-top tap gesture for TabBar 2022-02-14 14:55:00 +08:00
CMK
e7816f365f fix: add notification count clear logic back 2022-02-10 16:43:07 +08:00
CMK
b76b3a2750 feat: adapt the app to async & await. Update timeline UI 2022-01-27 21:23:39 +08:00
CMK
0d39d061a1 feat: update the notification tab "Mentions" segment table UI 2021-11-02 14:28:21 +08:00
CMK
80ea6ac913 fix: status menu cause memory leaking issue 2021-09-30 14:19:15 +08:00
CMK
5a746ef881 feat: add notification badge in AccountList scene 2021-09-16 16:30:21 +08:00
CMK
cfc5987528 feat: add APNG supports for more label 2021-07-23 19:10:27 +08:00
CMK
00f0b2e140 feat: set status name animated 2021-07-22 19:34:24 +08:00
CMK
f213419ecb fix: using notification id to make cell frame cache works 2021-07-12 19:20:54 +08:00
CMK
6a2fee12b5 fix: notification list always reload issue 2021-07-09 19:13:09 +08:00
CMK
489f8d0448 fix: background color may set with delay issue 2021-07-06 18:00:39 +08:00
CMK
dae423f28f fix: missing notification author name tapping handling. resolve #197 2021-07-06 17:38:04 +08:00
CMK
d03d39a14d feat: add theme 2021-07-05 20:21:11 +08:00
CMK
c6e2e867e1 chore: add not stable cell height cache back 2021-07-03 03:31:49 +08:00
CMK
0690bc9892 fix: bar tint color and notification missing new status background color issue 2021-07-03 03:22:17 +08:00
CMK
ff4e20950d fix: disable cell frame cache for notification list due to data source not stable 2021-07-02 14:07:24 +08:00
CMK
11180ae62d fix: notification not trigger update issue 2021-07-02 14:01:53 +08:00
CMK
bdf5a7e859 fix: make link works in notification scene 2021-07-01 18:57:05 +08:00
CMK
37df2fbd45 fix: notification always trigger scroll-to-top issue 2021-06-30 16:20:46 +08:00
CMK
f36bcf25ec feat: scroll to top when select current segment in notification scene 2021-06-22 19:58:20 +08:00
CMK
1d4f425d14 fix: content offset fixed after toggle segmented control issue. resolve #151 2021-06-22 18:28:27 +08:00
CMK
c656fe956b fix: segmented control width issue in notification scene 2021-06-22 17:52:14 +08:00
CMK
611d65dd30 feat: add segmented control keyboard shortcut for notification scene 2021-05-21 17:18:03 +08:00
CMK
aec7a1f5ea feat: add navigation shortcut for notification scene 2021-05-21 16:52:47 +08:00
CMK
5e0eb598d1 fix: separator line display issue. resolve #123 2021-05-13 16:21:06 +08:00
sxiaojian88
e94432f615
Merge pull request #115 from tootsuite/feature/followrequest
Feature/followrequest
2021-04-29 17:08:06 +08:00
CMK
ed9c2ddd8f feat: handle notification response 2021-04-27 17:27:03 +08:00
sunxiaojian
d03346c0de fix: add followrequest cell action 2021-04-27 16:54:23 +08:00
CMK
04d427ea93 feat: make content warning works in the notification scene 2021-04-20 13:18:27 +08:00