SQLCipher for Android 3.5.3 Release

SQLCipher for Android 3.5.3 was just released, it includes a fix that addresses over reads from the cursor window. The over read would occur in the scenarios addressed in the 3.5.2 release where calls such as getInt(…) and getDouble(…) for columns that have a text affinity of TEXT did not encode the content properly to the Java client. We have added further tests to the SQLCipher for Android test suite to prevent any regressions in the future. We recommend that you upgrade to this release immediately.