Commit Graph

501 Commits (f925bfc01c97e294986b5feba407abf7ce4459fe)

Author SHA1 Message Date
Don Turner 51d3903a4b
Merge branch 'main' into remove-GetSearchContentsCountUseCase
1 year ago
Don Turner 0584f191bc
Merge pull request #1271 from android/dt/remove-feature-dep
1 year ago
sanao1006 825a5e2f5f [Refactor]: Directly call SearchContentsRepository interface in SearchViewModel
1 year ago
Alex Vanyo 78c77737c0
Merge pull request #1275 from Jaehwa-Noh/rename-function
1 year ago
Don Turner a4c52e6485 Remove the search module's dependency on other feature modules
1 year ago
Don Turner 3e4aad3210
Merge pull request #1257 from android/dt/add-module-graphs
1 year ago
Don Turner a5025390af Add title to READMEs to describe the dependency graph
1 year ago
Jaehwa Noh ee4320723f Fix typo.
1 year ago
Jaehwa Noh ed91723e2f Fix #1270
1 year ago
Don Turner c4642cea61 Add graph for screenshot testing module, minor update to script
1 year ago
Jaehwa Noh abe798056e
Add @After to guarantee DB was closed. (#1240)
1 year ago
Don Turner 80a82de945 Update module dependency graphs and add script to create them
1 year ago
Don Turner 2d610b0775 Merge branch 'main' into replace-testharness
1 year ago
Don Turner 42e9a3a2c6
Merge pull request #1182 from SimonMarquis/api-compose-ui-tooling
1 year ago
Don Turner 350e7b1bba
Merge pull request #1144 from SimonMarquis/move-fakes-to-data-test-module
1 year ago
Don Turner 171fa88ac0
Merge pull request #1248 from yongsuk44/main
1 year ago
Don Turner 067d68e1c6
Merge pull request #1247 from Jaehwa-Noh/remove-unused-function
1 year ago
kim-yongsuk 3fa75a037a Apply Composable Parameter Ordering Guidelines
1 year ago
Alex Vanyo e3c7018124 Extract ScreenshotHelper to separate testing module
1 year ago
Jaehwa Noh 52c0d7ae0a Remove Insert function
1 year ago
Tomáš Mlynarič f31fdb3ec2 Merge branch 'main' into mlykotom/tz-perf-improvement
1 year ago
dturner 50d5583fe1 🤖 Updates screenshots
1 year ago
Don Turner d6357be8c4 Replace Accompanist TestHarness with DeviceConfigurationOverride
1 year ago
Don Turner 7abcefdfdf Update Compose BOM to 2024.02.00. Fixes #1218
1 year ago
Simon Marquis 8d89a89096 Merge remote-tracking branch 'origin/main' into move-android-instrumented-test
1 year ago
Simon Marquis dc22e8ae31 Merge remote-tracking branch 'origin/main' into jvm-alt
1 year ago
Simon Marquis dc2f435a27 Merge remote-tracking branch 'origin/main' into move-fakes-to-data-test-module
1 year ago
dturner 27fd4e544a 🤖 Updates screenshots
1 year ago
Don Turner 08dfec01f6 Fix individual UI components
1 year ago
dturner 02d4fea615 🤖 Updates screenshots
1 year ago
Don Turner 8494b74646 Fix spotless (really should enable the commit hook to do this)
1 year ago
Don Turner 68c15a891c Fix text styles and spacing now that includeFontPadding is false
1 year ago
dturner 81a5c0a3a7 🤖 Updates screenshots
1 year ago
Don Turner 092daacced Revert fontSize change
1 year ago
Don Turner 1de15f0fab Fix spotless (again)
1 year ago
Don Turner 76d59b3da8
Merge branch 'main' into update-compose-bom
1 year ago
Don Turner 1d2029aa2c
Merge pull request #1040 from SimonMarquis/fix-unit-test
1 year ago
Don Turner adddea6fc7 Remove includeFontPadding, default behaviour is fine
1 year ago
Tomáš Mlynarič 75a3295381 Merge branch 'main' into mlykotom/tz-perf-improvement
1 year ago
dturner 9e645356f6 🤖 Updates screenshots
1 year ago
Don Turner 3868371ec8 Switch default padding to true since this was actually false by default since Compose 1.6.0-alpha01
1 year ago
Don Turner c773fd7d0a Switch off default font padding to avoid changing UI
1 year ago
Don Turner 3b1ee87194 Fix ShortText icon
1 year ago
dturner 6b2b01ed82 🤖 Updates screenshots
1 year ago
Don Turner 522efac8c0 Update Compose BOM to 2024.02.00. Fixes #1218
1 year ago
Tomáš Mlynarič 4cdc2ad345 Add comment for Retrofit async OkHttp
1 year ago
Tomáš Mlynarič d110d92b87 Optimize OkHttp initialization for Retrofit
1 year ago
Tomáš Mlynarič 5f0612102d Improve lazy loading for Coil + OkHttp
1 year ago
Tomáš Mlynarič 9daedc9690 Improve converting to kotlin timezone
1 year ago
Tomáš Mlynarič 12a3a6edde Use trySend multiple times
1 year ago
Simon Marquis 3d339e1658 Move `:core:data` fake repositories to `:core:data-test`
1 year ago
Simon Marquis e629d5e4bf
Merge branch 'main' into jvm-alt
1 year ago
Tomáš Mlynarič 6ec3b3c7a2 Use androidx.tracing everywhere
1 year ago
Tomáš Mlynarič ea1573fcc1 Use kotlinx.datetime.Timezone instead of java ZoneId
1 year ago
Simon Marquis b687328567
Replace comments with proper `@TestOnly` annotations
1 year ago
Simon Marquis a83f6691c4
Fix addNewsResources issue
1 year ago
Simon Marquis 5a1258232f
Fix `emptyResultIsReturned_withNotMatchingQuery` unit test
1 year ago
Tomáš Mlynarič a16d5f726c More readable zoneId creation
1 year ago
Tomáš Mlynarič 44ae059a2b Rename LocalTimeZone -> LocalZoneId + collects with lifecycle
1 year ago
Tomáš Mlynarič 1e925ed99f
Conflate TimeZoneMonitor emissions
1 year ago
Tomáš Mlynarič 0b3ece1bb9 Fix spotless
1 year ago
Tomáš Mlynarič cb00d2c8cb Add TimeZoneMonitor to prevent multiple TimeZoneBroadcastReceivers
1 year ago
Simon Marquis d932cde110
Move `androidx.compose.ui:ui-tooling` dependency to convention plugin
1 year ago
Don Turner 691bf2aad6
Merge pull request #785 from SimonMarquis/optimize-avd
1 year ago
Simon Marquis d9d9153eda
Merge branch 'main' into firebase-ktx
1 year ago
Simon Marquis 377d3bef0c
Optimize AVD to fix long vector paths Lint warning
1 year ago
Simon Marquis d17f3b1101
Merge branch 'main' into move-android-instrumented-test
1 year ago
Simon Marquis c1118eaf22
Apply suggestions from code review
1 year ago
Simon Marquis 61c7d71870
Migrate `:core:common` to pure JVM module
1 year ago
Simon Marquis 4f8f08380f
Prep work for JVM alternatives to modules/plugins
1 year ago
Don Turner 707117a4f2
Merge branch 'main' into kotlinify
1 year ago
Don Turner 0f0511748e
Merge pull request #1088 from SimonMarquis/cleanup-dependencies
1 year ago
Simon Marquis be9dc533e3
Replace `Enum.values()` with `Enum.entries`
1 year ago
Don Turner 89d39a7242
Merge pull request #767 from SimonMarquis/resource-prefix
1 year ago
Simon Marquis bdb10a6870
Update core/designsystem/src/main/kotlin/com/google/samples/apps/nowinandroid/core/designsystem/component/scrollbar/ScrollbarExt.kt
1 year ago
Don Turner 9d41ffa318
Merge branch 'main' into kotlinify
1 year ago
Simon Marquis b6d82e24df
Merge branch 'main' into kotlinify
1 year ago
lihenggui 56fbe13b5a Ignore function naming check when annotated with @Test
1 year ago
lihenggui 485440b550 Suppress ktlint:standard:function-naming in ResultKtTest
1 year ago
lihenggui d671126f9e Move @Suppress("ktlint:standard:max-line-length") to function scope
1 year ago
lihenggui 32e1ec0447 Remove violations: property-naming
1 year ago
lihenggui f8f932705a Remove violations: discouraged-comment-location
1 year ago
lihenggui fb5bd225be Spotless
1 year ago
Simon Marquis f27a2e176e Reduce overall build complexity
1 year ago
Simon Marquis 768738350b
Merge branch 'main' into firebase-ktx
1 year ago
Yuya e8f4537e7c Update thumbTrackSizePercent calculation for readability
1 year ago
Yuya 07d9877331 Update thumb movement range by thumb size, in app scrollbars
1 year ago
Ben Trengrove e62d70bf5a
Merge pull request #1067 from android/ben/itemstate
1 year ago
dahunsi e334a727c3 Fix typo in app scrollbars
1 year ago
Ben Trengrove 3142ecb495 Remove redundant mutable state
1 year ago
Ben Trengrove 22df321b9e Apply spotless
1 year ago
Ben Trengrove 72da8e2e56 Use custom Modifier.Node instead of background
1 year ago
Ben Trengrove d8880e98f0 Move state into a state holder and remove redundant Box
1 year ago
Ben Trengrove 01928d7df5 Move scrollbar changes out of composition
1 year ago
Simon Marquis 447386d5dc
spotless
1 year ago
Simon Marquis 382eb1e695 Firebase: Migrate to using the Kotlin extensions (KTX) APIs in the main modules
1 year ago
Simon Marquis caa482bc71 Kotlinify codebase
1 year ago
Simon Marquis 988002e692 Update Robolectric 4.11.1
1 year ago
Simon Marquis cf2d445362 Move Android instrumented test `ThemeTest` to unit test
1 year ago
Daniel Santiago c908f989c8 Update to Hilt 2.48.1 and use the KSP version
1 year ago