Commit Graph

542 Commits (add-topicdao-test)

Author SHA1 Message Date
Don Turner c4642cea61 Add graph for screenshot testing module, minor update to script
2 years ago
Jaehwa Noh abe798056e
Add @After to guarantee DB was closed. (#1240)
2 years ago
Don Turner 80a82de945 Update module dependency graphs and add script to create them
2 years ago
Don Turner 2d610b0775 Merge branch 'main' into replace-testharness
2 years ago
Don Turner 42e9a3a2c6
Merge pull request #1182 from SimonMarquis/api-compose-ui-tooling
2 years ago
Don Turner 350e7b1bba
Merge pull request #1144 from SimonMarquis/move-fakes-to-data-test-module
2 years ago
Don Turner 171fa88ac0
Merge pull request #1248 from yongsuk44/main
2 years ago
Don Turner 067d68e1c6
Merge pull request #1247 from Jaehwa-Noh/remove-unused-function
2 years ago
kim-yongsuk 3fa75a037a Apply Composable Parameter Ordering Guidelines
2 years ago
Alex Vanyo e3c7018124 Extract ScreenshotHelper to separate testing module
2 years ago
Jaehwa Noh 52c0d7ae0a Remove Insert function
2 years ago
Tomáš Mlynarič f31fdb3ec2 Merge branch 'main' into mlykotom/tz-perf-improvement
2 years ago
dturner 50d5583fe1 🤖 Updates screenshots
2 years ago
Don Turner d6357be8c4 Replace Accompanist TestHarness with DeviceConfigurationOverride
2 years ago
Don Turner 7abcefdfdf Update Compose BOM to 2024.02.00. Fixes #1218
2 years ago
Simon Marquis 8d89a89096 Merge remote-tracking branch 'origin/main' into move-android-instrumented-test
2 years ago
Simon Marquis dc22e8ae31 Merge remote-tracking branch 'origin/main' into jvm-alt
2 years ago
Simon Marquis dc2f435a27 Merge remote-tracking branch 'origin/main' into move-fakes-to-data-test-module
2 years ago
dturner 27fd4e544a 🤖 Updates screenshots
2 years ago
Don Turner 08dfec01f6 Fix individual UI components
2 years ago
dturner 02d4fea615 🤖 Updates screenshots
2 years ago
Don Turner 8494b74646 Fix spotless (really should enable the commit hook to do this)
2 years ago
Don Turner 68c15a891c Fix text styles and spacing now that includeFontPadding is false
2 years ago
dturner 81a5c0a3a7 🤖 Updates screenshots
2 years ago
Don Turner 092daacced Revert fontSize change
2 years ago
Don Turner 1de15f0fab Fix spotless (again)
2 years ago
Don Turner 76d59b3da8
Merge branch 'main' into update-compose-bom
2 years ago
Don Turner 1d2029aa2c
Merge pull request #1040 from SimonMarquis/fix-unit-test
2 years ago
Don Turner adddea6fc7 Remove includeFontPadding, default behaviour is fine
2 years ago
Tomáš Mlynarič 75a3295381 Merge branch 'main' into mlykotom/tz-perf-improvement
2 years ago
dturner 9e645356f6 🤖 Updates screenshots
2 years ago
Don Turner 3868371ec8 Switch default padding to true since this was actually false by default since Compose 1.6.0-alpha01
2 years ago
Don Turner c773fd7d0a Switch off default font padding to avoid changing UI
2 years ago
Don Turner 3b1ee87194 Fix ShortText icon
2 years ago
dturner 6b2b01ed82 🤖 Updates screenshots
2 years ago
Don Turner 522efac8c0 Update Compose BOM to 2024.02.00. Fixes #1218
2 years ago
Tomáš Mlynarič 4cdc2ad345 Add comment for Retrofit async OkHttp
2 years ago
Tomáš Mlynarič d110d92b87 Optimize OkHttp initialization for Retrofit
2 years ago
Tomáš Mlynarič 5f0612102d Improve lazy loading for Coil + OkHttp
2 years ago
Tomáš Mlynarič 9daedc9690 Improve converting to kotlin timezone
2 years ago
Tomáš Mlynarič 12a3a6edde Use trySend multiple times
2 years ago
Simon Marquis 3d339e1658 Move `:core:data` fake repositories to `:core:data-test`
2 years ago
Simon Marquis e629d5e4bf
Merge branch 'main' into jvm-alt
2 years ago
Tomáš Mlynarič 6ec3b3c7a2 Use androidx.tracing everywhere
2 years ago
Tomáš Mlynarič ea1573fcc1 Use kotlinx.datetime.Timezone instead of java ZoneId
2 years ago
Simon Marquis b687328567
Replace comments with proper `@TestOnly` annotations
2 years ago
Simon Marquis a83f6691c4
Fix addNewsResources issue
2 years ago
Simon Marquis 5a1258232f
Fix `emptyResultIsReturned_withNotMatchingQuery` unit test
2 years ago
Tomáš Mlynarič a16d5f726c More readable zoneId creation
2 years ago
Tomáš Mlynarič 44ae059a2b Rename LocalTimeZone -> LocalZoneId + collects with lifecycle
2 years ago
Tomáš Mlynarič 1e925ed99f
Conflate TimeZoneMonitor emissions
2 years ago
Tomáš Mlynarič 0b3ece1bb9 Fix spotless
2 years ago
Tomáš Mlynarič cb00d2c8cb Add TimeZoneMonitor to prevent multiple TimeZoneBroadcastReceivers
2 years ago
Simon Marquis d932cde110
Move `androidx.compose.ui:ui-tooling` dependency to convention plugin
2 years ago
Don Turner 691bf2aad6
Merge pull request #785 from SimonMarquis/optimize-avd
2 years ago
Simon Marquis d9d9153eda
Merge branch 'main' into firebase-ktx
2 years ago
Simon Marquis 377d3bef0c
Optimize AVD to fix long vector paths Lint warning
2 years ago
Simon Marquis d17f3b1101
Merge branch 'main' into move-android-instrumented-test
2 years ago
Simon Marquis c1118eaf22
Apply suggestions from code review
2 years ago
Simon Marquis 61c7d71870
Migrate `:core:common` to pure JVM module
2 years ago
Simon Marquis 4f8f08380f
Prep work for JVM alternatives to modules/plugins
2 years ago
Don Turner 707117a4f2
Merge branch 'main' into kotlinify
2 years ago
Don Turner 0f0511748e
Merge pull request #1088 from SimonMarquis/cleanup-dependencies
2 years ago
Simon Marquis be9dc533e3
Replace `Enum.values()` with `Enum.entries`
2 years ago
Don Turner 89d39a7242
Merge pull request #767 from SimonMarquis/resource-prefix
2 years ago
Simon Marquis bdb10a6870
Update core/designsystem/src/main/kotlin/com/google/samples/apps/nowinandroid/core/designsystem/component/scrollbar/ScrollbarExt.kt
2 years ago
Don Turner 9d41ffa318
Merge branch 'main' into kotlinify
2 years ago
Simon Marquis b6d82e24df
Merge branch 'main' into kotlinify
2 years ago
lihenggui 56fbe13b5a Ignore function naming check when annotated with @Test
2 years ago
lihenggui 485440b550 Suppress ktlint:standard:function-naming in ResultKtTest
2 years ago
lihenggui d671126f9e Move @Suppress("ktlint:standard:max-line-length") to function scope
2 years ago
lihenggui 32e1ec0447 Remove violations: property-naming
2 years ago
lihenggui f8f932705a Remove violations: discouraged-comment-location
2 years ago
lihenggui fb5bd225be Spotless
2 years ago
Simon Marquis f27a2e176e Reduce overall build complexity
2 years ago
Simon Marquis 768738350b
Merge branch 'main' into firebase-ktx
2 years ago
Yuya e8f4537e7c Update thumbTrackSizePercent calculation for readability
2 years ago
Yuya 07d9877331 Update thumb movement range by thumb size, in app scrollbars
2 years ago
Ben Trengrove e62d70bf5a
Merge pull request #1067 from android/ben/itemstate
2 years ago
dahunsi e334a727c3 Fix typo in app scrollbars
2 years ago
Ben Trengrove 3142ecb495 Remove redundant mutable state
2 years ago
Ben Trengrove 22df321b9e Apply spotless
2 years ago
Ben Trengrove 72da8e2e56 Use custom Modifier.Node instead of background
2 years ago
Ben Trengrove d8880e98f0 Move state into a state holder and remove redundant Box
2 years ago
Ben Trengrove 01928d7df5 Move scrollbar changes out of composition
2 years ago
Simon Marquis 447386d5dc
spotless
2 years ago
Simon Marquis 382eb1e695 Firebase: Migrate to using the Kotlin extensions (KTX) APIs in the main modules
2 years ago
Simon Marquis caa482bc71 Kotlinify codebase
2 years ago
Simon Marquis 988002e692 Update Robolectric 4.11.1
2 years ago
Simon Marquis cf2d445362 Move Android instrumented test `ThemeTest` to unit test
2 years ago
Daniel Santiago c908f989c8 Update to Hilt 2.48.1 and use the KSP version
2 years ago
rosariopf b9757b3411 remove ktx import from FirebaseAnalyticsHelper.kt
2 years ago
Mario Manhique b2c1c11218
Update MainDispatcherRule.kt
2 years ago
Don Turner 89863c3f87 Fix formatting issues
2 years ago
rosariopf 9f26813697 upgrade to Firebase BoM 32.5.0 and drop Firebase KTX
2 years ago
Adetunji Dahunsi 78573b8efc
Merge pull request #972 from tjmtic/now-update-888
2 years ago
Jonathan Koren 5482d81fdc fixed for PR 985
2 years ago
TM 2b84fafcf7 Merge remote-tracking branch 'upstream/main' into now-update-888
2 years ago
Simon Marquis 245723b5b2 Fix compiler warning: Remove single lambda parameter declaration
2 years ago
Adetunji Dahunsi 0287af8d9a
Merge pull request #947 from android/tj/staggered-grid-feed
2 years ago
TM 7fc67c2915 Update compose-runtime version; Update primitive mutable states to mutableState API where applicable
2 years ago
Don Turner a381d13199
Merge pull request #958 from McGalanes/main
2 years ago
Don Turner 301661ce86
Merge pull request #959 from McGalanes/convention-plugins-toml
2 years ago
dahunsi 1d0435832d Fix spotless
2 years ago
dahunsi beaa85739d Address PR feedback
2 years ago
Don Turner 6e96d30519
Merge pull request #912 from lihenggui/main
2 years ago
Minseong Kim 5612396290 Fit typo in SystemTrayNotifier.kt
2 years ago
Melwin Magalhaes 6247712064 Add convention plugins to version catalogs
2 years ago
Melwin Magalhaes b1266dc05a Use typesafe project accessors for project modules
2 years ago
dahunsi 77451779cd Use animateItemPlacement() on feed
2 years ago
dahunsi 8b759ae569 Fix spotless
2 years ago
dahunsi 03d2455f41 Use lazy vertical staggered grid in feed to maximize space utilization
2 years ago
Simon Marquis b2cd980170
Merge remote-tracking branch 'origin/main' into resource-prefix
2 years ago
Simon Marquis ebfe01affd Enforce `resourcePrefix` on Android library modules
2 years ago
Simon Marquis a33dafccad Migrate from `java` to `kotlin` sourceSet directory
2 years ago
Jose Alcérreca 151f877bbe
Adds screenshot tests to :core:designsystem (#931)
2 years ago
Don Turner d0909a9c8f
Merge pull request #925 from SimonMarquis/remove-dispatcher
2 years ago
Simon Marquis 0ddcf0b4ab Remove unnecessary dispatcher switch in `DefaultRecentSearchRepository`
2 years ago
Roy Matero 298f3ce4db
Merge branch 'android:main' into main
2 years ago
Simon Marquis c98e6236d5 Replace identical `InstantSerializer` with KotlinX datetime default serializer
2 years ago
Jose Alcérreca 5b79869324
Adds dark screenshot tests and fixes background colors in ForYou (#918)
2 years ago
Roy Matero 4e6cda1965 Renamed toggle function signature with boolean parameters
2 years ago
Milosz Moczkowski c57fb78fa7
Merge pull request #759 from SimonMarquis/lint/sarif
2 years ago
Jose Alcérreca 886158d3cb
Adds Screenshot testing with Roborazzi (#876)
2 years ago
lihenggui fcc49d141d Upgrade Gradle to v8.3
2 years ago
Milosz Moczkowski 928833fe5d
Merge pull request #889 from RivanParmar/main
2 years ago
Jose Alcérreca 6c0d6ad82e
Fixes icons size in onboarding and restores LocalInspection for images (#909)
2 years ago
Simon Marquis 0ced769999 Widen `isNotEmpty` with `isNotBlank` to potentially catch blank values
2 years ago
Simon Marquis 4a5ec5bd82 Update `var` with fake default value to the more "correct" `lateinit var`
2 years ago
Simon Marquis f1bc6f1226 Restore `Unknown` type as empty `String`
2 years ago
Simon Marquis c831dc673c
Fix broken text
2 years ago
Simon Marquis daa2228132 Restore original `type` labels
2 years ago
Simon Marquis 480d8e7d7c Fix missing removal
2 years ago
Simon Marquis 553b01fcb6 spotlessApply
2 years ago
Simon Marquis 0377fd8712 Replace `NewsResourceType` enum with simpler String type
2 years ago
Adetunji Dahunsi 153b34fd50
Merge pull request #850 from qamarelsafadi/loading-progress-for-image
2 years ago
RivanParmar 9e1d46e28c Rename SearchResult.kt.kt to SearchResult.kt
2 years ago
Don Turner 492697ce6b
Merge pull request #873 from SimonMarquis/misc-warnings
2 years ago
qamarelsafadi 308f51f87d Merge remote-tracking branch 'origin/loading-progress-for-image' into loading-progress-for-image
2 years ago
Qamar A. Safadi 2db3e0c804
Merge branch 'android:main' into loading-progress-for-image
2 years ago
qamarelsafadi 5d7e33d905 fix formatting
2 years ago
Don Turner 8901e5932a
Merge pull request #872 from SimonMarquis/data-objects
2 years ago
Don Turner 0e13207a40
Merge pull request #874 from SimonMarquis/string-decoder
2 years ago
qamarelsafadi f203e9a218 feat: replacing SubcomposeAsyncImage as its not recommended to use with lazyLayout
2 years ago
Qamar A. Safadi 5abc69fb49
Merge branch 'android:main' into loading-progress-for-image
2 years ago
Don Turner 4d0efef3b4
Merge pull request #879 from tatsuyafujisaki/rename-constants
2 years ago
AlirezaJoon a23ffab602 fix: add label to animations for fixing lint issue
2 years ago
Qamar A. Safadi 8aa0457ca9
Merge branch 'android:main' into loading-progress-for-image
2 years ago
Tatsuya Fujisaki 4eeb045287 Rename constants
2 years ago
Adetunji Dahunsi ec53d03854
Merge pull request #722 from android/tj/scrollbars
2 years ago