113 Commits

Author SHA1 Message Date
822e3f91c4 Fix crash if language code is less than 3 chars
Closes #391
2023-05-27 15:23:11 -07:00
4b16a69275 Fix expand focused attachment animation not working 2023-05-16 13:02:28 -04:00
7f64654800 Fix crash when adding drawing attachment 2023-05-16 10:57:27 -04:00
df9fb3c527 Fix Save Draft action not working 2023-05-16 00:06:58 -04:00
2080fdc955 Fix replied-to status not updating when selecting different draft 2023-05-16 00:04:30 -04:00
70f8748364 Fix crash if draft attachment lacks data 2023-05-16 00:03:54 -04:00
6b57ec8b97 Cleanup orphaned local attachments 2023-05-15 23:45:18 -04:00
d84d402271 Fix various issues when dealing with multiple Compose/Drafts screens simultaneously 2023-05-15 22:57:07 -04:00
c1cfde9d49 Don't show Markdown formatting warning on Calckey 2023-05-14 21:44:20 -04:00
468af3f9a6 Move CollapseState out of NotificationGroup 2023-05-14 18:55:34 -04:00
de53e0dcd6 Fix editing Markdown/HTML statuses 2023-05-14 17:46:10 -04:00
1cf7434918 Fix editing posts not working on Akkoma 2023-05-14 17:31:08 -04:00
c94e60d49b Enable editing on Pleroma 2.5+ 2023-05-14 13:55:28 -04:00
b00170c3f9 Move InstanceFeatures.Version to separate file 2023-05-14 13:51:41 -04:00
bf02b185ed Fix StatusState copying removing cached state
Closes #380
2023-05-13 13:53:04 -04:00
ae8191ca0e Don't use prepareThumbnail in Compose screen
Fixes crash when sharing certain images to share sheet extension
2023-05-13 12:38:51 -04:00
6f18d46037 Properly conform Client.Error to LocalizedError 2023-05-11 23:26:06 -04:00
b21703f6d9 Fix decoding polls on Calckey
See #362
2023-05-11 16:15:36 -04:00
db7c183d06 Add status edit history view 2023-05-11 14:57:47 -04:00
7d3c82f4b7 Fix collapsible state not changing when post edited 2023-05-11 14:46:45 -04:00
13ec3366d3 Fix content warning not being removed by edit 2023-05-11 14:39:49 -04:00
f9a41fd4f3 Show edit timestamps on statuses 2023-05-11 13:10:45 -04:00
e87dcfe48e Add support for editing posts
Closes #321
2023-05-11 10:03:09 -04:00
f0e530722f FIx hashtag timelines opened in new window not having save/follow actions 2023-05-10 11:54:36 -04:00
f13874ee01 Improve rate limit exceeded error message 2023-05-10 10:59:22 -04:00
bac272a2db Detect gotosocial and calckey instances 2023-05-10 10:48:52 -04:00
48bd957276 Fix nodeinfo not being fetched on punycode domains 2023-05-10 10:40:27 -04:00
d4d42e7856 Report instance type/version in Sentry events 2023-05-10 10:34:48 -04:00
671a8e0cb3 Fix error decoding statuses on Calckey lacking emojis 2023-05-10 10:13:34 -04:00
9fc4aa8a40 Make various corners continuously rounded 2023-05-09 14:56:48 -04:00
8f6a012538 Fix decoding statuses on GtS with empty strings for urls
Closes #373
See #129
2023-05-08 17:05:06 -04:00
91d6430815 Fix various tests 2023-05-08 16:58:50 -04:00
3181c47fde Convert rest of notifications screen to collection view 2023-05-07 15:11:35 -04:00
a133955489 Fix using removed dismiss notification API endpoint 2023-05-07 15:11:35 -04:00
00945a0028 Convert follow request notification to collection view cell 2023-05-07 13:44:55 -04:00
574d1f9134 Initial notifications collection view implementatioan 2023-05-06 20:32:48 -04:00
25e82d828f Fix presented VC getting dismissed after closing expanded attachment view 2023-05-06 14:33:05 -04:00
2eb9e63724 Make language picker sheet half-height, fix appearance in non-pure-black dark mode 2023-05-06 14:28:12 -04:00
a6d64282c0 Add language picker to Compose screen
Closes #236
2023-05-05 10:13:20 -04:00
24fb0e0e7b Remove automatically save drafts preference
Closes #369
2023-05-04 21:40:59 -04:00
b6a5a60066 Fix full size image not being loaded on first appearance of focused attachment view 2023-05-04 21:06:59 -04:00
f68d1009e5 Fix focused attachment view being incorrect size on iPad 2023-05-04 21:03:11 -04:00
99b74559da Don't duck Compose screen when the draft is empty
See #369
2023-05-04 18:40:00 -04:00
098c4254d4 Fix deleted attachments reappearing 2023-05-04 10:12:44 -04:00
bbdb7fe41f Fix crash on deleting draft with attachments in share extension 2023-05-04 10:11:04 -04:00
ad55851090 Play back videos in focused attachment view 2023-05-03 23:30:33 -04:00
a37423a119 Fix gifs being converted to images on upload
Closes #376
2023-05-03 23:20:58 -04:00
02daf88db3 Support gifs in new thumbnail controller and focused attachment view 2023-05-03 23:20:58 -04:00
ce3b8ba4b3 Add zooming to focused attachment view 2023-05-03 23:20:58 -04:00
891fd3826b Add expanded attachment description view to Compose screen
Closes #365
2023-05-03 23:20:58 -04:00