1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-12 08:36:02 +01:00
Commit Graph

259 Commits

Author SHA1 Message Date
CMK
51c29fa564 fix: toggle content overlay not works for reblog issue. Update content overlay UI 2021-06-23 20:47:49 +08:00
CMK
b593938767 chore: add FPSIndicator for debugging 2021-06-23 14:45:28 +08:00
CMK
a07104053c chore: update version to 0.7.2 (17) 2021-06-22 20:52:07 +08:00
CMK
a23fc3cab8 fix: "clear" button wrong i18n string issue in searching scene 2021-06-22 17:47:21 +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
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
2dfd6168a9 fix: handle status delete UI updater in thread scene 2021-06-21 16:38:59 +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
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
a413adc613 feat: cache placeholder and blurhash more efficiency 2021-06-16 18:32:48 +08:00
CMK
1298131bc2 chore: update bundle ID. Update version to 0.6.0 (10) 2021-06-12 04:37:54 +08:00
CMK
5983455849 feat: add keyboard click sound for custom emoji picker 2021-06-07 14:30:42 +08:00
CMK
02f9a15069 fix: custom emoji picker using compact default height on the iPad issue 2021-06-07 14:22:03 +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
5cbfa28b93 feat: add keyboard shortcuts for tabs 2021-05-19 15:15:19 +08:00
CMK
ff465ac18c chore: update project settings for App Store 2021-05-13 18:46:19 +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
b63ae6800b feat: add a11y for server category picker 2021-05-07 20:02:28 +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
aceaa618e0 feat: add context menu for post image 2021-04-30 19:28:06 +08:00
CMK
aace886401 feat: add save photo action for image preview scene 2021-04-29 19:49:46 +08:00
CMK
7d8ffd187a feat: add media preview for status image 2021-04-28 15:02:34 +08:00
CMK
aca358db26 feat: persist notification keys into Keychian 2021-04-27 16:26:59 +08:00
CMK
cbd598739e feat: make push notification trigger update when change setting 2021-04-26 16:57:50 +08:00
CMK
9001289801 feat: add push notification 2021-04-25 12:48:29 +08:00
CMK
04d427ea93 feat: make content warning works in the notification scene 2021-04-20 13:18:27 +08:00
CMK
e3c6aaf64e fix: blurhash image render issue 2021-04-16 20:29:08 +08:00
CMK
680cf9a827 feat: add blurhash image and update content warning 2021-04-16 20:08:32 +08:00
CMK
0eff43e1d1 feat: update compose scene UI appearance 2021-04-14 15:24:54 +08:00
CMK
b6269c7643 feat: add favorite scene 2021-04-08 17:06:02 +08:00
CMK
e4199df42c feat: set background color for banner image view 2021-04-06 17:18:06 +08:00
CMK
091839c2e4 feat: add multipart helper. Add update credentials endpoint 2021-03-08 18:17:15 +08:00
CMK
2e9af9c9cb Merge /develop into feature/poll
# Conflicts:
#	Mastodon.xcodeproj/project.pbxproj
#	Mastodon.xcodeproj/xcuserdata/mainasuk.xcuserdatad/xcschemes/xcschememanagement.plist
#	Mastodon/Diffiable/Item/Item.swift
2021-03-07 22:26:05 +08:00
CMK
29653ca612 feat: set corner radius for the last cell layer 2021-03-06 13:30:06 +08:00
CMK
4ce3f96dae chore: use setPrimitiveValue 2021-03-06 13:04:30 +08:00
CMK
54c7610c7f chore: [WIP] refactor pick server scene with diffable data source 2021-03-06 00:46:53 +08:00
CMK
652c286c71 fix: password error prompt layout issue 2021-03-05 20:45:48 +08:00
CMK
a3f9b8c2ef Merge branch 'develop' into feature/poll
# Conflicts:
#	Mastodon.xcodeproj/project.pbxproj
2021-03-05 15:55:29 +08:00
CMK
ba283bbdcb fix: appVersion not set issue 2021-03-04 10:51:49 +08:00
CMK
80954b0492 feat: add Poll and PollOption entity to CoreDataStack 2021-03-02 15:51:16 +08:00
CMK
21aad5cc4a fix: server rules scene do not alert error issue 2021-02-26 19:52:58 +08:00
CMK
7aa45ff230 chore: make onboarding ready 2021-02-26 18:27:47 +08:00
CMK
ccf599feaa chore: make UI appearance match between onboarding scenes 2021-02-26 16:43:59 +08:00
CMK
f2951d5b07 feat: add sign up button for authentication scene 2021-02-05 11:53:21 +08:00
CMK
45301fb72c fix: update ActiveLabel to v4.0.0 to fix url active entity may raise crash issue 2021-02-04 16:29:03 +08:00
CMK
2ebb12b86e feat: add APIService.Persist.persistTimeline method and make public timeline load oldest works 2021-02-04 14:45:44 +08:00
CMK
6daccf5170 feat: add home timeline api 2021-02-03 18:52:47 +08:00
CMK
9c54095f40 Merge '/develop' into feature/authentication
# Conflicts:
#	Mastodon.xcodeproj/project.pbxproj
#	Mastodon.xcworkspace/xcshareddata/swiftpm/Package.resolved
2021-02-02 15:53:17 +08:00
CMK
00173e5c30 feat: add Mastodon.API.App.create API 2021-01-27 16:01:20 +08:00
CMK
de99787782 chore: update Pod 2021-01-27 14:58:13 +08:00
CMK
1a000b96a8 feat: add Core Data Stack 2021-01-27 14:50:13 +08:00
CMK
19ddb106ad chore: setup project 2021-01-22 14:28:58 +08:00
CMK
16d1a35b0e Initial Commit 2021-01-22 13:54:11 +08:00