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

feat: improved background handling #9615

Merged
merged 5 commits into from Jan 14, 2022

Conversation

rigor789
Copy link
Member

@rigor789 rigor789 commented Oct 17, 2021

No description provided.

farfromrefug and others added 2 commits Oct 1, 2021
* fix: refactor background handling.

The idea is for views to handle sepecial case themselves.
I realised that android.widget.Button was materialized even if you were not using it because there was a test for instanceof in the background handling. Now the special background handling is done in Button and ActionBar

* fix: automated tests are now passing

* fix: removed duplicated line

* fix: port boxshadow to background improvements

* Update packages/core/ui/core/view/index.android.ts

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>

* Update packages/core/ui/action-bar/index.android.ts

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>

* chore: remove empty namespace

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
@NathanWalker NathanWalker changed the base branch from master to feat/touch-manager Jan 14, 2022
@NathanWalker NathanWalker merged commit 3190a98 into feat/touch-manager Jan 14, 2022
2 of 3 checks passed
@NathanWalker NathanWalker deleted the feat/refactored-background-handling branch Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants