Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
31 check-ins going from 71351f6267818789 to e8a9b149f74f517b
2017-05-03
| ||
18:18 | Restore standard behaviours of (a) activating a connection pool in wal mode and (b) switching into wal mode automatically if the flag is set even if SQLITE_HAS_CODEC is defined (they were previously disabled in this case). Strip any URI parameters from the database name before it is included in any log messages. Always build with SQLITE_USE_URI=1 defined. (check-in: e8a9b149f7 user: dan tags: trunk) | |
2017-05-02
| ||
19:54 | Add a new test that uses AndroidJUnit4. And related gradle changes. (check-in: 40f79eca30 user: dan tags: trunk) | |
2017-05-01
| ||
15:14 | Define HAVE_USLEEP to avoid 1 second delays when sleep() is called (check-in: efde9e0e44 user: pjw tags: trunk) | |
2017-04-29
| ||
09:24 | Update the installation instructions to reflect the new support for API level 9. And that building the native libraries is now integrated with gradle. (check-in: 985ad0e6f2 user: dan tags: trunk) | |
2017-04-27
| ||
18:00 | Upgrade this branch to use the enhanced test program from the api-level-9 branch. (check-in: 7275688aed user: dan tags: trunk) | |
17:50 | Upgrade this branch to use the build.gradle from the api-level-9 branch. To support building both the libraries and java classes in a single step (or from within Android Studio). (check-in: 3a63f88d36 user: dan tags: trunk) | |
17:28 | Update gradle plugin to 2.3.1 and buildToolsVersion to 25.0.0. (check-in: 493c438042 user: dan tags: trunk) | |
2017-03-30
| ||
14:34 | Update this project to SQLite version 3.18.0. (check-in: dc68ae8e82 user: dan tags: trunk) | |
2017-02-13
| ||
16:27 | Upgrade this project to version 3.17.0. (check-in: 46756eb243 user: dan tags: trunk) | |
2017-01-03
| ||
18:38 | Update this project to sqlite 3.16.1. (check-in: b3ab16ec53 user: dan tags: trunk) | |
2017-01-02
| ||
12:14 | Update this project to version 3.16.0. (check-in: 92c34b8b04 user: dan tags: trunk) | |
2016-11-28
| ||
19:31 | Update this project with sqlite version 3.15.2. (check-in: 75d3e72e40 user: dan tags: trunk) | |
2016-11-04
| ||
12:29 | Upgrade this project to SQLite version 3.15.1. (check-in: 747a3d937a user: dan tags: trunk) | |
2016-10-19
| ||
18:28 | Upgrade gradle plugin to 2.14. (check-in: a2f61e3931 user: dan tags: trunk) | |
2016-10-14
| ||
11:36 | Upgrade this project to SQLite version 3.15. (check-in: 4c92d6406c user: dan tags: trunk) | |
2016-10-10
| ||
17:53 | Add a step-by-step walkthrough of using a pre-built aar file with Android Studio 2.1. (check-in: 19e60f6dba user: dan tags: trunk) | |
2016-08-11
| ||
19:19 | Update to SQLite version 3.14.1. (check-in: 0e2daf9643 user: dan tags: trunk) | |
2016-08-08
| ||
16:30 | Build with json1, rtree, fts3 and fts5 by default. (check-in: ffc1805e78 user: dan tags: trunk) | |
14:41 | Fix typos in www/install.wiki. (check-in: 4158b72c14 user: dan tags: trunk) | |
2016-05-20
| ||
19:15 | Change the example name to "sqlite-android-3130000" (no 3). (check-in: b9019bf04f user: dan tags: trunk) | |
19:11 | Update the name of the example aar file refered to by install.wiki to "sqlite3-android-3130000". (check-in: bca60d2946 user: dan tags: trunk) | |
18:48 | Fix a typo in the documentation. (check-in: 77743eadb9 user: dan tags: trunk) | |
18:43 | Update to Android Studio and gradle build system. (check-in: 345de238a6 user: dan tags: trunk) | |
2015-04-09
| ||
18:15 | Add an extra test for SQLiteOpenHelper. (check-in: cf6a31d2c9 user: dan tags: trunk) | |
2015-04-04
| ||
08:19 | Update this code to support 64-bit pointers. See also: https://android.googlesource.com/platform/frameworks/base.git/+/738702d28ab7e0e89e3c6e18fd46cc1361917eb9 (check-in: 3e4327dc6e user: dan tags: trunk) | |
2015-03-03
| ||
15:38 | Fix a problem in the handling of supplementary unicode characters. (check-in: 20f8872529 user: dan tags: trunk) | |
2014-12-04
| ||
16:49 | Add the requirement to call 'System.loadLibrary("sqliteX");' to the docs. (check-in: 89b2225ad2 user: dan tags: trunk) | |
2014-11-05
| ||
19:17 | Add -DSQLITE_TEMP_STORE=3 to the SQLite compilation flags. (check-in: 57831c6020 user: dan tags: trunk) | |
2014-10-16
| ||
20:06 | Update to 3.8.7. Add -DHAVE_STRCHRNUL to Android.mk file. (check-in: f9a25feeb0 user: dan tags: trunk) | |
2014-06-18
| ||
10:14 | Fix a resource leak in SQLiteConnection.nativeExecuteForCursorWindow(). (check-in: 71351f6267 user: dan tags: api-level-15) | |
10:11 | Fix a resource leak in SQLiteConnection.nativeExecuteForCursorWindow(). (check-in: 3558b4d73c user: dan tags: trunk) | |