Base64 feature branch integration#1597
Merged
Merged
Conversation
This reverts commit ef005ea.
…aching REPLAY-1727: Base64 Caching Mechanism
…wnscaling REPLAY- 1893: Implement bitmap downscaling
REPLAY-1890: Implement pool of reusable bitmaps
…-cache-singletons REPLAY-1943: Refactor caches from singletons to class instances
Get Bitmap from BitmapDrawable if available Extract base64 logic from mapper to ImageWireframeHelper Get background images if they exist Support scaletypes
…-bitmapdrawable REPLAY-1891: Optimize bitmap processing
# Conflicts: # features/dd-sdk-android-session-replay/src/test/kotlin/com/datadog/android/sessionreplay/internal/async/RecordedDataQueueHandlerTest.kt
…extviews RUM-936: Serialize TextViews/Buttons to base64
…velop Align the base64 feature branch with develop
0xnm
approved these changes
Sep 4, 2023
Codecov Report
@@ Coverage Diff @@
## develop #1597 +/- ##
===========================================
+ Coverage 83.55% 83.69% +0.14%
===========================================
Files 443 451 +8
Lines 15135 15563 +428
Branches 2265 2318 +53
===========================================
+ Hits 12646 13025 +379
- Misses 1890 1919 +29
- Partials 599 619 +20
|
Integrate latest changes from develop into base64 feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Merges the base64 feature branch into develop
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)