Commit Graph

40 Commits (ec5424f6a37a8214cf4cde8e4e671f68d2db84f1)

Author SHA1 Message Date
sanao1006 825a5e2f5f [Refactor]: Directly call SearchContentsRepository interface in SearchViewModel 1 year ago
Don Turner a5025390af Add title to READMEs to describe the dependency graph 1 year ago
Don Turner 80a82de945 Update module dependency graphs and add script to create them 1 year ago
Don Turner 707117a4f2
Merge branch 'main' into kotlinify 1 year ago
Simon Marquis f27a2e176e Reduce overall build complexity 1 year ago
Simon Marquis caa482bc71 Kotlinify codebase 1 year ago
Daniel Santiago c908f989c8 Update to Hilt 2.48.1 and use the KSP version 1 year ago
Don Turner a381d13199
Merge pull request from McGalanes/main 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
Simon Marquis a33dafccad Migrate from `java` to `kotlin` sourceSet directory 2 years ago
Takeshi Hagikura b3cdc172cd
Implement search feature () 2 years ago
James Rose 050db2cb72 Merge branch 'main' into jr/track-viewed 2 years ago
James Rose 57c13d84bd Incorporate code review changes: Move UserNewsResourceRepository to data 2 years ago
Simon Marquis 8ec54d19d8 Sort and group Gradle dependencies thanks to square/gradle-dependencies-sorter 2 years ago
James Rose bd450099fb Replace GetUserNewsResourcesUseCase with UserNewsResourceRepository 2 years ago
James Rose 9ee2acf327 Add viewed status for news resources to data layer 2 years ago
Adetunji Dahunsi 09f5c3bc61 Add NewsResourceQuery to better query encapsulation 2 years ago
Miłosz Moczkowski bcb4d7d592 Replace global variables with PreviewParameterProvider 2 years ago
Márton Braun 819dd494ad Run Spotless to add trailing commas (and apply other rule updates) 2 years ago
Angie Sasmita 6046f6e943 Add dynamic color option in settings for API >=32 2 years ago
Don Turner bad3ea60f5 Refactor Topics news feed, tidy a few other bits up 2 years ago
Don Turner cafac8eb09 fix spotless, tidy test data 2 years ago
Don Turner 6207fe3bcf mapToUserNewsResources converts List<NewsResource> to List<UserNewsResource> 2 years ago
Don Turner 24df51349d Move mapping logic into secondary constructor 2 years ago
Don Turner 355b0540aa Move construction of UserNewsResource into separate function 2 years ago
magicalmeghan ffb5aeba86 Added third draft of tests 2 years ago
magicalmeghan d9e18607be Added second draft of tests 2 years ago
magicalmeghan 8089866079 Added second draft of tests 2 years ago
magicalmeghan 9a900f9900 Added first draft of tests 2 years ago
Don Turner 5638e253ae Fix unit and UI tests. Apply spotless. 2 years ago
magicalmeghan ec4bceead3 Renamed SaveableNewsResource to UserNewsResource 2 years ago
magicalmeghan 6941e2082b Renamed SaveableNewsResource to UserNewsResource 2 years ago
Jolanda Verhoef 4ba63c0de8 Remove author concept from app 2 years ago
Márton Braun 9c22a7a4e7 Remove `Stream` suffixes 2 years ago
Marek Rzeźniczek 7e0a154489 Migrate core:domain namespace to build.gradle file 2 years ago
Simon Marquis 90dc300783 Migrate from JUnit assertions to Kotlin's test framework 2 years ago
Don Turner 6654403498 Refactor onboarding to save interests to user data 2 years ago
Don Turner a9aa3eafab Add data from the last 10 episodes 2 years ago
Don Turner 4a4de7d6a4 Add domain layer. See go/nia-domain-layer for details. 2 years ago