Commit Graph

107 Commits (026fe1e9ff1d7bfc1e960e43d6574c44872c60e7)

Author SHA1 Message Date
Simon Marquis 929848aa08 Merge Android & JVM plugins into a single `HiltConventionPlugin`
1 year ago
Tomáš Mlynarič 7a9355482b Remove forgotten Trace.endSection()
1 year ago
Tomáš Mlynarič 5b1ba07f99 Offload connectivity monitor to a background thread
1 year ago
Don Turner 4fc5e67d30 Merge pull request #1291 from Jaehwa-Noh/rename
2 years ago
Simon Marquis bcdc1a322e Delete unused `combine` extension in `SyncUtilities.kt`
2 years ago
Jaehwa Noh c975be2f07 Rename fake to demo.
2 years ago
Alex Vanyo 055ed3cc5c Merge pull request #1275 from Jaehwa-Noh/rename-function
2 years ago
Don Turner 7415ae3b46 Add title to READMEs to describe the dependency graph
2 years ago
Jaehwa Noh 114ab5a713 Fix typo.
2 years ago
Jaehwa Noh 8f46eb84ae Fix #1270
2 years ago
Don Turner 2004c9abca Update module dependency graphs and add script to create them
2 years ago
Don Turner 951bd07490 Merge pull request #1144 from SimonMarquis/move-fakes-to-data-test-module
2 years ago
Jaehwa Noh 1ff2722d2e Remove Insert function
2 years ago
Tomáš Mlynarič 8e959e9803 Improve converting to kotlin timezone
2 years ago
Tomáš Mlynarič 77d4f5f57f Use trySend multiple times
2 years ago
Simon Marquis 37af179716 Move `:core:data` fake repositories to `:core:data-test`
2 years ago
Tomáš Mlynarič 251b1bbc2c Use androidx.tracing everywhere
2 years ago
Tomáš Mlynarič e208bd0bfd Use kotlinx.datetime.Timezone instead of java ZoneId
2 years ago
Tomáš Mlynarič 6c7a136de2 More readable zoneId creation
2 years ago
Tomáš Mlynarič 64a325ae6c Conflate TimeZoneMonitor emissions
2 years ago
Tomáš Mlynarič c432f74054 Add TimeZoneMonitor to prevent multiple TimeZoneBroadcastReceivers
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
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
Don Turner a2c0450965 Merge pull request #925 from SimonMarquis/remove-dispatcher
2 years ago
Simon Marquis 7f5a8619fe Remove unnecessary dispatcher switch in `DefaultRecentSearchRepository`
2 years ago
Roy Matero 6122d92cf8 Renamed toggle function signature with boolean parameters
2 years ago
Simon Marquis 642d32bf38 Restore original `type` labels
2 years ago
Simon Marquis 81bec2e367 Replace `NewsResourceType` enum with simpler String type
2 years ago
blackbracken 8dff654571 Call getNewsResourceIds instead of getNewsResources
2 years ago
Simon Marquis 06d07dbca4 Apply changes from review comments
2 years ago
Simon Marquis 769e5dd458 Keep track of matching `Network`s inside `NetworkCallback`
2 years ago
TJ Dahunsi 56034631b5 Fix tests
2 years ago
TJ Dahunsi 0d416f2404 Ensure DAO exposes only reactive types
2 years ago
Adetunji Dahunsi 3ec9746ce9 Merge pull request #716 from SimonMarquis/SimonMarquis-patch-3
2 years ago
James Rose 2bd3bc7bb2 Mark all news resources read on first sync
2 years ago
Simon Marquis 8e39c933bd Update ConnectivityManagerNetworkMonitor.kt
2 years ago
Simon Marquis 32698353c5 Extract common code to update the Flow value
2 years ago
Simon Marquis 3fcdda6bb6 Update ConnectivityManagerNetworkMonitor.kt
2 years ago
Simon Marquis cbe308f8a2 Update ConnectivityManagerNetworkMonitor.kt
2 years ago
Simon Marquis b3a0b43eba Update ConnectivityManagerNetworkMonitor.kt
2 years ago
Simon Marquis 5e33c57144 Simplify handling of nullability in `ConnectivityManagerNetworkMonitor`
2 years ago
TJ Dahunsi bdff1bfc01 Route notification deep link through for you screen, with spotless fixes
2 years ago
TJ Dahunsi 7312b33e9e Route notification deep link through for you screen
2 years ago
Milosz Moczkowski 6168049ac5 Merge pull request #598 from takagimeow/fix/clean-up-unused-update-topics
2 years ago
Takeshi Hagikura 61db05b707 Implement search feature (#685)
2 years ago