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

Remove getBitmap deprecated function #2964

Merged

Conversation

anandwana001
Copy link
Collaborator

@anandwana001 anandwana001 commented Jan 2, 2025

Fixes #2963

Parent Ticket #2338

This PR removes the use of getBitmap function of android.provider.MediaStore as it is deprecated and changed with ImageDecoder and BitmapFactory as per the API level requirements.

@shobhitagarwal1612 PTAL?

@auto-assign auto-assign bot requested a review from gino-m January 2, 2025 08:12
@anandwana001 anandwana001 changed the title remove deprecation Remove getBitmap deprecated function Jan 2, 2025
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.27%. Comparing base (2dfc24e) to head (a6ff1f2).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #2964   +/-   ##
=========================================
  Coverage     62.27%   62.27%           
  Complexity     1202     1202           
=========================================
  Files           265      265           
  Lines          6418     6418           
  Branches        889      889           
=========================================
  Hits           3997     3997           
  Misses         1866     1866           
  Partials        555      555           

@shobhitagarwal1612 shobhitagarwal1612 merged commit 2cbf4b4 into master Jan 2, 2025
5 checks passed
@shobhitagarwal1612 shobhitagarwal1612 deleted the anandwana001/2693/getBitmap-deprecate-remove branch January 2, 2025 08:43
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.

getBitmap
2 participants