Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
379117e
DataConnectCacheDatabase.kt et al added
dconeybe Feb 6, 2026
d51dac8
ImmutableByteArray.kt added
dconeybe Feb 6, 2026
8c10496
SemanticVersion.kt added
dconeybe Feb 6, 2026
75308b8
StringUtil.kt added, with to0xHexString()
dconeybe Feb 6, 2026
118f721
testutil/property/arbitrary/ListNoRepeats.kt added
dconeybe Feb 6, 2026
5c49206
testutil/property/arbitrary/arbs.kt: semanticVersion() added
dconeybe Feb 6, 2026
9f087f8
StringCaseInsensitiveEquality.kt added
dconeybe Feb 6, 2026
7ab90da
TestUtils.kt: shouldNotContainLoneSurrogates() added
dconeybe Feb 6, 2026
7434766
SqliteDatabaseRule.kt added
dconeybe Feb 6, 2026
f0d09d9
OffsetLengthOutOfRangeArb.kt added
dconeybe Feb 6, 2026
daa8eed
StringUtil.kt: remove ByteBuffer stuff
dconeybe Feb 6, 2026
2ef5703
DataConnectCacheDatabaseUnitTest.kt: remove failing test (will fix it…
dconeybe Feb 6, 2026
8a7eac1
CHANGELOG.md: entry added (needs PR number replaced)
dconeybe Feb 6, 2026
462a4b7
CHANGELOG.md: update PR number
dconeybe Feb 6, 2026
70ae8c9
DataConnectCacheDatabaseUnitTest.kt: remove another flaky test, to be…
dconeybe Feb 6, 2026
fd28425
DataConnectCacheDatabase.kt: fix typo
dconeybe Feb 7, 2026
c471ef7
DataConnectCacheDatabaseMigrator.kt: fix typo
dconeybe Feb 7, 2026
307c047
Merge remote-tracking branch 'origin/main' into DataConnectCacheDatabase
dconeybe Feb 16, 2026
5427a57
QueryResultRehydrator.kt: alias proto imports to improve code readabi…
dconeybe Feb 17, 2026
46551af
DataConnectCacheDatabaseUnitTest.kt: finish unit tests
dconeybe Feb 17, 2026
40595ed
testutil/property/arbitrary/tuples.kt: improve debug logging
dconeybe Feb 17, 2026
bcbfd7b
DataConnectCacheDatabase.kt: require queryId to be non-empty
dconeybe Feb 17, 2026
8a0cbb5
DataConnectCacheDatabase.kt: make sure all sql statements are logged
dconeybe Feb 17, 2026
387f00d
DataConnectCacheDatabaseMigrator.kt: CRITIAL BUG FIX: entity_id colum…
dconeybe Feb 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[#7716](https://github.com/firebase/firebase-android-sdk/pull/7716))
- [changed] Added hydration and dehydration logic for use in offline caching.
[#7714](https://github.com/firebase/firebase-android-sdk/pull/7714))
- [changed] Added sqlite database logic for use in offline caching.
[#7720](https://github.com/firebase/firebase-android-sdk/pull/7720))

# 17.1.3

Expand Down
Loading
Loading