Commit Graph

1022 Commits

Author SHA1 Message Date
CMK 7384b82ba3 chore: update version to 0.8.1 (26) 2021-07-01 20:24:58 +08:00
CMK 8e58478290 fix: workaround text view not read in voice over issue 2021-07-01 20:23:36 +08:00
CMK 5567bdd447 fix: add tolerance for media preview dismiss gesture trigger 2021-07-01 19:18:41 +08:00
CMK bdf5a7e859 fix: make link works in notification scene 2021-07-01 18:57:05 +08:00
CMK 205cc39af3
Merge pull request #190 from tootsuite/fix/open-email
Fix open email wrong path and redirect missing issue
2021-07-01 11:50:40 +08:00
CMK 85e39115e7 fix: open email wrong path and redirect missing issue 2021-07-01 11:49:30 +08:00
CMK ee84c91efe Merge branch 'release/0.7.8' 2021-07-01 11:16:14 +08:00
CMK 472466218f Merge tag '0.7.8' into develop
no message
2021-07-01 11:16:14 +08:00
CMK 7ebb236f7d chore: update version to 0.8.0 (25) 2021-06-30 20:20:49 +08:00
CMK 18d70bcf7a chore: hide mic button in search scene 2021-06-30 20:20:37 +08:00
CMK a4e936e0e8
Merge pull request #189 from tootsuite/feature/dark-mode
Update Dark Mode colors
2021-06-30 20:13:43 +08:00
CMK b10f3eef3d feat: update dark mode color panel 2021-06-30 20:11:38 +08:00
CMK cec4ab9063 Merge branch 'release/0.7.7' 2021-06-30 18:57:54 +08:00
CMK ebf779a5e7 Merge tag '0.7.7' into develop
no message
2021-06-30 18:57:54 +08:00
CMK 72b2176fdd chore: update version to 0.7.7 (24) 2021-06-30 18:23:54 +08:00
CMK 777534c82d fix: GIF may cause background audio session pause issue 2021-06-30 18:19:12 +08:00
CMK 4318e3c9d1 fix: audio session not deactivate after enter background issue 2021-06-30 18:02:01 +08:00
CMK cdbb9cf2d1 fix: make audio player safe with other app audio/music session 2021-06-30 17:56:31 +08:00
CMK 001d216d12 fix: reversed ancestor issue 2021-06-30 16:52:02 +08:00
CMK 37df2fbd45 fix: notification always trigger scroll-to-top issue 2021-06-30 16:20:46 +08:00
CMK 9e5d7836ee fix: text editor background using wrong color in compose scene issue 2021-06-30 16:15:15 +08:00
CMK d0dd92789f fix: attachment preview corner radius may missing issue 2021-06-30 16:14:33 +08:00
CMK 5dc0cb0cc5 fix: post attachment task not trigger on queue issue 2021-06-30 16:14:01 +08:00
CMK 9460ab2c58 fix: thread title view using wrong emoji source issue 2021-06-30 15:54:36 +08:00
CMK 2aede8d461 fix: post visibility icon layout issue 2021-06-30 15:51:05 +08:00
CMK 62ec9a8e8d fix: reblog action can not trigger for unlisted post issue 2021-06-30 15:47:04 +08:00
CMK f5addf2430 fix: meta text label color issue 2021-06-30 15:43:33 +08:00
CMK 78436dbb56 fix: add missing compose predefined text for reply and hashtag 2021-06-30 15:43:19 +08:00
CMK 6126c15c66 fix: emoji picker set wrong selected range after insert text issue 2021-06-30 15:30:25 +08:00
CMK 9190b27163 fix: compiler failure 2021-06-30 14:23:26 +08:00
CMK efb91a0aff Merge branch 'fix/recommand-publisher' into release/0.7.7
# Conflicts:
#	Mastodon.xcodeproj/xcuserdata/mainasuk.xcuserdatad/xcschemes/xcschememanagement.plist
2021-06-30 13:08:03 +08:00
CMK 93a72cbada chore: update version to 0.7.7 (23) 2021-06-30 13:06:12 +08:00
CMK 17bdce1321 fix: recommend request publisher logic issue 2021-06-30 00:56:37 +08:00
CMK 0dd2aaa068
Merge pull request #187 from tootsuite/fix/recommand-refresh
Add refresh trigger for recommend list and disable reblog if needs
2021-06-29 20:05:05 +08:00
CMK 6aa91dbcfa fix: author name missing emoji issue in compose scene 2021-06-29 20:00:58 +08:00
CMK 9858a39f3d fix: reblog not disable for non-public post issue. resolve #173 2021-06-29 19:55:42 +08:00
CMK ce3ac2bfd2 fix: title view label missing custom emoji issue 2021-06-29 19:27:40 +08:00
CMK 66643e1058 fix: disable drag and link preview for text editor in compose scene 2021-06-29 19:27:08 +08:00
CMK 71cb19ccae fix: auto-complete emoji may crash issue 2021-06-29 19:19:55 +08:00
CMK bac8721aec fix: make recommend trigger refresh when view appear. resolve #164 2021-06-29 19:19:14 +08:00
CMK 65a8307f50
Merge pull request #180 from tootsuite/fix/auth-ephemeral
Fix authentication session not using exist Safari token issue
2021-06-29 18:09:26 +08:00
CMK d92c1b2ca4
Merge pull request #186 from tootsuite/feature/meta-textview
Migrate compose scene from collection view to table view
2021-06-29 17:58:46 +08:00
CMK b7d5b711cb chore: update package version 2021-06-29 17:58:22 +08:00
CMK fbb46b55a6 fix: content inset may wrong during compose scene modal transition issue 2021-06-29 17:54:38 +08:00
CMK ace2b1cbdf fix: reply to label missing emoji issue in compose scene 2021-06-29 17:46:43 +08:00
CMK 65887f963a feat: using replica status view in compose scene 2021-06-29 17:08:41 +08:00
CMK b435857214 feat: complete compose scene refactor 2021-06-29 16:41:58 +08:00
CMK 2d374f5908 chore: [WIP] migrate compose scene from collection view to table view. Add MetaTextView 2021-06-28 19:43:09 +08:00
CMK 38822c443a Merge branch 'release/0.7.6' 2021-06-24 20:04:26 +08:00
CMK 5f7d9497cc Merge tag '0.7.6' into develop
no message
2021-06-24 20:04:26 +08:00