Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update texture #5

Merged
merged 8 commits into from
Oct 31, 2023
Merged

Update texture #5

merged 8 commits into from
Oct 31, 2023

Conversation

GreeMoz
Copy link
Member

@GreeMoz GreeMoz commented Oct 31, 2023

No description provided.

MussaCharles and others added 8 commits August 18, 2022 09:27
…ache (#2075)

While NSCache is thread safe, that alone does not make `rendererForAttributes` thread safe. This experiment will add a lock to `rendererForAttributes` to see how that affects performance/stability. As second experiment will forego the cache altogether to validate that we are getting some value out of having a renderer cache.
…existent) to ASDKViewController/ASDKNavigationController (#2072)

* Fix references of ASViewController (non-existent) to ASDKViewController

* More references changes to old ASViewController

* Also update ASNavigationController -> ASDKNavigationController
* Try to get CI to work

* update to xcode that exists

* Use a more recent sim; update podfiles not to use github as source

* fix clang 10 error about 10 being extern

* don’t override deprecated method

* Fix tests and snapshot tests
We have `ASCellNodeVisibilityEvent` events that roughly correlate to the scrollViewDid… delegate methods in UIScrollView. With the current events we get a callback when a user stops dragging a cell, but if the cell decelerates we do not get an event when it comes to a rest. I’ve added  `ASCellNodeVisibilityEventDidStopScrolling` to have both `ASTableView` and `ASCollectionView` send this event to the cells in `_cellsForVisibilityUpdates` in `- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView`.

I created unit tests to ensure that the proper events are being called for the proper scroll delegate methods.
* Fix build errors and a crash in xcode 15

* early return if 0 or negative dimensions found
@GreeMoz GreeMoz closed this Oct 31, 2023
@GreeMoz GreeMoz reopened this Oct 31, 2023
@GreeMoz GreeMoz changed the base branch from master to 3.1.2 October 31, 2023 17:00
@GreeMoz GreeMoz closed this Oct 31, 2023
@GreeMoz GreeMoz reopened this Oct 31, 2023
@GreeMoz GreeMoz merged commit c4e0319 into appintheair:3.1.2 Oct 31, 2023
13 of 40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants