-
Notifications
You must be signed in to change notification settings - Fork 988
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
MBL-1739: Support Android 15 #2143
base: master
Are you sure you want to change the base?
Conversation
) * Android sdk 35 - Change compile and target SDK to version 35 - change tag for CircleCI from 2024.01.1 to 2024.09.1 * downgrade tag to 2024.08.1 * 2024.07.1 * update gradle version * add JDK_VERSION to executor environment * UPGRADE VERSIONS Kotlin version from 1.8.10 1.8.22 Jacoco_version from 0.8.8 to 0.8.11 compose version from 1.4.3 to 1.4.8 setted java 17 on the circle ci environment * add validate java version on circle ci pipeline * force java 17 on circle ci * fix typo * explicity install java 17 * specify jvm 17 on gradle * force assembleExternalRelease to use java 17 * Fix lint external release * change name of intent on ThreadView model Changed the name for function intent and PublishSubject intent so it be more clear to read * code more clean * fix ktlint
… enforcement (#2131) * Manage edge to edege - Created utility to manage edge to edge on different screens - fixed composable screens - fixed other screens with the utility * Manage edge to edge in all the screens - Manage edge to edge behavior for all the screens - modify solution * Fix last screens * Fix ktlint tests * fix KTLint
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2143 +/- ##
============================================
- Coverage 68.88% 68.76% -0.13%
Complexity 2224 2224
============================================
Files 365 366 +1
Lines 22794 22847 +53
Branches 3262 3261 -1
============================================
+ Hits 15701 15710 +9
- Misses 5320 5364 +44
Partials 1773 1773 ☔ View full report in Codecov by Sentry. |
fyi @jlplks add to the title of the PR the Jira Epic ticket, and in the what/why sections you can link the spike -> https://kickstarter.atlassian.net/wiki/spaces/NT/pages/3075538945/Android+15+Spike |
…2159) * Fix pledge_container UI height bug on android 15 * fix ktlint * set fitsSystemWindows to false on AppBarLayout on activity_proyect_page * set fitsystemwinfows false
📲 What
Spike for the task
🤔 Why
Some changes are needed for the release of android 15 like handling edge to edge