Tusker/Tusker/Screens
Shadowfacts 57668886b2 Fix crash when scrolling through Local/Federated timeline with VoiceOver
It seems that the accessibility scroll mechanism does something like:
1. Find the next IndexPath to focus
2. Scroll to make it visible
3. Focus that cell

But because the timeline description cell is removed during the scroll,
the IndexPath that the accessibility system wants to focus becomes
invalid between steps 2 and 3, causing a crash when trying to focus it.

As a workaround, only remove the timeline description _item_ rather than
the header section so that section indices aren't affected.

Closes #290
2022-12-06 21:46:32 -05:00
..
Account List Refactor menu actions to allow presenting from menu bar items 2022-11-29 23:14:36 -05:00
Asset Picker Fix albums in asset picker not being sorted by name 2022-11-22 13:57:56 -05:00
Attachment Gallery Fix gifv attachments not being centered 2022-11-25 13:20:31 -05:00
Bookmarks Rename StatusState to CollapseState 2022-12-03 18:21:49 -05:00
Compose Add Cmd+Enter keyboard shortcut for sending post 2022-12-04 14:01:09 -05:00
Conversation Rename StatusState to CollapseState 2022-12-03 18:21:49 -05:00
Crash Reporter Use Sentry for crash reporting 2022-10-30 17:10:58 -04:00
Explore Fix Trending Posts reloading on every appearance 2022-12-04 22:03:48 -05:00
Fast Account Switcher Fast account switching on iPad 2022-05-01 11:53:12 -04:00
Filters Fix saving expired filters not reenabling them 2022-12-05 19:01:32 -05:00
Large Image Fix gifv attachments not being centered 2022-11-25 13:20:31 -05:00
Lists Fix Edit List Accounts search field being jammed in the corner on iPad 2022-11-30 16:53:11 -05:00
Main Return to previous item when the selected list/hashtag/instance is removed from the sidebar 2022-11-30 16:47:06 -05:00
Mute Fix mute account time not being 1 week 2022-12-02 21:39:05 -05:00
Notifications Add more tracing for notifications missing statuses 2022-11-27 21:54:58 -05:00
Onboarding Consistent "OK" capitalization 2022-12-02 18:06:15 -05:00
Preferences Add preference to never blur attachments 2022-12-06 21:12:58 -05:00
Profile Fix hide filter action not working on profiles 2022-12-04 12:11:52 -05:00
Search Rename StatusState to CollapseState 2022-12-03 18:21:49 -05:00
Status Action Account List Avoid converting HTML to attributed string twice when displaying a status cell for the first time 2022-12-04 12:08:22 -05:00
Timeline Fix crash when scrolling through Local/Federated timeline with VoiceOver 2022-12-06 21:46:32 -05:00
Utilities Add accessibility hint for segmented controls 2022-12-05 16:25:16 -05:00
FindInstanceViewController.swift Instance selector tweaks 2022-11-10 17:05:51 -05:00