Skip to content

issues Search Results · repo:sqlcipher/sqlcipher-android language:Java

Filter by

49 results
 (94 ms)

49 results

insqlcipher/sqlcipher-android (press backspace or delete to remove)

Hello! I am currently working with sqlcipher 4.7.2 community edition Currently room in android obtains sql connection in blocking way as seen here: override fun query(query: String): Cursor = ...
  • Snow4DV
  • 2
  • Opened 
    on Apr 21
  • #59

Currently SQLCipher uses Android platform android.util.Log, but unfortunately there is no way to intercept these log messages. I would like to have ability set my custom logger implementation, so that ...
  • varahash
  • 2
  • Opened 
    on Apr 14
  • #58

In PR https://github.com/sqlcipher/sqlcipher-android/pull/46 was introduced new exception SQLiteNotADatabaseException, but it is marked package private (missing public keyword), hence it can not be accessed ...
  • varahash
  • 2
  • Opened 
    on Apr 11
  • #57

In the previous issue (thanks for solving it) I ve sent you a large database of 100 MB. This database had a huge issue with certain query, it took a whole minute to return data. I ve tested this database ...
  • jcrabanal
  • 2
  • Opened 
    on Apr 9
  • #56

My app crashes when using net.zetetic:sqlcipher-android:4.7.0, it was fine with 4.6.1. This is a fairly large database. 03-26 17:09:13.464 V/XOneAndroidFramework( 5169): Internal stack trace: 03-26 17:09:13.464 ...
  • jcrabanal
  • 9
  • Opened 
    on Mar 26
  • #55

02-05 03:04:28.326 3239 3281 E MCC_LOG_ContentOperationHelper: net.sqlcipher.database.SQLiteException: error code 5: cannot open savepoint - SQL statements in progress 02-05 03:04:28.326 3239 3281 E MCC_LOG_ContentOperationHelper: ...
  • Yzx1an9
  • 2
  • Opened 
    on Feb 7
  • #54

Hello, this is related to https://github.com/sqlcipher/sqlcipher-android/issues/27, but I m adding new info. It seems like simply opening the database is enough to trigger the JNI warning. Using the byte ...
  • jcrabanal
  • 10
  • Opened 
    on Nov 12, 2024
  • #52

In Android, you can generate AES keys in secure hardware, in the TEE (trusted execution environment) of the main processor: KeyGenerator keyGenerator = KeyGenerator.getInstance( AES , AndroidKeyStore ...
  • jcrabanal
  • 1
  • Opened 
    on Nov 11, 2024
  • #51

When migrating from android-database-sqlcipher , I noticed that these two problems: https://github.com/sqlcipher/android-database-sqlcipher/issues/533 https://github.com/sqlcipher/android-database-sqlcipher/issues/615 ...
  • mtotschnig
  • 7
  • Opened 
    on Oct 22, 2024
  • #50

Issue: Database Version Always 0 Description: I am encountering an issue where the database version is always returned as 0. This results in the database being recreated every time the app is reopened, ...
  • slice-happysingh
  • 3
  • Opened 
    on Oct 2, 2024
  • #49
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub