OSDN Git Service

android-x86/packages-apps-AndroidTerm.git
13 years agoAdobe Photoshop file for high-resolution icon for Android Market.
Jack Palevich [Mon, 22 Nov 2010 14:48:08 +0000 (06:48 -0800)]
Adobe Photoshop file for high-resolution icon for Android Market.

13 years agoAvoid potential memory leak in String8::set
Jack Palevich [Fri, 19 Nov 2010 10:28:02 +0000 (02:28 -0800)]
Avoid potential memory leak in String8::set

(Not an actual memory leak because the current clients of String8
never call set more than once for the same object. But you never
know who might use String8 in the future.)

13 years agoBump version number.
Jack Palevich [Fri, 19 Nov 2010 10:25:22 +0000 (02:25 -0800)]
Bump version number.

(I think this change was made a long time ago, just forgot to publish it.)

13 years agoSupport swype delete key long press
Todd Musall [Sat, 11 Sep 2010 15:58:15 +0000 (11:58 -0400)]
Support swype delete key long press

13 years agoBump version number.
Jack Palevich [Sun, 12 Sep 2010 16:41:10 +0000 (09:41 -0700)]
Bump version number.

13 years agoIME arrow key support
Todd Musall [Sun, 5 Sep 2010 14:53:06 +0000 (10:53 -0400)]
IME arrow key support

13 years agoMoved updates to a new page.
Jack Palevich [Sat, 4 Sep 2010 15:19:17 +0000 (08:19 -0700)]
Moved updates to a new page.

13 years agoImprove formating.
Jack Palevich [Sat, 4 Sep 2010 15:11:14 +0000 (08:11 -0700)]
Improve formating.

13 years agoGive proper extension for markdown.
Jack Palevich [Sat, 4 Sep 2010 15:09:00 +0000 (08:09 -0700)]
Give proper extension for markdown.

13 years agoEdit markup.
Jack Palevich [Sat, 4 Sep 2010 15:07:20 +0000 (08:07 -0700)]
Edit markup.

13 years agoSupport Swype IME backspace key.
Jack Palevich [Sat, 4 Sep 2010 14:42:10 +0000 (07:42 -0700)]
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.

13 years agoImport sources from code.google.com/p/androidterm
Jack Palevich [Sat, 4 Sep 2010 13:57:29 +0000 (06:57 -0700)]
Import sources from code.google.com/p/androidterm

13 years agoimported readme
Jack Palevich [Sat, 4 Sep 2010 13:50:53 +0000 (06:50 -0700)]
imported readme

13 years agofirst commit
Jack Palevich [Sat, 4 Sep 2010 13:49:00 +0000 (06:49 -0700)]
first commit