Shadowfacts
fc2aea04c3
Add hashtags to search
2019-09-14 21:24:43 -04:00
Shadowfacts
e121dd37b8
Add Search tab
...
Closes #31
2019-09-14 20:47:08 -04:00
Shadowfacts
dfb72edbd8
Fix opening context menu previews
...
Closes #43
2019-09-14 16:48:43 -04:00
Shadowfacts
d3e31541cf
Don't allow swiping in SegmentedPageViewController
2019-09-14 15:59:32 -04:00
Shadowfacts
88344c67e8
Merge timeline tabs
...
Closes #46
2019-09-14 15:59:32 -04:00
Shadowfacts
60aa6eca36
Fix pagination links not being parsed correctly for some URLs
...
Fixes an issue where Mentions notifications wouldn't load past the first page.
URLComponents(string:) fails when the string contains some characters, such as [ or ]
URL(string:) and then URLComponents(url:resolvingAgainstBaseURL:) does not fail
See FB7271340
2019-09-14 15:32:20 -04:00
Shadowfacts
84a07fc718
Add preference to disable showing favorite/reblog counts
2019-09-14 15:00:52 -04:00
Shadowfacts
eb58a46ab7
Change how favorite/reblog counts are displayed
2019-09-14 14:55:09 -04:00
Shadowfacts
905b6a0a21
Add preference for default notifications display mode
2019-09-14 13:02:33 -04:00
Shadowfacts
6ab8f99cc2
Use @Published for preferences and manually encode/decode
2019-09-14 12:15:40 -04:00
Shadowfacts
8bb6e9403d
Add toggle to control whether Notifications tab shows all or just mentions
...
Closes #45
2019-09-14 12:04:20 -04:00
Shadowfacts
d52875cf25
Allow Pleroma instances to exceed Mastodon attachment limits
...
Closes #35
2019-09-11 16:57:42 -04:00
Shadowfacts
6e4f89df4a
Add support for video attachments
...
#7
2019-09-10 12:25:50 -04:00
Shadowfacts
befcc18e4d
Collapse statuses with content warnings
...
Closes #11
2019-09-09 18:40:23 -04:00
Shadowfacts
2e6f7d8878
Store CW in drafts
2019-09-08 17:57:11 -04:00
Shadowfacts
2edb65d302
Show favorite, reblog, and full timestamp in conversation main status
2019-09-07 17:10:58 -04:00
Shadowfacts
818c0afec6
Cleanup draft attachment loading and handle missing attachments
...
#4
2019-09-06 18:50:18 -04:00
Shadowfacts
49380692f3
Add context menu for follow notifications
2019-09-06 17:59:57 -04:00
Shadowfacts
8723921cec
Add context menu for status action notifications
2019-09-06 17:56:45 -04:00
Shadowfacts
817ebcb7eb
Add context menu for account cell
2019-09-06 17:50:27 -04:00
Shadowfacts
9522509f8f
Remove unnecessary XIBs
2019-09-06 17:45:49 -04:00
Shadowfacts
006af1ab79
Save status draft while posting to prevent data loss due to crashes
...
Closes #33
2019-09-06 17:09:28 -04:00
Shadowfacts
d9abf3ec09
Show list of accounts based on grouped notifications
2019-09-05 23:16:45 -04:00
Shadowfacts
76bc6a665c
Show list of accounts for grouped follow notifications
2019-09-05 22:30:58 -04:00
Shadowfacts
a8ae559c9d
Add timestamp to follow notifications
2019-09-05 19:53:08 -04:00
Shadowfacts
a363308147
Follow notification grouping
...
Closes #28
2019-09-05 19:35:19 -04:00
Shadowfacts
1618313742
Fav/reblog notification grouping
...
#28
2019-09-05 17:45:45 -04:00
Shadowfacts
e53b14c729
Reorganize Pachyderm code
2019-09-05 14:40:35 -04:00
Shadowfacts
d3848b356b
Remove old custom Identifiable type
2019-09-05 14:40:06 -04:00
Shadowfacts
1bc598691f
Fix a slew of bugs related to reblogs
...
Fixes #37
Fixes #38
Fixes #39
2019-09-05 14:24:13 -04:00
Shadowfacts
ad0bbe0ab2
Remove old code
2019-09-05 14:04:05 -04:00
Shadowfacts
f4b0b9b70a
Use share sheet instead of alert controller for status options
2019-09-05 13:40:10 -04:00
Shadowfacts
b60688f4b8
Show share sheet with custom activities instead of alert controller for account actions
2019-09-05 12:49:17 -04:00
Shadowfacts
6a09c7e1e8
Tweak profile headers to better support long display names
2019-09-05 11:34:41 -04:00
Shadowfacts
e07bc4e51a
Fix crash when viewing profiles
2019-08-21 23:22:14 -04:00
Shadowfacts
0df8ada3d6
Changes for iOS 13 beta 6
2019-08-07 16:59:11 -04:00
Shadowfacts
7064ae950e
Changes for iOS 13 beta 5
2019-08-05 21:08:00 -06:00
Shadowfacts
abd73fbe3b
Use timeline segments for profile view controller
2019-08-02 18:23:45 -06:00
Shadowfacts
84cfa923ca
Use Notification for updating view appearance on preferences change
2019-08-02 18:05:47 -06:00
Shadowfacts
199f95c465
Update cells when statuses/accounts change from other sources
2019-08-02 17:40:32 -06:00
Shadowfacts
44cfd44651
Fix faving/reblogging statuses by tapping buttons
2019-08-01 18:03:49 -06:00
Shadowfacts
51a03553a9
Add preference for how reply CWs are copied
2019-07-31 21:25:44 -06:00
Shadowfacts
9dfaa9e023
Use timeline segments for notifications
2019-07-31 20:09:38 -06:00
Shadowfacts
82c56d2bd1
Use MastodonCache for notifications
...
In preparation for using timeline segments for notifications
2019-07-31 20:01:00 -06:00
Shadowfacts
d9b21a0196
Represent timelines internally as segments
...
Primarily in preparation for timeline position persistence and split
timelines
2019-07-31 17:42:19 -06:00
Shadowfacts
83d5731f3a
Fix broken shortcuts
2019-07-29 12:15:33 -04:00
Shadowfacts
917771a79a
Shrink display name font size in profile to accomodate long names
...
Fixes #30
2019-07-29 12:11:20 -04:00
Shadowfacts
9a6723a895
Fix some images scrolling unnecesarily in LargeImageViewController
2019-07-29 11:38:57 -04:00
Shadowfacts
509e013380
Add support for posts with more than four attachments
2019-07-27 22:45:11 -04:00
Shadowfacts
c29ebbb6a0
Start adding sensitive media hiding
2019-07-27 22:01:08 -04:00