Commit Graph

260 Commits

Author SHA1 Message Date
CMK 721822c9bd chore: update version to 0.7.2 (18) 2021-06-22 20:55:08 +08:00
CMK a07104053c chore: update version to 0.7.2 (17) 2021-06-22 20:52:07 +08:00
CMK 1d4f425d14 fix: content offset fixed after toggle segmented control issue. resolve #151 2021-06-22 18:28:27 +08:00
CMK 0a622f6ca8 chore: isolate ASDK build 2021-06-22 13:41:40 +08:00
CMK b2070d3c34 chore: add ASDK compiler flag. Update version to 0.7.1 (16) 2021-06-21 20:46:58 +08:00
CMK 5b74763c23 chore: update version to 0.7.1 (15) 2021-06-21 20:37:35 +08:00
CMK 579d45b675 chore: add async entry 2021-06-21 20:27:43 +08:00
CMK 68e9aedd50 Merge commit 'feature/texture' into develop
# Conflicts:
#	Mastodon.xcodeproj/xcuserdata/mainasuk.xcuserdatad/xcschemes/xcschememanagement.plist
2021-06-21 19:52:44 +08:00
CMK 69a7517fde feat: add content for StatusNode. Migrate HTML parser from Kanna to Fuzi 2021-06-21 00:14:47 +08:00
CMK 1a3135b998 feat: [WIP] migrate to Texture (AsyncDisplayKit) for better performance 2021-06-19 18:33:29 +08:00
Eugen Rochko c1c10ce660 Add boop sound for notifications 2021-06-19 00:14:41 +02:00
CMK 9f34b58d50 chore: update version to 0.7.0 (14) 2021-06-18 19:07:42 +08:00
CMK 1493b6700c feat: update notification service for toot-relay 2021-06-18 18:57:02 +08:00
CMK 2e37f8e55f chore: update version to 0.6.3 (13) 2021-06-17 19:44:40 +08:00
CMK 931197e51c chore: profile status header and name label configure 2021-06-17 16:31:34 +08:00
CMK ef95fbc298 chore: update version to 0.6.2 (12) 2021-06-16 20:05:47 +08:00
CMK f5e3ec7c76 feat: using Nuke framework for timeline image loading 2021-06-16 19:58:40 +08:00
CMK a413adc613 feat: cache placeholder and blurhash more efficiency 2021-06-16 18:32:48 +08:00
CMK 6c50c49988 chore: update version to 0.6.1 (11) 2021-06-15 19:33:11 +08:00
CMK 49b5e12f27 Merge branch 'fix-codes-typo' into fix/typo 2021-06-15 19:03:41 +08:00
Eugen Rochko 8f67eed60f Fix typos in class and file names 2021-06-14 23:09:50 +02:00
CMK 1298131bc2 chore: update bundle ID. Update version to 0.6.0 (10) 2021-06-12 04:37:54 +08:00
CMK 6e9cd64473 chore: update version to 0.6.0 (9) 2021-06-09 14:42:58 +08:00
CMK a5938eb0e1 chore: update version to 0.6.0 (8) 2021-06-04 18:46:00 +08:00
CMK 3ab78f1134 feat: adapt AuthenticationSession for authentication 2021-06-04 18:31:57 +08:00
CMK 8b47e12087 chore: update version to 0.6.0 (7) 2021-06-02 14:59:59 +08:00
CMK a44d09d13d chore: update version to 0.6.0 (6) 2021-06-01 16:05:31 +08:00
CMK 8b94102289 feat: update status timestamp behavior. resolve #82 2021-06-01 14:31:31 +08:00
CMK a9744146ce feat: add video attachment post supports 2021-05-31 16:42:49 +08:00
CMK b15974dcfb feat: add profile field and update ActiveLabel entity supports 2021-05-27 13:56:55 +08:00
CMK bc686318c5 feat: update version to 0.5.0 (5) 2021-05-21 19:36:08 +08:00
CMK 443c863465 feat: add segment control shortcut for profile scene 2021-05-21 17:42:14 +08:00
CMK aec7a1f5ea feat: add navigation shortcut for notification scene 2021-05-21 16:52:47 +08:00
CMK c44ced7501 feat: add keyboard navigate for timeline 2021-05-21 15:23:02 +08:00
CMK 3927f1630a feat: implement auto complete for emoji/hashtag/mention 2021-05-18 14:25:32 +08:00
CMK c2c38c9307 feat: [WIP] add auto completion view for compose highlight 2021-05-14 20:02:59 +08:00
CMK ff465ac18c chore: update project settings for App Store 2021-05-13 18:46:19 +08:00
CMK 1a48b38b09 chore: update version to 0.4.0 (4) 2021-05-13 17:51:05 +08:00
CMK 46baa59d37 feat: add picker server loader. Set chevron image for expand button 2021-05-13 17:50:37 +08:00
CMK 78eaf226a4 chore: add ar language code supports 2021-05-13 14:46:40 +08:00
CMK 8d16a1cec4 chore: update package version 2021-05-13 11:41:35 +08:00
CMK 6ba6598b96 feat: add accessibility supports for timeline 2021-05-12 18:26:53 +08:00
CMK 6a54beca1e Merge branch 'develop' into feature/post-emoji 2021-05-10 18:48:47 +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 9a255bbd84 Merge branch 'develop' into fix/profile-and-fix-issue 2021-05-07 11:07:06 +08:00
sunxiaojian 5f921c1537 Merge branch 'develop' into feature/statusMenu 2021-05-06 16:31:34 +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 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