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

bitmap: Add compress()/compress_raw() fns since API 30 #440

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

MarijnS95
Copy link
Member

Map the new compression functions that are available in API level 30, which also take a DataSpace that has recently been added in #438.

Also turn BitmapError into a proper non_exhaustive enum with num_enum's catch_all parser, similar to MediaError.

@MarijnS95 MarijnS95 added the impact: breaking API/ABI-breaking change label Oct 14, 2023
Map the new compression functions that are available in API level 30,
which also take a `DataSpace` that has recently been added in rust-mobile#438.

Also turn `BitmapError` into a proper `non_exhaustive` `enum` with
`num_enum`'s `catch_all` parser, similar to `MediaError`.
@MarijnS95 MarijnS95 merged commit 6e36b1b into rust-mobile:master Oct 14, 2023
18 checks passed
@MarijnS95 MarijnS95 deleted the bitmap-compress branch October 14, 2023 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact: breaking API/ABI-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant