FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - CodeFuns/android-database-sqlcipher · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
CodeFuns
/
android-database-sqlcipher
Public
forked from
sqlcipher/android-database-sqlcipher
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
on
master
User selector
Datepicker
Commit history
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
Commits on Mar 22, 2012
Adding function to upgrade a 1.x sqlcipher database to the 2.0 format
developernotes
committed
2a7b24d
View commit details
Copy full SHA for 2a7b24d
View code at this point
Browse repository at this point
Dropping setUseHMACPageProtection in favor of SQLiteDatabaseHook.
Show description for 6929436
developernotes
committed
6929436
View commit details
Copy full SHA for 6929436
View code at this point
Browse repository at this point
Commits on Mar 21, 2012
Adding rawExecSQL to SQLiteDatabase that will not throw exceptions on SELECT statements that don't return rows from the command (such as calling custom functions that are loaded from load_extension)
developernotes
committed
0b56007
View commit details
Copy full SHA for 0b56007
View code at this point
Browse repository at this point
Adding function useHMACPageProtection to disable/enable HMAC protection for further calls to open/create of SQLiteDatabase
developernotes
committed
2b2aca3
View commit details
Copy full SHA for 2b2aca3
View code at this point
Browse repository at this point
Commits on Mar 7, 2012
modifications to open helper for RO/RW db management
n8fr8
committed
b994a9b
View commit details
Copy full SHA for b994a9b
View code at this point
Browse repository at this point
fixes for guardian to sqlcipher refactoring
n8fr8
committed
276126d
View commit details
Copy full SHA for 276126d
View code at this point
Browse repository at this point
Commits on Feb 19, 2012
Repackaging structure from info.guardianproject.* to net.sqlcipher.*
developernotes
committed
a6044fb
View commit details
Copy full SHA for a6044fb
View code at this point
Browse repository at this point
Commits on Dec 28, 2011
Changing the process for using a system provided ICU dat file or extracting one from assets
developernotes
committed
389f716
View commit details
Copy full SHA for 389f716
View code at this point
Browse repository at this point
Commits on Nov 14, 2011
removed override. addresses issue #26.
n8fr8
committed
790f27f
View commit details
Copy full SHA for 790f27f
View code at this point
Browse repository at this point
Commits on Nov 2, 2011
fixed return so that is AssetFileDescriptor not MemoryFile using Reflection
n8fr8
committed
b5ecbd0
View commit details
Copy full SHA for b5ecbd0
View code at this point
Browse repository at this point
fixed issue with Observable, ContentObserver, DataSetObserver, and removed unnecessary classes
n8fr8
committed
91b270b
View commit details
Copy full SHA for 91b270b
View code at this point
Browse repository at this point
Commits on Oct 31, 2011
Fix for CursorWindow leaking native memory
superfell
committed
d507ccd
View commit details
Copy full SHA for d507ccd
View code at this point
Browse repository at this point
Commits on Oct 29, 2011
updated to support icu assets in zip format
n8fr8
committed
91cc9aa
View commit details
Copy full SHA for 91cc9aa
View code at this point
Browse repository at this point
Commits on Oct 28, 2011
Revert "refactoed to code to use android/database/CursorWindow instead of our own; solves fillWindow, CrossProcessCursor and Observable issues"
Show description for a486208
sjlombardo
authored and
developernotes
committed
a486208
View commit details
Copy full SHA for a486208
View code at this point
Browse repository at this point
Fix to allow cross process cursors to work with sqlcipher
developernotes
committed
2796385
View commit details
Copy full SHA for 2796385
View code at this point
Browse repository at this point
Build configuration that includes a statically linked version of the icu project and sqlcipher
developernotes
committed
5be3f35
View commit details
Copy full SHA for 5be3f35
View code at this point
Browse repository at this point
Commits on Aug 30, 2011
refactoed to code to use android/database/CursorWindow instead of our own; solves fillWindow, CrossProcessCursor and Observable issues
n8fr8
committed
4fc4c3c
View commit details
Copy full SHA for 4fc4c3c
View code at this point
Browse repository at this point
Commits on Aug 19, 2011
modified the example to fix NPE
n8fr8
committed
501c0cd
View commit details
Copy full SHA for 501c0cd
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL