-
Notifications
You must be signed in to change notification settings - Fork 38
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: sqlcipher/sqlcipher-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sqlcipher/sqlcipher-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.18.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 58 files changed
- 1 contributor
Commits on Jul 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7f3219c - Browse repository at this point
Copy the full SHA 7f3219cView commit details
Commits on Jul 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7f88ad9 - Browse repository at this point
Copy the full SHA 7f88ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a18028 - Browse repository at this point
Copy the full SHA 4a18028View commit details -
Configuration menu - View commit details
-
Copy full SHA for e18dec7 - Browse repository at this point
Copy the full SHA e18dec7View commit details -
Wait for the Room invalidation tracker to finish before changing pass…
…word This test would occasionally fail because the invalidation tracker runs on a background thread and might trigger after the insert but during the reconfigure method run after we change the password to rebuild the connection pool. The primary connection will be closed temporarily and this can impact the invalidation tracker when it tries to get a connection from the connection pool. We just wait for the invalidation tracker to complete before proceeding with our change password operation. https://developer.android.com/reference/androidx/room/InvalidationTracker#addObserver(androidx.room.InvalidationTracker.Observer)
Configuration menu - View commit details
-
Copy full SHA for 41f5cbf - Browse repository at this point
Copy the full SHA 41f5cbfView commit details -
Adjustments to TestAbstractCursor to get ignored tests to pass
- Report success in onMove to allow ignored tests to pass. The call to cursorFillWindow would call moveToPosition, but would never report a successful move which prevented the tests from passing. - Also requiring adding some guards to the getString implementation for invalid values.
Configuration menu - View commit details
-
Copy full SHA for 8d908fd - Browse repository at this point
Copy the full SHA 8d908fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ee46c - Browse repository at this point
Copy the full SHA 17ee46cView commit details
Commits on Jul 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7cf28a8 - Browse repository at this point
Copy the full SHA 7cf28a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dba933b - Browse repository at this point
Copy the full SHA dba933bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 212477e - Browse repository at this point
Copy the full SHA 212477eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae0d1a7 - Browse repository at this point
Copy the full SHA ae0d1a7View commit details
Commits on Jul 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1098fbd - Browse repository at this point
Copy the full SHA 1098fbdView commit details
Commits on Aug 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 078a05b - Browse repository at this point
Copy the full SHA 078a05bView commit details
Commits on Aug 5, 2026
-
Add instrumentation tests for SQLCipherDriver for Room3
- Verify Room 3 integration with SQLCipherDriver, including entity insert and query round-trip. - Additional testing with both insertOrReplace and Upset behavior. - Verify PRAGMA cipher_version reports expected SQLCipher version. - Cover statementPrefix() extraction: plain statements, leading whitespace, line/block comments, comment-only and empty input. - Cover isJournalModeSet() dispatch: intercepts journal_mode assignments (case-insensitive, schema-qualified), ignores journal_mode queries to handle connection pool reconfiguration.
Configuration menu - View commit details
-
Copy full SHA for 748e37e - Browse repository at this point
Copy the full SHA 748e37eView commit details
Commits on Aug 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e5534be - Browse repository at this point
Copy the full SHA e5534beView commit details
Commits on Aug 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 04d9948 - Browse repository at this point
Copy the full SHA 04d9948View commit details -
Configuration menu - View commit details
-
Copy full SHA for e15752c - Browse repository at this point
Copy the full SHA e15752cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.17.0...v4.18.0