FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · rvacoder/android-database-sqlcipher · GitHub
rvacoder
/
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
Branch selector
User selector
Datepicker
Commit history
Commits on Dec 28, 2015
Remove example, it was included in the aar output
developernotes
committed
187ee6f
View commit details
Copy full SHA for 187ee6f
Browse repository at this point
Commits on Dec 3, 2015
Update support version to 6.0
developernotes
committed
56bb0ad
View commit details
Copy full SHA for 56bb0ad
Browse repository at this point
Commits on Oct 23, 2015
Remove circular dependency
developernotes
committed
53b61c3
View commit details
Copy full SHA for 53b61c3
Browse repository at this point
Commits on Oct 22, 2015
Update README to reflect the recommended NDK version for building
developernotes
committed
3050487
View commit details
Copy full SHA for 3050487
Browse repository at this point
Bump version to 3.3.1-2
developernotes
committed
2f9d75c
View commit details
Copy full SHA for 2f9d75c
Browse repository at this point
New OpenSSL binaries built using NDK r9d
developernotes
committed
21d3219
View commit details
Copy full SHA for 21d3219
Browse repository at this point
Change to use Android NDK r9d due to optimization bug when compiling OpenSSL with NDK r10e
developernotes
committed
26debfb
View commit details
Copy full SHA for 26debfb
Browse repository at this point
Commits on Oct 5, 2015
Latest build of OpenSSL binaries
developernotes
committed
b3f0fdc
View commit details
Copy full SHA for b3f0fdc
Browse repository at this point
Adjust version to match in pom and source
developernotes
committed
913000d
View commit details
Copy full SHA for 913000d
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
Browse repository at this point
Commits on Sep 25, 2015
Work for build Android aar bundle
developernotes
committed
f69ad03
View commit details
Copy full SHA for f69ad03
Browse repository at this point
Commits on Sep 18, 2015
Remove text relocations for Android API 23
developernotes
committed
098ecdb
View commit details
Copy full SHA for 098ecdb
Browse repository at this point
Commits on Aug 28, 2015
Merge pull request #192 from brodybits/cb-custom-corruption-handler
Show description for dc376f5
developernotes
committed
dc376f5
View commit details
Copy full SHA for dc376f5
Browse repository at this point
Fix logging in DefaultDatabaseErrorHandler (ref: #169)
Chris Brody
committed
d22b5a4
View commit details
Copy full SHA for d22b5a4
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
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
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
Browse repository at this point
Commits on Aug 26, 2015
Remove unmaintained SQLCipher for Android distribution
developernotes
committed
ed51d6d
View commit details
Copy full SHA for ed51d6d
Browse repository at this point
Remove notepadbot, not maintained as part of SQLCipher for Android
developernotes
committed
ef195a8
View commit details
Copy full SHA for ef195a8
Browse repository at this point
Commits on Aug 6, 2015
Merge pull request #189 from brodybits/fix-build-target-in-readme
Show description for 61f9132
developernotes
committed
61f9132
View commit details
Copy full SHA for 61f9132
Browse repository at this point
Fix Android target version in README to match project.properties as changed in #170
Chris Brody
committed
3df639f
View commit details
Copy full SHA for 3df639f
Browse repository at this point
Commits on Jul 13, 2015
Use libcrypto.a based on 1.0.2d tag
developernotes
committed
50a83bd
View commit details
Copy full SHA for 50a83bd
Browse repository at this point
Use OpenSSL 1.0.2d tag
developernotes
committed
cfe6283
View commit details
Copy full SHA for cfe6283
Browse repository at this point
Use SQLCipher 3.3.1
developernotes
committed
0a6b6f6
View commit details
Copy full SHA for 0a6b6f6
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
Browse repository at this point
Commits on Jun 10, 2015
Merge pull request #181 from sschuberth/master
Show description for 6336dfb
developernotes
committed
6336dfb
View commit details
Copy full SHA for 6336dfb
Browse repository at this point
Commits on Jun 9, 2015
Not only keep public classes, but all of them
Show description for 5d80436
sschuberth
committed
5d80436
View commit details
Copy full SHA for 5d80436
Browse repository at this point
Remove the superfluous ProGuard rule for the database package
Show description for f19ceb0
sschuberth
committed
f19ceb0
View commit details
Copy full SHA for f19ceb0
Browse repository at this point
Commits on Jun 2, 2015
Merge branch 'brodybits-fix-small-memleak-and-mark-more-exceptions'
developernotes
committed
ccc76b4
View commit details
Copy full SHA for ccc76b4
Browse repository at this point
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
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
Browse repository at this point
Commits on May 29, 2015
Merge branch 'brodybits-Brody-SQLiteDatabase-fixes'
developernotes
committed
55bcf15
View commit details
Copy full SHA for 55bcf15
Browse repository at this point
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
Browse repository at this point
Merge branch 'brodybits-native-db-error-check'
developernotes
committed
c11801f
View commit details
Copy full SHA for c11801f
Browse repository at this point
Merge branch 'native-db-error-check' of https://github.com/brodybits/android-database-sqlcipher into brodybits-native-db-error-check
developernotes
committed
0af0965
View commit details
Copy full SHA for 0af0965
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL