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

feat(android): implement async Ti.Database.DB methods #10920

Merged
merged 20 commits into from
Jun 26, 2019

Commits on May 29, 2019

  1. feat(android): implement async database methods

    Gary Mathews committed May 29, 2019
    Configuration menu
    Copy the full SHA
    923df7e View commit details
    Browse the repository at this point in the history
  2. docs(android): update Ti.Database.DB documentation

    Gary Mathews committed May 29, 2019
    Configuration menu
    Copy the full SHA
    9d24ad8 View commit details
    Browse the repository at this point in the history
  3. fix(android): formatting

    Gary Mathews committed May 29, 2019
    Configuration menu
    Copy the full SHA
    8f6fcc3 View commit details
    Browse the repository at this point in the history
  4. fix(android): ensure query execution order is correct

    Gary Mathews committed May 29, 2019
    Configuration menu
    Copy the full SHA
    19f359e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    c93c9f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    2107c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fb3111 View commit details
    Browse the repository at this point in the history
  3. fix(android): allow varargs on executeAsync()

    Gary Mathews committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    c9c3620 View commit details
    Browse the repository at this point in the history
  4. fix(android): cleanup ResultSet upon collection

    Gary Mathews committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    2fff48d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c090dd View commit details
    Browse the repository at this point in the history
  6. test(android): set tests as android only for now

    Gary Mathews committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    463835c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    99cd080 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. fix(android): flush query queue before closing database

    Gary Mathews committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    540bb2d View commit details
    Browse the repository at this point in the history
  2. fix(android): cleanup duplicate code

    Gary Mathews committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    f80b9ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb069be View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    b819226 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    7f1e59b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    0b63c07 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    2585161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a9924d View commit details
    Browse the repository at this point in the history