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

[TIMOB-25862] Parity: Support async Ti.UI.Webview.evalJS call on Android & iOS #9889

Merged
merged 13 commits into from
Sep 25, 2018

Commits on Mar 13, 2018

  1. Add an async variant of Ti.UI.WebView.evalJS, add unit test for it. A…

    …dd warning log for calling sync version when run-on-main-thread is true.
    sgtcoolguy committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    99c85b5 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    sgtcoolguy committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    22c244e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3449108 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99aedf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

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

Commits on Sep 18, 2018

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

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    01a4a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e9aea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac0477c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

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

Commits on Sep 21, 2018

  1. Fix typo in apidoc

    sgtcoolguy committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    b042d2f View commit details
    Browse the repository at this point in the history
  2. Handle evalJS in async fashion when not invoked from UI thread - stic…

    …k the request into a static map keyed by a globally incrementing int and then post/handleMessage to pull it out and run it in the UI
    sgtcoolguy committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    0834625 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

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