Commit Graph

40 Commits (d5a23098bcb51a76c3ead93679dfda41d2cf79bd)

Author SHA1 Message Date
sanao1006 37e776771d [Refactor]: Directly call SearchContentsRepository interface in SearchViewModel
2 years 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
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
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
Takeshi Hagikura 61db05b707 Implement search feature (#685)
2 years ago
James Rose bb973872c7 Merge branch 'main' into jr/track-viewed
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 0e19a2746c Replace GetUserNewsResourcesUseCase with UserNewsResourceRepository
3 years ago
James Rose b8fc2c9302 Add viewed status for news resources to data layer
3 years ago
Adetunji Dahunsi 3da3911180 Add NewsResourceQuery to better query encapsulation
3 years ago
Miłosz Moczkowski 7b11622c5d Replace global variables with PreviewParameterProvider
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
Don Turner 5ef7084baa Refactor Topics news feed, tidy a few other bits up
3 years ago
Don Turner 44c01135b9 fix spotless, tidy test data
3 years ago
Don Turner b9771fdb1b mapToUserNewsResources converts List<NewsResource> to List<UserNewsResource>
3 years ago
Don Turner e825185652 Move mapping logic into secondary constructor
3 years ago
Don Turner c629c72f69 Move construction of UserNewsResource into separate function
3 years ago
magicalmeghan f4c2a2b138 Added third draft of tests
3 years ago
magicalmeghan 1c8bfea3d8 Added second draft of tests
3 years ago
magicalmeghan 7776ccce6c Added second draft of tests
3 years ago
magicalmeghan 802d984300 Added first draft of tests
3 years ago
Don Turner ed2df9c379 Fix unit and UI tests. Apply spotless.
3 years ago
magicalmeghan a25ad9c017 Renamed SaveableNewsResource to UserNewsResource
3 years ago
magicalmeghan 664a827d55 Renamed SaveableNewsResource to UserNewsResource
3 years ago
Jolanda Verhoef a09612ec80 Remove author concept from app
3 years ago
Márton Braun 8e5fc3e03e Remove `Stream` suffixes
3 years ago
Marek Rzeźniczek c3bc7f1545 Migrate core:domain namespace to build.gradle file
3 years ago
Simon Marquis a09ea875b8 Migrate from JUnit assertions to Kotlin's test framework
3 years ago
Don Turner be88f4f03d Refactor onboarding to save interests to user data
3 years ago
Don Turner 7413e22377 Add data from the last 10 episodes
3 years ago
Don Turner e223be6ac1 Add domain layer. See go/nia-domain-layer for details.
3 years ago