Ian Hickson 623c951efd Fix the Input crash.
KeyboardServiceImpl's setText method was dropping the new text on
the floor instead of passing it on to the KeyboardServiceState.
Then it was passing the selection indices through, so they were
out of range, which the Android runtime doesn't like.

Fixes #964.
2015-12-28 14:50:26 -08:00
..
2015-12-28 14:50:26 -08:00