1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-13 17:17:35 +01:00
Commit Graph

959 Commits

Author SHA1 Message Date
CMK
108c6af575 fix: notification setting label accessibility layout issue 2021-05-11 17:07:08 +08:00
CMK
c11b0bec1e fix: profile timeline loader missing when paging issue 2021-05-11 16:44:41 +08:00
CMK
1d552d38f5 fix: visibility icon layout issue 2021-05-11 16:44:23 +08:00
CMK
940e69456d fix: meta label in post thread scene layout issue 2021-05-11 16:26:42 +08:00
CMK
a349a76bdd fix: register error prompt label dynamic type font issue 2021-05-11 16:22:29 +08:00
CMK
ebc25be6a5 Merge commit 'develop' into release/0.4.0 2021-05-11 16:21:58 +08:00
CMK
1eed6e4986 fix: media photo preview transition top and bottom bar missing mask issue 2021-05-11 16:11:00 +08:00
CMK
87d93f3c9d fix: remove entity raise crash issue 2021-05-11 16:10:05 +08:00
sxiaojian88
eed01c4ebb
Merge pull request #135 from tootsuite/feature/visibility
Feature/visibility
2021-05-11 09:52:20 +08:00
CMK
36273467c1 Merge branch 'develop' into release/0.4.0
# Conflicts:
#	Mastodon/Scene/Share/View/Content/StatusView.swift
2021-05-10 18:54:08 +08:00
CMK
c6e2d528e5
Merge pull request #134 from tootsuite/feature/post-emoji
Display custom emoji for timeline post
2021-05-10 18:51:53 +08:00
CMK
6a54beca1e Merge branch 'develop' into feature/post-emoji 2021-05-10 18:48:47 +08:00
CMK
55943db9bc feat: make dynamic type font adapt accessibility level font size 2021-05-10 18:48:04 +08:00
CMK
4901b50d3b feat: ignore smart invert for photos 2021-05-10 16:06:00 +08:00
sxiaojian88
191c488921
Merge pull request #133 from tootsuite/feature/postDelete
feat: Add post delete action entry for user posts
2021-05-10 15:41:21 +08:00
sunxiaojian
505c251b37 fix: move message to title 2021-05-10 15:40:46 +08:00
sunxiaojian
b428eb6e01 feature: add visibility indicator for post 2021-05-08 14:36:21 +08:00
sunxiaojian
0427beb7d3 fix: Using 'class' keyword for protocol inheritance is deprecated 2021-05-08 14:36:12 +08:00
sunxiaojian
04eeb0100e fix: safely cancel the listenser for status 2021-05-08 10:38:55 +08:00
sunxiaojian
d3256f3171 fix: delete reblogFrom inNotifications poll pollOption when delete status 2021-05-07 20:36:31 +08:00
CMK
b63ae6800b feat: add a11y for server category picker 2021-05-07 20:02:28 +08:00
CMK
26187d98b7 chore: renaming interface 2021-05-07 18:42:49 +08:00
CMK
faeb8d99ef feat: display custom emoji for timeline post 2021-05-07 18:25:57 +08:00
sunxiaojian
5278002c15 feat: Add post delete action entry for user posts 2021-05-07 16:08:07 +08:00
CMK
8409331dd8
Merge pull request #131 from tootsuite/fix/profile-and-fix-issue
Fix compose and home UI issue
2021-05-07 11:28:01 +08:00
CMK
9a255bbd84 Merge branch 'develop' into fix/profile-and-fix-issue 2021-05-07 11:07:06 +08:00
sxiaojian88
9f5753ab60
Merge pull request #125 from tootsuite/feature/statusMenu
Feature/status menu
2021-05-06 18:22:45 +08:00
sunxiaojian
b8f3f4c886 fix: remove ActionToolbarContainer.moreButtonDidPressed 2021-05-06 18:19:24 +08:00
sunxiaojian
8011298571 fix: ignore indexPath for userProvider 2021-05-06 18:03:58 +08:00
CMK
d23eaf3dd7 fix: poll option view using wrong dark mode background color issue 2021-05-06 16:43:54 +08:00
CMK
5d6004c3dc fix: poll input not trigger publish bar button item state issue 2021-05-06 16:36:10 +08:00
sunxiaojian
5f921c1537 Merge branch 'develop' into feature/statusMenu 2021-05-06 16:31:34 +08:00
CMK
1424d07e1d fix: content warning overlay layout issue 2021-05-06 16:25:40 +08:00
CMK
2a18244d84 fix: learn word cost too much CPU issue. Update TwitterTextEditor package source to upstream 2021-05-06 16:25:40 +08:00
CMK
c6584f4cab
Merge pull request #127 from tootsuite/feature/media-preview
Add image preview for timeline and profile scene
2021-05-06 15:06:39 +08:00
CMK
51c01066d3 feat: add photo library permission checking 2021-05-06 15:05:24 +08:00
CMK
597fc3fa1a chore: set image url fallback 2021-05-06 14:41:48 +08:00
CMK
277d574254 chore: remove orig files 2021-04-30 19:51:05 +08:00
CMK
f755a0eb2d fix: close button highlight 2021-04-30 19:34:45 +08:00
CMK
678ea6b3fc Merge branch 'develop' into feature/media-preview 2021-04-30 19:31:58 +08:00
CMK
aceaa618e0 feat: add context menu for post image 2021-04-30 19:28:06 +08:00
sunxiaojian
514e5b0443 chore: remove useless change 2021-04-30 15:38:15 +08:00
sunxiaojian
8a5c62990e chore: add BlockDomainService 2021-04-30 15:08:35 +08:00
sunxiaojian
0403cc0109 Merge branch 'develop' into feature/statusMenu 2021-04-30 12:57:43 +08:00
sunxiaojian
33401b4e1f feature: finish domainBlock action and domainUnblick action 2021-04-30 12:53:25 +08:00
CMK
aace886401 feat: add save photo action for image preview scene 2021-04-29 19:49:46 +08:00
sxiaojian88
26116a222e
Merge pull request #120 from tootsuite/fix/acctLookup
fix: acct lookup support
2021-04-29 19:24:30 +08:00
sunxiaojian
ca320c555a fix: code format 2021-04-29 19:24:03 +08:00
sunxiaojian
1e5daf5a77 fix: the race-condition issue in username checking 2021-04-29 18:30:44 +08:00
CMK
df2a73d96c fix: profile title view not align center issue. resolve #117. 2021-04-29 17:13:13 +08:00