Commit Graph

84 Commits

Author SHA1 Message Date
nyaxix 213ef94ec5 Add bookmarking and bookmarks view
Based heavily on the work for favorites.

Adds bookmarking functionality to the application. The status view has been updated to include a bookmark button that can bookmark/unbookmark a status. The profile page has been updated to include a button in the header to navigate to a page that lists your bookmarks.
2022-08-14 17:51:36 -05:00
CMK 0c8e7d2cea feat: update to new purple tint color 2022-06-02 17:48:18 +08:00
CMK ad63c512df fix: refactor the profile UI to fix internal AutoLayout crash issue. resolve #440 2022-05-26 23:19:47 +08:00
CMK e1710299d5 feat: add reblogged by and favorited by user list entry for status 2022-05-17 22:09:43 +08:00
CMK 57c40b9050 feat: add familiar followers list 2022-05-17 18:49:29 +08:00
CMK 2ef6345d83 feat: add violates server rules report path 2022-05-10 18:34:39 +08:00
CMK 8aa8825269 chore: suppress warnings 2022-05-07 11:42:10 +08:00
CMK f385658d70 feat: update tabBar UI 2022-05-06 14:29:34 +08:00
CMK 8a33ed9f9f fix: search bar active with re-layout animation on iPad device issue 2022-04-15 17:20:41 +08:00
CMK 59812807c6 fix: foreground notification not trigger tab bell icon update issue 2022-02-11 15:33:18 +08:00
CMK f4bb2d947f feat: update report flow 2022-02-08 12:36:06 +08:00
CMK b76b3a2750 feat: adapt the app to async & await. Update timeline UI 2022-01-27 21:23:39 +08:00
CMK cff048c2a3 feat: add shadow and fix modal transition issue 2021-12-31 17:31:13 +08:00
CMK 4a38daa345 feat: update Welcome scene UI 2021-12-31 16:47:13 +08:00
CMK 7711564cdd chore: remove Texture pod 2021-12-28 16:15:44 +08:00
CMK 865718351d feat: update wizard for new iPad design 2021-11-02 19:15:46 +08:00
CMK 8ebb2e5347 feat: add following list 2021-11-02 14:56:42 +08:00
CMK f0a570ea0c feat: add follower list for user 2021-11-01 19:54:54 +08:00
CMK e669d17d49 feat: make notification coordinator works 2021-10-29 18:56:58 +08:00
CMK bcddcf226b feat: add account switcher for iPad sidebar 2021-10-29 17:26:26 +08:00
CMK 19db0afa3e feat: update for new iPad UI 2021-10-28 19:17:41 +08:00
CMK cafd4cc3f2 feat: implement notification for multiple accounts handler 2021-10-11 20:01:54 +08:00
CMK eaa2ef4083 feat: [WIP] handle notification for multiple accounts 2021-10-11 19:19:27 +08:00
CMK 084524eb75 fix: home screen quick actions crash on iPad issue 2021-10-11 14:32:34 +08:00
CMK 6b1d3f8738 chore: update onboarding layout for iPad 2021-10-08 18:10:06 +08:00
CMK ad0df8542e feat: add compact to regular split view controller expand restore logic 2021-09-29 17:37:32 +08:00
CMK eaa915f96c feat: update scene modal style and update Settings scene tableView style 2021-09-27 16:30:36 +08:00
CMK d8de3c4f65 feat: update sidebar UI 2021-09-24 19:58:50 +08:00
CMK 275cce88b2 feat: update navigation stack when transition from .regular to .compact 2021-09-23 19:32:44 +08:00
CMK 5b3e85b68c feat: add Root scene for iPad 2021-09-22 19:08:09 +08:00
CMK 46ebdd8059 feat: update account list UI 2021-09-14 18:21:15 +08:00
CMK 66af30da2a feat: [WIP] add account list for multiple account switch 2021-09-13 19:14:26 +08:00
CMK b07a6f8ba9 feat: add compose and search home screen quick actions 2021-07-26 17:41:00 +08:00
CMK 8d4752d71f feat: [WIP] add search result list for scopes searching 2021-07-14 20:28:41 +08:00
CMK 5fa78394a3 feat: add "Using default browser open link" preference option. ticket: #20625EEA 2021-07-08 15:58:11 +08:00
CMK 31f178eb3a fix: profile scene modal present UI issue. ticket: #22627EBN 2021-07-07 19:07:47 +08:00
CMK d03d39a14d feat: add theme 2021-07-05 20:21:11 +08:00
CMK f4a2792b0f chore: update cell highlighted color for Dark Mode 2021-07-02 14:00:39 +08:00
CMK 0a622f6ca8 chore: isolate ASDK build 2021-06-22 13:41:40 +08:00
CMK 579d45b675 chore: add async entry 2021-06-21 20:27:43 +08:00
CMK 3ab78f1134 feat: adapt AuthenticationSession for authentication 2021-06-04 18:31:57 +08:00
CMK b9c262c84e chore: suppression project warning 2021-05-31 17:07:32 +08:00
CMK 7d8ffd187a feat: add media preview for status image 2021-04-28 15:02:34 +08:00
CMK 5d52fc4578 Merge branch develop into feature/push-notification
# Conflicts:
#	Mastodon.xcodeproj/project.pbxproj
#	Mastodon/Scene/HomeTimeline/HomeTimelineViewController+DebugAction.swift
#	Mastodon/Scene/Settings/SettingsViewModel.swift
2021-04-27 18:16:56 +08:00
ihugo 36a6b8b8cc Merge branch 'develop' into feature/report
# Conflicts:
#	Localization/app.json
2021-04-26 17:53:38 +08:00
CMK 7d9a37e52f Merge branch 'develop' into feature/push-notification
# Conflicts:
#	Mastodon/Coordinator/SceneCoordinator.swift
2021-04-26 17:04:19 +08:00
CMK cbd598739e feat: make push notification trigger update when change setting 2021-04-26 16:57:50 +08:00
ihugo 21264fead1 refactor: To pass the ViewModel to coordinator 2021-04-22 23:01:07 +08:00
ihugo e3df692c3f feat: report 2021-04-22 12:52:11 +08:00
sunxiaojian c8474c6a7f feature: suggestion account scene 2021-04-21 16:17:42 +08:00