Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
89947e403ba1ce196ecaf72848a571b7bc153248 | 394 | 2020-05-18 14:20:55+01:00 | -3,600 | ['cd65f2520db270c95abe3672df751e90a2a8709e'] | Update to dev11 & gradle 6.4. | [{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,9 +58,9 @@ configurations {\n }\n \n dependencies {\n- implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version")\n+ implementation("org.jetbrains.kotlin:kotlin-st... | Kotlin |
a6907c5dc236e9c18f062c44453b1c15359962cf | 394 | 2020-05-18 15:55:16+01:00 | -3,600 | ['8126d42dc6b5bae3b1c6d0788b480248d3e11d5c'] | Fix test for dev11 API changes. | [{'old_path': 'JetNews/app/src/androidTest/java/com/example/jetnews/JetnewsUiTest.kt', 'new_path': 'JetNews/app/src/androidTest/java/com/example/jetnews/JetnewsUiTest.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,7 +50,7 @@ class JetnewsUiTest {\n @Ignore("Ignoring because of https://issuetracker.googl... | Kotlin |
f20b1f34ac2221989baba8c5eb3cbff90ffb6c60 | 394 | 2020-05-18 16:59:22+01:00 | -3,600 | ['a6907c5dc236e9c18f062c44453b1c15359962cf'] | Only run tests on API23+ | [{'old_path': '.github/workflows/ci.yaml', 'new_path': '.github/workflows/ci.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ jobs:\n runs-on: macOS-latest # enables hardware acceleration in the virtual machine\n strategy:\n matrix:\n- api-level: [21, 29]\n+ api-level:... | Kotlin |
33e6e2b6248f659c1cee21d064b3f8000bd4c2e9 | 394 | 2020-05-18 17:32:08+01:00 | -3,600 | ['7a65b2848ae8d37298c6410b99a4602f28cf87a6'] | Update structure of theming.
- Add dark theme colors.
- Add `JetnewsTheme` composable to centrailze theming.
- Hoist dark theme param to enable easy overrides e.g. `@Preview`s
- Add shape theming. | [{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/data/posts/impl/FakePostsRepository.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/data/posts/impl/FakePostsRepository.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,6 @@ import androidx.ui.graphics.imageFromResource\n impor... | Kotlin |
aff7d391d142bd4e718b8997f4dc44ecdbea6013 | 394 | 2020-05-18 17:32:08+01:00 | -3,600 | ['33e6e2b6248f659c1cee21d064b3f8000bd4c2e9'] | Pascal case color constants. | [{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/theme/Color.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/theme/Color.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,8 +18,8 @@ package com.example.jetnews.ui.theme\n \n import androidx.ui.graphics.Color\n \n-val red200 = C... | Kotlin |
337d8a12ff73c6aa732545c5a8e70960bcdef350 | 394 | 2020-05-19 12:14:36+01:00 | -3,600 | ['0c760386cd72237a0d81f27dd96b292268a44059'] | Update license to AOSP. | [{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n /*\n- * Copyright 2019 Google, Inc.\n+ * Copyright 2020 The Android Open Source Project\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you ma... | Kotlin |
bf896a01f4a49f7663a4761608164560c4956aa5 | 394 | 2020-05-19 13:35:41+01:00 | -3,600 | ['673794444ebbd41b9ad80c4a1fe5e74d1fcb18f9'] | Replace XML assets with `Icons`. | [{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/JetnewsApp.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/JetnewsApp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,14 +16,14 @@\n \n package com.example.jetnews.ui\n \n-import androidx.annotation.DrawableRes\n import androi... | Kotlin |
17076296d282a59ae8a28e717fe9d2af001084de | 394 | 2020-05-19 13:35:42+01:00 | -3,600 | ['bf896a01f4a49f7663a4761608164560c4956aa5'] | Remove workaround for `Text` color. | [{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/article/ArticleScreen.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/article/ArticleScreen.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,7 +18,6 @@ package com.example.jetnews.ui.article\n \n import android.content.Context\... | Kotlin |
4d6beab81db65f6471fd57f20990794c067afb9a | 394 | 2020-05-19 13:35:43+01:00 | -3,600 | ['72ac5da640cfe2d1da319e074c8f4d376af8cd7e'] | Fix snackbar action & ripple color. | [{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeScreen.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeScreen.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,6 +22,7 @@ import androidx.compose.Composable\n import androidx.compose.onActive\n import androidx... | Kotlin |
a04afc5b6f61697e90e9141a1e21cc6acede6948 | 394 | 2020-05-19 13:35:43+01:00 | -3,600 | ['4d6beab81db65f6471fd57f20990794c067afb9a'] | Clean up padding usage. | [{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/interests/InterestsScreen.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/interests/InterestsScreen.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -213,7 +213,7 @@ private fun TopicItem(topicKey: String, itemTitle: String) {\n ... | Kotlin |
429f43cfd4ae3eecd54c80e77ccac72d87e3f03e | 394 | 2020-05-19 13:52:36+01:00 | -3,600 | ['a04afc5b6f61697e90e9141a1e21cc6acede6948'] | Update snackbar action text color.
Also corrected some shapes. | [{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/article/PostContent.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/article/PostContent.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,7 +27,6 @@ import androidx.ui.foundation.Text\n import androidx.ui.foundation.VerticalScro... | Kotlin |
5272d204c8b4fceef7154abd8bad38a3c8bf8421 | 284 | 2020-05-21 12:34:08+02:00 | -7,200 | ['0fbf0677f88388b25533446f718865b70c0c1d02'] | First JetChat commit
Change-Id: Ib94e91d440f9ba79ef4a84e420f38d8b6d71eb5b | [{'old_path': None, 'new_path': 'JetChat/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea/caches\n+/.idea/libraries\n+/.idea/modules.xml\n+/.idea/workspace.xml\n+/.idea/navEditor.xml\n+/.idea/assetWizardSettings.xml\n+.DS_Store\n+/build\n+/captures... | Kotlin |
82a73034ef4bd1be375c86b9aeeef521aff3b62b | 226 | 2020-05-21 17:51:42+01:00 | -3,600 | ['5272d204c8b4fceef7154abd8bad38a3c8bf8421'] | Inital JetSurvey commit
Change-Id: Idb795264d4ae8f008364ff903e709e796f81d9d4 | [{'old_path': None, 'new_path': 'JetSurvey/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea\n+.DS_Store\n+/build\n+/captures\n+.externalNativeBuild\n+/projectFilesBackup\n'}, {'old_path': None, 'new_path': 'JetSurvey/app/.gitignore', 'type': <Modifi... | Kotlin |
82a8d427a454407daf42fe2bd5e3ba1c9bf68d5d | 226 | 2020-05-28 11:16:44+01:00 | -3,600 | ['82a73034ef4bd1be375c86b9aeeef521aff3b62b'] | Theming and logo update
Change-Id: I61125aaf944ac8b75aeeeab26b97b7226cb45379 | [{'old_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/SignInFragment.kt', 'new_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/SignInFragment.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,11 +26,10 @@ import androidx.fragment.app.Fragment\n imp... | Kotlin |
55d91041f8e555415e06baf33f8f9c43689fe764 | 226 | 2020-06-02 14:59:01+01:00 | -3,600 | ['82a8d427a454407daf42fe2bd5e3ba1c9bf68d5d'] | Adding ktlint to Jetsurvey
Change-Id: I4966f508342c4bdd82e7958868a83e5a08bf2f84 | [{'old_path': 'JetSurvey/app/build.gradle', 'new_path': 'JetSurvey/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,6 +55,10 @@ android {\n }\n }\n \n+configurations {\n+ ktlint\n+}\n+\n dependencies {\n \n implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"\n@@ -76,4 ... | Kotlin |
f4536b4d96720c505cf66fae3efe75ad6c132c45 | 226 | 2020-06-02 16:20:59+01:00 | -3,600 | ['55d91041f8e555415e06baf33f8f9c43689fe764'] | [Jetsurvey] Using Pascal case for constants and adding an assets licence
Follow up of later comments on https://devrel-review.git.corp.google.com/c/samples/android/compose/+/152470
Change-Id: Ida8bb7c03dd80f58698c3880e11bf0b37a273496 | [{'old_path': None, 'new_path': 'JetSurvey/ASSETS_LICENSE', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,88 @@\n+All font files are licensed under the SIL OPEN FONT LICENSE license. All other files are licensed under the Apache 2 license.\n+\n+\n+SIL OPEN FONT LICENSE\n+Version 1.1 - 26 February 2007\n+\n+PRE... | Kotlin |
0de9676c7d4477b812d8385d9706dd531a646ba4 | 226 | 2020-06-03 09:37:08+01:00 | -3,600 | ['f4536b4d96720c505cf66fae3efe75ad6c132c45'] | Hoisting email and password display state and logic
Change-Id: I26c5da9e202a1c327150aace960a2dec4d89d414 | [{'old_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/Validators.kt', 'new_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/EmailState.kt', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -14,28 +14,23 @@\n * limitations under the License.\n */\n \n-package com.examp... | Kotlin |
0686a074261eb43ee20844c2ccf875e82aac3731 | 83 | 2020-06-04 18:57:45+02:00 | -7,200 | ['3f3a3db5798e9b55fc94b146217865a1f42054a2'] | Updates Jetnews to dev12 (#90)
* Updates Jetnews to dev12
Change-Id: I194b1dcde5fb0a126684d8e76de111926135daf4
* Fixes UI tests
Change-Id: Iaaa528af8e30aa8f38449f120abdf398ef56bc5c
* Fixes Ktlint issues
Change-Id: I733e68cc4a797c343cd66e1bc17d20740285582b
* Addresses comments
Change-Id: I9eae91c4f... | [{'old_path': 'JetNews/app/src/androidTest/java/com/example/jetnews/JetnewsUiTest.kt', 'new_path': 'JetNews/app/src/androidTest/java/com/example/jetnews/JetnewsUiTest.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,7 +47,7 @@ class JetnewsUiTest {\n findByText("Jetnews").assertIsDisplayed()\n }\n... | Kotlin |
5535fc35b939d48b42490882fe13d9f0d7364675 | 226 | 2020-06-05 10:44:59+01:00 | -3,600 | ['0de9676c7d4477b812d8385d9706dd531a646ba4'] | [Jetsurvey] Adding a welcome screen
Out of scope for this CL:
* proper hiding/displaying the branding when keyboard is displayed/hidden
* pre-populating the sign in screen with the email. To be addressed in a future navigation CL
Change-Id: I2939b6f8a7cb9ada8de3673a906059d6afe384a4 | [{'old_path': 'JetSurvey/app/build.gradle', 'new_path': 'JetSurvey/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,13 +45,14 @@ android {\n kotlinOptions {\n jvmTarget = \'1.8\'\n }\n+\n buildFeatures {\n compose true\n }\n \n composeOptions {\n kotli... | Kotlin |
fa8e6e80213aee8c1be7a8345dc118ddef08355d | 284 | 2020-06-05 12:58:24+02:00 | -7,200 | ['0de9676c7d4477b812d8385d9706dd531a646ba4'] | Improves back pressed handling
Change-Id: I29c54fff7f0847aab651950282a8115ce6ff66d2 | [{'old_path': None, 'new_path': 'JetChat/app/src/main/java/com/example/compose/jetchat/conversation/BackHandler.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,68 @@\n+/*\n+ * Copyright 2020 The Android Open Source Project\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the "License");\n+ * you ma... | Kotlin |
1feffe7daff379f4c00f2cb12ea08e9f62f2ac1e | 284 | 2020-06-05 17:51:15+02:00 | -7,200 | ['fa8e6e80213aee8c1be7a8345dc118ddef08355d'] | Jetchat: creates new themes
Change-Id: I29c0fc0c719a5854a2c4d702c0ed5b93642222e9 | [{'old_path': None, 'new_path': 'JetChat/ASSETS_LICENSE', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,88 @@\n+All font files are licensed under the SIL OPEN FONT LICENSE license. All other files are licensed under the Apache 2 license.\n+\n+\n+SIL OPEN FONT LICENSE\n+Version 1.1 - 26 February 2007\n+\n+PREAM... | Kotlin |
b65fc23d14f6d32524018a037368656de5a0e748 | 284 | 2020-06-09 13:20:51+02:00 | -7,200 | ['2b8365e3616bddc9e5eda406ac877dd76e11d3af'] | [Jetchat] Conversation updates
Change-Id: I4afef3e8e8afd1f2c870e0dfa43f378555340589 | [{'old_path': 'JetChat/app/build.gradle', 'new_path': 'JetChat/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,9 +63,9 @@ dependencies {\n \n implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")\n implementation("androidx.compose:compose-runtime:$compose_version")\n- ... | Kotlin |
93511b7f837b8074a4da24cae93891b67394df34 | 394 | 2020-06-09 13:26:31+01:00 | -3,600 | ['2b8365e3616bddc9e5eda406ac877dd76e11d3af'] | [Jetsnack] Initial commit.
Change-Id: I74bc1a5aae92014271deca57ace6b8c419baba4c | [{'old_path': None, 'new_path': 'Jetsnack/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea/caches\n+/.idea/libraries\n+/.idea/modules.xml\n+/.idea/workspace.xml\n+/.idea/navEditor.xml\n+/.idea/assetWizardSettings.xml\n+.DS_Store\n+/build\n+/capture... | Kotlin |
6ca9240e4de007c2e98995ce4f9a289960345fc4 | 226 | 2020-06-09 15:30:53+01:00 | -3,600 | ['2b8365e3616bddc9e5eda406ac877dd76e11d3af'] | [Jetsurvey] Updating Sign in and Sign up screens to follow mocks
Change-Id: Id7547ab078b089c126dc2e8f717cf95bb3f96428 | [{'old_path': 'JetSurvey/app/build.gradle', 'new_path': 'JetSurvey/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,6 +71,7 @@ dependencies {\n implementation("androidx.ui:ui-core:$compose_version")\n implementation("androidx.ui:ui-layout:$compose_version")\n implementation("androidx... | Kotlin |
6db380f19ae021377b1e5a9540752507b0a049a1 | 284 | 2020-06-10 12:11:15+02:00 | -7,200 | ['b65fc23d14f6d32524018a037368656de5a0e748'] | [Jetchat] Removes View Toolbar and enables drawer control from composables
Change-Id: I426df8cad3fd00745f6dda7b46948ffbc99ea466 | [{'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': '@@ -20,6 +20,7 @@ import android.os.Bundle\n import android.view.Menu\n import androidx.appcompat.app.A... | Kotlin |
15d3506c89e8a2a4a84888900fe2e6437580842f | 226 | 2020-06-10 12:12:52+01:00 | -3,600 | ['2b8365e3616bddc9e5eda406ac877dd76e11d3af'] | [Jetsurvey] Hide the branding when email is focused
Change-Id: I06e68d96451c3023b33563aecf158c2dbc7f33a7 | [{'old_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/FilledTextFieldState.kt', 'new_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/FilledTextFieldState.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,11 +25,16 @@ open class FilledTextFieldState... | Kotlin |
5f3d966623d04b45140d4b805b75e2542bc4f480 | 458 | 2020-06-10 10:24:40-07:00 | 25,200 | ['0686a074261eb43ee20844c2ccf875e82aac3731'] | Bump JetNews to dev13 (#93) | [{'old_path': 'JetNews/build.gradle', 'new_path': 'JetNews/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@\n buildscript {\n ext.kotlin_version = \'1.3.71\'\n \n- def compose_release_version = "dev12"\n+ def compose_release_version = "dev13"\n ext.compose_version = "0.1.0-$... | Kotlin |
bd226606a49d5ffda549b16e5aad9d9c02a46622 | 458 | 2020-06-10 16:27:32-07:00 | 25,200 | ['d947e4625c7724157b222be018bfdf31fe979193'] | Cleanup from dev13 push. (#95) | [{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/PostCardYourNetwork.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/PostCardYourNetwork.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,8 +47,7 @@ import com.example.jetnews.ui.navigateTo\n fun PostCardPopular(post: ... | Kotlin |
a844c64f63c33d614d2f8a78428c3c00c781269f | 284 | 2020-06-11 10:14:06+02:00 | -7,200 | ['b8223274d6a71d5f66ab4c38a2800eb40f2acce7'] | [Jetchat] Adds ktlint
Change-Id: I5e772822d417cb877b3836686f8f096b2c576eaf | [{'old_path': 'JetChat/app/build.gradle', 'new_path': 'JetChat/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,6 +57,10 @@ android {\n \n }\n \n+configurations {\n+ ktlint\n+}\n+\n dependencies {\n \n // TODO: Tidy up\n@@ -89,4 +93,19 @@ dependencies {\n androidTestImplementation("an... | Kotlin |
2d8f5316364f33deeb43c00d53f6e4f67ba5faeb | 284 | 2020-06-11 10:54:02+02:00 | -7,200 | ['b65fc23d14f6d32524018a037368656de5a0e748'] | Fixes svg rendering in api21, clean up XMLs
Change-Id: I0813a4892d7fc3a3357982fc2868dfa532783228 | [{'old_path': 'JetChat/app/build.gradle', 'new_path': 'JetChat/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,6 +30,8 @@ android {\n versionName "1.0"\n \n testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"\n+\n+ vectorDrawables.useSupportLibrary = true\... | Kotlin |
0ac9f7f0ec938aea0913d40c8036c6dbb279f630 | 385 | 2020-06-15 12:15:57+02:00 | -7,200 | ['0fbf0677f88388b25533446f718865b70c0c1d02'] | Adds Crane to the repo
Change-Id: I3a88e591b739487ed19b237b6897f998485df5a2 | [{'old_path': None, 'new_path': 'Crane/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea\n+.DS_Store\n+/build\n+/captures\n+.externalNativeBuild\n+/studio/\n'}, {'old_path': None, 'new_path': 'Crane/README.md', 'type': <ModificationType.ADD: 1>, 'dif... | Kotlin |
71084de9b7c5d8b94b5fb69710e07af7e7f4d135 | 394 | 2020-06-15 18:24:32+01:00 | -3,600 | ['54eb1c0ec80148a1bd008f9af88b7b337b42a020'] | [Jetsnack] Implement homescreen
Change-Id: I24360d64f4b60e57046c814f22e4ca12b540d679 | [{'old_path': None, 'new_path': 'Jetsnack/ASSETS_LICENSE', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,88 @@\n+All font files are licensed under the SIL OPEN FONT LICENSE license. All other files are licensed under the Apache 2 license.\n+\n+\n+SIL OPEN FONT LICENSE\n+Version 1.1 - 26 February 2007\n+\n+PREA... | Kotlin |
9f409b8db67ae60bdf099d6525085971adccbe40 | 394 | 2020-06-16 17:43:07+01:00 | -3,600 | ['bd226606a49d5ffda549b16e5aad9d9c02a46622'] | Switch snackbar auto-dismal to use coroutines.
Change-Id: Ia7c4287aa30c62c49e8bd25364321f0cb214a96b | [{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeScreen.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeScreen.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,13 +16,10 @@\n \n package com.example.jetnews.ui.home\n \n-import android.os.Handler\n-import andr... | Kotlin |
f69e55d8827f0aa5f8c6343fd1d2e1c562eca1be | 284 | 2020-06-17 13:14:58+02:00 | -7,200 | ['54eb1c0ec80148a1bd008f9af88b7b337b42a020'] | [Jetchat] Implements new user input
Change-Id: I7408b5fe355155e62385192b0a0dafb065573d2b | [{'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': '@@ -19,13 +19,11 @@ package com.example.compose.jetchat\n import android.os.Bundle\n import android.vie... | Kotlin |
6c630944d41fdbdca0146282d9d18355ceb0dab7 | 284 | 2020-06-17 13:16:50+02:00 | -7,200 | ['f69e55d8827f0aa5f8c6343fd1d2e1c562eca1be'] | [Jetchat] New profile screen
Change-Id: Iaa97359d1688e52cbac6604cdc2861ec2b0fecfd | [{'old_path': None, 'new_path': 'JetChat/app/src/main/java/com/example/compose/jetchat/components/JetchatAppBar.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,58 @@\n+/*\n+ * Copyright 2020 The Android Open Source Project\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the "License");\n+ * you ma... | Kotlin |
9e21570accfc56d74ac94ea95d9be0f5ed2a5f65 | 394 | 2020-06-18 14:07:26+01:00 | -3,600 | ['71084de9b7c5d8b94b5fb69710e07af7e7f4d135'] | Set status and navigation bar colors in Compose.
Change-Id: Id1fbe91f6a1eff5638afebe4176a42f42b9a35ee | [{'old_path': 'Jetsnack/app/src/main/java/com/example/jetsnack/ui/MainActivity.kt', 'new_path': 'Jetsnack/app/src/main/java/com/example/jetsnack/ui/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,13 +18,20 @@ package com.example.jetsnack.ui\n \n import android.os.Bundle\n import androidx.appcomp... | Kotlin |
a9dced51864abd8d9f60f97273e1ffa89b845a57 | 394 | 2020-06-19 11:43:26+01:00 | -3,600 | ['aad465b74b24e19deee05d13994d05337ac994f6'] | [Jetsnack] Add launcher icon.
Change-Id: I05d07135a437b0417175137ded004328bc14dec9 | [{'old_path': 'Jetsnack/app/src/main/res/drawable-v24/ic_launcher_foreground.xml', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,44 +0,0 @@\n-<?xml version="1.0" encoding="utf-8"?>\n-<!--\n- Copyright 2020 The Android Open Source Project\n-\n- Licensed under the Apache License, Version 2.0 (t... | Kotlin |
96420be49e9ea52447f6cb7d721942fa97403d4a | 394 | 2020-06-19 12:56:19+01:00 | -3,600 | ['89b8ae494e59c7d764285727319d0548692dafbc'] | Update to snapshot 6602655.
Change-Id: Id0dae663e157e9ccdd0be4a9629b92178c6e1e91 | [{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,14 +20,15 @@ apply plugin: \'kotlin-android\'\n android {\n compileSdkVersion 29\n defaultConfig {\n- applicationId "com.example.jetnews"\n+ applicationId \'com.e... | Kotlin |
fb068ceec4dcbe2d2d235da5159edaa8df655384 | 394 | 2020-06-19 13:59:34+01:00 | -3,600 | ['96420be49e9ea52447f6cb7d721942fa97403d4a'] | Use raw strings and document compiler settings.
Change-Id: Idd9ac77f026b4cff1836e91f8d1e2e7b22832dbf | [{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -43,7 +43,7 @@ android {\n \n kotlinOptions {\n jvmTarget = '1.8'\n- apiVersion = '1.3'\n+ apiVersion = '1.3' // Compose compiler based on 1.4 but set 1.3 for com... | Kotlin |
f75013e641ccdca1cf43513f1075ca166fe7d275 | 458 | 2020-06-19 17:14:49-07:00 | 25,200 | ['e9281417267c2ff6dd4e4c0f2c7fa8aefe597cc4'] | Move navigation state to a ViewModel with SavedStateHandler to survive process death. | [{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -75,6 +75,10 @@ dependencies {\n implementation \'androidx.activity:activity-ktx:1.1.0\'\n implementation \'androidx.core:core-ktx:1.5.0-alpha01\'\n \n+ implementation "androidx... | Kotlin |
f9852566fd923bdd0354938803828550eb9fd532 | 385 | 2020-06-22 16:42:41+02:00 | -7,200 | ['0ac9f7f0ec938aea0913d40c8036c6dbb279f630'] | Updates Crane to dev14
Change-Id: I136e1d4d88342127df03adb456c4b56bfe799c1c | [{'old_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/base/BaseUserInput.kt', 'new_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/base/BaseUserInput.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,18 +19,18 @@ package androidx.compose.samples.crane.base\n import androidx.annot... | Kotlin |
a7fb5651e42eeefcc61f9740bef80ff2b14dc865 | 226 | 2020-06-23 11:37:56+01:00 | -3,600 | ['71084de9b7c5d8b94b5fb69710e07af7e7f4d135'] | [Jetsurvey] UI polish for sign in/up and welcome screens
Change-Id: Ied2c7b7418c34ee20bc1ab990b33021a6e30e6dc | [{'old_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/SignInScreen.kt', 'new_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/SignInScreen.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,6 +29,7 @@ import androidx.ui.foundation.contentColor\n impo... | Kotlin |
043d716690d883cca337c4339b13cbdf5bff184f | 394 | 2020-06-24 11:25:42+01:00 | -3,600 | ['87128d8239b865e55da02b7388b7e68072bcae96'] | [Jetsurvey] Add launcher icon.
Change-Id: I65fe2a1738fc5f1117ee476cfe5b3ecc753c60d3 | [{'old_path': 'JetSurvey/app/src/main/AndroidManifest.xml', 'new_path': 'JetSurvey/app/src/main/AndroidManifest.xml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,6 @@\n android:allowBackup="true"\n android:icon="@mipmap/ic_launcher"\n android:label="@string/app_name"\n- an... | Kotlin |
2841cc8be90276898e692ebd6c50e437a3927da1 | 284 | 2020-06-24 16:19:49+02:00 | -7,200 | ['6c630944d41fdbdca0146282d9d18355ceb0dab7'] | [Jetchat] UI tests
Change-Id: I4350108c090ef6a206e60bfc4a5fdb0d0cec8ac3 | [{'old_path': 'JetChat/app/build.gradle', 'new_path': 'JetChat/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -85,13 +85,15 @@ dependencies {\n implementation \'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0\'\n implementation \'androidx.constraintlayout:constraintlayout:1.1.3\'\n \n- ... | Kotlin |
ae86f675d771997b99510a12c953cbacfb703c32 | 226 | 2020-06-24 17:10:32+01:00 | -3,600 | ['87128d8239b865e55da02b7388b7e68072bcae96'] | [Jetsurvey] Adding back navigation in top app bar and properly handling navigation events with livedata
Change-Id: I59f8abf954c5cc9aba372b0ce52f12990afb8d22 | [{'old_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/Navigation.kt', 'new_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/Navigation.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ fun Fragment.navigate(to: Screen, from: Screen) {\n }\n when (to) {\n ... | Kotlin |
a744d8bbd2e62730761d6089cd44bf542275c1b2 | 394 | 2020-06-24 21:12:41+01:00 | -3,600 | ['f75013e641ccdca1cf43513f1075ca166fe7d275'] | Update to dev14.
Change-Id: Ibbb4c7370841b03d180e0eb024a7c44fa4b63604 | [{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -77,7 +77,7 @@ dependencies {\n \n implementation "androidx.ui:ui-livedata:$compose_version"\n \n- implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.0-alpha04"\n... | Kotlin |
e4a85de5871d873a17536508aed9ad2f2aebc9d3 | 176 | 2020-06-30 18:41:59+01:00 | -3,600 | ['94058ac1d60fd02027cbb02045356c7851418f9d'] | [Jetcaster] Initial skeleton app for Jetcaster
Also removed some unused Gradle files which were left
over in the repo root folder.
Change-Id: Ic69d4e8221408d192665e2e745bc9d3064b977ab | [{'old_path': None, 'new_path': 'Jetcaster/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,23 @@\n+# Gradle\n+.gradle\n+build/\n+\n+captures\n+\n+/local.properties\n+\n+# IntelliJ .idea folder\n+.idea/workspace.xml\n+.idea/libraries\n+.idea/caches\n+.idea/navEditor.xml\n+.idea/tasks.xml\n+.idea/modu... | Kotlin |
d4703dd788a47a5419833e00f307523a89623fea | 394 | 2020-07-02 14:16:26+01:00 | -3,600 | ['e4a85de5871d873a17536508aed9ad2f2aebc9d3'] | [Jetsnack] Update build to use spotless & buildSrc.
Change-Id: Ib7ec87d529c7309f3d21e41a0dc323b11b65c590 | [{'old_path': 'Jetsnack/app/build.gradle', 'new_path': 'Jetsnack/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,18 +14,20 @@\n * limitations under the License.\n */\n \n+import com.example.jetsnack.buildsrc.Libs\n+\n plugins {\n id \'com.android.application\'\n id \'kotlin-android\'\... | Kotlin |
744d262d91a6ff959cb1b178f88e0d02fa330aaf | 176 | 2020-07-02 14:57:28+01:00 | -3,600 | ['e4a85de5871d873a17536508aed9ad2f2aebc9d3'] | [Jetcaster] Initial home implementation
Initial implementation of a ViewModel which fetches
'top podcasts' from a RSS feed.
Uses a combination of Store, Retrofit and Moshi
for the data repository + fetching.
Change-Id: I1d44eb4c1ce5bd3f3943e460d8ecd32c1a7601a3 | [{'old_path': 'Jetcaster/app/build.gradle', 'new_path': 'Jetcaster/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -19,6 +19,12 @@ import com.example.jetcaster.buildsrc.Libs\n plugins {\n id 'com.android.application'\n id 'kotlin-android'\n+ id 'kotlin-kapt'\n+}\n+\n+kapt {\n+ correct... | Kotlin |
1accb58cd0c38626fc823850643589462ced485f | 394 | 2020-07-02 16:08:56+01:00 | -3,600 | ['f75013e641ccdca1cf43513f1075ca166fe7d275'] | Apdate to AGP 4.2c3.
Also removed some rogue gradle files.
Change-Id: If4c0b603cf21e077d639682e0d29c8c7e4df981d | [{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,11 +18,11 @@ apply plugin: \'com.android.application\'\n apply plugin: \'kotlin-android\'\n \n android {\n- compileSdkVersion 29\n+ compileSdkVersion 30\n defaultConfig {\n ... | Kotlin |
3bfc4a701b209ccd12e7a69bcf0fe369bf48a658 | 394 | 2020-07-02 16:08:56+01:00 | -3,600 | ['1accb58cd0c38626fc823850643589462ced485f'] | Fix shadow and ripple on Popular cards.
Change-Id: Id256da2041e7132b80f6f5b7501fcf569127adb6 | [{'old_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeScreen.kt', 'new_path': 'JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeScreen.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -264,9 +264,9 @@ private fun HomeScreenPopularSection(\n style = MaterialTheme.typogra... | Kotlin |
48d38c84c4c41c151d131cb8f532c214a7c40a19 | 176 | 2020-07-08 09:14:50+01:00 | -3,600 | ['744d262d91a6ff959cb1b178f88e0d02fa330aaf'] | [Jetcaster] Add category tabs
This CL massively expands the data fetching, by keeping a
hardcoded list of podcast feed URLs in the app. The app then
fetches these RSS feeds, and displays them as appropriate.
The app uses a combination of OkHttp and Rome to fetch and parse
the RSS feeds.
Change-Id: I6a9029cf28a951c8e... | [{'old_path': 'Jetcaster/app/build.gradle', 'new_path': 'Jetcaster/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,12 +19,6 @@ import com.example.jetcaster.buildsrc.Libs\n plugins {\n id \'com.android.application\'\n id \'kotlin-android\'\n- id \'kotlin-kapt\'\n-}\n-\n-kapt {\n- c... | Kotlin |
a6b6b9b6e213e81205a729323dba9f6ca1f7952a | 176 | 2020-07-08 16:07:11+01:00 | -3,600 | ['8ba20ea31cd73fc1abfaa1e688edd1f0bc39c789'] | [Jetcaster] Migrate to using preferredWrapContent
Along with using bias, we can workaround b/160757904
Change-Id: Iaa9925cee357aea12a1aba82145378cae92185d2 | [{'old_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/CategoryList.kt', 'new_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/CategoryList.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,6 +58,7 @@ import com.example.jetcaster.data.Category\n import com.example.jetcaster.d... | Kotlin |
fe217c4c9579a1731719b134ff343d4003eff96c | 284 | 2020-07-09 15:34:59+02:00 | -7,200 | ['2841cc8be90276898e692ebd6c50e437a3927da1'] | [Jetchat] Bumps to dev14 and addresses UX feedback
Change-Id: Ia9514af7114adf888d98dc2bf3d73fd0c84cd222 | [{'old_path': 'JetChat/app/src/androidTest/java/com/example/compose/jetchat/ConversationTest.kt', 'new_path': 'JetChat/app/src/androidTest/java/com/example/compose/jetchat/ConversationTest.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,16 +16,22 @@\n \n package com.example.compose.jetchat\n \n+import androi... | Kotlin |
cc36563c5ccd7ddd963e0ca38d25250adc5b9bd6 | 176 | 2020-07-13 09:16:26+01:00 | -3,600 | ['5e7b7fcb010334eefbad2dc01b9def1fdeaff166'] | [Jetcaster] Try and improve performance
- Separated data classes from each other. They now refer to each other
by 'foreign keys', usually the URI. This keeps the data classes much
simpler and flatter, which in turns makes checking their equality
much faster.
- Sprinkled @Immutable over data classes, which should... | [{'old_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/Graph.kt', 'new_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/Graph.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,9 +18,12 @@ package com.example.jetcaster\n \n import android.content.Context\n import com.example.jetcaster.data.Ca... | Kotlin |
0d17d48ac78e23c7be492111b8fddeef05140ca7 | 284 | 2020-07-15 12:19:14+02:00 | -7,200 | ['cc36563c5ccd7ddd963e0ca38d25250adc5b9bd6'] | [Jetchat] Ux review and UI tests
- scroll-related fixes and tests
- day dividers
- removes scroll threshold in profile screen
- Theme and typography tweaks
Change-Id: I0ff5ae6cb734bce52bd787bdc193c52041ed6f70 | [{'old_path': 'JetChat/app/src/androidTest/java/com/example/compose/jetchat/ConversationTest.kt', 'new_path': 'JetChat/app/src/androidTest/java/com/example/compose/jetchat/ConversationTest.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,7 @@ package com.example.compose.jetchat\n \n import androidx.acti... | Kotlin |
d86e32103c5ff248bab88de3eae026213f01dccd | 176 | 2020-07-15 14:44:50+01:00 | -3,600 | ['cc36563c5ccd7ddd963e0ca38d25250adc5b9bd6'] | [Jetcaster] Update home to new theme and layout
- Updated color, type and shape to designs
- Split out podcast category tabs to new Discover screen
- New carousel for feature items in Home. Currently using a modified
version of Adam's experiemental pager code. Not perfect, but good
enough to start with.
Change-Id... | [{'old_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/Graph.kt', 'new_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/Graph.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,7 @@ package com.example.jetcaster\n import android.content.Context\n import com.example.jetcaster.data.Catego... | Kotlin |
3ed5240931eceae30db768b0cee65f8e7a026cf1 | 284 | 2020-07-16 12:04:25+02:00 | -7,200 | ['0d17d48ac78e23c7be492111b8fddeef05140ca7'] | [Jetchat] Ux review - profile screen changes
Change-Id: Id9d1b106c88a64fd4a6b72faa15b90a54674e556 | [{'old_path': None, 'new_path': 'JetChat/app/src/main/java/com/example/compose/jetchat/components/BaseLineHeightModifier.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,65 @@\n+/*\n+ * Copyright 2020 The Android Open Source Project\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the "License");\n+... | Kotlin |
69db4b3cd06d8b114f251f9b10e75947d73ca182 | 176 | 2020-07-16 12:04:30+01:00 | -3,600 | ['162770fceee016d253d44a9610042d8342e8251b'] | [Jetcaster] Introduce Room database
Allows podcast, episode and categories to be stored allowing data to be
displayed much, much faster on first open.
Change-Id: Ife243db989aa22eed21333d4ae62a3d69fb5bbb4 | [{'old_path': 'Jetcaster/app/build.gradle', 'new_path': 'Jetcaster/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,12 @@ import com.example.jetcaster.buildsrc.Libs\n plugins {\n id \'com.android.application\'\n id \'kotlin-android\'\n+ id \'kotlin-kapt\'\n+}\n+\n+kapt {\n+ c... | Kotlin |
151872db2f102efd0f3ddf6563c3e53c04d1882c | 394 | 2020-07-16 13:48:39+01:00 | -3,600 | ['a6b6b9b6e213e81205a729323dba9f6ca1f7952a'] | [Jetsnack] Update to new semantic color palette.
Change-Id: I2f3459f8d13b53e13aa89c1296710ab45f847276 | [{'old_path': None, 'new_path': 'Jetsnack/app/src/main/java/com/example/jetsnack/ui/components/Card.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,32 @@\n+package com.example.jetsnack.ui.components\n+\n+import androidx.compose.Composable\n+import androidx.ui.core.Modifier\n+import androidx.ui.foundation.Bo... | Kotlin |
327ab0ddd075ceca103d9559b7d63f45ea5fcb4d | 176 | 2020-07-16 14:07:16+01:00 | -3,600 | ['69db4b3cd06d8b114f251f9b10e75947d73ca182'] | [Jetcaster] Show recent podcasts in category list
Change-Id: I44a9ca1889fc8dd407ef2e907275309ffb48de8f | [{'old_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/Graph.kt', 'new_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/Graph.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -85,7 +85,8 @@ object Graph {\n CategoryStore(\n categoriesDao = database.categoriesDao(),\n ... | Kotlin |
09b281f98358a1652ce6cba31fabb76637cbd1a4 | 176 | 2020-07-16 14:19:21+01:00 | -3,600 | ['a9f35088148af830a19b0bcdf0d9f074d10c85ae'] | [Jetcaster] Add color extraction using Palette
Also imported my Insets code from Tivi, to allow the gradient
to draw edge to edge.
Change-Id: Ib1bc35f6fd5f8b436d65e002017f695c4f46f800 | [{'old_path': 'Jetcaster/app/build.gradle', 'new_path': 'Jetcaster/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -85,6 +85,7 @@ dependencies {\n \n implementation Libs.AndroidX.coreKtx\n implementation Libs.AndroidX.appcompat\n+ implementation Libs.AndroidX.palette\n implementation... | Kotlin |
f327db4516789cfc8b447271666ce1db4c95c343 | 176 | 2020-07-16 15:25:17+01:00 | -3,600 | ['09b281f98358a1652ce6cba31fabb76637cbd1a4'] | [Jetcaster] Enable users to follow/unfollow podcasts
- Added a new table: PodcastFollowedEntry
Change-Id: Ib5f2a393c2562b5967b9ca0d09c5fb9ce7156aaa | [{'old_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/Graph.kt', 'new_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/Graph.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,7 +71,9 @@ object Graph {\n \n val podcastStore by lazy {\n PodcastStore(\n- podcastDao = dat... | Kotlin |
e6c20cba8d5de1c0661b2b5c6a11489f7937b4a2 | 394 | 2020-07-16 19:11:28+01:00 | -3,600 | ['e4d844f597a1d15646a91f47ede97f83a897ff4c'] | [Jetsnack] Add Bottom Nav.
Change-Id: I3efcc9f402ef3c5c8a70e432282280a488359535 | [{'old_path': 'Jetsnack/app/src/main/java/com/example/jetsnack/ui/JetsnackApp.kt', 'new_path': 'Jetsnack/app/src/main/java/com/example/jetsnack/ui/JetsnackApp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,7 +25,7 @@ import com.example.jetsnack.ui.utils.ProvideInsets\n fun JetsnackApp() {\n ProvideInset... | Kotlin |
a7ce71ddaf5b40c85969c649f6ae2de31a20d20d | 176 | 2020-07-17 08:37:32+01:00 | -3,600 | ['bd65b1bae7a94c4b40cf217bdbfa97f8dd5b39a1'] | [Jetcaster] Remove for alpha launch
Change-Id: Ib713aba7e1ac297cdcfeb045b81c2ff1e6e757e9 | [{'old_path': 'Jetcaster/.gitignore', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,23 +0,0 @@\n-# Gradle\n-.gradle\n-build/\n-\n-captures\n-\n-/local.properties\n-\n-# IntelliJ .idea folder\n-.idea/workspace.xml\n-.idea/libraries\n-.idea/caches\n-.idea/navEditor.xml\n-.idea/tasks.xml\n-.idea/m... | Kotlin |
feb6e2bdad90805d5f18a132686328aa17dfd19d | 284 | 2020-07-20 17:21:46+02:00 | -7,200 | ['06c3770147458fbcd80022fc77353182fd625f1d'] | [Jetchat] Animating FAB in profile screen
Change-Id: I1454a23b45cbb24cdb09c96d2a9e32bbb50d2bd4 | [{'old_path': None, 'new_path': 'JetChat/app/src/main/java/com/example/compose/jetchat/components/AnimatingFabContent.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,141 @@\n+/*\n+ * Copyright 2020 The Android Open Source Project\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the "License");\n+ *... | Kotlin |
5f25a2a2d390b0db70bf2db17c82c042795471b6 | 284 | 2020-07-22 13:05:23+02:00 | -7,200 | ['9a0bec09287e2c5ec7f2ecdfad233ba9d8137c94'] | [Jetchat] Updates to snapshot 6676042
Changes to transition, ui tests, package migration
Change-Id: I93f86e2b9bd7db3bc55b599a6063b56de553d79c | [{'old_path': 'JetChat/app/build.gradle', 'new_path': 'JetChat/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -68,15 +68,17 @@ dependencies {\n // TODO: Tidy up\n \n implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")\n- implementation("androidx.compose:compose-runtime:... | Kotlin |
2100309e374813fc2a41937c627a7ebefbc1fcb6 | 226 | 2020-07-22 14:40:13+01:00 | -3,600 | ['cc36563c5ccd7ddd963e0ca38d25250adc5b9bd6'] | [Jetsurvey] Structure around survey displaying
Change-Id: I54ea3ed2352c7ed680d9ab0ad5c56e3292c45d94 | [{'old_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/SignInFragment.kt', 'new_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/SignInFragment.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -72,7 +72,7 @@ class SignInFragment : Fragment() {\n ... | Kotlin |
3b7c1b7196a02ac9f48d57ac04bcc21892844b42 | 385 | 2020-07-23 08:22:27+02:00 | -7,200 | ['f9852566fd923bdd0354938803828550eb9fd532'] | Updates crane to dev15 snapshot
Change-Id: I79c21707adbbc1e3eea67fd00dcec4a3fe592683 | [{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,5 @@\n+import org.jetbrains.kotlin.gradle.tasks.KotlinCompile\n+\n /*\n * Copyright 2019 Google, Inc.\n *\n@@ -53,38 +55,42 @@ android {\n compose true\n }\n composeO... | Kotlin |
4e3da39d5d6665d16cd04ce71c58e8566f20c3bb | 385 | 2020-07-23 11:05:37+02:00 | -7,200 | ['3b7c1b7196a02ac9f48d57ac04bcc21892844b42'] | [Crane] Adds buildSrc
Change-Id: I2760f0488fce6fa02dabfc31eaa45bcf4fb039d6 | [{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,3 @@\n-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile\n-\n /*\n * Copyright 2019 Google, Inc.\n *\n@@ -16,19 +14,24 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile\... | Kotlin |
1141644469246c42d12b1628f111fe25b72d1869 | 385 | 2020-07-23 11:12:38+02:00 | -7,200 | ['4e3da39d5d6665d16cd04ce71c58e8566f20c3bb'] | [Crane] Adds and applies spotless
Change-Id: I14f25a6505cffbf07a629c499c17b0bd1c6a9abb | [{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -73,10 +73,6 @@ tasks.withType(KotlinCompile).configureEach {\n }\n }\n \n-configurations {\n- ktlint\n-}\n-\n dependencies {\n implementation Libs.Kotlin.stdlib\n implementatio... | Kotlin |
243e5fff56b8b10827b0ea1264b18af1ff5cad8a | 284 | 2020-07-23 12:13:22+02:00 | -7,200 | ['5f25a2a2d390b0db70bf2db17c82c042795471b6'] | [Jetchat] Cleanup: directory rename, +spotless, +buildSrc
Change-Id: I636f0aed0f2a59acf544d4885a1641fda4565171 | [{'old_path': 'JetChat/app/build.gradle', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,117 +0,0 @@\n-/*\n- * Copyright 2020 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 compliance with the Lic... | Kotlin |
def10ada6c5dd55456c0cc9174fe34f646379904 | 385 | 2020-07-23 14:30:29+02:00 | -7,200 | ['1141644469246c42d12b1628f111fe25b72d1869'] | [Crane] Adds Compose's VM and LD integrations + cleanup
Change-Id: I4b4483d3456c110732d478907c6d8ed707942459 | [{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,6 +78,7 @@ dependencies {\n implementation Libs.googleMaps\n \n implementation Libs.AndroidX.Compose.runtime\n+ implementation Libs.AndroidX.Compose.runtimeLivedata\n implem... | Kotlin |
90e3fb07f27f9d7b6b58de75af458cf9ed805af3 | 83 | 2020-07-23 18:02:19+02:00 | -7,200 | ['ee0c453568697ce648d6b98d583add6fc5b270ad'] | [Jetnews] Update to dev15 | [{'old_path': 'JetNews/app/build.gradle', 'new_path': 'JetNews/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,7 +43,6 @@ android {\n \n kotlinOptions {\n jvmTarget = \'1.8\'\n- apiVersion = \'1.3\' // Compose compiler based on 1.4 but set 1.3 for compatibility\n allW... | Kotlin |
2781212ee81110b0ad6b1b348cc7c7390eaefbd1 | 385 | 2020-07-23 19:32:33+02:00 | -7,200 | ['def10ada6c5dd55456c0cc9174fe34f646379904'] | [Crane] Uses Coil instead of Picasso
Change-Id: I40672fa1e97f4578607ddd494a1bb5efcd188e08 | [{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -86,5 +86,5 @@ dependencies {\n implementation Libs.AndroidX.UI.tooling\n \n implementation Libs.AndroidX.appcompat\n- implementation Libs.picasso\n+ implementation Libs.Accompan... | Kotlin |
63c7de9d20cdfe6b5962eb51bba087fdf5a9bc86 | 394 | 2020-07-27 14:12:44+01:00 | -3,600 | ['5f25a2a2d390b0db70bf2db17c82c042795471b6'] | [Jetsnack] Add snack details screen.
Change-Id: Id53ae4de8c7291f7a6b1f5c83b9814717cd95070 | [{'old_path': 'Jetsnack/app/build.gradle', 'new_path': 'Jetsnack/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -19,6 +19,7 @@ import com.example.jetsnack.buildsrc.Libs\n plugins {\n id 'com.android.application'\n id 'kotlin-android'\n+ id 'kotlin-android-extensions'\n }\n \n android {\... | Kotlin |
8a08e2625e595f75e8ab694432bf0631b208a5d0 | 284 | 2020-07-28 10:58:46+02:00 | -7,200 | ['aa2490b54d96cca74d720ef71b594d9272ffb72a'] | [Jetchat] Applies the great package migration + Kotlin 1.4
Snapshot 6713401
Change-Id: I7bb9626b181bb6997f4bef6586597034f951f883 | [{'old_path': 'Jetchat/app/build.gradle', 'new_path': 'Jetchat/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,7 +54,8 @@ android {\n }\n \n kotlinOptions {\n- jvmTarget = "1.8"\n+ jvmTarget = \'1.8\'\n+ allWarningsAsErrors = true\n }\n \n buildFeatures {\n@... | Kotlin |
f511f5bc63948dcfbd1ab6edc1d8b1c3f1485237 | 394 | 2020-07-28 14:37:43+01:00 | -3,600 | ['1b2104194f26923b96ea9e7831f2f687c085485c'] | [Jetsnack] Update to Kotlin 1.4.0-rc & Compose Snapshot 6713401
Change-Id: I642dafc83711140d84f0c02bce8c67b169aeb1e7 | [{'old_path': 'Jetsnack/app/build.gradle', 'new_path': 'Jetsnack/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,7 +57,7 @@ android {\n }\n \n composeOptions {\n- kotlinCompilerVersion Libs.AndroidX.Compose.kotlinCompilerVersion\n+ kotlinCompilerVersion Libs.Kotlin.version... | Kotlin |
bc75bac0daa5fcfb62d1c4e04699f826f26e74be | 226 | 2020-07-28 14:58:34+01:00 | -3,600 | ['1b2104194f26923b96ea9e7831f2f687c085485c'] | Using buildSrc, adding spotless, migrating to Kotlin 1.4 and latest versions of Compose
Change-Id: I05dcf0485d13593dd157cd0605e448da06515d71 | [{'old_path': 'JetSurvey/app/build.gradle', 'new_path': 'JetSurvey/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,7 @@\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n+import com.example.compose.jetsurvey.buildsrc.Libs\n... | Kotlin |
993f4da23f5ed05f71b0732eb9a1c5f38702e60b | 385 | 2020-07-28 16:22:57+02:00 | -7,200 | ['2781212ee81110b0ad6b1b348cc7c7390eaefbd1'] | [Crane] Updates to Kotlin 1.4-rc and Compose snapshot 6713401
Change-Id: I0a8a28cdbccdd69085a4a1c8762067767355f363 | [{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,7 +58,7 @@ android {\n compose true\n }\n composeOptions {\n- kotlinCompilerVersion Libs.AndroidX.Compose.kotlinCompilerVersion\n+ kotlinCompilerVersion Libs.... | Kotlin |
5126728b53563af75ef4b7c347453bd425c812ad | 176 | 2020-07-28 17:03:39+01:00 | -3,600 | ['37eb74c278f35e1aa74bddbaeb9d2e097ea1ea11'] | [Jetcaster] Try out SNAPSHOT #6713401
We can now also move to Kotlin 1.4.0-rc
Change-Id: I2016ce130a76ccc172afa78c1b4ef0f9d1a3341e | [{'old_path': 'Jetcaster/app/build.gradle', 'new_path': 'Jetcaster/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -74,7 +74,7 @@ android {\n }\n \n composeOptions {\n- kotlinCompilerVersion Libs.AndroidX.Compose.kotlinCompilerVersion\n+ kotlinCompilerVersion Libs.Kotlin.versi... | Kotlin |
eb242ce8180033333ccc5c6d5d50c913e169d546 | 284 | 2020-07-29 12:37:45+02:00 | -7,200 | ['2781212ee81110b0ad6b1b348cc7c7390eaefbd1'] | [Rally] Migrates Rally from aosp to samples repo
Snapshot: 6710852
Change-Id: I445b328ed216be0f014b6e729c1464921f5ec8f8 | [{'old_path': None, 'new_path': 'Rally/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea/caches\n+/.idea/libraries\n+/.idea/modules.xml\n+/.idea/workspace.xml\n+/.idea/navEditor.xml\n+/.idea/assetWizardSettings.xml\n+.DS_Store\n+/build\n+/captures\n... | Kotlin |
9b41020cd97bc1b795341cd5f1be7cc021ae3095 | 176 | 2020-07-30 10:46:41+01:00 | -3,600 | ['5126728b53563af75ef4b7c347453bd425c812ad'] | Update to Compose SNAPSHOT 6721118
Change-Id: I5f64734d60581c4ce9a93dfde7f5bc26a2a71343 | [{'old_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/PodcastCategory.kt', 'new_path': 'Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/PodcastCategory.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -114,14 +114,14 @@ fun PodcastCategory(\n EpisodeListItem(\n ... | Kotlin |
7dad0846be34845b57f16c06f280619f356838b3 | 536 | 2020-07-30 11:05:04+01:00 | -3,600 | ['4d5f01d0f615faae01dc3bb8c5bbc6c11a05937f'] | [Jetchat] Add rich message styling
Render markdown symbols (** -> bold, __ -> italic & ~~ -> strikethrough)
Render usernames (e.g. @aliconors), links and inline code (using ``)
Handle opening URL when clicking on http:// links in messages
Change-Id: Icf3829bb0bd0963c4e10a6f245260129d9f2c0f3 | [{'old_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/Conversation.kt', 'new_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/Conversation.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,6 +16,7 @@\n \n package com.example.compose.jetchat.conversation\n \... | Kotlin |
5e66077fd7fee40cb51ab9a0d090b0017983bbf0 | 385 | 2020-07-31 11:17:24+02:00 | -7,200 | ['993f4da23f5ed05f71b0732eb9a1c5f38702e60b'] | [Crane] Migrates to the swipeable modifier
Change-Id: I19ff5b8ddb0d1b8f1b1b7635f074ab06df913b68 | [{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -73,6 +73,7 @@ tasks.withType(KotlinCompile).configureEach {\n \n // Use experimental APIs\n freeCompilerArgs += '-Xopt-in=androidx.compose.foundation.ExperimentalFoundationApi... | Kotlin |
0331d51a65e8d565b3582c25f58312449ed05e57 | 385 | 2020-08-05 09:14:08+02:00 | -7,200 | ['5e66077fd7fee40cb51ab9a0d090b0017983bbf0'] | [Crane] Updates AndroidView to the new API
Change-Id: I8b5a6163501a8a3db75449c8a6e87fc0ac369a95 | [{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -66,8 +66,7 @@ android {\n tasks.withType(KotlinCompile).configureEach {\n kotlinOptions {\n // Treat all Kotlin warnings as errors\n- // TODO: Uncomment this the AndroidVie... | Kotlin |
0ee183c8c114b1ea02773c04c9de32716c61c25e | 176 | 2020-08-05 09:16:34+01:00 | -3,600 | ['9b41020cd97bc1b795341cd5f1be7cc021ae3095'] | [Jetcaster] Update to AGP 4.2.0-alpha07
Change-Id: Ib5b35461ab73bd603b55fe5fe643f78d3f201818 | [{'old_path': 'Jetcaster/buildSrc/src/main/java/com/example/jetcaster/buildsrc/dependencies.kt', 'new_path': 'Jetcaster/buildSrc/src/main/java/com/example/jetcaster/buildsrc/dependencies.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,7 @@ object Versions {\n }\n \n object Libs {\n- const val androi... | Kotlin |
6dc8aeed0cc729659908d631e7acec3af7566a59 | 394 | 2020-08-05 09:20:26+01:00 | -3,600 | ['7dad0846be34845b57f16c06f280619f356838b3'] | [Jetsnack] Size gradient borders correctly.
Change-Id: I41d085d716763f06ac3486cf34c1aff759e7b1cd | [{'old_path': 'Jetsnack/app/src/main/java/com/example/jetsnack/ui/components/Gradient.kt', 'new_path': 'Jetsnack/app/src/main/java/com/example/jetsnack/ui/components/Gradient.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,6 +33,9 @@ import androidx.compose.ui.graphics.HorizontalGradient\n import androidx.co... | Kotlin |
37f9b6d1ef067063f8747e8734ff558b3e807210 | 394 | 2020-08-05 19:43:58+01:00 | -3,600 | ['6dc8aeed0cc729659908d631e7acec3af7566a59'] | [Jetsnack] Add Search screen.
Change-Id: I06508db97f8183f72f3f0aefe625b0d0ddca1574 | [{'old_path': None, 'new_path': 'Jetsnack/app/src/main/java/com/example/jetsnack/model/Search.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,137 @@\n+/*\n+ * Copyright 2020 The Android Open Source Project\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the "License");\n+ * you may not use this fi... | Kotlin |
b07b5308a2834aa4046923dddba3163ec6799dd9 | 394 | 2020-08-07 09:34:04+01:00 | -3,600 | ['37f9b6d1ef067063f8747e8734ff558b3e807210'] | [Jetsnack] Fix previews.
Change-Id: Ia9ddfd6713b0e81b7f14a8f3ac51c7dd34c857e8 | [{'old_path': 'Jetsnack/app/src/main/java/com/example/jetsnack/ui/MainActivity.kt', 'new_path': 'Jetsnack/app/src/main/java/com/example/jetsnack/ui/MainActivity.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,15 +21,15 @@ import androidx.appcompat.app.AppCompatActivity\n import androidx.compose.runtime.Provi... | Kotlin |
94975b6ffc4fd0b138c8e9405bc7ebe74ed340ca | 394 | 2020-08-07 15:23:42+01:00 | -3,600 | ['f9852566fd923bdd0354938803828550eb9fd532'] | [Owl] Add Owl to repo.
Change-Id: I056a92a946a99a774de38f3cff2c8a122aaaeece | [{'old_path': None, 'new_path': 'owl/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+# Gradle\n+.gradle\n+build/\n+\n+captures\n+\n+/local.properties\n+\n+# IntelliJ .idea folder\n+/.idea\n+*.iml\n+\n+# General\n+.DS_Store\n+.externalNativeBuild\n'}, {'old_path': None, 'new_path': 'owl/app/.... | Kotlin |
ee6a23df3333b2c10249ae1db919d402e76c5984 | 226 | 2020-08-11 21:23:26+01:00 | -3,600 | ['b07b5308a2834aa4046923dddba3163ec6799dd9'] | [JetSurvey] Replacing state with remember and other small changes
Change-Id: I915116c8d2187676b6d4e83bac27b7790249a56a | [{'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': '@@ -22,7 +22,7 @@ import java.util.regex.Pattern\n private const val EM... | Kotlin |
41ae19fd38fd0c3f3b09ada71d02ce225bd541cc | 226 | 2020-08-12 12:34:24+01:00 | -3,600 | ['ee6a23df3333b2c10249ae1db919d402e76c5984'] | [Jetsurvey] Adding survey questions
Change-Id: I069bde46b501462d180284b4cde01dfdb2770e15 | [{'old_path': 'JetSurvey/app/build.gradle', 'new_path': 'JetSurvey/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -64,6 +64,7 @@ dependencies {\n implementation Libs.AndroidX.appcompat\n implementation Libs.AndroidX.Navigation.fragment\n implementation Libs.AndroidX.Navigation.uiKtx\n+... | Kotlin |
38fa711e8a9a28164d449cd05b11b3beab4ac24f | 284 | 2020-08-12 16:03:48+02:00 | -7,200 | ['7dad0846be34845b57f16c06f280619f356838b3'] | [Jetchat] Updates to snapshot 6721902 and UX review
Change-Id: I7425f9ea004ce30f8c5190211daff6c6ce5f07a0 | [{'old_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/components/JetchatAppBar.kt', 'new_path': 'Jetchat/app/src/main/java/com/example/compose/jetchat/components/JetchatAppBar.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,10 +18,12 @@ package com.example.compose.jetchat.components\n \n impor... | Kotlin |
7bfbcc24f8f15bb2d93f536fb20562dfddc6fa92 | 226 | 2020-08-12 18:12:33+01:00 | -3,600 | ['ee6a23df3333b2c10249ae1db919d402e76c5984'] | [Jetsurvey] Updating compose version and fixing the removal of onFocusedChanged callback
Change-Id: I5d2becb7c4b8a8816d64c6ec9f13961699e6e131 | [{'old_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/SignInSignUp.kt', 'new_path': 'JetSurvey/app/src/main/java/com/example/compose/jetsurvey/signinsignup/SignInSignUp.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,6 +47,9 @@ import androidx.compose.runtime.mutableStateOf\n ... | Kotlin |
479aae558272ca6c886667da075042eda9ccca65 | 226 | 2020-08-12 19:44:49+01:00 | -3,600 | ['ee6a23df3333b2c10249ae1db919d402e76c5984'] | [Jetsurvey] Adding readme and screenshots
Change-Id: I3d2b7f1ccbf1ff63a1849bf97b57b55094809fb4 | [{'old_path': None, 'new_path': 'JetSurvey/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,93 @@\n+# Jetsurvey sample\n+Jetsurvey is a sample survey app, built with\n+[Jetpack Compose](https://developer.android.com/jetpack/compose). The goal of the sample is to\n+showcase text input, validation and s... | Kotlin |
5a6887a4fd890f50a553069ba1e13773a98b41c6 | 385 | 2020-08-13 11:22:44+02:00 | -7,200 | ['0331d51a65e8d565b3582c25f58312449ed05e57'] | [Crane] Adds tests and addresses eng review feedback
Change-Id: If249f2301451535c44787f4fec2a512ef75beb0a | [{'old_path': 'Crane/app/build.gradle', 'new_path': 'Crane/app/build.gradle', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,6 @@\n */\n \n import com.example.crane.buildsrc.Libs\n-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile\n \n plugins {\n id \'com.android.application\'\n@@ -63,20 +62,6 @... | Kotlin |
8821b2c747655453309ab674102b338b2a0a51b0 | 394 | 2020-08-13 14:14:15+01:00 | -3,600 | ['2384c6b462fc4e88599a7e678949691dea46800e'] | Update to snapshot 6759487 & switch onboarding anim to transition.
Change-Id: Ia62a3b7090bf5ae95e18eb321239b75639ef3ea3 | [{'old_path': 'owl/app/src/main/java/com/example/owl/ui/course/CourseDetails.kt', 'new_path': 'owl/app/src/main/java/com/example/owl/ui/course/CourseDetails.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,8 +17,6 @@\n package com.example.owl.ui.course\n \n import androidx.compose.animation.animate\n-import a... | Kotlin |
81fe0237d83a8e59827e46f6bca69864ab89d12c | 284 | 2020-08-13 16:00:32+02:00 | -7,200 | ['eb242ce8180033333ccc5c6d5d50c913e169d546'] | [Rally] Adds screenshots tests
Change-Id: I13050ac565016d07689e8943acf40603cb48495f | [{'old_path': 'Rally/app/src/androidTest/assets/circle_100.png', 'new_path': 'Rally/app/src/androidTest/assets/circle_100.png', 'type': <ModificationType.ADD: 1>, 'diff': 'Binary files /dev/null and b/Rally/app/src/androidTest/assets/circle_100.png differ\n'}, {'old_path': 'Rally/app/src/androidTest/assets/circle_done.... | Kotlin |
3c057dded2198b2015ec319fc1f8ed61df309a4a | 385 | 2020-08-13 16:46:05+02:00 | -7,200 | ['5a6887a4fd890f50a553069ba1e13773a98b41c6'] | [Crane] Updates to snapshot 6759487
Change-Id: Ia7aa640c6c2ce54aa9970fc98050e0136edf8a84 | [{'old_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/base/BaseUserInput.kt', 'new_path': 'Crane/app/src/main/java/androidx/compose/samples/crane/base/BaseUserInput.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,8 +31,9 @@ import androidx.compose.material.MaterialTheme\n import androidx.comp... | Kotlin |