f7421d83ef
Add preference to mention reblogger when replying to a reblogged status
2020-01-19 23:48:36 -05:00
b5a41badcc
Replace content labels with text views
...
UITextView uses TextKit internally, unlike UILabel, so no additional
code is needed to keep the TextKit and view representations of the text
in sync since they are one and the same. This means that detecting which
character was tapped in a content text view is much more accurate, which
means link handling is substantially imrpoved.
Fixes #20
2020-01-18 16:05:00 -05:00
8178a1f339
Fix crash when tapping more actions buttons on iPad
...
Fixes #78
2020-01-17 21:29:53 -05:00
05cc3fd6d9
Add pinning/unpinning statuses
...
Closes #69
2020-01-04 19:31:35 -05:00
ae6a0513e4
Add local saved hashtags
...
Closes #66
2019-12-19 21:20:29 -05:00
05d79d5d03
Use same nav delegate more options for context menu share sheet
2019-12-14 13:36:05 -05:00
4c0607af79
Add (un)bookmarking to status more options
2019-12-14 12:40:50 -05:00
b47b08fa95
Store status collapse state in containing view controller
...
Also, copy the state between screens, so e.g. expanding a status in the
timeline and then opening that conversation already has that status
expanded.
This intentionally doesn't store the sensitive attachment visibility
state, since showing text when not necessary is less dangerous than for
images. (Possibly a preference for this in the future?)
Closes #55
2019-11-28 18:36:58 -05:00
c85836eda6
Add preferences for using in-app vs out of app Safari and using Reader Mode for in-app
2019-11-14 19:53:27 -05:00
6e4f89df4a
Add support for video attachments
...
#7
2019-09-10 12:25:50 -04:00
2edb65d302
Show favorite, reblog, and full timestamp in conversation main status
2019-09-07 17:10:58 -04:00
d9abf3ec09
Show list of accounts based on grouped notifications
2019-09-05 23:16:45 -04:00
76bc6a665c
Show list of accounts for grouped follow notifications
2019-09-05 22:30:58 -04:00
f4b0b9b70a
Use share sheet instead of alert controller for status options
2019-09-05 13:40:10 -04:00
85ed53b990
Fix multi-attachment layout issues
2019-06-16 22:39:46 -04:00
e6c6293c10
Add multi-image gallery
...
Closes #18
2019-06-14 17:23:40 -07:00
730308df3f
Re-add custom LargeImageViewController presentation/dismissal animations
2019-06-14 00:00:53 -07:00
b478f6e982
Fix interactive dismissal for reply screen
2019-06-13 14:54:55 -07:00
3366b16c96
Add option to attempt to open links in their respective apps
2019-02-22 10:24:20 -05:00
ef6047fcb1
Replace TTTAttributedLabel with custom LinkLabel
2019-02-03 11:39:27 -05:00
55ed2f5d26
Get rid of AppRouter
2019-01-19 14:31:31 -05:00
f684591888
Use Gifu for GIF playback
2018-11-09 15:48:08 -05:00
7e8f22c471
Refactor view controller creation/navigation into AppRouter
2018-10-20 22:07:04 -04:00
eb9e1276df
Replace most storyboards with XIBs
2018-10-20 12:13:41 -04:00
6fbd826371
Add link long press actions
2018-10-11 22:04:32 -04:00
0462e57635
Add 3d touch preview actions
2018-10-11 21:52:41 -04:00
0b6459a806
Add 3d touch peek/pop navigation
2018-10-11 21:52:41 -04:00
adffe41c95
Add tapping hashtags to show tag timeline
2018-09-30 21:28:22 -04:00
96953cf235
Add tapping mentions to show profiles
2018-09-30 21:12:23 -04:00
139a214d2f
Move StatusTableViewCellDelegate methods to TuskerNavigationDelegate
2018-09-30 19:29:52 -04:00