-
Notifications
You must be signed in to change notification settings - Fork 988
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MBL-1739: Support Android 15 (#2143)
* MLB-1740: Fix Circle CI Pipeline to work with sdk 35 (Android 15) (#2141) * 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 * MBL-1673 [Android 15] Update Views to be compatible with edge to edge 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 * Fix test againt * MBL-1825 Fix 'Back this project' component on Project activity (UI) (#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 * fix thread * fix comments threads --------- Co-authored-by: Isabel Martin <[email protected]>
- Loading branch information
Showing
68 changed files
with
1,759 additions
and
1,153 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.