permission-flow-android
permission-flow-android copied to clipboard
[Update]: Bump org.robolectric:robolectric from 4.12 to 4.12.2
Bumps org.robolectric:robolectric from 4.12 to 4.12.2.
Release notes
Sourced from org.robolectric:robolectric's releases.
Robolectric 4.12.2 is a minor release that fixes several issues, primarily related to HW rendering in native graphics.
HW rendering fixes:
- The system property
robolectric.screenshot.hwrdr.nativewas renamed torobolectric.pixelCopyRenderMode. In order to use HW rendering with PixelCopy, you must set therobolectric.pixelCopyRenderMode=hardwaresystem property: 7307dc20a438d042b582fb896a2793fd149152ea- Fixed an issue with rendering alpha transparency: 7307dc20a438d042b582fb896a2793fd149152ea
- Fixed an issue using HW rendering on Activities that are not present in Manifests: #8982, 251087870f065ca44a3d6098d9864af89806ba19
- Fixed an issue with View drawing cache preventing rendering: 30dc20355c3cedbe29aec0225a77111e2a745461
- Fixed an issue with HW rendering on Mac: 1ae1478ccd0d9bcbc9d654ded977e1ac359ae11e
Other fixes:
- Fixed shadowOf compilation issues for older SDK levels.
- Fixed error reporting
BeforeClassmethods: 34bcd2196a29d4079f6ccce3dbf39a1f70edf196Full Changelog: https://github.com/robolectric/robolectric/compare/robolectric-4.12.1...robolectric-4.12.2
Robolectric 4.12.1 is a minor release that addressed two issues:
- Fixed a NoClassDefFoundError when invoking ShadowLog APIs outside of a Robolectric environment. See robolectric/robolectric#8957 for details.
- Reduced the amount of spurious log noise that may be generated when attempting to delete temp directories in Windows. See android/nowinandroid#1242 for details.
Full Changelog: https://github.com/robolectric/robolectric/compare/robolectric-4.12...robolectric-4.12.1
Commits
98e89deBump version to 4.12.2.5554acdCreate TimeoutRule as replacement for junit Timeout issue#382934bcd21Improve Exception handling in SandboxTestRunnerdc4f07dForce ordering on MemoryLeaksTest to make it deterministic.de3993bFixes memory leak issue in ThreadedRenderer.faf6d00Don't offset pixel copy roots by location in window2510878Set FLAG_HARDWARE_ACCELERATED in ShadowPackageManger.addActivityIfNotPresent1ae1478Bump nativeruntime-dist-compat to 1.0.10bc89af7Reuse HardwareRenderer objects when taking HW screenshots7264a24Fix SDK compat issues in 4.12- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)