Commit Graph

376 Commits (3d1550be45958bc78800142cfafa37a1cb5e719c)

Author SHA1 Message Date
Don Turner 691bf2aad6
Merge pull request #785 from SimonMarquis/optimize-avd
11 months ago
Simon Marquis 377d3bef0c
Optimize AVD to fix long vector paths Lint warning
11 months ago
Don Turner 707117a4f2
Merge branch 'main' into kotlinify
11 months ago
Don Turner 0f0511748e
Merge pull request #1088 from SimonMarquis/cleanup-dependencies
11 months ago
Simon Marquis be9dc533e3
Replace `Enum.values()` with `Enum.entries`
11 months ago
Don Turner 89d39a7242
Merge pull request #767 from SimonMarquis/resource-prefix
11 months ago
Simon Marquis bdb10a6870
Update core/designsystem/src/main/kotlin/com/google/samples/apps/nowinandroid/core/designsystem/component/scrollbar/ScrollbarExt.kt
11 months ago
Don Turner 9d41ffa318
Merge branch 'main' into kotlinify
11 months ago
Simon Marquis b6d82e24df
Merge branch 'main' into kotlinify
11 months ago
lihenggui 56fbe13b5a Ignore function naming check when annotated with @Test
11 months ago
lihenggui 485440b550 Suppress ktlint:standard:function-naming in ResultKtTest
11 months ago
lihenggui d671126f9e Move @Suppress("ktlint:standard:max-line-length") to function scope
11 months ago
lihenggui 32e1ec0447 Remove violations: property-naming
12 months ago
lihenggui f8f932705a Remove violations: discouraged-comment-location
12 months ago
lihenggui fb5bd225be Spotless
12 months ago
Simon Marquis f27a2e176e Reduce overall build complexity
12 months ago
Yuya e8f4537e7c Update thumbTrackSizePercent calculation for readability
12 months ago
Yuya 07d9877331 Update thumb movement range by thumb size, in app scrollbars
12 months ago
Ben Trengrove e62d70bf5a
Merge pull request #1067 from android/ben/itemstate
12 months ago
dahunsi e334a727c3 Fix typo in app scrollbars
12 months ago
Ben Trengrove 3142ecb495 Remove redundant mutable state
12 months 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 caa482bc71 Kotlinify codebase
1 year ago
Simon Marquis 988002e692 Update Robolectric 4.11.1
1 year ago
Daniel Santiago c908f989c8 Update to Hilt 2.48.1 and use the KSP version
1 year ago
Mario Manhique b2c1c11218
Update MainDispatcherRule.kt
1 year ago
Adetunji Dahunsi 78573b8efc
Merge pull request #972 from tjmtic/now-update-888
1 year ago
Jonathan Koren 5482d81fdc fixed for PR 985
1 year ago
TM 2b84fafcf7 Merge remote-tracking branch 'upstream/main' into now-update-888
1 year ago
Simon Marquis 245723b5b2 Fix compiler warning: Remove single lambda parameter declaration
1 year ago
Adetunji Dahunsi 0287af8d9a
Merge pull request #947 from android/tj/staggered-grid-feed
1 year ago
TM 7fc67c2915 Update compose-runtime version; Update primitive mutable states to mutableState API where applicable
1 year ago
Don Turner a381d13199
Merge pull request #958 from McGalanes/main
1 year ago
Don Turner 301661ce86
Merge pull request #959 from McGalanes/convention-plugins-toml
1 year ago
dahunsi 1d0435832d Fix spotless
1 year ago
dahunsi beaa85739d Address PR feedback
1 year ago
Don Turner 6e96d30519
Merge pull request #912 from lihenggui/main
1 year ago
Minseong Kim 5612396290 Fit typo in SystemTrayNotifier.kt
1 year ago
Melwin Magalhaes 6247712064 Add convention plugins to version catalogs
1 year ago
Melwin Magalhaes b1266dc05a Use typesafe project accessors for project modules
1 year ago
dahunsi 77451779cd Use animateItemPlacement() on feed
1 year ago
dahunsi 8b759ae569 Fix spotless
1 year ago
dahunsi 03d2455f41 Use lazy vertical staggered grid in feed to maximize space utilization
1 year ago
Simon Marquis b2cd980170
Merge remote-tracking branch 'origin/main' into resource-prefix
1 year ago
Simon Marquis ebfe01affd Enforce `resourcePrefix` on Android library modules
1 year ago
Simon Marquis a33dafccad Migrate from `java` to `kotlin` sourceSet directory
1 year ago
Jose Alcérreca 151f877bbe
Adds screenshot tests to :core:designsystem (#931)
1 year ago