1. 21 May, 2013 2 commits
  2. 20 May, 2013 3 commits
    • Victoria Lease's avatar
      short-term fix for flaky CTS tests that need focus · b5c6ba67
      Victoria Lease authored
      A number of the tests in cts-text are flaky because a number of their
      operations require window focus, but the frameworks give no guarantee
      that an Activity has window focus at any given point in the Activity
      lifecycle.
      
      This commit addresses the issue by having the affected tests block in
      setUp() until window focus has been obtained.
      
      Bug: 9054507
      Change-Id: I922c3649d7f378e7d3a7560937919f1b48713a59
      b5c6ba67
    • Nick Kralevich's avatar
      Add exceptions. · c89d97c9
      Nick Kralevich authored
      Partial fix for bug 9035217
      
      Bug: 9035217
      Change-Id: I1228ded5c16ad60cb0bef95c270e39ae3c041a0c
      c89d97c9
    • Nick Kralevich's avatar
      FileSystemPermissionTest: Distinguish between block and char devices · 5a3b5953
      Nick Kralevich authored
      The exception list only applies to character devices, not to
      block devices. Let's not lump everything together.
      
      Change-Id: Iaf45a8816ea7b0674a359df7caa2f423802abde9
      5a3b5953
  3. 17 May, 2013 7 commits
  4. 16 May, 2013 4 commits
  5. 15 May, 2013 1 commit
  6. 14 May, 2013 6 commits
  7. 13 May, 2013 3 commits
  8. 12 May, 2013 1 commit
    • Svetoslav's avatar
      Fixing the accessibility text traversal in extend mode (CTS). · 59087e4e
      Svetoslav authored
      We added APIs to allow an accessibility service to extend the
      selection while moving the cursor at a given granularity such
      as word, character, etc. The problem is that the traversal was
      extending only the end of the selection while moving forward
      and the start of the selection while moving backward. This leads
      to a case in which the user cannot shrink/extend the selection
      because for example instead of shrinking the end of the selection
      the implementation was extending the start.
      
      Now extending the selection moves only the selection end. This is
      the same behavior as text view using a keyboard.
      
      Main change: https://googleplex-android-review.googlesource.com/#/c/307058
      
      bug:8839844
      
      Change-Id: I0d3b729e2de71cad66ffac319a591ac64f1a2e84
      59087e4e
  9. 11 May, 2013 4 commits
  10. 10 May, 2013 9 commits