Android-Disassembler
Android-Disassembler copied to clipboard
⬆️ Bump accompanist-permissions from 0.22.0-rc to 0.26.0-alpha
Bumps accompanist-permissions from 0.22.0-rc to 0.26.0-alpha.
Release notes
Sourced from accompanist-permissions's releases.
v0.26.0-alpha 🌈
What’s Changed
- Upgrade to Compose 1.3 (#1228)
@bentrengrove
v0.25.0 🌈
What’s Changed
- Upgrade to Compose 1.2 (#1262)
@bentrengrove
- [Pager] Remember nested connection in Pager component (#1264)
@ShikaSD
- [Pager Indicators] Fix behavior of
pagerTabIndicatorOffset
in RTL layouts (#1223)@patrykmichalik
- [SystemUiController] Add support for systemBarsBehavior (#1251)
@alexvanyo
- [Navigation Material] Mark transitionsInProgress complete in BottomSheetNavigator (#1244)
@jbw0033
- [Navigation Animation] Avoid crashing when the start destination changes (#1243)
@jbw0033
- [Navigation Material] Remove usages of undefined
Destinations.Home
string from code samples in documentation (#1231)@patrykmichalik
- [Navigation] Fix overlapping elements in Sample Bottom Sheets layout (#1148)
@leinardi
- [navigation material] use result of assertThat (#1230)
@saied89
- [WebView] Correct typos in documentation (#1229)
@patrykmichalik
- [systemUiController] Minor typos in docs: setStatusBarColor, setNavigationBarColor (#1227)
@MarkusBillharz
- [Web] Fix webview not destroyed (#1221)
@rlatapy-luna
v0.24.13-rc 🌈
What’s Changed
- Compose 1.2.0-rc03 (#1215)
@bentrengrove
- [DrawablePainter] Fix reacting to intrinsic size changes (#1124)
@chrisbanes
v0.24.12-rc 🌈
What’s Changed
- Upgrade to Compose 1.2.0-rc02 (#1210)
@bentrengrove
- [pager-indicator] Support tab indicator of looping page with infinite page size (#1200)
@NUmeroAndDev
- [Pager] Update snapper dependency to resolve target page skips on fling (#1203)
@chippmann
v0.24.11-rc 🌈
What’s Changed
- Compose 1.2.0-rc01 (#1198)
@bentrengrove
- [Navigation Animation] Bump Navigation version to 2.5.0-rc02 (#1197)
@jbw0033
- [Pager] Deprecate PagerState.targetPage (#1196)
@andkulikov
- [Pager] Allow scrolling to negative offsets and from LaunchedEffect (#1195)
@andkulikov
- [Pager] Fix Modifier.pagerTabIndicatorOffset() (#1194)
@andkulikov
- [SwipeRefresh] Fix overscroll behaviour on Android 12 (#1174)
@bentrengrove
- [Web] Fix webview breaking preview (#1190)
@bentrengrove
v0.24.10-beta 🌈
What’s Changed
- Compose 1.2.0-beta03 (#1186)
@bentrengrove
- [Placeholder] Fix outline cache in placeholder (#1155)
@jeran
... (truncated)
Commits
49b8da4
Merge pull request #1228 from google/1.331c28ff
Fix formatting of AnimatedNavHost65f7ea3
Fix insets metalavab43f552
v0.26.0-alphaf377adc
Update readme3be9d57
Update metalava3d630c8
Remove suppress lint67f7a22
Fix ktlint errors465a33e
Upgrade versionsbaed874
Merge branch 'main' into 1.3- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Superseded by #645.