Commit Graph

92 Commits (94df4d93dfb8dd680b6301fcfe86327854a87b32)

Author SHA1 Message Date
Tomáš Mlynarič c396352d83 Remove forgotten Trace.endSection()
11 months ago
Tomáš Mlynarič 6b35cbb328 Offload connectivity monitor to a background thread
11 months ago
Don Turner ecdfdef4e4
Merge pull request #1291 from Jaehwa-Noh/rename
12 months ago
Simon Marquis ee8797f940 Delete unused `combine` extension in `SyncUtilities.kt`
12 months ago
Jaehwa Noh 27ca860745 Rename fake to demo.
12 months ago
Jaehwa Noh ee4320723f Fix typo.
12 months ago
Jaehwa Noh ed91723e2f Fix #1270
12 months ago
Don Turner 350e7b1bba
Merge pull request #1144 from SimonMarquis/move-fakes-to-data-test-module
1 year ago
Jaehwa Noh 52c0d7ae0a Remove Insert function
1 year ago
Tomáš Mlynarič 9daedc9690 Improve converting to kotlin timezone
1 year ago
Tomáš Mlynarič 12a3a6edde Use trySend multiple times
1 year ago
Simon Marquis 3d339e1658 Move `:core:data` fake repositories to `:core:data-test`
1 year ago
Tomáš Mlynarič 6ec3b3c7a2 Use androidx.tracing everywhere
1 year ago
Tomáš Mlynarič ea1573fcc1 Use kotlinx.datetime.Timezone instead of java ZoneId
1 year ago
Tomáš Mlynarič a16d5f726c More readable zoneId creation
1 year ago
Tomáš Mlynarič 1e925ed99f
Conflate TimeZoneMonitor emissions
1 year ago
Tomáš Mlynarič cb00d2c8cb Add TimeZoneMonitor to prevent multiple TimeZoneBroadcastReceivers
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
Simon Marquis a33dafccad Migrate from `java` to `kotlin` sourceSet directory
1 year 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 4e6cda1965 Renamed toggle function signature with boolean parameters
2 years ago
Simon Marquis daa2228132 Restore original `type` labels
2 years ago
Simon Marquis 0377fd8712 Replace `NewsResourceType` enum with simpler String type
2 years ago
blackbracken 805914dade Call getNewsResourceIds instead of getNewsResources
2 years ago
Simon Marquis 27154ef38a Apply changes from review comments
2 years ago
Simon Marquis fecab96e4c Keep track of matching `Network`s inside `NetworkCallback`
2 years ago
TJ Dahunsi dcc36b0228 Fix tests
2 years ago
TJ Dahunsi cd6ad7d575 Ensure DAO exposes only reactive types
2 years ago
Adetunji Dahunsi ba1d9e14df
Merge pull request #716 from SimonMarquis/SimonMarquis-patch-3
2 years ago
James Rose 2f2dfb00a4 Mark all news resources read on first sync
2 years ago
Simon Marquis ec9155fef9
Update ConnectivityManagerNetworkMonitor.kt
2 years ago
Simon Marquis 7819a0c6bc
Extract common code to update the Flow value
2 years ago
Simon Marquis def5c4e881
Update ConnectivityManagerNetworkMonitor.kt
2 years ago
Simon Marquis 76c249a651
Update ConnectivityManagerNetworkMonitor.kt
2 years ago
Simon Marquis f34ee1c01b
Update ConnectivityManagerNetworkMonitor.kt
2 years ago
Simon Marquis de6545f5d7
Simplify handling of nullability in `ConnectivityManagerNetworkMonitor`
2 years ago
TJ Dahunsi 9562f7707d Route notification deep link through for you screen, with spotless fixes
2 years ago
TJ Dahunsi ef97cb941c Route notification deep link through for you screen
2 years ago
Milosz Moczkowski c746b6afcd
Merge pull request #598 from takagimeow/fix/clean-up-unused-update-topics
2 years ago
Takeshi Hagikura b3cdc172cd
Implement search feature (#685)
2 years ago
Adetunji Dahunsi 73a38720d8
Merge pull request #649 from android/tj/backend-requested-sync
2 years ago
Adetunji Dahunsi 6b834b6f4c Applied code review suggestions
2 years ago
Adetunji Dahunsi b3f2502ec2
Update core/data/src/test/java/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstNewsRepositoryTest.kt
2 years ago
Adetunji Dahunsi f86d174c1b Used more explicit variable names in tests
2 years ago
Adetunji Dahunsi 337c940d66 Add comments explaining backend sync and made variable names easier to grok
2 years ago
Adetunji Dahunsi 022cd92f4c
Update core/data/src/main/java/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstNewsRepository.kt
2 years ago
Adetunji Dahunsi 05be2855d8 Wire up backend requested sync
2 years ago