)]}' { "commit": "dadf5cf22923b4071f7cae8f34f483e05cec2f28", "tree": "2b573ac40dfd81138390c29ffb3ea9b890d39a82", "parents": [ "91ca8952dc3268183526c5192ee43eb0191ffda4" ], "author": { "name": "Svetoslav Ganov", "email": "svetoslavganov@google.com", "time": "Tue May 29 15:19:06 2012 -0700" }, "committer": { "name": "Svetoslav Ganov", "email": "svetoslavganov@google.com", "time": "Tue May 29 15:19:13 2012 -0700" }, "message": "Updating the behaviour of accessibility text iterators - CTS\n\n1. Iterators were skipping content on reversing direction.\n\n2. The cursor was positioned at the beginning of the next text segment\n when moving forward and at end of the previous text segment when moving\n backwards. This is incorrect and now the cursor is positioned at the\n end of the segment when moving forward and at the beginning when moving\n backward.\n\n3. The cursor position was not properly set when reaching the end/start\n of the text.\n\n4. The iterators were reporting strictly the next/previous segment even\n if the cursor is within such a segment. Thus, when traversing some\n content may be skipped. Now moving forward moves the selection to\n the next segment end and the start position is either the old index\n if it was within a segment or the start of the segment. Same in\n reverse.\n\nbug:6575099\n\nChange-Id: I170ee77b34233e56a47e4567da122291709da179\n", "tree_diff": [ { "type": "modify", "old_id": "16ad575aecbd7ecceb4414301bded9d6533e5198", "old_mode": 33188, "old_path": "tests/tests/accessibilityservice/res/values/strings.xml", "new_id": "d022ce3f0a8fb11740f70b99ab54aa5081b4ef29", "new_mode": 33188, "new_path": "tests/tests/accessibilityservice/res/values/strings.xml" }, { "type": "modify", "old_id": "0bc59f8e7acda3119e7994cee431876545cb1a87", "old_mode": 33188, "old_path": "tests/tests/accessibilityservice/src/android/accessibilityservice/cts/AccessibilityTextTraversalTest.java", "new_id": "21c0271b0e49824e4f7cffdc63edcb7dde000216", "new_mode": 33188, "new_path": "tests/tests/accessibilityservice/src/android/accessibilityservice/cts/AccessibilityTextTraversalTest.java" } ] }