1. 07 9月, 2019 1 次提交
  2. 04 9月, 2019 1 次提交
  3. 30 8月, 2019 2 次提交
  4. 27 8月, 2019 1 次提交
  5. 21 8月, 2019 1 次提交
  6. 20 8月, 2019 1 次提交
  7. 17 8月, 2019 1 次提交
    • M
      More updates to the Robolectric test harness (#11068) · e23a2e22
      Michael Klimushyn 提交于
      Previously the test wasn't correctly re-building the engine when its
      files changed on multiple runs of `testing/run_tests.py`. It looks like
      this is because the test build target wasn't depending on the entire
      engine Android dependency, so some code changes were being ignored.
      Update the build.
      e23a2e22
  8. 16 8月, 2019 1 次提交
  9. 10 8月, 2019 1 次提交
  10. 09 8月, 2019 2 次提交
  11. 07 8月, 2019 1 次提交
  12. 30 7月, 2019 1 次提交
  13. 24 7月, 2019 1 次提交
    • M
      Add working Robolectric tests (#9954) · 8ed5da8b
      Michael Klimushyn 提交于
      `gclient sync` now grabs Robolectric, JUnit, and their transitive
      runtime dependencies. They're being stored in a new CIPD package,
      `flutter/android/robolectric_bundle`.
      
      `shell/platform/android/BUILD.gn` has a new target for building the
      tests, `robolectric_tests`. `testing/run_tests.py` has been extended to
      build and run the new target. Runs the android tests under
      "build_and_test_android" on CI.
      
      This also adds some very simple sample tests to start with and a README
      to the java tests directory.
      8ed5da8b
  14. 23 7月, 2019 1 次提交
  15. 04 6月, 2019 1 次提交
  16. 30 5月, 2019 2 次提交
  17. 26 5月, 2019 1 次提交
  18. 25 5月, 2019 1 次提交
  19. 18 5月, 2019 1 次提交
  20. 14 5月, 2019 1 次提交
  21. 13 5月, 2019 1 次提交
  22. 12 5月, 2019 1 次提交
  23. 03 5月, 2019 2 次提交
  24. 23 4月, 2019 1 次提交
  25. 30 3月, 2019 2 次提交
  26. 26 3月, 2019 1 次提交
    • A
      Delegate a11y events and action to/from embedded Android platform views. (#8250) · 345ae7d3
      Amir Hardon 提交于
      Delegate a11y events and action to/from embedded Android platfrom views.
      
      This handles delegation of:
        * AccessibilityNodeProvider#performAction
        * ViewGroup#requestSendAccessibilityEvent
        * View#onHoverEvent
      
      Additionally updates the currently input accessibility focused node state that is
      tracked by the a11y bridge when an embedded view's node is focused.
      345ae7d3
  27. 22 3月, 2019 1 次提交
    • A
      Mirror Android platform views a11y tree in the Flutter a11y tree. (#8237) · 06635d38
      Amir Hardon 提交于
      This PR mirrors virtual a11y tree of embedded platform views in the Flutter
      a11y tree.
      
      Non virtual hierarchies are not currently supported.
      
      Only works on Android versions earlier than Android P as it relies on
      reflection access to hidden system APIs which cannot be done starting
      Android P.
      
      A11y is not yet working as we also need to delegate a11y events from the
      platform view to the FlutterView. This will be done in a following PR to
      keep the change size a little saner.
      06635d38
  28. 21 3月, 2019 1 次提交
  29. 20 3月, 2019 1 次提交
  30. 01 3月, 2019 1 次提交
  31. 27 2月, 2019 1 次提交
  32. 26 2月, 2019 1 次提交
  33. 25 2月, 2019 1 次提交
  34. 22 2月, 2019 1 次提交
  35. 21 2月, 2019 1 次提交