FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for android-database-sqlcipher - gtict112/android-database-sqlcipher · GitHub
gtict112
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
android-database-sqlcipher
android-database-sqlcipher
on
master
User selector
Datepicker
Commit history
Commits on Dec 19, 2018
Allow lock to release when an exception is thrown
developernotes
committed
7a22927
View commit details
Copy full SHA for 7a22927
View code at this point
Browse repository at this point
Remove amalgamation during SQLCipher clean phase
developernotes
committed
8bc8391
View commit details
Copy full SHA for 8bc8391
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
Use SQLCipher v4.0.1 tag
developernotes
committed
666e050
View commit details
Copy full SHA for 666e050
View code at this point
Browse repository at this point
Commits on Nov 30, 2018
Use SQLCipher v4.0.0 tag
developernotes
committed
5fe49f3
View commit details
Copy full SHA for 5fe49f3
View code at this point
Browse repository at this point
Commits on Nov 16, 2018
Allow additional CFLAGS to be provided to SQLCipher build
developernotes
committed
710917f
View commit details
Copy full SHA for 710917f
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
Catch sqlite exception
developernotes
committed
81e0f1f
View commit details
Copy full SHA for 81e0f1f
View code at this point
Browse repository at this point
Commits on Nov 5, 2018
Pass environment variables to NDK build
developernotes
committed
987b6c7
View commit details
Copy full SHA for 987b6c7
View code at this point
Browse repository at this point
Use prerelease
developernotes
committed
464fd78
View commit details
Copy full SHA for 464fd78
View code at this point
Browse repository at this point
Use OpenSSL 1.1.1.tar.gz
developernotes
committed
9fe375b
View commit details
Copy full SHA for 9fe375b
View code at this point
Browse repository at this point
Commits on Nov 2, 2018
Use OpenSSL_1_1_1 tag
developernotes
committed
078606c
View commit details
Copy full SHA for 078606c
View code at this point
Browse repository at this point
Commits on Oct 16, 2018
Properly sanitize key material
Show description for 4c6f41c
Jari Hämäläinen
committed
4c6f41c
View commit details
Copy full SHA for 4c6f41c
View code at this point
Browse repository at this point
Commits on Sep 26, 2018
Add support for AboutLibraries
developernotes
committed
582f3f4
View commit details
Copy full SHA for 582f3f4
View code at this point
Browse repository at this point
Commits on Sep 25, 2018
Update Gradle and Android Gradle plugin for latest JDK support
developernotes
committed
4b87cde
View commit details
Copy full SHA for 4b87cde
View code at this point
Browse repository at this point
Commits on Jun 28, 2018
Add facility to report data size in bytes of SQL query
developernotes
committed
3d56539
View commit details
Copy full SHA for 3d56539
View code at this point
Browse repository at this point
Throw more specific exceptions from JNI
developernotes
committed
9a79691
View commit details
Copy full SHA for 9a79691
View code at this point
Browse repository at this point
Allow alloc growth to be inclusive of max size
developernotes
committed
91de04f
View commit details
Copy full SHA for 91de04f
View code at this point
Browse repository at this point
Commits on Jun 11, 2018
Allow SQLiteOpenHelper to set WAL mode before getWritableDatabase
developernotes
committed
e18ea7b
View commit details
Copy full SHA for e18ea7b
View code at this point
Browse repository at this point
Commits on May 31, 2018
Correct javadoc comment
developernotes
committed
d87cd96
View commit details
Copy full SHA for d87cd96
View code at this point
Browse repository at this point
Add support for Java API access to the several features:
Show description for 2adb82b
developernotes
committed
2adb82b
View commit details
Copy full SHA for 2adb82b
View code at this point
Browse repository at this point
Commits on May 30, 2018
Increase row slot chunks to 128 per row
developernotes
committed
1c4265d
View commit details
Copy full SHA for 1c4265d
View code at this point
Browse repository at this point
Swap LOG_TRACE for LOG_WINDOW
developernotes
committed
939a0ea
View commit details
Copy full SHA for 939a0ea
View code at this point
Browse repository at this point
Fix new allocation size check against max size
developernotes
committed
4948c61
View commit details
Copy full SHA for 4948c61
View code at this point
Browse repository at this point
Commits on May 29, 2018
Fix growth padding size for custom cursor window allocation
developernotes
committed
82fd3cb
View commit details
Copy full SHA for 82fd3cb
View code at this point
Browse repository at this point
Commits on May 25, 2018
Allow for improved cursor window loading heuristic
Show description for 1940376
developernotes
committed
1940376
View commit details
Copy full SHA for 1940376
View code at this point
Browse repository at this point
Commits on May 21, 2018
Introduce caching of chunk pointer offsets to reduce linked list traversal
developernotes
committed
baa00a9
View commit details
Copy full SHA for baa00a9
View code at this point
Browse repository at this point
Commits on May 17, 2018
Only build amalgamation when it doesn't exist
developernotes
committed
5e87349
View commit details
Copy full SHA for 5e87349
View code at this point
Browse repository at this point
Commits on Apr 19, 2018
Improve cursor window performance, allow user to override window size
Show description for 874e10e
developernotes
committed
874e10e
View commit details
Copy full SHA for 874e10e
View code at this point
Browse repository at this point
Commits on Apr 18, 2018
Remove unified headers for OpenSSL build
developernotes
committed
0d47da4
View commit details
Copy full SHA for 0d47da4
View code at this point
Browse repository at this point
Commits on Dec 29, 2017
Source client version from BuildConfig
developernotes
committed
9c6d8c2
View commit details
Copy full SHA for 9c6d8c2
View code at this point
Browse repository at this point
Commits on Dec 28, 2017
Fix 32-bit native targets to use mmap instead of mmap64
developernotes
committed
68cffd1
View commit details
Copy full SHA for 68cffd1
View code at this point
Browse repository at this point
Commits on Dec 22, 2017
Adjust maven deployment configuration
developernotes
committed
ebf41e3
View commit details
Copy full SHA for ebf41e3
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
Reference OpenSSL 1.1.0g tag
developernotes
committed
ca8778c
View commit details
Copy full SHA for ca8778c
View code at this point
Browse repository at this point
Use sqlcipher 3.4.2 tag
developernotes
committed
714845b
View commit details
Copy full SHA for 714845b
View code at this point
Browse repository at this point
Commits on Oct 10, 2017
Use sqlcipher 3.4.2 license branch
developernotes
committed
0a6f64d
View commit details
Copy full SHA for 0a6f64d
View code at this point
Browse repository at this point
Use OpenSSL 1.1.0f
developernotes
committed
525cfc0
View commit details
Copy full SHA for 525cfc0
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL