Tusker/Tusker/Screens
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
..
Account List Fix account descriptions being squashed in the follows list 2020-05-12 22:24:51 -04:00
Asset Picker Add drawing attachments using PencilKit 2020-05-09 22:14:48 -04:00
Attachment Gallery Add support (sort of) for gifv attachments 2020-05-12 21:46:08 -04:00
Bookmarks Make network requests in viewWillAppear instead of viewDidLoad 2020-06-15 19:41:51 -04:00
Compose Prompt for Photos access before showing asset picker 2020-06-15 18:15:05 -04:00
Conversation Add cache reset button to Advanced Preferences 2020-05-13 18:58:11 -04:00
Drafts Reorganize code 2020-03-15 11:43:41 -04:00
Explore Remove strong references to MastodonController 2020-05-13 18:57:04 -04:00
Large Image Fix crash when sharing large image on iPad 2020-06-15 18:29:04 -04:00
Lists Replace a bunch of MastodonCache uses with CoreData 2020-05-02 19:52:35 -04:00
Main Add interacting pushing to navigation controllers 2020-02-19 22:07:12 -05:00
Notifications Make network requests in viewWillAppear instead of viewDidLoad 2020-06-15 19:41:51 -04:00
Onboarding Fix crash when adding account 2020-05-10 14:41:07 -04:00
Preferences Add cache reset button to Advanced Preferences 2020-05-13 18:58:11 -04:00
Profile Fix profile header image not showing up on first load 2020-06-15 22:34:42 -04:00
Search Add reference counting for accounts 2020-05-11 22:03:17 -04:00
Status Action Account List Add cache reset button to Advanced Preferences 2020-05-13 18:58:11 -04:00
Timeline Make network requests in viewWillAppear instead of viewDidLoad 2020-06-15 19:41:51 -04:00
Utilities Remove notifications from the bottom when scrolling up notifications list 2020-05-10 12:56:03 -04:00
FindInstanceViewController.swift Change saved hashtags/instances to be per-account 2020-01-20 11:48:47 -05:00