Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
b2a640b9b3adec736199a2ccd1f336023315ada3
513
2022-05-11 14:58:47-07:00
25,200
['c38afb59b1393f8acd59eb99e24666f91d204180']
Replace custom WindowSizeClasses with material3-window-size-class (#729) Co-authored-by: Rebecca Franks <riggaroo@google.com>
[{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -97,6 +97,7 @@ dependencies {\n implementation "androidx.compose.foundation:foundation-layout:$compose_version"\n implementation "androidx.compose.material:material:$compose_versio...
Kotlin
b73bdeb41436d244a65fba824a822338ff9f5914
0
2022-05-11 17:38:23-07:00
25,200
['b2a640b9b3adec736199a2ccd1f336023315ada3']
[All] Update to Compose 1.2.0-beta01 (#799) * Compose 1.2.0-alpha08 -> 1.2.0-beta01 * AGP 7.1.2 -> 7.2.0 * Gradle 7.3.2 -> 7.4.2 * Kotlin 1.6.20 -> 1.6.21 * Spotless 6.4.2 -> 6.5.2 * Accompanist 0.24.7-alpha -> 0.24.8-beta
[{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -112,6 +112,14 @@ android {\n excludes += "/META-INF/AL2.0"\n excludes += "/META-INF/LGPL2.1"\n }\n+\n+ // TODO: Lint issues https://github.com/android/compose-samples/i...
Kotlin
69e9d862b5ffb321064364d7883e859db6daeccd
187
2022-05-12 11:34:56+01:00
14,400
['b73bdeb41436d244a65fba824a822338ff9f5914']
Update Coil to 2.0.0. (#801)
[{'old_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/CraneApplication.kt', 'new_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/CraneApplication.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,8 +20,7 @@ import android.app.Application\n import androidx.compose.samples.crane.ut...
Kotlin
11c0f303feac9e5e643b6f509af0110075562b75
466
2022-05-13 13:04:05+01:00
-10,800
['69e9d862b5ffb321064364d7883e859db6daeccd']
- Add paddings for CalendarContent and MainScreen in landscape mode. (#803)
[{'old_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/calendar/CalendarScreen.kt', 'new_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/calendar/CalendarScreen.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,8 +20,12 @@ import androidx.compose.foundation.background\n import and...
Kotlin
e7e8733f9b37d80cdc6e9e05dbabe24ccf20b38f
139
2022-05-13 12:09:49+00:00
-16,200
['11c0f303feac9e5e643b6f509af0110075562b75']
Updated the Kotlin and Gradle version + removed the extra SwipeToRefresh class (#715) Co-authored-by: Rebecca Franks <riggaroo@google.com>
[{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,11 +20,11 @@ plugins {\n }\n \n android {\n- compileSdkVersion 31\n+ compileSdkVersion 32\n defaultConfig {\n applicationId \'com.example.jetnews\'\n minSdkVe...
Kotlin
17b6d3240c324289e5e453097974ef5d8308aa69
513
2022-05-14 15:35:12+01:00
25,200
['e7e8733f9b37d80cdc6e9e05dbabe24ccf20b38f']
Fix Crane Dagger lint (#806)
[{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -112,14 +112,6 @@ android {\n excludes += "/META-INF/AL2.0"\n excludes += "/META-INF/LGPL2.1"\n }\n-\n- // TODO: Lint issues https://github.com/android/compose-samples/i...
Kotlin
fd319be77ac7098af9b781f650f0f17a5ddfbcb2
0
2022-05-16 17:05:26-07:00
25,200
['17b6d3240c324289e5e453097974ef5d8308aa69']
[Jetsurvey] Updated date handling to use UTC only (#810) This fixes #745. The answers to date questions now store the date in milliseconds and all calculations are based on UTC.
[{'old_path': 'Jetsurvey/app/build.gradle', 'new_path': 'Jetsurvey/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -114,4 +114,10 @@ dependencies {\n implementation Libs.Accompanist.permissions\n \n implementation Libs.Coil.coilCompose\n+\n+ testImplementation Libs.junit\n+ testImplem...
Kotlin
df28cb9f4c785a66fa48e79e737151835d437803
20
2022-05-18 09:10:06+10:00
-3,600
['fd319be77ac7098af9b781f650f0f17a5ddfbcb2']
[All samples] Add Spotless & ktlint to the update version script (#809) * Add Spotless & ktlint to the update version script * Skip making changes if the version number input is empty * Amend upgrade script
[{'old_path': 'Crane/build.gradle', 'new_path': 'Crane/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,7 +49,7 @@ subprojects {\n target \'**/*.kt\'\n targetExclude("$buildDir/**/*.kt")\n targetExclude(\'bin/**/*.kt\')\n- ktlint(Versions.ktLint)\n+ ...
Kotlin
b0ce64541324d8b2386c17503740465483a399f6
82
2022-05-18 09:30:45+02:00
-7,200
['df28cb9f4c785a66fa48e79e737151835d437803']
[Jetnews] Add multipreview annotations feature (#808)
[{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/PostCardTop.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/PostCardTop.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,6 @@\n \n package com.example.jetnews.ui.home\n \n-import android.content.res.Configuratio...
Kotlin
0f7d5958c57a83ecad10136da4d359ae07046d07
0
2022-05-18 08:16:01+00:00
25,200
['b0ce64541324d8b2386c17503740465483a399f6']
Applied spotless fixes (#813) Co-authored-by: Ian G. Clifton <IanGClifton@users.noreply.github.com> Co-authored-by: Rebecca Franks <riggaroo@google.com>
[{'old_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/ui/player/PlayerScreen.kt', 'new_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/ui/player/PlayerScreen.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -88,8 +88,8 @@ import com.example.jetcaster.util.DynamicThemePrimaryColorsFromImage\n ...
Kotlin
4b9a5e5d44e65f3779976e22a80d461fc6ef369e
509
2022-05-18 13:35:03+01:00
14,400
['0f7d5958c57a83ecad10136da4d359ae07046d07']
[All Samples] Add NiA to additional samples (#807) * Add NiA to additional samples * Fix NiA screenshot extension type Co-authored-by: Rebecca Franks <riggaroo@google.com>
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,6 +45,8 @@ project from Android Studio following the steps\n | <br><img src="readme/sunflower.png" alt="Sunflower" width="240"></img> <br><br>A gardening app illustrating Android development best practices with An...
Kotlin
061a07771994a5d847e38731b652748cd65d73a4
438
2022-05-19 00:58:42+00:00
-3,600
['4b9a5e5d44e65f3779976e22a80d461fc6ef369e']
Add name of workflo as prefix to fix issues with cancelling other jobs (#814) Co-authored-by: Ben Trengrove <bentrengrove@users.noreply.github.com>
[{'old_path': '.github/workflows/Crane.yaml', 'new_path': '.github/workflows/Crane.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,7 +12,7 @@ on:\n - '.github/workflows/Crane.yaml'\n - 'Crane/**'\n concurrency:\n- group: build-${{ github.ref }}\n+ group: crane-build-${{ github.ref }}\n canc...
Kotlin
1b99e33013b4d7034e0a9edd8906ff6a61b80ed7
154
2022-05-19 13:01:37+10:00
-36,000
['061a07771994a5d847e38731b652748cd65d73a4']
Update samples to Compose 1.2.0-beta02 (#815)
[{'old_path': 'Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt', 'new_path': 'Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,7 +57,7 @@ object Libs {\n \n object Compose {\n const val snapshot = ...
Kotlin
f2b4a74e8d8d248a89821c879dbe815fd74421fc
168
2022-05-19 13:34:51-07:00
25,200
['1b99e33013b4d7034e0a9edd8906ff6a61b80ed7']
Create reusable workflow build-sample.yml. (#818) * Create reusable workflow build-sample.yml. * Revert changes.
[{'old_path': None, 'new_path': '.github/workflows/build-sample.yml', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,75 @@\n+name: Build and Test Sample\n+\n+on:\n+ workflow_call:\n+ inputs:\n+ name:\n+ required: true\n+ type: string\n+ path:\n+ required: true\n+ type: ...
Kotlin
ee163ea378dd0ee0a55be2a40b0bec1d179b7f77
154
2022-05-20 08:07:35+10:00
-36,000
['f2b4a74e8d8d248a89821c879dbe815fd74421fc']
Add accompanist to the upgrade script (#816)
[{'old_path': 'scripts/upgrade_samples.sh', 'new_path': 'scripts/upgrade_samples.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,6 +45,9 @@ read spotless_version;\n echo "Version to change ktlint to (e.g 0.45.2): ";\n read ktlint_version;\n \n+echo "Version to change Accompanist to (e.g 0.24.9-beta): ";\n+re...
Kotlin
f6af0eb449026953e7385c98f170eea478650bc3
82
2022-05-20 12:05:39+02:00
-7,200
['e7e8733f9b37d80cdc6e9e05dbabe24ccf20b38f']
[All] Change reference of Android Studio to Chipmunk
[{'old_path': 'Crane/README.md', 'new_path': 'Crane/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ Studies built with [Jetpack Compose](https://developer.android.com/jetpack/compo\n The goal of the sample is to showcase Material components, draggable UI elements, Android Views\n inside Compo...
Kotlin
d9dd911a191356eed79f39715e1aae4e6e706056
168
2022-05-20 12:36:56+00:00
25,200
['ee163ea378dd0ee0a55be2a40b0bec1d179b7f77']
Reuse build workflow (#819)
[{'old_path': '.github/workflows/Crane.yaml', 'new_path': '.github/workflows/Crane.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,72 +11,16 @@ on:\n paths:\n - '.github/workflows/Crane.yaml'\n - 'Crane/**'\n-concurrency:\n- group: crane-build-${{ github.ref }}\n- cancel-in-progress: true...
Kotlin
3052e266b1fba1b183617db66b033f4c371fcdcc
164
2022-05-21 07:52:54-07:00
25,200
['d9dd911a191356eed79f39715e1aae4e6e706056']
Update Stackflow tag to android-jetpack-compose (#822)
[{'old_path': '.github/ISSUE_TEMPLATE/bug_report.yml', 'new_path': '.github/ISSUE_TEMPLATE/bug_report.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@ body:\n - type: checkboxes\n attributes:\n label: Is there a StackOverflow question about this issue?\n- description: Please searc...
Kotlin
70d1c039018d5b77c37c1dcca8207021227b6eaa
298
2022-05-23 06:03:43+00:00
-32,400
['3052e266b1fba1b183617db66b033f4c371fcdcc']
[Jetcaster] Fix Readme out-of-date (#821) * Remove WindowInsets implemented note * Removed Accompanist's Coil implementation notes Co-authored-by: Ben Trengrove <bentrengrove@users.noreply.github.com>
[{'old_path': 'Jetcaster/README.md', 'new_path': 'Jetcaster/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -55,8 +55,7 @@ Underneath, [`DominantColorState`](app/src/main/java/com/example/jetcaster/util/\n ### Others\n Some other notable things which are implemented:\n \n-* [`WindowInsets`](https://develo...
Kotlin
ccab09940ed3feffeb875d91b370c6addda0f2bd
255
2022-05-24 09:19:26+02:00
-7,200
['db8e607d1e32652ab137d7cd43c13b42a4d40d2c']
add navhost to reply content
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -96,7 +96,7 @@ fun ReplyAppPreview() {\n }\n }\n \n-@Preview(showBackground = true, widthDp = 700)\n+@Preview(sh...
Kotlin
a27f5e9abef9fdd3dbb8bbe080b29a368da5b256
154
2022-05-24 17:50:07+10:00
-36,000
['17db314ff3fd767d31c313de52ec6b346bc98677']
Remove baseline profiles from stable branch (#826)
[{'old_path': 'Jetsnack/README.md', 'new_path': 'Jetsnack/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,6 +53,8 @@ Domain types are modelled in the [model package](app/src/main/java/com/example/j\n \n Imagery is sourced from [Unsplash](https://unsplash.com/) and loaded using [coil-accompanist][coil-...
Kotlin
2eb30a42c2a27d223658fcaf154c7028302368ea
438
2022-05-25 17:56:32+10:00
-3,600
['a27f5e9abef9fdd3dbb8bbe080b29a368da5b256']
Update build.gradle (#827)
[{'old_path': 'Jetsnack/build.gradle', 'new_path': 'Jetsnack/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -30,7 +30,7 @@ buildscript {\n \n plugins {\n id 'com.diffplug.spotless' version '6.5.2'\n- id 'com.android.test' version '7.3.0-alpha09' apply false\n+ id 'com.android.test' version '...
Kotlin
4eae159a246be1d68ffb77aef9291d9029ba9b1e
256
2022-05-25 14:26:17+02:00
-7,200
['ccab09940ed3feffeb875d91b370c6addda0f2bd']
update navigation in reply and empty screens for other tabs
[{'old_path': None, 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/EmptyComingSoon.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,41 @@\n+package com.example.reply.ui.utils\n+\n+import androidx.compose.foundation.layout.Arrangement\n+import androidx.compose.foundation.layout.Column\n+import andr...
Kotlin
5dd149f2a5d35527cb628972c6c058057233647f
20
2022-05-27 15:53:19+01:00
-3,600
['2eb30a42c2a27d223658fcaf154c7028302368ea']
Clean up Owl and add Lazy item keys & animateItemPlacement animation (#829) * Clean up Owl and add Lazy item keys & animateItemPlacement animation * Update README
[{'old_path': 'Owl/README.md', 'new_path': 'Owl/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,7 +26,7 @@ The onboarding screen allows users to customize their experience by selecting to\n * [Topic chip](app/src/main/java/com/example/owl/ui/onboarding/Onboarding.kt#L171) with custom [selection animat...
Kotlin
8f27ce0e45289d1b3f9548ae76fc56ce898bfc5e
168
2022-05-31 09:45:06-07:00
25,200
['5dd149f2a5d35527cb628972c6c058057233647f']
Remove runs-on and timeout-minutes config from JetNews.yml (#832) * Revert "Revert "Reuse build workflow (#819)" (#824)" This reverts commit 17db314ff3fd767d31c313de52ec6b346bc98677. * Remove runs-on and timeout-minutes config from JetNews.yml.
[{'old_path': '.github/workflows/Crane.yaml', 'new_path': '.github/workflows/Crane.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,72 +11,16 @@ on:\n paths:\n - '.github/workflows/Crane.yaml'\n - 'Crane/**'\n-concurrency:\n- group: crane-build-${{ github.ref }}\n- cancel-in-progress: true...
Kotlin
117335b144f04aa06b807ffc4a408c1763b2c37a
256
2022-06-01 14:39:10+02:00
-7,200
['4eae159a246be1d68ffb77aef9291d9029ba9b1e']
refactored to move code to seperate files and packages
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,63 +18,26 @@ package com.example.reply.ui\n \n import androidx.compose.animation.AnimatedVisibility\n import androidx.co...
Kotlin
87ab51822cd87ce07b8ea3ec9dcb8b93f04c0b2a
438
2022-06-06 08:31:18+01:00
-3,600
['8f27ce0e45289d1b3f9548ae76fc56ce898bfc5e']
[All] Update to Compose 1.2.0-beta03 (#833) [All] Update to Compose 1.2.0-beta03
[{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,11 +35,11 @@ String systemGoogleMapsKey = System.getenv("GOOGLE_MAPS_KEY") ?: ""\n String googleMapsKey = properties.getProperty("google.maps.key", systemGoogleMapsKey)\n \n android {\n- ...
Kotlin
e1dccf5d909e78ef4a360b576916cac290ecc2bc
20
2022-06-08 13:56:36+01:00
-3,600
['87ab51822cd87ce07b8ea3ec9dcb8b93f04c0b2a']
[Jetchat] Add Nested scrolling interop API (#837) * Add Nested scrolling interop API to Jetchat * Disable the CollapsingToolbarLayout color change on scroll
[{'old_path': 'Jetchat/README.md', 'new_path': 'Jetchat/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -56,6 +56,9 @@ Some composable state survives activity or process recreation, like `currentInpu\n ### Material Design 3 theming and Material You dynamic color\n Jetchat follows the [Material Design 3](h...
Kotlin
c62bde6f10be1063b7901787659a33ef8c27419a
256
2022-06-09 14:29:46+02:00
-7,200
['46132461258edfea9472d0b1f4f572fb92740008']
reply added detail page navigation and wrap up other screens
[{'old_path': 'Reply/app/build.gradle', 'new_path': 'Reply/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -76,7 +76,7 @@ dependencies {\n implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"\n implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.5.0-alpha04"...
Kotlin
a02f6f1ab9b5023cd561da2e548737cef4885727
256
2022-06-09 15:37:48+02:00
-7,200
['c62bde6f10be1063b7901787659a33ef8c27419a']
set start route to inbox
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -115,7 +115,7 @@ private fun ReplyNavigationWrapperUI(\n }\n val navBackStackEntry by navController.currentBackStack...
Kotlin
33a38611a3658a994e266b374a43a030c17f4449
168
2022-06-09 09:07:56-07:00
25,200
['e1dccf5d909e78ef4a360b576916cac290ecc2bc']
Adding secrets-gradle-plugin. (#836)
[{'old_path': '.github/workflows/Crane.yaml', 'new_path': '.github/workflows/Crane.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,10 +53,16 @@ jobs:\n ~/.gradle/caches/build-cache-*\n key: gradle-${{ hashFiles(\'checksum.txt\') }}\n \n- - name: Run instrumentation tests\n- ...
Kotlin
5f70d4801b9450efa7858c110890c93b0a8e804b
438
2022-06-10 08:14:00+01:00
-3,600
['33a38611a3658a994e266b374a43a030c17f4449']
Update README.md (#831)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,8 @@ You can clone this repository or import the\n project from Android Studio following the steps\n [here](https://developer.android.com/jetpack/compose/setup#sample).\n \n+The branch `compose-latest` is tar...
Kotlin
45ff520f568edf4283240b0e8cdcd538b93a7015
256
2022-06-10 15:46:05+02:00
-7,200
['a02f6f1ab9b5023cd561da2e548737cef4885727']
added fix for navigation not direct child crash
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -219,7 +219,6 @@ fun ReplyAppContent(\n ReplyNavHost(\n Modifier.weight(1f),\n n...
Kotlin
b86a5adcc867b8958ce02caa607ab11b8c8e76d5
256
2022-06-14 16:34:52+02:00
-7,200
['45ff520f568edf4283240b0e8cdcd538b93a7015']
remove navigation graph considering user can adapt to any screen size during list/detail navigation
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,7 +78,14 @@ class MainActivity : ComponentActivity() {\n val windowSize = calculateWindowSizeCla...
Kotlin
ceb35ce50c93cb617b2170cd7af2db1093af2849
256
2022-06-15 14:53:30+02:00
-7,200
['9f0a9fd25d88414bdeb487fcbf67734c6146cc4b']
add more dummy data for threads and shuffle
[{'old_path': 'Reply/app/src/main/java/com/example/reply/data/local/LocalEmailsDataProvider.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/data/local/LocalEmailsDataProvider.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,23 +29,17 @@ object LocalEmailsDataProvider {\n \n private val threads...
Kotlin
708ef63ef4b89b3d69e9e65a85168a8bc7fef491
256
2022-06-15 14:57:52+02:00
-7,200
['ceb35ce50c93cb617b2170cd7af2db1093af2849']
added todo to check on two issues: permanenet navigation drawer width and nav rail content positioning
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -119,6 +119,7 @@ private fun ReplyNavigationWrapperUI(\n navBackStackEntry?.destination?.route ?: ReplyDestinations....
Kotlin
84fced1663b7ebcf9eb046ec8e13702c738d0b56
168
2022-06-15 11:04:20-07:00
25,200
['5f70d4801b9450efa7858c110890c93b0a8e804b']
[Crane] Add default properties file. (#846) * [Crane] Add default properties file. * Update README.
[{'old_path': 'Crane/README.md', 'new_path': 'Crane/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -74,7 +74,7 @@ the [documentation says](https://developers.google.com/maps/documentation/androi\n and include it in the `local.properties` file as follows:\n \n ```\n-googleMapsKey={insert_your_api_key_here...
Kotlin
6c3a0afe11031287979034b7879f8c9863d2eb7d
168
2022-06-15 12:41:47-07:00
25,200
['84fced1663b7ebcf9eb046ec8e13702c738d0b56']
[Crane] Fix workflow. (#847)
[{'old_path': '.github/workflows/Crane.yaml', 'new_path': '.github/workflows/Crane.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,6 +12,7 @@ on:\n - '.github/workflows/Crane.yaml'\n - 'Crane/**'\n workflow_dispatch:\n+\n env:\n SAMPLE_PATH: Crane\n \n"}]
Kotlin
7cec0d887bfbe1bd6f9ac2feeca7bf7a47279631
256
2022-06-17 16:11:56+02:00
-7,200
['46cc9352c66ff3e35871db71b4a8caa61302585e']
added licence to all the files
[{'old_path': 'Reply/app/proguard-rules.pro', 'new_path': 'Reply/app/proguard-rules.pro', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,17 @@\n+# Copyright 2022 The Android Open Source Project\n+#\n+# Licensed under the Apache License, Version 2.0 (the "License");\n+# you may not use this file except in com...
Kotlin
9aea8ccae8cc12d8ee34467ed238534e373a6e56
107
2022-06-17 17:15:48+01:00
-3,600
['6c3a0afe11031287979034b7879f8c9863d2eb7d']
[All] Update to Compose 1.2.0 rc01 (#840) * [All] Update to 1.2.0 SNAPSHOT * [All] Update to 1.2.0
[{'old_path': 'Crane/build.gradle', 'new_path': 'Crane/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -31,7 +31,7 @@ buildscript {\n }\n \n plugins {\n- id 'com.diffplug.spotless' version '6.6.1'\n+ id 'com.diffplug.spotless' version '6.7.0'\n }\n \n subprojects {\n"}, {'old_path': 'Crane/buildS...
Kotlin
df8e297ff49019c829b90047247b31188b1a786a
168
2022-06-17 13:19:13-07:00
25,200
['9aea8ccae8cc12d8ee34467ed238534e373a6e56']
Add support for workflow_dispatch on all GH workflows. (#852)
[{'old_path': '.github/workflows/JetNews.yaml', 'new_path': '.github/workflows/JetNews.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,6 +11,8 @@ on:\n paths:\n - '.github/workflows/JetNews.yaml'\n - 'JetNews/**'\n+ workflow_dispatch:\n+\n env:\n SAMPLE_PATH: JetNews\n \n"}, {'old_path':...
Kotlin
203a58288a6e0217c0b62e841b60414869af5f44
438
2022-06-20 15:07:54+01:00
-3,600
['df8e297ff49019c829b90047247b31188b1a786a']
[Crane] Use AnimatedContent to transition between content states. (#843) * [Crane] Use AnimatedContent to transition between content states.
[{'old_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/home/CraneHome.kt', 'new_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/home/CraneHome.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,6 +16,17 @@\n \n package androidx.compose.samples.crane.home\n \n+import androidx.compos...
Kotlin
3d0b54f013a57be2b4cd6e7b44ae91b6d7c7e6cd
438
2022-06-20 15:08:19+01:00
-3,600
['203a58288a6e0217c0b62e841b60414869af5f44']
[JetSurvey] Use AnimatedContent to slide in and out changes between questions (#842) * Animate the changes between different question screens, as well as the end result screen. * spotless * Change duration * Switch to slideIntoContainer * PR Feedback
[{'old_path': 'Jetsurvey/app/src/main/java/com/example/compose/jetsurvey/survey/SurveyFragment.kt', 'new_path': 'Jetsurvey/app/src/main/java/com/example/compose/jetsurvey/survey/SurveyFragment.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -21,6 +21,13 @@ import android.view.LayoutInflater\n import android.view...
Kotlin
f9e92b26cffc34047b3a1963943bac49be26a25f
256
2022-06-22 14:41:19+02:00
-7,200
['7cec0d887bfbe1bd6f9ac2feeca7bf7a47279631']
navigation suggestions and added named params in all classes
[{'old_path': 'Reply/app/src/main/java/com/example/reply/data/AccountsRepositoryImpl.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/data/AccountsRepositoryImpl.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,6 @@\n package com.example.reply.data\n \n import com.example.reply.data.local.Loc...
Kotlin
bcaeea638eb5681cfeaa5ec1975b807832d0247c
256
2022-06-22 22:06:41+02:00
-7,200
['cd6c3fa32f56c94ad86038589aa7eb1a30c386b8']
add positioning on navigation content in case of long tablets
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,11 +21,15 @@ import androidx.activity.ComponentActivity\n import androidx.activity.compose.setContent\n import a...
Kotlin
c3115d871f4861b166efbf40ce6d4e20a4598684
256
2022-06-23 11:43:22+02:00
-7,200
['bcaeea638eb5681cfeaa5ec1975b807832d0247c']
update versioning to sync with other samples
[{'old_path': 'Reply/app/build.gradle', 'new_path': 'Reply/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,24 +63,25 @@ android {\n \n dependencies {\n \n- implementation \'androidx.core:core-ktx:1.7.0\'\n+ implementation \'androidx.core:core-ktx:1.8.0\'\n implementation "org.jetbrain...
Kotlin
f8224bf354b3f2863321be1063e994b4c3018a01
256
2022-06-23 12:34:32+02:00
-7,200
['c3115d871f4861b166efbf40ce6d4e20a4598684']
remeber lazy list state during rotation or fold changes
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyListContent.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyListContent.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,7 +29,9 @@ import androidx.compose.foundation.layout.fillMaxWidth\n import androidx.compose.foundation.l...
Kotlin
3f2c7b86cf1c13fe580aeca5a3398407ccf3fcab
256
2022-06-23 17:47:01+02:00
-7,200
['f8224bf354b3f2863321be1063e994b4c3018a01']
added ticket for out of box support on nav rail
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/navigation/ReplyNavigationComponents.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/navigation/ReplyNavigationComponents.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,7 +65,7 @@ fun ReplyNavigationRail(\n onDrawerClicked: () ->...
Kotlin
e6f9d376d435ae8c94f9caff0eaa7a0befccb3a0
168
2022-06-23 17:44:45+01:00
25,200
['3d0b54f013a57be2b4cd6e7b44ae91b6d7c7e6cd']
[All] Update to Compose 1.2.0-rc02 (#853) * [All] Update to Compose 1.2.0-rc02 * Update Accompanist. * Remove snapshot_version and also update upgrade_samples.sh to clear snapshot version when not provided.
[{'old_path': 'Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt', 'new_path': 'Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,7 +58,7 @@ object Libs {\n \n object Compose {\n const val snapshot = ...
Kotlin
aa12e6329a6ede1f6940576a47bb5786c8b24b5f
256
2022-06-27 15:19:49+02:00
-7,200
['3f2c7b86cf1c13fe580aeca5a3398407ccf3fcab']
add measured positioning for nav rail and nav drawer for top. center and bottom
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -126,13 +126,39 @@ fun ReplyAppPreviewTablet() {\n }\n \n @OptIn(ExperimentalMaterial3WindowSizeClassApi::class)\n-@...
Kotlin
f735a5ab7e3c5e4604883cfe6173a4f0f74fe276
107
2022-06-29 16:01:55+01:00
-3,600
['e6f9d376d435ae8c94f9caff0eaa7a0befccb3a0']
Fixing disabled stickers tab (#857)
[{'old_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt', 'new_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -483,9 +483,11 @@ fun ExtendedSelectorInnerButton(\n modifier: Modifier = ...
Kotlin
1da9c630540f3c2be66b0edbb10a16c97a1032da
3
2022-06-29 16:02:54+01:00
0
['f735a5ab7e3c5e4604883cfe6173a4f0f74fe276']
[Jetchat] Fix for the drawer failing to open after double-clicking on the drawer icon. (#844)
[{'old_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/NavActivity.kt', 'new_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/NavActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -67,10 +67,14 @@ class NavActivity : AppCompatActivity() {\n if (drawerOpen)...
Kotlin
c409d7a2b08db14940ed25b5cbc9a2d9e79b07f8
107
2022-06-29 10:36:21-07:00
-3,600
['1da9c630540f3c2be66b0edbb10a16c97a1032da']
Fixing Jetchat's spotless (#859)
[]
Kotlin
7c80aa3be9bb2bfe2b970d302c55f510989a1e9a
168
2022-06-29 12:59:28-07:00
25,200
['c409d7a2b08db14940ed25b5cbc9a2d9e79b07f8']
[All] Update Compose Compiler to 1.2.0 (#860)
[{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -91,7 +91,7 @@ android {\n }\n \n composeOptions {\n- kotlinCompilerExtensionVersion Libs.AndroidX.Compose.version\n+ kotlinCompilerExtensionVersion Libs.AndroidX.Compose...
Kotlin
07d4dfb3f75f248d8c680ab0c3a05ebc5d95e414
168
2022-06-30 11:19:56-07:00
25,200
['7c80aa3be9bb2bfe2b970d302c55f510989a1e9a']
[All] Update Compose libraries to 1.2.0-rc03 (#862) * [All] Update Compose libraries to 1.2.0-rc03 * Update Accompanist
[{'old_path': 'Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt', 'new_path': 'Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -59,7 +59,7 @@ object Libs {\n object Compose {\n const val compilerVersio...
Kotlin
4d641b5255d31ec65c2bc6a59ecbbe115f5f1197
256
2022-07-04 16:14:23+02:00
-7,200
['5324ff1eb7970cc2b756c2eea6a312b3ed6dcdb5']
updated pngs with correct path
[{'old_path': 'Reply/README.md', 'new_path': 'Reply/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,7 +18,6 @@ This sample showcases:\n ## Screenshots\n \n <img src="screenshots/reply.gif"/>\n-<img src="screenshots/reply_medium_and_large_tablet.png">\n \n ## Features\n \n@@ -36,7 +35,7 @@ The sample p...
Kotlin
0e45efb1e8782d46b926b4474fa2b6f9cf2e1afc
256
2022-07-04 16:20:21+02:00
-7,200
['4d641b5255d31ec65c2bc6a59ecbbe115f5f1197']
added spacing in headings readme
[{'old_path': 'Reply/README.md', 'new_path': 'Reply/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,21 +35,27 @@ The sample provides usage of material navigation components depending on screen\n * [`NavigationRail`](app/src/main/java/com/example/reply/ui/navigation/ReplyNavigationComponents.kt#70) is...
Kotlin
c1cd90557abf333418444bdcd2e17ee3b1a38452
438
2022-07-06 11:55:27+01:00
-3,600
['07d4dfb3f75f248d8c680ab0c3a05ebc5d95e414']
Update README to include high level features (#858) * Update README to include high level features * Update README.md * Update README.md * Update README.md * Update README.md
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,17 +42,51 @@ The branch `compose-latest` is targetting the latest alpha versions of Compose.\n \n | Project | |\n |:-----|---------|\n+| <br><img src="readme/nia.png" alt="Now in Android" width="240"></img> <br><b...
Kotlin
a7d3733f178c7ba876e630774c7f69b4528846a0
44
2022-07-12 10:34:59+10:00
-7,200
['251fbc6262ecf255a1bc3d20e0fd1d4760ef232a']
Use derived state of for scrolled state to avoid recomposition on scrolling (#881)
[{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/utils/LazyListUtils.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/utils/LazyListUtils.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,7 @@\n package com.example.jetnews.utils\n \n import androidx.compose.foundation.lazy.Lazy...
Kotlin
139e1012648f36c739338abaedfd9a7801c6d7de
256
2022-07-12 15:21:07+02:00
-7,200
['a7c5702de4acb2fe9c8fc3e3df498b164e683eef']
updated readme files and compose versions
[{'old_path': 'Reply/README.md', 'new_path': 'Reply/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,10 +25,16 @@ This sample showcases:\n The [WindowSizeClass](https://developer.android.com/reference/kotlin/androidx/compose/material3/windowsizeclass/WindowSizeClass) allows us to get to know about curr...
Kotlin
daee148a0cc00b909c6d9cfaa6e62cfcb10a5131
256
2022-07-12 15:27:03+02:00
-7,200
['139e1012648f36c739338abaedfd9a7801c6d7de']
updated main readme and screenshot for samples home page
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ project from Android Studio following the steps\n | | |\n | <br><img src="readme/owl.png" alt="Owl" width="240"></img> <br><br>A Compose implementation of the Owl Material study. The Owl brand uses bo...
Kotlin
f54ae6808ee44533cf1f418fc972a66d8c745b69
256
2022-07-12 15:31:10+02:00
-7,200
['daee148a0cc00b909c6d9cfaa6e62cfcb10a5131']
run spotless apply and ready for submission
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ project from Android Studio following the steps\n | | |\n | <br><img src="readme/owl.png" alt="Owl" width="240"></img> <br><br>A Compose implementation of the Owl Material study. The Owl brand uses bo...
Kotlin
b971531847436b41e8061e3aca15756b8de834e2
255
2022-07-13 13:26:51+02:00
-7,200
['47e4c79ebd011842db397638f27999b7e8748d07']
Update Reply/README.md suggestion accepted Co-authored-by: Rebecca Franks <riggaroo@google.com>
[{'old_path': 'Reply/README.md', 'new_path': 'Reply/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -80,7 +80,7 @@ Reply is using all material 3 components including different type of FAB for dif\n #### [Data](app/src/main/java/com/example/reply/data)\n Reply has static local data providers for [email](ap...
Kotlin
848b6efbb54294808219c20b9edf3f8c91894630
256
2022-07-13 15:23:32+02:00
-7,200
['b971531847436b41e8061e3aca15756b8de834e2']
added github workflow, reduce image sizes and others
[{'old_path': None, 'new_path': '.github/workflows/Reply.yaml', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,77 @@\n+name: Reply\n+\n+on:\n+ push:\n+ branches:\n+ - main\n+ paths:\n+ - '.github/workflows/Reply.yaml'\n+ - 'Reply/**'\n+ pull_request:\n+ paths:\n+ - '.github/workfl...
Kotlin
1649458f9f344d84c08de499d287ef1a1a1be142
256
2022-07-13 16:09:37+02:00
-7,200
['f3c1b6873f46e49df7914b5c6fe6fab079de3b59']
add codeonwer and update to latest github workflows
[{'old_path': '.github/CODEOWNERS', 'new_path': '.github/CODEOWNERS', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,3 +7,4 @@\n /Jetsnack/ @bentrengrove\n /Jetsurvey/ @IanGClifton\n /Owl/ @simona-anomis\n+/Reply/ @gurusingh\n'}, {'old_path': '.github/workflows/Reply.yaml', 'new_path': '.github/workflows/Reply.ya...
Kotlin
be77f46717470b107aa8a4dc798a3ec84bbd9bf7
256
2022-07-14 15:11:26+02:00
-7,200
['c3a558f3bd407d31d7e24d69ccb4359fff06e7ae']
fix the inverse color for dark mode
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/navigation/ReplyNavigationActions.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/navigation/ReplyNavigationActions.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,9 +18,9 @@ package com.example.reply.ui.navigation\n \n import android...
Kotlin
509bfd97b0e2739d2ff04296364389329e9d5344
256
2022-07-14 15:13:56+02:00
-7,200
['be77f46717470b107aa8a4dc798a3ec84bbd9bf7']
enable dynamic themeing, turned off due to issue
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/theme/Theme.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/theme/Theme.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -93,7 +93,7 @@ private val replyLightColorScheme = lightColorScheme(\n @Composable\n fun ReplyTheme(\n darkTheme: ...
Kotlin
d435f03cd8ce65c7feeca38886d42363489247bc
256
2022-07-14 15:25:16+02:00
-7,200
['88753a618c3ab2307a11e60f89e8861333e60a25']
remove bottom positioning of navrail
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -106,11 +106,9 @@ fun ReplyApp(\n WindowHeightSizeClass.Compact -> {\n ReplyNavigationContentPosition.TO...
Kotlin
e86ef02edfb4baf32b60964b7bcd41a1c78bff79
438
2022-07-14 16:58:49+01:00
-3,600
['a7d3733f178c7ba876e630774c7f69b4528846a0']
[Crane] Fix animation on backdrop sheet (#887)
[{'old_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/base/ExploreSection.kt', 'new_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/base/ExploreSection.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,7 +47,6 @@ import androidx.compose.runtime.Composable\n import androidx.compos...
Kotlin
44421ce2a78f1d53e66558cb4a9ebf9a3ddad35d
507
2022-07-15 15:55:41+01:00
-3,600
['e86ef02edfb4baf32b60964b7bcd41a1c78bff79']
[JetSurvey] Improve sign up process (#851) * [JetSurvey] Add keyboard type to fields * [JetSurvey] Don't submit until data is valid * [JetSurvey] Handle configuration changes for text fields
[{'old_path': 'Jetsurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/EmailState.kt', 'new_path': 'Jetsurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/EmailState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,3 +34,5 @@ private fun emailValidationError(email: String): Stri...
Kotlin
34889c120fac5d7252b657e80913de3211d6ee05
256
2022-07-18 12:02:49+02:00
-7,200
['d435f03cd8ce65c7feeca38886d42363489247bc']
added SINGLE and DUAL pane info and fix selection from single to dual pane
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -74,14 +74,14 @@ fun ReplyApp(\n when (windowSize.widthSizeClass) {\n WindowWidthSizeClass.Compact -> {\n ...
Kotlin
4e644743a5aca59412ddd294fac08667f6ff086b
97
2022-07-20 15:08:32+01:00
-19,800
['44421ce2a78f1d53e66558cb4a9ebf9a3ddad35d']
renamed JetchatScaffold --> JetchatDrawer (#891)
[{'old_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/NavActivity.kt', 'new_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/NavActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ import androidx.core.os.bundleOf\n import androidx.core.view.WindowCompat\n import an...
Kotlin
15916c635e6224516e979b9d84ebd86459f6ca02
256
2022-07-21 16:07:57+02:00
-7,200
['34889c120fac5d7252b657e80913de3211d6ee05']
handle config changes on dual to single pane transision
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -88,8 +88,8 @@ class MainActivity : ComponentActivity() {\n closeDetailScreen = {\n ...
Kotlin
2455dda8b2c191fc1809047e761abeeea8585632
32
2022-07-21 16:19:04+01:00
-7,200
['4e644743a5aca59412ddd294fac08667f6ff086b']
Use toMutableStateList instead of spread (#894) Avoid some extra list and array instanciation
[{'old_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/ConversationUiState.kt', 'new_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/ConversationUiState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@\n package com.example.compose.jetchat.conve...
Kotlin
c7101612c4f7bd69e2ac9126e987cefe2f4cf768
256
2022-07-22 17:49:05+02:00
-7,200
['42e9f7f585b9322f481349ffc02f8cf9188ea685']
set selected email default value and use Single and Dual pane instead of list/detail
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyHomeViewModel.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyHomeViewModel.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -45,28 +45,38 @@ class ReplyHomeViewModel(private val emailsRepository: EmailsRepository = Emails\n ...
Kotlin
389986eeee8f7fcee79539b479b979e7520ed2a1
438
2022-07-22 17:11:28+01:00
-3,600
['2455dda8b2c191fc1809047e761abeeea8585632']
Group renovate and compose dependencies
[{'old_path': 'renovate.json', 'new_path': 'renovate.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,5 +2,19 @@\n "$schema": "https://docs.renovatebot.com/renovate-schema.json",\n "extends": [\n "config:base", ":dependencyDashboard"\n+ ],\n+ "packageRules": [\n+ {\n+ "groupName": "Androidx...
Kotlin
a9df0899fe5996667c3e968b5c7fc60b962aa8e8
256
2022-07-22 21:58:27+02:00
-7,200
['c7101612c4f7bd69e2ac9126e987cefe2f4cf768']
suggested best practice changes for lazy items, naming etc
[{'old_path': 'Reply/app/src/main/java/com/example/reply/data/Email.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/data/Email.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,6 +29,6 @@ data class Email(\n var isImportant: Boolean = false,\n var isStarred: Boolean = false,\n var mailb...
Kotlin
4573455f5af85962ead54efce98068454eb121d4
256
2022-07-22 22:19:58+02:00
-7,200
['a9df0899fe5996667c3e968b5c7fc60b962aa8e8']
added default modifiers, remove property in modifier params, spotless run
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/EmptyComingSoon.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/EmptyComingSoon.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,9 +32,11 @@ import androidx.compose.ui.unit.dp\n import com.example.reply.R\n \n @Composable\n-fun EmptyCo...
Kotlin
484e50c979b2d9c0726bb20a32c5befddadab93d
82
2022-07-25 07:57:26+01:00
-3,600
['2455dda8b2c191fc1809047e761abeeea8585632']
[Jetnews] Be more explicit about robolectric version
[{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -130,7 +130,8 @@ dependencies {\n \n // Robolectric dependencies\n testImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"\n- // TODO: Bump to 4.6.* after https...
Kotlin
02604d3aadbda38bdf686172a2afff693c3c6ee5
256
2022-07-25 16:03:33+02:00
-7,200
['4573455f5af85962ead54efce98068454eb121d4']
added params name in local data
[{'old_path': 'Reply/app/src/main/java/com/example/reply/data/local/LocalAccountsDataProvider.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/data/local/LocalAccountsDataProvider.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,125 +27,125 @@ object LocalAccountsDataProvider {\n \n val allUser...
Kotlin
e194ee9f9d560afbd70bd8ba635b8303accfc6ed
256
2022-07-26 12:00:55+02:00
-7,200
['7c16d7e216899ccf3772a568cf7893a0322e0ffb']
added signing and other performance improvements
[{'old_path': 'Reply/app/build.gradle', 'new_path': 'Reply/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,9 +35,20 @@ android {\n }\n }\n \n+ signingConfigs {\n+ // We use a bundled debug keystore, to allow debug builds from CI to be upgradable\n+ debug {\n+ ...
Kotlin
cc58f16ac469c2287acd9eb214d9a53f9610048b
256
2022-07-26 12:05:37+02:00
-7,200
['e194ee9f9d560afbd70bd8ba635b8303accfc6ed']
use delegate, apply spotless
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,7 @@ import androidx.compose.material3.windowsizeclass.WindowSizeClass\n import androidx.compose.material3...
Kotlin
945a0ca4abd4b2032dffcce9dd4a89171f6ac5ba
256
2022-07-27 14:46:02+02:00
-7,200
['cde9d7407cc0f5bfb7da21cc93934bd8437b820b']
removed deprecated inset controller with updated WindowCompat.insetConteroller
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/theme/Theme.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/theme/Theme.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,7 +29,7 @@ import androidx.compose.runtime.SideEffect\n import androidx.compose.ui.graphics.toArgb\n import androi...
Kotlin
bb480c7d4373bd7e504231d84f6ba640ebf4f3a7
256
2022-07-27 15:16:39+02:00
-7,200
['74b4f8ed9143ff6cc3fdea5a2e4bfd76f74d6464']
added reply to bug and feature template
[{'old_path': '.github/ISSUE_TEMPLATE/bug_report.yml', 'new_path': '.github/ISSUE_TEMPLATE/bug_report.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,6 +41,7 @@ body:\n - Jetsnack\n - Jetsurvey\n - Owl\n+ - Reply\n - Rally\n - Other (bug not related to sample a...
Kotlin
d7dabcbecc009b3cde1997315a4f2736b291410d
256
2022-07-27 15:22:31+02:00
-7,200
['bb480c7d4373bd7e504231d84f6ba640ebf4f3a7']
removed Rally from the bug and feature templates
[{'old_path': '.github/ISSUE_TEMPLATE/bug_report.yml', 'new_path': '.github/ISSUE_TEMPLATE/bug_report.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,7 +42,6 @@ body:\n - Jetsurvey\n - Owl\n - Reply\n- - Rally\n - Other (bug not related to sample app)\n validations...
Kotlin
c22345b9ffddd69acf365929dc3ffe0c7694be5c
16
2022-07-28 09:27:17+01:00
-3,600
['4b6219734b316229b4b09a0314370671b39954e8']
[All] Updating to Compose 1.2 (#905) * [All] Update to Compose 1.2 snapshot (#901) * [All] Update to Compose 1.2 snapshot * [All] Update to Compose 1.2 snapshot * [Reply] Updated to Compose 1.2 snapshot * Upgrade spotless and downgrade ktlint * Remove unneccessary gradle task for Reply Co-authored-by...
[{'old_path': 'Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt', 'new_path': 'Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -59,7 +59,7 @@ object Libs {\n object Compose {\n const val compilerVersio...
Kotlin
0f862dfdb77b2a1af2fc0563c23fb0276fd74849
153
2022-08-05 14:23:02+10:00
-36,000
['fbb1e666b5f22d3e9cdfffc3f943e586dda7fa2c']
Make reply work with upgrade script
[{'old_path': 'Reply/build.gradle', 'new_path': 'Reply/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,13 +15,15 @@\n */\n \n buildscript {\n+ // Extracted for updating via scripts/upgrade_samples.sh\n+ ext.compose_version = \'1.3.0-alpha02\'\n+\n ext {\n kotlin_version = \'1.7.0...
Kotlin
f1ebfe3c96018ecb0014a4e578a946ccf7a6b770
153
2022-08-08 10:04:35-07:00
25,200
['0f862dfdb77b2a1af2fc0563c23fb0276fd74849']
Upgrade samples to compiler 1.3.0-rc02
[{'old_path': 'Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt', 'new_path': 'Crane/buildSrc/src/main/java/com/example/crane/buildsrc/Dependencies.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,7 +37,7 @@ object Libs {\n }\n \n object Kotlin {\n- private const val vers...
Kotlin
660fb92a4cca0eefe18d7913040a7c7314b59cae
256
2022-08-10 14:24:05+02:00
-7,200
['c22345b9ffddd69acf365929dc3ffe0c7694be5c']
Added a fix to not show back button on permanent drawer, added Material shapes
[{'old_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'new_path': 'Reply/app/src/main/java/com/example/reply/ui/ReplyApp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -151,6 +151,7 @@ private fun ReplyNavigationWrapper(\n PermanentNavigationDrawer(drawerContent = {\n Nav...
Kotlin
69f4ea766a3323a992774cd1a676542cbd1f48c9
82
2022-08-12 15:14:09+01:00
-3,600
['12764b63d898ef79c544928912179afebc250f94']
Update compose-latest | Compose 1.3.0-alpha03 | Compiler 1.3.0 | Kotlin 1.7.10 (#925) * Update versions * Fix review comments
[{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,11 +25,11 @@ plugins {\n }\n \n android {\n- compileSdkVersion 32\n+ compileSdkVersion 33\n defaultConfig {\n applicationId "androidx.compose.samples.crane"\n min...
Kotlin
c739be3f9135a5906745a694ce46a93368a8b8e6
82
2022-08-12 17:44:40+01:00
-3,600
['0589ee15285599a63a300839285dae321bcae07d']
Update main | Compose 1.2.1 | Compiler 1.3.0 | Kotlin 1.7.10 (#924) * Update versions * Address review comments
[{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -104,7 +104,7 @@ android {\n \n dependencies {\n implementation Libs.Kotlin.stdlib\n- implementation Libs.Kotlin.Coroutines.android\n+ implementation Libs.Coroutines.android\n im...
Kotlin
b5744af924fc7228f9bf005c89bd939db1a38e18
438
2022-08-15 15:41:47+01:00
-3,600
['c739be3f9135a5906745a694ce46a93368a8b8e6']
[Crane] Fix destinations not in list issue. (#938) * [Crane] Fix destinations not in list issue.
[{'old_path': 'Crane/app/src/androidTest/java/androidx/compose/samples/crane/details/CityMapViewTests.kt', 'new_path': 'Crane/app/src/androidTest/java/androidx/compose/samples/crane/details/CityMapViewTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,7 @@\n package androidx.compose.samples.crane.de...
Kotlin
9302ed065449f2c78c9970e1ac6ccc999a059d17
438
2022-08-15 15:42:03+01:00
-3,600
['69f4ea766a3323a992774cd1a676542cbd1f48c9']
[compose-latest Crane] Bugfix for destinations not found in Crane (#939) * [Crane] Fix destinations not in list issue.
[{'old_path': 'Crane/app/src/androidTest/java/androidx/compose/samples/crane/details/CityMapViewTests.kt', 'new_path': 'Crane/app/src/androidTest/java/androidx/compose/samples/crane/details/CityMapViewTests.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,7 @@\n package androidx.compose.samples.crane.de...
Kotlin
98c35794674855c51a6ce32728fa9fed9b87ef7e
61
2022-08-15 15:44:43+01:00
-28,800
['bcdfa7403787ef2d09b8dffe3a83c748e71a680e']
Fix a11y bugs (#914)
[{'old_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/category/PodcastCategory.kt', 'new_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/category/PodcastCategory.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -187,6 +187,7 @@ fun EpisodeListItem(\n Text(\n ...
Kotlin
97d685b14115df22b2fc52d9ad51b779bff3fc2a
438
2022-08-17 08:52:01+01:00
-3,600
['98c35794674855c51a6ce32728fa9fed9b87ef7e']
Fix readme image size (#926) * Fix readme image size * Made GIF Smaller
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n # Jetpack Compose Samples\n-<img src="readme/samples_montage.gif" alt="Jetpack Compose Samples" width="1024" />\n+<img src="readme/samples_montage.gif" alt="Jetpack Compose Samples" width="824" />\n \n T...
Kotlin
56822faf2e4022bbc171123cf12bf832183171bf
513
2022-08-18 11:32:18+01:00
25,200
['97d685b14115df22b2fc52d9ad51b779bff3fc2a']
[Jetcaster] Fix recomposition loop in verticalGradientScrim (#946)
[{'old_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/util/GradientScrim.kt', 'new_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/util/GradientScrim.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,14 +18,17 @@ package com.example.jetcaster.util\n \n import androidx.annotation.FloatRange...
Kotlin
815346ba38e15c873872ce1a8028b5b7413aa582
127
2022-08-22 17:36:33+01:00
-19,800
['56822faf2e4022bbc171123cf12bf832183171bf']
Fixing: Remove Unused If-Else condition (#884) Fix #883 Just removed the unused if-else condition.
[{'old_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt', 'new_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -486,8 +486,7 @@ fun ExtendedSelectorInnerButton(\n containerColor = i...
Kotlin
70d05efe9c5de6d3788ac3c6023caa20761d410a
438
2022-08-23 17:55:15+01:00
-3,600
['815346ba38e15c873872ce1a8028b5b7413aa582']
Version Catalog support (#950) Migrated all build files to use version catalogs. Co-authored-by: Florina Muntenescu <florinam@google.com> Co-authored-by: Ben Trengrove <bentrengrove@google.com>
[{'old_path': 'Crane/app/build.gradle', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,156 +0,0 @@\n-/*\n- * Copyright 2019 Google, Inc.\n- *\n- * Licensed under the Apache License, Version 2.0 (the "License");\n- * you may not use this file except in compliance with the License.\n- * You may ob...
Kotlin
9c2b05d62ca8b5fc166e178c3e53a5e239cf3520
438
2022-08-24 09:20:29+01:00
-3,600
['70d05efe9c5de6d3788ac3c6023caa20761d410a']
Disable auto creation of deps PRs for renovate (#960) According to - https://docs.renovatebot.com/faq/#tell-renovate-to-ask-for-approval-before-creating-a-pull-request we can add this option to enforce manual creation of PRs from the dashboard
[{'old_path': 'renovate.json', 'new_path': 'renovate.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@\n "extends": [\n "config:base", ":dependencyDashboard"\n ],\n+ "dependencyDashboardApproval": true,\n "packageRules": [\n {\n "groupName": "Androidx Lifecycle deps",\n'}]
Kotlin
1694ecc4cb05534882dea7c15186f9e4e2663396
438
2022-08-24 14:41:08+01:00
-3,600
['9c2b05d62ca8b5fc166e178c3e53a5e239cf3520']
Compose latest (#961) Co-authored-by: Ben Trengrove <bentrengrove@users.noreply.github.com> Co-authored-by: Ben Trengrove <bentrengrove@google.com> Co-authored-by: Jolanda Verhoef <JolandaVerhoef@users.noreply.github.com>
[{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeScreens.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeScreens.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -163,9 +163,11 @@ fun HomeFeedWithArticleDetailsScreen(\n // Crossfade between different...
Kotlin