FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/net/sqlcipher/database - classbrick/android-database-sqlcipher · GitHub
classbrick
/
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
database
on
master
User selector
Datepicker
Commit history
Commits on Feb 20, 2017
Bump version to 3.5.6
developernotes
committed
7e159ff
View commit details
Copy full SHA for 7e159ff
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
Merge branch 'improve_jni_loading' of https://github.com/Tapchicoma/android-database-sqlcipher into Tapchicoma-improve_jni_loading
developernotes
committed
744bd1f
View commit details
Copy full SHA for 744bd1f
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
Check string input length before compiling query
developernotes
committed
9e094e7
View commit details
Copy full SHA for 9e094e7
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Bump client version number to 3.5.5
developernotes
committed
610108a
View commit details
Copy full SHA for 610108a
View code at this point
Browse repository at this point
Add 64-bit support to JNI layer
developernotes
committed
8769d89
View commit details
Copy full SHA for 8769d89
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Remove logTimeStat
developernotes
committed
33e3d96
View commit details
Copy full SHA for 33e3d96
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Bump version to 3.5.4
developernotes
committed
7074818
View commit details
Copy full SHA for 7074818
View code at this point
Browse repository at this point
Fix encoding of key material from modified UTF-8 to UTF-8
developernotes
committed
a989659
View commit details
Copy full SHA for a989659
View code at this point
Browse repository at this point
Commits on Jul 27, 2016
Bump version to 3.5.3
developernotes
committed
5d849b1
View commit details
Copy full SHA for 5d849b1
View code at this point
Browse repository at this point
Commits on Jul 25, 2016
Fix possible crash in SQLiteDatabase.changePassword functions
Christopher J. Brody
committed
da1cc4e
View commit details
Copy full SHA for da1cc4e
View code at this point
Browse repository at this point
Commits on Jul 18, 2016
Fix some NullPointerException scenarios
Show description for a7760e9
Christopher J. Brody
committed
a7760e9
View commit details
Copy full SHA for a7760e9
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
Bump version to 3.5.2
developernotes
committed
65d27a5
View commit details
Copy full SHA for 65d27a5
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Merge branch 'master' into improve_jni_loading
Tapchicoma
committed
ddcd8af
View commit details
Copy full SHA for ddcd8af
View code at this point
Browse repository at this point
Commits on Jun 24, 2016
Bump version to 3.5.1
developernotes
committed
541479e
View commit details
Copy full SHA for 541479e
View code at this point
Browse repository at this point
Null check before attempting to key database
developernotes
committed
5dbc9e7
View commit details
Copy full SHA for 5dbc9e7
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
Bump version to 3.5.0
developernotes
committed
bb18a17
View commit details
Copy full SHA for bb18a17
View code at this point
Browse repository at this point
Commits on May 29, 2016
Add possibility to use custom native library loader.
Show description for d1e4d8b
Tapchicoma
committed
d1e4d8b
View commit details
Copy full SHA for d1e4d8b
View code at this point
Browse repository at this point
Commits on May 13, 2016
Update documentation generation
developernotes
committed
c9f3eda
View commit details
Copy full SHA for c9f3eda
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
Use UTF-16
developernotes
committed
665df4b
View commit details
Copy full SHA for 665df4b
View code at this point
Browse repository at this point
Comment out char-based key/rekey, and setLocale
developernotes
committed
10e14f3
View commit details
Copy full SHA for 10e14f3
View code at this point
Browse repository at this point
Add original java source
developernotes
committed
1d3b6ef
View commit details
Copy full SHA for 1d3b6ef
View code at this point
Browse repository at this point
Clear repo content
developernotes
committed
a3cf5c5
View commit details
Copy full SHA for a3cf5c5
View code at this point
Browse repository at this point
Commits on Mar 4, 2016
Bump client version number
developernotes
committed
c266c51
View commit details
Copy full SHA for c266c51
View code at this point
Browse repository at this point
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
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL