-
Notifications
You must be signed in to change notification settings - Fork 731
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
Target API 32 (Android 12) #6929
Conversation
Blocked for task Here are the logs:
So this class constructor is too big: https://github.com/vanniktech/Emoji/blob/master/emoji-google/src/commonMain/kotlin/com/vanniktech/emoji/google/category/SmileysAndPeopleCategoryChunk2.kt#L22 I will open an issue there, the chunk2 should be probably split into smaller chunks... |
b4b6afd
to
7e81868
Compare
Bumps appcompat from 1.4.2 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps emoji2 from 1.1.0 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.emoji2:emoji2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…help to detect other deprecated API usage.
… from being backed up. Also properly support Android 11.
WARNING:API 'ApkVariantOutput.getVersionCodeOverride()' is obsolete and has been replaced with 'VariantOutput.versionCode()'.
7e81868
to
a1f4ffb
Compare
Unblocked using a SNAPSHOT version, which is not ideal (non reproductible build), but this is a temporary measure. |
…se positive `UnusedResources` issues.
|
@SuppressLint("WrongConstant") | ||
window.decorView.windowInsetsController?.systemBarsBehavior = WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_SWIPE | ||
} | ||
window.decorView.windowInsetsController?.systemBarsBehavior = WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Much of this looks similar to the same code in VectorBaseActivity. Is there a way we can reduce the duplication?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, when we will have a core module.
val a = requireActivity().windowManager.currentWindowMetrics | ||
a.bounds.width() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I don't think the variable serves any value here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it's assigned to val screenWidthInPx
.
SonarCloud Quality Gate failed. |
Type of change
Content
Fix #6863
Motivation and context
Support the latest stable version. Unblock some dependency upgrades.
Screenshots / GIFs
Tests
Limitations:
Tested devices
Checklist