Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OutSystems/android-database-sqlcipher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: usernuno/android-database-sqlcipher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 9 files changed
  • 3 contributors

Commits on May 9, 2016

  1. project.properties set target=android-23

    Christopher J. Brody committed May 9, 2016
    Configuration menu
    Copy the full SHA
    251055d View commit details
    Browse the repository at this point in the history
  2. Makefile distclean target working

    Christopher J. Brody committed May 9, 2016
    Configuration menu
    Copy the full SHA
    b0fa9d3 View commit details
    Browse the repository at this point in the history
  3. Document this version branch

    Christopher J. Brody committed May 9, 2016
    Configuration menu
    Copy the full SHA
    0f0e5c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Increased CursorWindow max size to 20 MB

    - Allow queries returning results larger than ~500 kB
    pdferreira authored Aug 11, 2016
    Configuration menu
    Copy the full SHA
    80bbf4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e66eec9 View commit details
    Browse the repository at this point in the history
  3. Update README.org

    pdferreira authored Aug 11, 2016
    Configuration menu
    Copy the full SHA
    4c2f3e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Configuration menu
    Copy the full SHA
    8e4fe8b View commit details
    Browse the repository at this point in the history
  2. Updated README.

    pdferreira committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    675bb7e View commit details
    Browse the repository at this point in the history
  3. Bump version to 3.4.0-os.2

    pdferreira committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    8d1ef06 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Build fixes for cordova-sqlcipher-adapter

    - Remove duplicate & other nonsensical SQLCIPHER_CFLAGS
    - Omit extension loading mechanism
    - Omit memory management & column metadata
    - Add some more recommended compile time options
    - soundex, stat3, stat4
    
    For reference:
    - sqlcipher#298
    - https://www.sqlite.org/compile.html#recommended_compile_time_options
    Christopher J. Brody committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    31a4a8f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Merge branch 'brodybits/build-fix-master'

    # Conflicts:
    #	README.org
    #	pom.xml
    #	src/net/sqlcipher/database/SQLiteDatabase.java
    usernuno committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    1d90294 View commit details
    Browse the repository at this point in the history
Loading