Tusker/Tusker
Shadowfacts 868df25417 Disable pruning offscreen rows in new timelines
I don't think this is actually necessary, the system should kill us
often enough that the amount of items in the data source doesn't become
unmanageable.

Making modifications to the data source in viewDidDisappear was causing
the collection view's contentOffset to change to be scrolled to top
(roughly) when the view became visible again.

Disabling it also fixes several issues caused by updating the data
source even when there were no changes.

Closes #193
Closes #192
Closes #187
Closes #186
2022-10-28 19:05:07 -04:00
..
API Fix new status cells not showing meta indicators or reblog button visibility 2022-10-08 16:53:48 -04:00
Activities Remove reference counting system 2022-05-01 21:50:16 -04:00
Assets.xcassets Add local-only post icon 2022-01-23 23:22:34 -05:00
Base.lproj iOS 13 Dark Mode Support 2019-06-04 13:31:05 -04:00
Caching Protect DiskCache.fileStates with a lock 2022-10-27 23:06:50 -04:00
CoreData Add logging to persistent store 2022-10-09 17:09:55 -04:00
Extensions Timeline status collection view cell collapsing 2022-10-04 00:02:41 -04:00
Models Include filename extension for attachments 2022-06-28 17:29:46 -07:00
Preferences Remove old XCB code 2022-10-11 10:10:55 -04:00
Screens Disable pruning offscreen rows in new timelines 2022-10-28 19:05:07 -04:00
Shortcuts Fix user activities not continuing when passed at launch 2022-05-13 17:10:18 -04:00
Vendor Disable blurhashes in debug builds 2021-01-30 14:15:17 -05:00
Views Fix reblog labels in new cells not being tappable 2022-10-28 18:48:30 -04:00
en.lproj Fix poll votes displaying random number 2022-09-11 22:35:09 -04:00
AppDelegate.swift Fix Cmd+N shortcut for Compose not working on Mac (Catalyst or Designed 2022-05-15 10:34:24 -04:00
AudioSessionHelper.swift Prevent audio from other apps pausing when showing gifv attachments 2020-06-21 16:01:29 -04:00
AuxiliarySceneDelegate.swift Fix secondary windows not respecting theme preference 2021-01-06 19:20:14 -05:00
ComposeSceneDelegate.swift Present compose screen in new window on iOS 15 and iPad/Mac 2021-06-11 10:50:31 -04:00
DomainBlocks.plist Block gab.* domains from logging in 2019-06-19 19:12:42 -04:00
FuzzyMatcher.swift Add Compose screen mention, hashtag, emoji completion 2020-10-11 22:14:45 -04:00
ImageGrayscalifier.swift Match gif playback progress through animation 2021-11-13 14:52:02 -05:00
Info.plist Attempt the third at making debug logging work in TestFlight 2022-10-10 14:25:25 -04:00
LazilyDecoding.swift Fix warning 2022-06-06 23:58:43 -04:00
LocalData.swift Switch to stable, hash-based account IDs 2022-09-12 23:05:35 -04:00
Logging.swift Log when status unexpectedly doesn't have URL 2022-10-10 14:21:12 -04:00
MainSceneDelegate.swift Remove x-callback-url support 2022-09-19 22:44:27 -04:00
MenuController.swift Cleanup/reorganize some things 2022-09-19 22:52:52 -04:00
MultiThreadDictionary.swift Protect DiskCache.fileStates with a lock 2022-10-27 23:06:50 -04:00
SavedDataManager.swift Move saved instances and hashtags to CoreData 2022-05-10 22:58:30 -04:00
TimelineLikeController.swift More logging! 2022-10-08 15:12:10 -04:00
Tusker.entitlements Use App Group for user defaults 2020-07-03 18:54:21 -04:00
TuskerNavigationDelegate.swift Log when status unexpectedly doesn't have URL 2022-10-10 14:21:12 -04:00
ViewTags.swift Add reblog with visibility menu to reblog confirmation alert 2022-09-18 11:28:33 -04:00
WeakArray.swift WeakArray improvements 2020-09-20 11:27:14 -04:00