Skip to content

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

Filter by

0 results
 (69 ms)

0 results

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

Hi guys, just wanted to flag that libsqlcipher.so hasn’t been updated yet to support 16KB page sizes. As noted in Android s official guidance, support for 16KB pages will be required starting November ...
  • VEZE
  • 4
  • Opened 
    yesterday
  • #61

Hello, Our app just started receiving this exception on Crashlytics: Fatal Exception: java.lang.UnsatisfiedLinkError dlopen failed: library libsqlcipher.so not found This started to happen suddenly ...
  • roudikk
  • 1
  • Opened 
    15 days ago
  • #60

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
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! 
Press the
/
key to activate the search input again and adjust your query.
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