Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

December 2020 update #33

Merged
merged 134 commits into from
Aug 5, 2021
Merged

December 2020 update #33

merged 134 commits into from
Aug 5, 2021

Commits on Nov 7, 2018

  1. evplus (common) plugin doc fixes

    Christopher J. Brody committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    d1cf97c View commit details
    Browse the repository at this point in the history
  2. Fix evplus common version description

    Christopher J. Brody committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    d86786a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. INLINE BLOB test description fixes

    Christopher J. Brody committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    af805c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Ignore Android end transaction error when closing

    for androidDatabaseProvider: 'system' setting,
    to avoid possible crash during app shutdown
    
    (cordova-sqlite-storage 2.5.2)
    
    Resolves storesafe/cordova-sqlite-storage#833
    Christopher J. Brody committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    70eaa9d View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. cordova-sqlite-storage 2.6.0 with SQLite 3.26.0

    with security update and support for window functions
    
    using cordova-sqlite-storage-dependencies@1.2.1
    
    and add another upcoming breaking change
    
    Resolves storesafe/cordova-sqlite-storage#837
    Christopher J. Brody committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    f6de5fd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. start cordova-sqlite-storage-ext-core-common

    plugin version branch
    
    Note that this plugin version branch is made for easy merge of
    changes into the cordova-sqlcipher-adapter plugin version
    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    a4b09aa View commit details
    Browse the repository at this point in the history
  2. Update about text for this plugin version branch

    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    2477484 View commit details
    Browse the repository at this point in the history
  3. Quick test & doc updates for Android 8(+) & iOS 12

    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d78bfa7 View commit details
    Browse the repository at this point in the history
  4. Use SQLite 3.22.0 in this plugin version branch

    with SQLITE_DEFAULT_SYNCHRONOUS=3 (EXTRA DURABLE) compile-time setting
    
    from cordova-sqlite-storage-dependencies@1.2.1
    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    7df52a2 View commit details
    Browse the repository at this point in the history
  5. cordova-sqlite-storage-ext-core-common 1.0.0

    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    6ed2656 View commit details
    Browse the repository at this point in the history
  6. cordova-sqlite-storage-ext-core-common 1.0.1-dev

    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    fea0b7b View commit details
    Browse the repository at this point in the history
  7. Completely remove iOS/macOS MRC support

    (should be considered a POSSIBLY BREAKING change)
    
    ref: storesafe/cordova-sqlite-storage#769
    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d8fa3eb View commit details
    Browse the repository at this point in the history
  8. remove backgroundExecuteSql method not needed

    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d7b9605 View commit details
    Browse the repository at this point in the history
  9. no extra @synchronized block per batch (iOS/macOS)

    should be considered a POSSIBLY BREAKING change
    
    ref: storesafe/cordova-sqlite-storage#769
    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d21a26c View commit details
    Browse the repository at this point in the history
  10. drop workaround for pre-Honeycomb Android API

    (BREAKING CHANGE)
    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    00dd12f View commit details
    Browse the repository at this point in the history
  11. Completely remove old Android SuppressLint

    (android.annotation.SuppressLint) - POSSIBLY BREAKING CHANGE
    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    e1d46c3 View commit details
    Browse the repository at this point in the history
  12. non-static Android database runner map

    (POTENTIALLY BREAKING CHANGE)
    
    ref: storesafe/cordova-sqlite-storage#763
    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    5c19a45 View commit details
    Browse the repository at this point in the history
  13. remove internal qid usage from JavaScript

    (not needed)
    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    64c8cea View commit details
    Browse the repository at this point in the history
  14. SQLITE_DBCONFIG_DEFENSIVE flag - iOS/macOS/Windows

    (POTENTIALLY BREAKING CHANGE)
    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    5fff29f View commit details
    Browse the repository at this point in the history
  15. cordova-sqlite-storage-ext-core-common 2.0.0

    Christopher J. Brody committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    4f978f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Fix CHANGES.md for cordova-sqlite-ext-common 0.0.1

    SQLITE_THREADSAFE=1 build setting was used in
    cordova-sqlite-ext-common 0.0.1
    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    7d229e4 View commit details
    Browse the repository at this point in the history
  2. cordova-sqlite-ext-common 0.2.0-dev

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    7dd6236 View commit details
    Browse the repository at this point in the history
  3. fix cordova-sqlite-ext-common package description

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    63aedee View commit details
    Browse the repository at this point in the history
  4. fix cordova-sqlite-storage-ext-core-common changes

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    bd8728a View commit details
    Browse the repository at this point in the history
  5. cordova-sqlite-ext-core-common 0.1.0-dev

    Note that a 0.x.x version identifier is used in this
    plugin version branch since it is not ready for production,
    due to missing SQLITE_DBCONFIG_DEFENSIVE option setting
    on Android.
    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    0e19297 View commit details
    Browse the repository at this point in the history
  6. beforePluginInstall.js updates

    - use standard Promise
    - get the plugin package name from package.json
    - use const instead of var
    - remove hasbang line that is not needed
    
    NOTE that this update should be considered a
    POSSIBLY BREAKING CHANGE since const may not work
    on some really old Node.js versions.
    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    5f2d9f7 View commit details
    Browse the repository at this point in the history
  7. remove node_modules/.keep (not needed)

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    59ff996 View commit details
    Browse the repository at this point in the history
  8. .gitignore add package-lock.json

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    43da711 View commit details
    Browse the repository at this point in the history
  9. shelljs@0.8 update in devDependencies

    Note that this means that minimum of Node.js version 6
    is required for prepareSpec.js to work.
    
    (This should not impose such a minimum Node.js version
    on Cordova projects *using* this pluign.)
    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    492f497 View commit details
    Browse the repository at this point in the history
  10. Cleanup remove trailing whitespace in bin/test.ps1

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    9f74f87 View commit details
    Browse the repository at this point in the history
  11. SQLitePlugin.coffee.md openDatabase step 1 comment

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    8046138 View commit details
    Browse the repository at this point in the history
  12. cordova-sqlite-ext-core-common 0.1.0

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    f400ae7 View commit details
    Browse the repository at this point in the history
  13. cordova-sqlite-ext-common-core 0.1.0-dev

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    8360745 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'cordova-sqlite-ext-core-common' into cordova-sqlite-ext…

    …-common-core
    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    1794f4e View commit details
    Browse the repository at this point in the history
  15. Improved test updates for iOS 12 & recent SQLite

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    5220c77 View commit details
    Browse the repository at this point in the history
  16. Update README.md for major release coming in 2019

    Note that use of SQLITE_DBCONFIG_DEFENSIVE setting is
    implemented for iOS/macOS/Windows at this point
    in this plugin version branch.
    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    27190c6 View commit details
    Browse the repository at this point in the history
  17. Update REGEXP test conditions

    including an updated note that some REGEXP test conditions
    should be removed for plugin versions such as cordova-sqlite-ext
    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    319b371 View commit details
    Browse the repository at this point in the history
  18. cordova-sqlite-ext-common doc updates & fixes

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    89d8b56 View commit details
    Browse the repository at this point in the history
  19. cordova-sqlite-ext-common-core 0.1.0

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    469b650 View commit details
    Browse the repository at this point in the history
  20. cordova-sqlite-ext-common-core 0.1.1-dev

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    f6562c8 View commit details
    Browse the repository at this point in the history
  21. SQLite3-Win-RT->SQLite3-WinRT-sync in src/windows

    move the embedded SQLite3-WinRT component to
    src/windows/SQLite3-WinRT-sync
    
    and update plugin.xml
    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    bc1bacd View commit details
    Browse the repository at this point in the history
  22. SQLite3-WinRT component info in README.md

    Christopher J. Brody committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    ffee428 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Another update regarding new major release

    Christopher J. Brody committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    0d80365 View commit details
    Browse the repository at this point in the history
  2. cordova-sqlite-extcore 0.1.0

    Christopher J. Brody committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    f6747dc View commit details
    Browse the repository at this point in the history
  3. cordova-sqlite-ext-common-core 0.2.0-dev

    Christopher J. Brody committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    1304ddc View commit details
    Browse the repository at this point in the history
  4. Completely remove old Windows vcxproj files

    that were used for Windows 8.1 & Windows Phone 8.1 builds
    Christopher J. Brody committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    18f48dd View commit details
    Browse the repository at this point in the history
  5. Move SQLite3.UWP.vcxproj out of extra SQLite3.UWP

    subdirectory
    Christopher J. Brody committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    5f0fa77 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. cordova-sqlite-ext-common-core 0.2.0

    Christopher J. Brody committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    d7e04cb View commit details
    Browse the repository at this point in the history
  2. cordova-sqlite-storage 3.0.0-dev

    Christopher J. Brody committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    665c54b View commit details
    Browse the repository at this point in the history
  3. Use cordova-sqlite-storage-dependencies 2.0.0

    with SQLITE_DBCONFIG_DEFENSIVE setting used by
    sqlite-native-driver.jar on Android
    Christopher J. Brody committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    9695dc0 View commit details
    Browse the repository at this point in the history
  4. cordova-sqlite-storage 3.0.0

    Christopher J. Brody committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    e4d1982 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. SQLite build & lib updates from cordova-sqlite-ext

    cordova-sqlite-ext version 2.3.1:
    
    - build with SQLite 3.26.0 from cordova-sqlite-ext-deps@1.1.1
    - sqlite-native-driver NDK build in JAR
    - use lib-file element in plugin.xml for Android JAR files
    - FTS5 & JSON1 enabled on all platforms
    - SQLITE_DEFAULT_SYNCHRONOUS=3 (EXTRA DURABLE) compile-time setting
      on all platforms
    - continue using SQLITE_THREADSAFE=1 on all platforms
    - update spec/www/spec/db-tx-sql-features-test.js for working
      FTS4, FTS5, and JSON1
    - quick fix updates to spec/www/spec/db-tx-error-mapping-test.js
    Christopher J. Brody committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    acfcc29 View commit details
    Browse the repository at this point in the history
  2. cordova-sqlite-ext-common doc updates

    Christopher J. Brody committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    ca175a2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cordova-sqlite-ext-core-common' of https://github.com/l…

    …itehelpers/Cordova-sqlite-storage into cordova-sqlite-ext-common
    Christopher J. Brody committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    c421329 View commit details
    Browse the repository at this point in the history
  4. cordova-sqlite-common-ext-common 0.2.0

    Christopher J. Brody committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    0a74d6a View commit details
    Browse the repository at this point in the history
  5. cordova-sqlite-ext-common 0.3.0-dev

    Christopher J. Brody committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    6b2ea8c View commit details
    Browse the repository at this point in the history
  6. Use cordova-sqlite-ext-deps@2.0.0

    with SQLITE_DBCONFIG_DEFENSIVE setting used by
    sqlite-native-driver.jar on Android
    Christopher J. Brody committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    544cbb9 View commit details
    Browse the repository at this point in the history
  7. cordova-sqlite-ext-common 1.0.0

    Christopher J. Brody committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    6f6d664 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. cordova-sqlite-storage 3.0.1-dev

    Christopher J. Brody committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    49409f0 View commit details
    Browse the repository at this point in the history
  2. no SQLITE_DEFAULT_CACHE_SIZE on iOS/macOS/Windows

    Christopher J. Brody committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    9f44f99 View commit details
    Browse the repository at this point in the history
  3. update email & website links

    Christopher J. Brody committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    c868847 View commit details
    Browse the repository at this point in the history
  4. Update README.md for projects moved so far

    Christopher J. Brody committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    0661ce4 View commit details
    Browse the repository at this point in the history
  5. free consulting special

    Christopher J. Brody committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    27c5701 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. cordova-sqlite-storage 3.1.0

    Christopher J. Brody committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    5846093 View commit details
    Browse the repository at this point in the history
  2. package.json update cordova-sqlite-storage links

    Christopher J. Brody committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    7bccc0d View commit details
    Browse the repository at this point in the history
  3. cordova-sqlite-storage 3.1.1-dev

    Christopher J. Brody committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    f85c50f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. fs-extra & cross-spawn in scripts/prepareSpec.js

    instead of shelljs
    Christopher J. Brody committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    699b946 View commit details
    Browse the repository at this point in the history
  2. Fix prepare-spec "script" name in package.json

    Christopher J. Brody committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    1b6c72c View commit details
    Browse the repository at this point in the history
  3. clean-spec shell "script" in package.json

    Christopher J. Brody committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    ca6335e View commit details
    Browse the repository at this point in the history
  4. .gitignore ignore yarn.lock

    Christopher J. Brody committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    df45977 View commit details
    Browse the repository at this point in the history
  5. Mark old bin scripts as UNSUPPORTED

    with a note that package scripts should be used instead
    Christopher J. Brody committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    121ba04 View commit details
    Browse the repository at this point in the history
  6. prepare-js "script" (using coffeescript@1 for now)

    Christopher J. Brody committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    557ffdd View commit details
    Browse the repository at this point in the history
  7. sqlite3_threadsafe() error handling on iOS/macOS

    Christopher J. Brody committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    9a93be5 View commit details
    Browse the repository at this point in the history
  8. cordova-sqlite-storage 3.2.0

    Christopher J. Brody committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    872fd0d View commit details
    Browse the repository at this point in the history
  9. cordova-sqlite-storage 3.2.1-dev

    Christopher J. Brody committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    dbe378d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. cordova-sqlite-evcore-extbuild-free 0.10.0-pre1

    - evcore-native-driver.jar from cordova-sqlite-evcore-free-dependencies 0.9.0, with the following Android build updates (using SQLite 3.26.0):
      - Set SQLITE_DBCONFIG_DEFENSIVE flag when opening db (POSSIBLY BREAKING CHANGE)
      - Explicit APP_PLATFORM := android-14 setting in jni/Application.mk
    Christopher J. Brody committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    2e7e873 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. cordova-sqlite-evcore-extbuild-free 0.10.0 - merge release

    Merge branch 'cordova-sqlite-ext-core-common' of https://github.com/litehelpers/Cordova-sqlite-storage
    
    XXX with some minor fixes applied
    Christopher J. Brody committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    c41e54e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. fix internal clean-spec script

    Christopher J. Brody committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    1768e23 View commit details
    Browse the repository at this point in the history
  2. fs-extra@8 update in devDependencies

    Christopher J. Brody committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    2810c57 View commit details
    Browse the repository at this point in the history
  3. cordova-sqlite-storage-dependencies@2.0.1 update

    with SQLite 3.28.0 update for all supported platforms
    Android/iOS/macOS/Windows
    Christopher J. Brody committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    71f207e View commit details
    Browse the repository at this point in the history
  4. cordova-sqlite-storage 3.2.1

    Christopher J. Brody committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    1639aa3 View commit details
    Browse the repository at this point in the history
  5. cordova-sqlite-storage 3.2.2-dev

    Christopher J. Brody committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    5e674ef View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. SQLite 3.28.0 update

    cordova-sqlite-evcore-free-dependencies 0.9.1
    
    (cordova-sqlite-evcore-extbuild-free 0.10.1)
    Christopher J. Brody committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    bead6ff View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Fix CHANGES.md for 3.2.1 vs 3.2.2-dev

    Christopher J. Brody committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    b7ffdf8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cordova-sqlite-storage-commoncore' into dev

    Christopher J. Brody committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    0b2489f View commit details
    Browse the repository at this point in the history
  3. remove some promotions, for now at least

    Christopher J. Brody committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    cff3f97 View commit details
    Browse the repository at this point in the history
  4. quick test updates for Android 9 (Pie)

    Christopher J. Brody committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    cd8f59d View commit details
    Browse the repository at this point in the history
  5. New page/cache default sizes

    with cordova-sqlite-storage-dependencies@2.1.0 update
    
    (cordova-sqlite-storage plugin version)
    Christopher J. Brody committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    85d77e9 View commit details
    Browse the repository at this point in the history
  6. cordova-sqlite-storage 3.3.0

    Christopher J. Brody committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    7b69ee7 View commit details
    Browse the repository at this point in the history
  7. start cordova-sqlite-storage 3.3.1-dev

    Christopher J. Brody committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    1a45783 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. quick workaround for SYNTAX_ERR redefinition

    Christopher J. Brody committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    1c8b151 View commit details
    Browse the repository at this point in the history
  2. cordova-sqlite-storage 3.4.0

    Christopher J. Brody committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    41cf126 View commit details
    Browse the repository at this point in the history
  3. cordova-sqlite-storage 3.4.1-dev

    Christopher J. Brody committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    ec1f46d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. fix CHANGES.md for 3.4.0 vs 3.4.1-dev

    cordova-sqlite-storage 3.4.0 vs 3.4.1-dev
    Christopher J. Brody committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    82927b2 View commit details
    Browse the repository at this point in the history
  2. add string test with double-quotes in result key

    Christopher J. Brody committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    140d646 View commit details
    Browse the repository at this point in the history
  3. cordova-sqlite-storage-dependencies@2.1.1 update

    with SQLite 3.30.1
    Christopher J. Brody committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    ac9a8ea View commit details
    Browse the repository at this point in the history
  4. cordova-sqlite-storage 3.4.1

    Christopher J. Brody committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    59097ce View commit details
    Browse the repository at this point in the history
  5. start cordova-sqlite-storage 3.4.2-dev

    Christopher J. Brody committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    02d6178 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c02011 View commit details
    Browse the repository at this point in the history
  7. SQLite 3.30.1 update

    from cordova-sqlite-evcore-free-dependencies@0.9.2
    
    (cordova-sqlite-evcore-extbuild-free 0.10.2)
    Christopher J. Brody committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    be85938 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. cordova-sqlite-evcore-commoncore-free 0.0.2

    uses cordova-sqlite-evcore-free-dependencies@0.9.2,
    with SQLite 3.30.1 update
    
    NOTE that this version branch is currently known to require
    older Cordova CLI version such as cordova@8,
    cordova@7, or cordova@6 in order to install properly.
    
    This is due to use of an obsolete Cordova module in the
    scripts/beforePluginInstall.js hook script.
    
    This outdated version branch is temporarily maintained
    in order to provide some urgent patch updates
    that can be merged into some other plugin versions.
    
    This is not an issue with recent versions of
    cordova-sqlite-storage itself or any of the
    other up-to-date plugin version branches.
    Christopher J. Brody committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    781cb38 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. cordova-sqlite-evcore-extbuild-free 0.10.3-rc1 - merge release

    Merge branch 'cordova-sqlite-evcore-commoncore-free'
    Christopher J. Brody committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    aa6aff7 View commit details
    Browse the repository at this point in the history
  2. cordova-plugin-sqlite-evplus-ext-common-free 0.1.5-rc1 - merge

    Merge branch 'cordova-sqlite-evcore-commoncore-free' of https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free
    Christopher J. Brody committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    0849ec1 View commit details
    Browse the repository at this point in the history
  3. SQLite 3.30.1 update

    with Android implementation build made from:
    
    https://github.com/brodysoft/Android-sqlite-evcore-native-driver-free/tree/sqlite3-eu-dev
    
    (cordova-sqlite-evplus-ext-free 0.4.2-pre1)
    Christopher J. Brody committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    f99c22d View commit details
    Browse the repository at this point in the history
  4. rename PSPDFThreadSafeMutableDictionary

    to CustomPSPDFThreadSafeMutableDictionary
    
    and completely remove PSPDFThreadSafeMutableDictionary.h
    
    (cordova-sqlite-storage 4.0.0-pre1)
    Christopher J. Brody committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    7290f57 View commit details
    Browse the repository at this point in the history
  5. cordova-sqlite-storage 4.0.0

    Christopher J. Brody committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    d2a4984 View commit details
    Browse the repository at this point in the history
  6. start cordova-sqlite-storage 4.0.1-dev

    Christopher J. Brody committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    3952ac5 View commit details
    Browse the repository at this point in the history
  7. cordova-sqlite-ext-common URL & doc updates

    Christopher J. Brody committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    b6074e1 View commit details
    Browse the repository at this point in the history
  8. Merge tag '3.0.0' of https://github.com/xpbrew/cordova-sqlite-storage

    …into cordova-sqlite-ext-common
    Christopher J. Brody committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    2e87441 View commit details
    Browse the repository at this point in the history
  9. SQLite 3.30.1 build update

    with new default page & cache sizes
    
    from cordova-sqlite-ext-deps@2.1.0
    Christopher J. Brody committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    23b54ea View commit details
    Browse the repository at this point in the history
  10. cordova-sqlite-ext-common 2.0.0 - merge

    Merge tag '4.0.0' of https://github.com/xpbrew/cordova-sqlite-storage into cordova-sqlite-ext-common
    Christopher J. Brody committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    81c01ab View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. cordova-sqlite-evcore-commoncore-free 0.1.0-pre01 - merge

    Merge branch 'cordova-sqlite-ext-common' of https://github.com/brodybits/cordova-sqlite-ext into cordova-sqlite-evcore-commoncore-free
    Christopher J. Brody committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    c8814fb View commit details
    Browse the repository at this point in the history
  2. [evcore] minor test cleanup

    Christopher J. Brody committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    b13061b View commit details
    Browse the repository at this point in the history
  3. internal Android evcore database state 100% non-static

    and private
    Christopher J. Brody committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    f3fc410 View commit details
    Browse the repository at this point in the history
  4. [TBD] add PENDING rename table with view test

    PENDING due to KNOWN CRASH on SQLite 3.30.1 (Decmeber 2019) ref:
    
    - http://sqlite.1065341.n5.nabble.com/Crash-Bug-Report-tc109903.html
    - storesafe/cordova-sqlite-storage#904
    Christopher J. Brody committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    8cf0ba6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. doc updates & fixes

    Christopher J. Brody committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    8f51452 View commit details
    Browse the repository at this point in the history
  2. cordova-sqlite-evcore-commoncore-free 0.1.0-rc1

    Merge branch 'dev' of https://github.com/xpbrew/cordova-sqlite-storage into cordova-sqlite-evcore-commoncore-free
    
    - add PENDING TEST of a known crash issue
    - doc updates & fixes
    Christopher J. Brody committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    99c3d26 View commit details
    Browse the repository at this point in the history
  3. cordova-sqlite-evcore-extbuild-free 0.11.0 - merge release

    Merge branch 'cordova-sqlite-evcore-commoncore-free'
    Christopher J. Brody committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    a19b3b5 View commit details
    Browse the repository at this point in the history
  4. cordova-plugin-sqlite-evplus-ext-common-free 0.2.0 - merge

    Merge branch 'cordova-sqlite-evcore-commoncore-free' of https://github.com/brodysoft/cordova-sqlite-evcore-extbuild-free
    Christopher J. Brody committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    43afe29 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    536a121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b17477 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. remove some extra logging from this plugin version

    (cordova-sqlite-evplus-ext-free 0.5.0-rc2)
    Christopher J. Brody committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    a63dcae View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. start cordova-sqlite-storage 5.0.0-dev

    (MAJOR update)
    brodycj committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    3aece4b View commit details
    Browse the repository at this point in the history
  2. avoid incorrect default directory on iOS/macOS

    - to be extra safe
    
    (see <storesafe/cordova-sqlite-storage#907>)
    
    - ensure that default "nosync" directory *always* has resource value
      set for `NSURLIsExcludedFromBackupKey`
    - add more checks for missing database directory
    brodycj committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    9afb77a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. cordova-sqlite-storage@5 doc updates

    - add comparison of supported plugin versions near the beginning
    - updated list of breaking changes coming soon
    - hide browser usage notes for now (at least)
    - other minor updates
    brodycj committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    9484dd5 View commit details
    Browse the repository at this point in the history
  2. cordova-sqlite-storage 5.0.0

    brodycj committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    eeed8fc View commit details
    Browse the repository at this point in the history
  3. cordova-sqlite-ext-common 3.0.0 - merge

    Merge tag '5.0.0' of https://github.com/xpbrew/cordova-sqlite-storage into cordova-sqlite-ext-common
    brodycj committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    36d3982 View commit details
    Browse the repository at this point in the history
  4. cordova-sqlite-evcore-commoncore-free 0.2.0: merge

    Merge branch 'cordova-sqlite-ext-common' of https://github.com/brodybits/cordova-sqlite-ext into cordova-sqlite-evcore-commoncore-free
    brodycj committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    83cb814 View commit details
    Browse the repository at this point in the history
  5. cordova-sqlite-evcore-extbuild-free 0.12.0 - merge release

    Merge branch 'cordova-sqlite-evcore-commoncore-free'
    brodycj committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    619291f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    4ff3668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7761c05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff5307e View commit details
    Browse the repository at this point in the history
  4. apply SQLite 3.34.0 update

    brodycj committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    f3a50f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99f9b1f View commit details
    Browse the repository at this point in the history