Don Turner
6a6d3696d1
Fix spotless
...
Change-Id: Icd4d875f44525a1e6f92f52ec71da7f6482aba98
10 months ago
Don Turner
3764413cca
Undo copyright changes (they add noise)
...
Change-Id: Id859d9d1f33b16436390a0960dffa9bcf81fada8
10 months ago
Don Turner
0b18ae520c
Change models back to original package name
...
Change-Id: If2234d2978d108c199b06484a8c58a11d2e0e4f1
10 months ago
Don Turner
86e322886a
Move models back into separate module
...
Change-Id: Ibe3e115e7618505a51fe34c8ebbf80691d344ad5
10 months ago
Don Turner
80be5c8c59
Refactor domain->data to data->domain
...
Change-Id: I7b019a186e6fa69f81f053e2bd9379d906a72dfd
10 months ago
Don Turner
0c9f0dd48c
Merge pull request #1217 from android/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-serialization-json-1.6.3
...
Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.0 to 1.6.3
10 months ago
Don Turner
e9565a567e
Merge pull request #1258 from Jaehwa-Noh/rename-test-function
...
Rename test function, and delete explicit type argument
10 months ago
Don Turner
547cb191d2
Merge pull request #1256 from lnbs97/main
...
Fix typo in TopicViewModel.kt
10 months ago
Don Turner
74d1d91c28
Merge pull request #1263 from android/dependabot/gradle/kotlinxCoroutines-1.8.0
...
Bump kotlinxCoroutines from 1.7.3 to 1.8.0
10 months ago
Don Turner
91af060e77
Merge pull request #1264 from android/dependabot/gradle/androidx.hilt-hilt-navigation-compose-1.2.0
...
Bump androidx.hilt:hilt-navigation-compose from 1.0.0 to 1.2.0
10 months ago
Don Turner
295cc6da9c
Merge pull request #1265 from android/dependabot/gradle/com.google.gms.google-services-4.4.1
...
Bump com.google.gms.google-services from 4.4.0 to 4.4.1
10 months ago
Don Turner
1fde4f5753
Merge pull request #1266 from android/dependabot/gradle/androidx.browser-browser-1.8.0
...
Bump androidx.browser:browser from 1.6.0 to 1.8.0
10 months ago
Tomáš Mlynarič
43d6614cb8
Merge pull request #1269 from android/tm/update-coil
...
Update coil to 2.6.0 to fix initialization performance cost
10 months ago
mlykotom
a7a7736426
🤖 Updates baselines for Dependency Guard
10 months ago
Tomáš Mlynarič
1a1719277c
Update coil to 2.6.0 to fix initialization performance cost
...
Change-Id: Ib5740ab24af3e1fe0ba0036713a9b0aa3249bc5b
10 months ago
Jaehwa Noh
805262aca8
Merge branch 'android:main' into rename-test-function
10 months ago
Tomáš Mlynarič
f301fc5859
Merge pull request #1259 from android/tm/fix-search
...
Fix search flickering
10 months ago
dependabot[bot]
5448786c4d
🤖 Updates baselines for Dependency Guard
10 months ago
dependabot[bot]
72f968ff2c
🤖 Updates baselines for Dependency Guard
10 months ago
dependabot[bot]
6e5548a837
🤖 Updates baselines for Dependency Guard
10 months ago
dependabot[bot]
07516bff4c
Bump androidx.browser:browser from 1.6.0 to 1.8.0
...
Bumps androidx.browser:browser from 1.6.0 to 1.8.0.
---
updated-dependencies:
- dependency-name: androidx.browser:browser
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
dependabot[bot]
ab6ac81420
Bump com.google.gms.google-services from 4.4.0 to 4.4.1
...
Bumps com.google.gms.google-services from 4.4.0 to 4.4.1.
---
updated-dependencies:
- dependency-name: com.google.gms.google-services
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
dependabot[bot]
0d452cbd65
Bump androidx.hilt:hilt-navigation-compose from 1.0.0 to 1.2.0
...
Bumps androidx.hilt:hilt-navigation-compose from 1.0.0 to 1.2.0.
---
updated-dependencies:
- dependency-name: androidx.hilt:hilt-navigation-compose
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
dependabot[bot]
1552664857
Bump kotlinxCoroutines from 1.7.3 to 1.8.0
...
Bumps `kotlinxCoroutines` from 1.7.3 to 1.8.0.
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-guava` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.3...1.8.0 )
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.3...1.8.0 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-guava
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
Jaehwa Noh
d67b1a2504
Merge branch 'android:main' into rename-test-function
10 months ago
Tomáš Mlynarič
aa15e65a77
Fix search flickering
...
Change-Id: I6d17f5703186dbebcba4f931ab9692d4ab1e9f79
10 months ago
Jaehwa Noh
e017b84a12
Remove explicit type argument.
...
Change-Id: Id02756d780309af6638698de856b563d9e775cc3
10 months ago
Jaehwa Noh
8cfd42453c
Rename test function name
...
- Given-when-then format.
Change-Id: I3305c5a7cc5a0f41be31292534a086034f642404
10 months ago
Jonathan Koren
19f6f9e09a
2 pane support in Interests screen ( #1234 )
...
* Add dependency on material3 adaptive
Change-Id: Ic49934112a4bdbf15a68c694fbc6b0f23de960a6
* Add InterestsListDetailScreen composable
Change-Id: I27e1f6d2e0eeac781baf2b671fa51a864ea5a971
* Store selectedTopicId in InterestsViewModel
Change-Id: Id93704335686f171fbf80bdb54865d0f32dc36ce
* Pass detail pane composable down
Change-Id: I82752d8cfbb3519395f37748fb5f64b769c0c293
* Navigate to initial topic if provided
Change-Id: I8998a55a29cdaf90577fa730d55c4ac2f54d6e5b
* Lift LDPS up to app module
Change-Id: Ibc6e8e598cd0cb62f804f11b2e48d8ae3a81df85
* Fix some navigation behavior
Change-Id: Ib6c16aff692b9ce997747a30f2863303cc82fd8b
* Navigate to initial topic if provided
Change-Id: Iaafe4f876655d51243d7b99be985e9440fe2d4ed
* Remove dependency in interests feature module
Change-Id: Id517c95e11f93e1c7e17d749a7af0cfdf6085a1f
* Hide back arrow when the topics list is visible
Change-Id: I8901c3f79b11d35568f0ae779f97fab90e574aa8
* Update interests tests
Change-Id: Ie5daf55985fdb53570397cb652abe31bad78f5cd
* Highlight selected topic when displaying 2 panes
Change-Id: Ifef9fb599f828f58390374b11eacc8be6c280415
* update dependency baselines
Change-Id: I90dc21df3337865f4c5368634d3d45fcb0eccc00
* run spotless apply
Change-Id: Ib5fb1b7fc26a62bd5e271c2a3721f1c13173f7f8
* Convert isListPaneHidden to isListPaneVisible
Change-Id: I6e54f710df7db5ed6f3ec1cb284bc29f2763a657
* Set semantics for selected state
Change-Id: I31f27d5036d07c9607909c09ac52a72391f899ca
* Use scaffold roles when determining visibility
Change-Id: Ib5fe236f182a5eeab20b61692a1cd53c17b68648
* Update multipleBackStackInterests test
Change-Id: I1e372f7989817151a6765205291b13b561187fa8
10 months ago
Jaehwa Noh
abe798056e
Add @After to guarantee DB was closed. ( #1240 )
...
* Add @After to guarantee DB was closed.
Change-Id: Ic29b7d12125853c71ddaef1a997ec123bb2dfc8b
* Fix spotless
- style
Co-authored-by: Simon Marquis <contact@simon-marquis.fr>
---------
Co-authored-by: Simon Marquis <contact@simon-marquis.fr>
10 months ago
lnbs97
96d210dc35
fix typo in TopicViewModel.kt
10 months ago
Simon Marquis
ab90334210
Disable animations of instrumented tests ( #1167 )
...
https://developer.android.com/reference/tools/gradle-api/com/android/build/api/dsl/TestOptions#animationsDisabled()
10 months ago
Don Turner
9795844757
Merge pull request #1204 from android/dependabot/github_actions/gradle/wrapper-validation-action-2
...
Bump gradle/wrapper-validation-action from 1 to 2
10 months ago
Don Turner
14b60b3a59
Merge branch 'main' into dependabot/gradle/org.jetbrains.kotlinx-kotlinx-serialization-json-1.6.3
10 months ago
dependabot[bot]
a96526a79b
Bump gradle/wrapper-validation-action from 1 to 2
...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action ) from 1 to 2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases )
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
Don Turner
42e9a3a2c6
Merge pull request #1182 from SimonMarquis/api-compose-ui-tooling
...
Move `androidx.compose.ui:ui-tooling` dependency to convention plugin
10 months ago
Don Turner
350e7b1bba
Merge pull request #1144 from SimonMarquis/move-fakes-to-data-test-module
...
Move `:core:data` fake repositories to `:core:data-test`
10 months ago
Don Turner
4055fb271a
Merge pull request #1149 from aarash709/update-readme
...
Updated README.md screenshot tests links
10 months ago
Don Turner
dd05d22c95
Merge pull request #1184 from android/dependabot/github_actions/gradle/gradle-build-action-3
...
Bump gradle/gradle-build-action from 2 to 3
10 months ago
Don Turner
8a3c34994d
Merge pull request #1239 from Jaehwa-Noh/java-to-kotlin
...
Move java to kotlin folder.
10 months ago
Don Turner
747c9275bc
Merge pull request #1249 from android/dt/fix-1231
...
Remove unused release variable. Fixes #1231
10 months ago
Don Turner
171fa88ac0
Merge pull request #1248 from yongsuk44/main
...
Apply Composable Parameter Ordering Guidelines
10 months ago
Don Turner
067d68e1c6
Merge pull request #1247 from Jaehwa-Noh/remove-unused-function
...
Remove Insert function
10 months ago
Don Turner
64ad41d5e3
Merge pull request #1246 from android/dependabot/gradle/kotlin-ksp-compose-d71dca5caf
...
Bump the kotlin-ksp-compose group with 6 updates
10 months ago
Don Turner
8c88df0c02
Merge pull request #1140 from android/av/agp-8.3.x
...
Update AGP to 8.3.0
10 months ago
Don Turner
77cbdb62a4
Remove unused release variable. Fixes #1231
...
Change-Id: I8c03d3d2e1aee85a22d1a03b97e3bec4069e0fcb
10 months ago
kim-yongsuk
3fa75a037a
Apply Composable Parameter Ordering Guidelines
...
Change-Id: Id456e91b5ce8bd5807c40df67c3deac008c61670
10 months ago
Alex Vanyo
1d91231f49
Remove kotlinx-coroutines-guava dependency from :sync:work
...
Change-Id: Ic5abbd36436a7d8c6382cb02b4ebd7538f8ae1f6
10 months ago
Alex Vanyo
06104076b2
Add explicit guava-android dependency for :sync:work
...
Change-Id: I3c2c201eb0669165e3594bedfea83bff29c28ce2
10 months ago
Alex Vanyo
e3c7018124
Extract ScreenshotHelper to separate testing module
...
Change-Id: Icf98a4acc9963656530a1a9fc8b156a553a070af
10 months ago