Tusker/Tusker
Shadowfacts d27bddb2ca Fix profile header image not showing up on first load
The issue occurred because the profile header would kick off a request
upon loading, then the profile table would request the initial set of
statuses shortly thereafter which would result in reloadData being called
which would cancel the request without removing the group, so the request
generated by the newly-reloaded header cell would attach a callback to
the cancelled request, resulting in the header image never displaying.
2020-06-15 22:34:42 -04:00
..
Activities Provide metadata to UIActivityViewController 2020-05-14 22:43:56 -04:00
Assets.xcassets Add app icon 2020-03-01 13:11:09 -05:00
Base.lproj iOS 13 Dark Mode Support 2019-06-04 13:31:05 -04:00
Caching Fix profile header image not showing up on first load 2020-06-15 22:34:42 -04:00
Controllers Add cache reset button to Advanced Preferences 2020-05-13 18:58:11 -04:00
CoreData Change background CoreData context to be a child of the main context so 2020-05-13 19:49:35 -04:00
Extensions Add drawing attachments using PencilKit 2020-05-09 22:14:48 -04:00
Models Add drawing attachments using PencilKit 2020-05-09 22:14:48 -04:00
Preferences Add preference to disable gif animation in timelines 2020-02-22 13:12:28 -05:00
Screens Fix profile header image not showing up on first load 2020-06-15 22:34:42 -04:00
Shortcuts Start converting UI to use CoreData backed objects instead of API 2020-04-12 12:54:27 -04:00
Views Improve profile field layout 2020-06-15 19:02:09 -04:00
XCallbackURL Remove MastodonCache usgae from XCBActions 2020-05-06 23:05:15 -04:00
AppDelegate.swift Switch to scene-based lifecycle events 2020-01-07 18:39:19 -05:00
CachedDictionary.swift Remove MastodonCache 🎉 2020-05-06 23:29:57 -04:00
DomainBlocks.plist Block gab.* domains from logging in 2019-06-19 19:12:42 -04:00
DraftsManager.swift Extract compose attachments into separate VC 2020-03-14 15:47:15 -04:00
Info.plist Bump build number 2020-03-17 21:58:14 -04:00
LazilyDecoding.swift Add AccountProtocol and StatusProtocol 2020-05-06 18:40:12 -04:00
LocalData.swift Make account info username optional 2020-04-12 11:14:10 -04:00
SavedDataManager.swift Change saved hashtags/instances to be per-account 2020-01-20 11:48:47 -05:00
SceneDelegate.swift Start adding CoreData-based "reference" counting for statuses 2020-04-12 23:08:33 -04:00
TuskerNavigationDelegate.swift Provide metadata to UIActivityViewController 2020-05-14 22:43:56 -04:00
WeakArray.swift Hide large image source view during expand/shrink animation 2020-03-25 23:10:48 -04:00