Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DevChive
/
android-database-sqlcipher
Public
forked from
sqlcipher/android-database-sqlcipher
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
android-database-sqlcipher
src
net
sqlcipher
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 22, 2015
Bump version to 3.3.1-2
developernotes
committed
2f9d75c
View commit details
Copy full SHA for 2f9d75c
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
Adjust version to match in pom and source
developernotes
committed
913000d
View commit details
Copy full SHA for 913000d
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
Add SQLCIPHER_ANDROID_VERSION
developernotes
committed
f10d270
View commit details
Copy full SHA for f10d270
View code at this point
Browse repository at this point
Commits on Aug 28, 2015
Fix logging in DefaultDatabaseErrorHandler (ref: #169)
Chris Brody
committed
d22b5a4
View commit details
Copy full SHA for d22b5a4
View code at this point
Browse repository at this point
Support optional corrupt database handler (ref: sqlcipher/android-database-sqlcipher#169).
Show description for 0c88453
Chris Brody
committed
0c88453
View commit details
Copy full SHA for 0c88453
View code at this point
Browse repository at this point
Use private SQLiteDatabase constructor, with functionality to open the database separated out
Chris Brody
committed
488189b
View commit details
Copy full SHA for 488189b
View code at this point
Browse repository at this point
Additional safeguard of both versions of SQLiteDatabase.changePassword() against database not opened
Chris Brody
committed
b99764b
View commit details
Copy full SHA for b99764b
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
Change return type on executeUpdateDelete
Show description for 20cbc60
developernotes
committed
20cbc60
View commit details
Copy full SHA for 20cbc60
View code at this point
Browse repository at this point
Commits on Jun 2, 2015
Mark more exceptions that may be thrown (#176); safeguard SQLiteDatabase.yieldIfContended* against closed database; some missing Javadoc in SQLiteDatabase.java
Chris Brody
committed
98de842
View commit details
Copy full SHA for 98de842
View code at this point
Browse repository at this point
Fix leak in SQLiteDatabase.ActiveDatabases
Show description for 7eb1d97
Chris Brody
committed
7eb1d97
View commit details
Copy full SHA for 7eb1d97
View code at this point
Browse repository at this point
Commits on May 29, 2015
Merge branch 'Brody-SQLiteDatabase-fixes' of https://github.com/brodybits/android-database-sqlcipher into brodybits-Brody-SQLiteDatabase-fixes
developernotes
committed
73f0ba4
View commit details
Copy full SHA for 73f0ba4
View code at this point
Browse repository at this point
Improve ICU data expansion process
Show description for 05f964c
developernotes
committed
05f964c
View commit details
Copy full SHA for 05f964c
View code at this point
Browse repository at this point
Commits on May 28, 2015
Honor flags in all versions of SQLiteDatabase.openDatabase() (#142)
Show description for 54751dd
Chris Brody
committed
54751dd
View commit details
Copy full SHA for 54751dd
View code at this point
Browse repository at this point
Commits on Nov 6, 2014
Fix rawQuery with read restriction
developernotes
committed
d15b05e
View commit details
Copy full SHA for d15b05e
View code at this point
Browse repository at this point
Commits on Aug 18, 2014
Merge remote-tracking branch 'jdc/master'
developernotes
committed
5d7bc6f
View commit details
Copy full SHA for 5d7bc6f
View code at this point
Browse repository at this point
Commits on May 30, 2014
Add direct change password support via SQLiteDatabase.changePassword
developernotes
committed
0ecb7c4
View commit details
Copy full SHA for 0ecb7c4
View code at this point
Browse repository at this point
Commits on Feb 11, 2014
Remove dependencies on commons-codec.jar and guava-r09.jar (to reduce java method count by ~7900 methods)
jeffdcamp
committed
7630e6e
View commit details
Copy full SHA for 7630e6e
View code at this point
Browse repository at this point
Remove dependencies on commons-codec.jar and guava-r09.jar (to reduce java method count by ~7900 methods)
jeffdcamp
committed
817cff1
View commit details
Copy full SHA for 817cff1
View code at this point
Browse repository at this point
Commits on Feb 7, 2014
Add char[] for password to public interface to open database connections
developernotes
committed
b0b3428
View commit details
Copy full SHA for b0b3428
View code at this point
Browse repository at this point
Commits on Feb 1, 2014
Add spacing in log messages for readability
Show description for 4aa74ca
zackjp
committed
4aa74ca
View commit details
Copy full SHA for 4aa74ca
View code at this point
Browse repository at this point
Fix security issues where sensitive data is logged
Show description for 701fc6e
zackjp
committed
701fc6e
View commit details
Copy full SHA for 701fc6e
View code at this point
Browse repository at this point
Commits on Oct 22, 2013
Allow SQLiteOpenHelper to accept a SQLiteDatabaseHook
developernotes
committed
530b058
View commit details
Copy full SHA for 530b058
View code at this point
Browse repository at this point
Commits on Oct 16, 2013
Remove upgradeDatabaseFormatFromVersion1To2 in favor of cipher_migrate
developernotes
committed
2e8b53f
View commit details
Copy full SHA for 2e8b53f
View code at this point
Browse repository at this point
Move map of SQLiteCloseable to allow preKey/postKey operations
developernotes
committed
001d34b
View commit details
Copy full SHA for 001d34b
View code at this point
Browse repository at this point
Commits on Sep 25, 2013
Fixed inter process blob transfer issue.
Karan Popali
committed
61a116a
View commit details
Copy full SHA for 61a116a
View code at this point
Browse repository at this point
Commits on Mar 16, 2013
Fix potential SQL injection when keying the database
Show description for 2c113f6
abeluck
committed
2c113f6
View commit details
Copy full SHA for 2c113f6
View code at this point
Browse repository at this point
Commits on Jan 3, 2013
Support Cursor.getType() for all Android API versions
Chris Brody
committed
855e4cb
View commit details
Copy full SHA for 855e4cb
View code at this point
Browse repository at this point
Commits on Jan 2, 2013
Merge pull request #81 from brodyspark/update-delete-fix-1
Show description for a3867a9
developernotes
committed
a3867a9
View commit details
Copy full SHA for a3867a9
View code at this point
Browse repository at this point
Add SQLiteStatement.executeUpdateDelete() from Android API 11
Chris Brody
committed
f1898ca
View commit details
Copy full SHA for f1898ca
View code at this point
Browse repository at this point
Commits on Dec 24, 2012
Add cursor changes to get type of retrieved data (API 11)
Chris Brody
committed
4ce316b
View commit details
Copy full SHA for 4ce316b
View code at this point
Browse repository at this point
Commits on Oct 23, 2012
Adjusting the logging when unable to expand the ICU zip file from assets
developernotes
committed
22b1151
View commit details
Copy full SHA for 22b1151
View code at this point
Browse repository at this point
Commits on Jun 14, 2012
Revert "modifications to open helper for RO/RW db management"
Show description for fbf0e33
developernotes
committed
fbf0e33
View commit details
Copy full SHA for fbf0e33
View code at this point
Browse repository at this point
Commits on Jun 4, 2012
Lazily create database when not present during request for getReadableDatabase.
developernotes
committed
95096e4
View commit details
Copy full SHA for 95096e4
View code at this point
Browse repository at this point
Commits on Apr 4, 2012
Adding support for issuing a sqlite3_status call
developernotes
committed
1c0e815
View commit details
Copy full SHA for 1c0e815
View code at this point
Browse repository at this point
Commits on Apr 2, 2012
ICU dat file on SD card
Jeff Campbell
authored and
Jeff Campbell
committed
745b88c
View commit details
Copy full SHA for 745b88c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.