|
3ab82b2dbb
|
Fix attachments/cards flickering in new cells on reconfiguration
|
2022-10-08 16:53:48 -04:00 |
|
|
d1083116e0
|
Use a single disptach queue for attachment/card thumbnails
|
2021-11-24 15:02:35 -05:00 |
|
|
9768097488
|
Match gif playback progress through animation
Closes #8
|
2021-11-13 14:52:02 -05:00 |
|
|
9f8b14d180
|
Replace Gifu with CGImageAnimation
Closes #44
|
2021-11-11 13:26:11 -05:00 |
|
|
1ec85ca095
|
Use video thumbnails from API when possible
|
2021-11-07 15:10:18 -05:00 |
|
|
0a16a2e261
|
Fix potential data races
|
2021-06-26 16:51:54 -04:00 |
|
|
f54d4d757f
|
Make status attachments VoiceOver accessible
|
2021-06-06 22:31:11 -04:00 |
|
|
ffe6450b26
|
Xcode recommendations, use AnyObject instead of class in protocol requirements
|
2021-05-22 13:44:58 -04:00 |
|
|
c12d2db258
|
Cache UIImage objects to avoid re-decoding images unnecessarily
|
2021-01-17 11:28:50 -05:00 |
|
|
0a11d2de47
|
Fix playing gifs from a background thread
|
2020-11-03 15:49:30 -05:00 |
|
|
eb4e6e32f7
|
Add Grayscale Images preference
|
2020-11-01 13:59:58 -05:00 |
|
|
a805da9faa
|
Enable picture-in-picture playback for video attachments
|
2020-10-17 12:56:13 -04:00 |
|
|
42f9d19ee9
|
Fix memory leak in attachment container view
|
2020-09-20 11:28:18 -04:00 |
|
|
b94bfca406
|
Fix crash tapping attachments on instance public timelines
|
2020-09-13 13:55:33 -04:00 |
|
|
9534f19262
|
Show BlurHash previews of attachments
|
2020-09-12 12:01:08 -04:00 |
|
|
95ebca04d2
|
Disable automatic GIF playback in low-power mode
|
2020-08-16 19:14:32 -04:00 |
|
|
eaefa366b7
|
Fix displaying images on iOS 14
|
2020-08-15 17:03:02 -04:00 |
|
|
a5a2cd147e
|
Fix attachment blur view missing corner radius
|
2020-06-22 21:03:08 -04:00 |
|
|
083add273b
|
Prevent audio from other apps pausing when showing gifv attachments
Fixes #101
|
2020-06-21 16:01:29 -04:00 |
|
|
1f40cc9928
|
Show controls/description for gifv attachments
See #98
|
2020-06-17 23:33:48 -04:00 |
|
|
2eaeaf3277
|
Fix previewing gifv attacments
|
2020-05-13 21:20:22 -04:00 |
|
|
1c9b1b9ac3
|
Add support (sort of) for gifv attachments
See #98
|
2020-05-12 21:46:08 -04:00 |
|
|
2c8ba878b7
|
Start converting UI to use CoreData backed objects instead of API
objects directly
|
2020-04-12 12:54:27 -04:00 |
|
|
d9517047d7
|
Fix previewing video/audio attachments
|
2020-03-20 22:48:28 -04:00 |
|
|
bef3388fe8
|
Move attachment view corner radius to individual views
Masking the container makes context menu interactions look weird
|
2020-03-20 22:34:50 -04:00 |
|
|
2e8241d734
|
Move attachment context menu interaction to AttachmentView
|
2020-03-20 22:28:23 -04:00 |
|
|
d15fa2199e
|
Fix attachments container more view not beign removed on cell reuse
Closes #92
|
2020-03-11 22:49:53 -04:00 |
|
|
1f56823a17
|
Add preference to disable gif animation in timelines
|
2020-02-22 13:12:28 -05:00 |
|
|
d7953470e3
|
Add rudimentary support for audio attachments
Closes #7
|
2020-01-26 18:50:45 -05:00 |
|
|
d6ae51c02f
|
Improve ImageCache loading
Keep track of the number of requests and only cancel the underlying
URLSessionTask if there are no concrete requsts remaining.
Closes #81
|
2020-01-25 10:30:04 -05:00 |
|
|
32e89f2c16
|
Fix retain cycles with TuskerNavigationDelegate
TuskerNavigationDelegate is now class-bound and only weak references to
it are stored.
|
2020-01-19 23:02:07 -05:00 |
|
|
0255483f97
|
Make MastodonCache specific to each API controller
See #16
|
2020-01-05 19:54:28 -05:00 |
|
|
81a5fce602
|
Add preference to always blur media
|
2019-11-17 12:52:42 -05:00 |
|
|
6ce96764f3
|
Use visual effect views for sensitive media hide button so the button is
visible regardless of the image color
|
2019-11-17 12:28:21 -05:00 |
|
|
56d4a6690f
|
Fix crash when displaying posts with more than 4 attachments
|
2019-11-17 11:32:35 -05:00 |
|
|
1808aaa3e8
|
A bunch of VoiceOver/Voice Control stuff
|
2019-09-26 22:32:51 -04:00 |
|
|
6e4f89df4a
|
Add support for video attachments
#7
|
2019-09-10 12:25:50 -04:00 |
|
|
509e013380
|
Add support for posts with more than four attachments
|
2019-07-27 22:45:11 -04:00 |
|
|
c29ebbb6a0
|
Start adding sensitive media hiding
|
2019-07-27 22:01:08 -04:00 |
|
|
85ed53b990
|
Fix multi-attachment layout issues
|
2019-06-16 22:39:46 -04:00 |
|
|
55fc032f36
|
Extract attachment layout to it's own view
Use AutoLayout + stack views instead of manual frames, fixes attachments
sometimes not using the whole width
|
2019-06-16 19:02:18 -04:00 |
|