Tusker/Tusker
Shadowfacts bde21fbc6c Fix crash due to prematurely pruned statuses being fetched
If the app hasn't launched in long enough, we may be displaying old statuses as a result of state restoration. If the user leaves the app, those statuses can't get pruned, because the user may return. We need to make sure the lastFetchedAt date is current, since awakeFromFetch won't be called until the object is faulted in (which wasn't happening immediately during state restoration).
2023-10-24 15:50:58 -04:00
..
API Add unfollow hashtag action to Explore screen 2023-07-04 09:56:35 -07:00
Activities First pass at strict sendability checking 2023-02-19 15:23:25 -05:00
Assets.xcassets Add About screen 2022-12-22 13:59:39 -05:00
Base.lproj iOS 13 Dark Mode Support 2019-06-04 13:31:05 -04:00
Caching BaseEmojiLabel improvements 2023-05-14 15:19:00 -04:00
CoreData Fix crash due to prematurely pruned statuses being fetched 2023-10-24 15:50:58 -04:00
Extensions Use two columns for trending links/accounts on wide screens 2023-09-29 17:33:18 -04:00
Gestures Reorganize gestures 2022-12-12 20:56:14 -05:00
Models Remove old asset picker 2023-04-16 14:28:09 -04:00
Preferences Use custom UITraitDefinition on iOS 17 2023-09-06 13:51:27 -04:00
Scenes Don't show doubled "New Post" in window titlebar on macOS 2023-09-24 23:50:08 -04:00
Screens Fix crash due to prematurely pruned statuses being fetched 2023-10-24 15:50:58 -04:00
Shortcuts Make UserActivityType.handle MainActor-bound 2023-08-23 17:07:41 -07:00
Vendor Enable blurhash in debug 2022-10-29 14:19:43 -04:00
Views Underline links when button shapes accessibility setting is on 2023-10-24 15:50:58 -04:00
en.lproj Fix poll votes displaying random number 2022-09-11 22:35:09 -04:00
AppDelegate.swift Don't swizzle unnecessarily on iOS 17 2023-09-09 11:45:54 -04:00
AudioSessionHelper.swift Prevent audio from other apps pausing when showing gifv attachments 2020-06-21 16:01:29 -04:00
BackgroundManager.swift Cleanup orphaned local attachments 2023-05-15 23:45:18 -04:00
DomainBlocks.plist Whoops 2022-10-29 21:06:27 -04:00
Filterer.swift Fix crash when editing hide-action filter 2023-05-14 21:32:22 -04:00
FuzzyMatcher.swift Add Compose screen mention, hashtag, emoji completion 2020-10-11 22:14:45 -04:00
HTMLConverter.swift Improve appearance of lists when converting from HTML 2023-09-27 17:35:36 -04:00
ImageGrayscalifier.swift Fix hitches due to AttachmentView not using pre-prepared images 2023-05-12 21:40:17 -04:00
Info.plist Cleanup orphaned local attachments 2023-05-15 23:45:18 -04:00
LazilyDecoding.swift Fix timeline position sync not working due to LazilyDecoding cache not being invalidated upon remote change 2023-01-28 13:41:22 -05:00
Lazy.swift Avoid converting HTML to attributed string twice when displaying a status cell for the first time 2022-12-04 12:08:22 -05:00
Logging.swift Include fractional seconds in log timestamps 2023-05-11 20:46:25 -04:00
MenuController.swift Fix sidebar key commands not working on macOS 2023-04-03 23:25:33 -04:00
MultiColumnCollectionViewLayout.swift Improve multi-column layout for suggested profiles 2023-10-01 00:08:00 -04:00
MultiThreadDictionary.swift Remove workaround for compiler bug breaking constrained existential types on iOS 15 release builds 2023-02-05 11:04:11 -05:00
SavedDataManager.swift First pass at strict sendability checking 2023-02-19 15:23:25 -05:00
SemiCaseSensitiveComparator.swift Better case-insensitive sorting for lists 2022-12-01 18:26:48 -05:00
TimelineLikeController.swift Fix older notifications not loading when initially visible set fits on one screen 2023-10-19 21:21:50 -04:00
Tusker-Bridging-Header.h Improve multi-column layout for suggested profiles 2023-10-01 00:08:00 -04:00
Tusker.entitlements Add tip jar 2023-01-25 23:58:51 -05:00
Tusker.storekit Add tip jar 2023-01-25 23:58:51 -05:00
TuskerNavigationDelegate.swift Resolve Mastodon remote status links 2023-05-15 22:01:44 -04:00
ViewTags.swift Show better message when opening conv for deleted status 2023-01-17 19:15:54 -05:00
Weak.swift Refactor menu actions to allow presenting from menu bar items 2022-11-29 23:14:36 -05:00