Commit Graph

1223 Commits

Author SHA1 Message Date
sebyx31
227129061c French translations: initial commit
Change-Id: I8bf47d2329df215ad817aa23bee385045cd54e5c
2010-11-29 16:43:39 -05:00
OlegKrikun
b81b86eeb7 Russian: Initial Translation 2010-11-29 16:43:39 -05:00
thiasB
a91351e968 German: initial translation 2010-11-29 16:43:39 -05:00
Eug89
6c2ce483e4 Italian translations: initial commit
Change-Id: Ia12c79cc42ebb8da76ca28894187427065735c97
2010-11-29 16:43:39 -05:00
sotux
f3831e8985 update Simplified Chinese translation.
Change-Id: I8ab107ea5a8ab4ae46db8502e68b9282c3389602
2010-11-29 16:43:39 -05:00
Steve Kondik
7d0de89f0e term: Change package name to jackpal.androidterm2
Since we're not signed with the same key as Jack's Market version,
rename the packages to jackpal.androidterm2 so there's no conflict.

Change-Id: Iaeef843ab861f5b16fdb5a9db52e61d1709adab6
2010-11-29 16:43:39 -05:00
Steve Kondik
12ef7205c0 Update makefiles to replace stock Term app. 2010-11-29 16:40:15 -05:00
Jack Palevich
068253dd90 Bump version number. 2010-11-27 21:27:42 -08:00
Jack Palevich
ad10138e47 Add support for full PC keyboards.
Tested with a Logitech Bluetooth keyboard.
2010-11-27 20:34:19 -08:00
Jack Palevich
6dd9967990 Adobe Photoshop file for high-resolution icon for Android Market. 2010-11-22 06:48:08 -08:00
Jack Palevich
7988d5c035 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.)
2010-11-19 02:28:02 -08:00
Jack Palevich
324112b60a Bump version number.
(I think this change was made a long time ago, just forgot to publish it.)
2010-11-19 02:25:22 -08:00
Todd Musall
59aaa1fdbd Support swype delete key long press 2010-09-12 09:46:32 -07:00
Jack Palevich
6f104d74a2 Bump version number. 2010-09-12 09:41:10 -07:00
Todd Musall
2ebddea3a1 IME arrow key support 2010-09-05 10:53:06 -04:00
Jack Palevich
41b7f307a5 Moved updates to a new page. 2010-09-04 08:19:17 -07:00
Jack Palevich
70e5dc5886 Improve formating. 2010-09-04 08:11:14 -07:00
Jack Palevich
5f5c357e80 Give proper extension for markdown. 2010-09-04 08:09:00 -07:00
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