Commit Graph

64 Commits (d5a23098bcb51a76c3ead93679dfda41d2cf79bd)

Author SHA1 Message Date
Don Turner 65d78590f2 Merge pull request #1442 from Jaehwa-Noh/remove-default-value
9 months ago
Simon Marquis 85491e0f53 Remove implicit `TemporaryFolder` binding with InMemoryDataStore test module
1 year ago
Simon Marquis 929848aa08 Merge Android & JVM plugins into a single `HiltConventionPlugin`
1 year ago
Simon Marquis 1a6102cdda Merge remote-tracking branch 'origin/main' into jvm-alt
1 year ago
Jaehwa Noh 23d8eaba01 Remove `isReturnDefaultValues`.
1 year ago
Don Turner 7415ae3b46 Add title to READMEs to describe the dependency graph
2 years ago
Don Turner 2004c9abca Update module dependency graphs and add script to create them
2 years ago
Simon Marquis e3a0f119c3 Merge branch 'main' into jvm-alt
2 years ago
Simon Marquis 62a0f1c84e Prep work for JVM alternatives to modules/plugins
2 years ago
Don Turner 4843216871 Merge branch 'main' into kotlinify
2 years ago
Simon Marquis 171e2e83f5 Reduce overall build complexity
2 years ago
Simon Marquis 6a3a5ea692 Kotlinify codebase
2 years ago
Daniel Santiago 20129f083b Update to Hilt 2.48.1 and use the KSP version
2 years ago
Don Turner 3d85cd06d0 Merge pull request #958 from McGalanes/main
2 years ago
Don Turner 97933b1686 Merge pull request #959 from McGalanes/convention-plugins-toml
2 years ago
Don Turner 6628ddfdaf Merge pull request #912 from lihenggui/main
2 years ago
Melwin Magalhaes f470be2860 Add convention plugins to version catalogs
2 years ago
Melwin Magalhaes d089ccd9d7 Use typesafe project accessors for project modules
2 years ago
Simon Marquis 2bbb982b3a Migrate from `java` to `kotlin` sourceSet directory
2 years ago
Roy Matero 6122d92cf8 Renamed toggle function signature with boolean parameters
2 years ago
lihenggui f7df999c22 Upgrade Gradle to v8.3
2 years ago
Simon Marquis 54ad808e74 Fix miscellaneous warnings
2 years ago
Simon Marquis 150e1426f0 Add protobuf generated sources to the sourceSets
2 years ago
Milosz Moczkowski 38201a0314 Merge pull request #770 from android/refactor/remove_unused_statements
2 years ago
Miłosz Moczkowski bdc607d289 Remove redundant suppressions
2 years ago
Miłosz Moczkowski 31dd5ecf59 Remove redundant statements
2 years ago
Don Turner 46d39ed85d Add top level application scope, use IO dispatcher for DataStore
2 years ago
Don Turner 5dd82b3829 Merge pull request #681 from SimonMarquis/di/coroutine-scope
2 years ago
James Rose 2bd3bc7bb2 Mark all news resources read on first sync
2 years ago
Simon Marquis 1df26b4b20 Replace unused variable with simpler method calls
2 years ago
Simon Marquis 119550fe38 Remove `DSL_SCOPE_VIOLATION` suppression as it is now fixed in Gradle 8.1
2 years ago
Don Turner 59d48f472e Merge pull request #662 from android/av/agp-8.0
2 years ago
Simon Marquis 1a89c975b8 Add Application-wide `CoroutineScope` in the DI graph
2 years ago
James Rose bb973872c7 Merge branch 'main' into jr/track-viewed
2 years ago
Alex Vanyo 534e39a771 Update to AGP 8.0
2 years ago
Milosz Moczkowski 3ca31bedec Merge branch 'main' into patch-2
2 years ago
James Rose 317f47c3cf Incorporate code review changes: Move UserNewsResourceRepository to data
3 years ago
Simon Marquis 3d7b71963c Sort and group Gradle dependencies thanks to square/gradle-dependencies-sorter
3 years ago
James Rose b8fc2c9302 Add viewed status for news resources to data layer
3 years ago
Manuel Vivo aa98df6666 Provide a CoroutineScope to fake DataStores
3 years ago
Márton Braun 56ecffbadd Run Spotless to add trailing commas (and apply other rule updates)
3 years ago
Angie Sasmita c97e7980c8 Add dynamic color option in settings for API >=32
3 years ago
Jolanda Verhoef a09612ec80 Remove author concept from app
3 years ago
Márton Braun 8e5fc3e03e Remove `Stream` suffixes
3 years ago
Simon Marquis 7797faee25 Configure `isReturnDefaultValues` for `:core:datastore`
3 years ago
Simon Marquis a09ea875b8 Migrate from JUnit assertions to Kotlin's test framework
3 years ago
Don Turner 89a18de1e4 Make updateShouldHideOnboardingIfNecessary private
3 years ago
Don Turner f81c7222e2 Rename hasDismissedOnboarding to shouldHideOnboarding
3 years ago
Don Turner be88f4f03d Refactor onboarding to save interests to user data
3 years ago
Don Turner 4654e67c23 Added null branches for reading user data from datastore
3 years ago