Commit Graph

1205 Commits

Author SHA1 Message Date
Jack Palevich
08010d0f90 Edit markup. 2010-09-04 08:07:20 -07:00
Jack Palevich
d4122bbc6a Support Swype IME backspace key.
Thanks to Julian Brost (who fixed the same bug in the connectbot project),
and thanks to Todd Musall for spotting the bug fix in the connectbot
tracker, and tried it out in Android Term.

In general we now support any IME trying to delete text to the left of
the cursor by calling InputConnector.deleteSurroundingText(). We generate
one "del" key event for each character of text that is to be deleted.

We don't support deleting text to the right of the cursor. If this
becomes an issue we can experiment with forward-cursor followed by del.
2010-09-04 07:42:10 -07:00
Jack Palevich
f45c3a228c Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
Jack Palevich
560cbf9d17 imported readme 2010-09-04 06:50:53 -07:00
Jack Palevich
4e84afaff0 first commit 2010-09-04 06:49:00 -07:00