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

Include Coil's broken hardware bitmap device list #1543

Merged
merged 6 commits into from
Dec 6, 2024

Conversation

MajorTanya
Copy link
Contributor

@MajorTanya MajorTanya commented Dec 5, 2024

Declares all listed devices as unable to use hardware bitmaps and hides the Hardware Bitmap Threshold setting on all such devices.

Might fix #1541.

MajorTanya and others added 6 commits December 5, 2024 15:54
Declares all listed devices as unable to use hardware bitmaps.

Might fix mihonapp#1541.
This hides the setting from the UI if the user's device in on Coil's
list of devices with problematic hardware bitmap implementations.

Also moved HARDWARE_BITMAP_UNSUPPORTED into the ImageUtil as a
property for more ergonomic access across the project.
Also fix typo in CHANGELOG.md
@AntsyLich AntsyLich merged commit 7f2cfb5 into mihonapp:main Dec 6, 2024
1 check passed
@MajorTanya MajorTanya deleted the copy-coil-blocked-devices branch December 6, 2024 17:06
cuong-tran pushed a commit to komikku-app/komikku that referenced this pull request Dec 6, 2024
* Include Coil's broken hardware bitmap device list

Declares all listed devices as unable to use hardware bitmaps.

Might fix mihonapp/mihon#1541.

* Hide Hardware Bitmap Threshold setting if unusable

This hides the setting from the UI if the user's device in on Coil's
list of devices with problematic hardware bitmap implementations.

Also moved HARDWARE_BITMAP_UNSUPPORTED into the ImageUtil as a
property for more ergonomic access across the project.

* Add missing negation

* Update CHANGELOG.md

* Update CHANGELOG.md

* Needs to be and not or

Also fix typo in CHANGELOG.md

---------

Co-authored-by: AntsyLich <[email protected]>
(cherry picked from commit 7f2cfb5eb224896d6d0ffa6960f0a98c7325e240)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

r6990 fixed blank page issue, r7015 broke it again
2 participants