SQLite Android Bindings

All files named ”src/org/sqlite/app/customsqlite/CustomSqlite.java”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for src/org/sqlite/app/customsqlite/CustomSqlite.java

2016-05-20
18:45
Deleted: Update to Android Studio and gradle build system. (check-in: [f82877032c] user: dan branch: api-level-15, size: 0)
2016-05-19
15:24
Deleted: Upgrade this module so that it takes the form of an Android Studio project. (check-in: [b5fcf9e7da] user: dan branch: android-studio, size: 0)
2015-04-09
18:15
[ca0009cb72] part of check-in [cf6a31d2c9] Add an extra test for SQLiteOpenHelper. (check-in: [cf6a31d2c9] user: dan branch: trunk, size: 11907)
2015-03-03
15:38
[adf25ff572] part of check-in [20f8872529] Fix a problem in the handling of supplementary unicode characters. (check-in: [20f8872529] user: dan branch: trunk, size: 11451)
2014-11-05
19:17
[c9857eaff6] part of check-in [57831c6020] Add -DSQLITE_TEMP_STORE=3 to the SQLite compilation flags. (check-in: [57831c6020] user: dan branch: trunk, size: 11192)
2014-06-18
10:11
[c67541f6b3] part of check-in [3558b4d73c] Fix a resource leak in SQLiteConnection.nativeExecuteForCursorWindow(). (check-in: [3558b4d73c] user: dan branch: trunk, size: 10673)
2013-12-26
17:31
[b776162529] part of check-in [954e5a58f1] Disable connection pooling in SQLITE_HAS_CODEC builds. Add a test for the same. (check-in: [954e5a58f1] user: dan branch: trunk, size: 9206)
2013-12-25
19:13
[7ad24094d6] part of check-in [c45018804a] Do not automatically delete database files in SEE-enabled builds. (check-in: [c45018804a] user: dan branch: trunk, size: 8046)
2013-12-24
19:16
[dbf26469f0] part of check-in [60c548bff9] Add a test to check that SQLiteOpenHelper works with SEE. (check-in: [60c548bff9] user: dan branch: trunk, size: 8130)
18:51
[f3027f648c] part of check-in [0b5fd0b0d3] Add extra SEE tests. And fix problems revealed by the same. (check-in: [0b5fd0b0d3] user: dan branch: trunk, size: 6848)
12:07
[f7677434a2] part of check-in [9c4a073c3b] In SQLITE_HAS_CODEC builds, do not initialize the LOCALIZED collation automatically (as if the SQLiteDatabase.NO_LOCALIZED_COLLATORS flag was set). Require apps to call the enableLocalizedCollators() method to explicitly initialize it. This gives the app an opportunity to execute a PRAGMA statement to configure an encryption key before the database is first accessed. (check-in: [9c4a073c3b] user: dan branch: trunk, size: 4529)
10:14
[c41c0271c0] part of check-in [6f17178a68] Add extra SEE tests. (check-in: [6f17178a68] user: dan branch: openseedatabase, size: 6416)
2013-12-23
18:23
[fa75491ae7] part of check-in [409082dd02] Add support for SEE, SQLite's encryption extension. (check-in: [409082dd02] user: dan branch: openseedatabase, size: 4554)
2013-12-21
16:04
[c8855c3df7] part of check-in [365586dcaf] Replace nativeExecuteForCursorWindow() with an implementation that builds with the NDK. Seems to work, but is not yet tested. Exception handling is almost certainly still wrong. (check-in: [365586dcaf] user: dan branch: trunk, size: 2778)
2013-12-20
17:02
[14c3725a69] part of check-in [69b389af43] Start setting up some infrastructure code for a test suite. Add a test demonstrating the problem with type Cursor. (check-in: [69b389af43] user: dan branch: trunk, size: 2526)
2013-12-18
17:36
[78c1f86de8] part of check-in [71a3449ef6] Update CustomSqlite.java to call "SELECT sqlite_version()". (check-in: [71a3449ef6] user: dan branch: trunk, size: 1313)
16:50
Added: [412cf9a8ae] part of check-in [66a624f0c8] Empty android package. (check-in: [66a624f0c8] user: dan branch: trunk, size: 356)