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)(8_1_X): implement async Ti.Database.DB methods #10999

Merged
merged 15 commits into from
Jun 28, 2019

Commits on Jun 26, 2019

  1. feat(android): implement async database methods

    Gary Mathews authored and jquick-axway committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4eafebf View commit details
    Browse the repository at this point in the history
  2. docs(android): update Ti.Database.DB documentation

    Gary Mathews authored and jquick-axway committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b89be83 View commit details
    Browse the repository at this point in the history
  3. fix(android): formatting

    Gary Mathews authored and jquick-axway committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    dd155b2 View commit details
    Browse the repository at this point in the history
  4. fix(android): ensure query execution order is correct

    Gary Mathews authored and jquick-axway committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    1ac277e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdd035c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a1b117 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4937f23 View commit details
    Browse the repository at this point in the history
  8. fix(android): allow varargs on executeAsync()

    Gary Mathews authored and jquick-axway committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    d9a6e0d View commit details
    Browse the repository at this point in the history
  9. fix(android): cleanup ResultSet upon collection

    Gary Mathews authored and jquick-axway committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    48f1602 View commit details
    Browse the repository at this point in the history
  10. fix(android): call super class on release() of TiDatabaseProxy

    Gary Mathews authored and jquick-axway committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4fecc22 View commit details
    Browse the repository at this point in the history
  11. test(android): set tests as android only for now

    Gary Mathews authored and jquick-axway committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    52940bb View commit details
    Browse the repository at this point in the history
  12. fix(android): flush query queue before closing database

    Gary Mathews authored and jquick-axway committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    df3bdbc View commit details
    Browse the repository at this point in the history
  13. fix(android): cleanup duplicate code

    Gary Mathews authored and jquick-axway committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    79a72a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    71f0e91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0feb3 View commit details
    Browse the repository at this point in the history