• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/AndroidTerm


RSS
Rev. Zeit Autor
a1acc66 2011-04-24 02:17:13 Steven Luo

Remove unused variable in native implementation of Exec.close()

364e3cc 2011-04-17 23:51:03 Jack Palevich

Turkish localization

Provided by Doğukan Korkmaztürk <d.korkmazturk@gmail.com>

c781b76 2011-04-11 08:28:30 Jack Palevich

Declare SDK target 10 (Gingerbread) rather than 11 (Honeycomb)

Otherwise the Options menu key doesn't appear on Honeycomb devices.

c507d66 2011-04-11 07:43:28 Jack Palevich

Declare that we don't require a touchscreen.

7115021 2011-04-11 07:24:05 Jack Palevich

Add support for Android 1.5

+ set minSdkVersion to 3, so we run on Android 1.5
+ set targetSdkVersion to 11, so we run without compatability hacks.
- otherwise the terminal emulator screen size calculation is
incorrect and scrolling doesn't work on Android 2.3 devices.
+ add a res/drawable/app_terminal.png file, so that we get a
custom launcher icon on Android 1.5 devices.

+ bump version name to 1.0.22.

+ add files to support building from command line using "ant".

f0e8f96 2011-02-10 02:00:41 Jack Palevich

Mark this module optional.

94ecce1 2011-02-09 03:18:35 Jack Palevich

Add Android.mk file

To help people trying to incorporate AndroidTerm in their own custom
ROMs.

(This hasn't been tested, but it might work.)

ce9b91f 2011-01-10 03:31:17 Jack Palevich

Add '|' and arrow keys to "Special Chars"

Add 'Camera' button as a possible Control key

Make 'Volume Down' the default control key.

104a929 2011-01-09 10:08:41 Jack Palevich

Ignore a png file that's a documentation build artifact.

3f698e1 2011-01-09 10:07:11 Jack Palevich

Add a white background layer.

d818d65 2011-01-09 09:37:29 Jack Palevich

We don't require a touch screen, even though we use the feature.

cb560e7 2011-01-09 09:15:46 Jack Palevich

Bump version number.

eec0935 2011-01-09 09:15:36 Jack Palevich

Handle composing text.

a0aa6b2 2011-01-02 02:57:07 Jack Palevich

Translation strings courtesy CyanogenMod:

https://github.com/CyanogenMod/android_packages_apps_AndroidTerm

497c32a 2011-01-02 02:50:35 Jack Palevich

Modify text selection algorithm to work better:

+ Use drag to select rather than two taps.
+ Text selection is now a spring-loaded mode: It only lasts for
one drag session.
+ Add a verical offset so you can see what you're selecting.

4c8e467 2011-01-02 01:05:58 Jack Palevich

Fix style of text selection patch.

7021988 2011-01-02 00:37:21 Jack Palevich

Merge branch 'master' of https://github.com/pelya/Android-Terminal-Emulator into pelya-master

c6aa6d9 2011-01-02 00:35:40 Jack Palevich

Update docs for current build environment.

afb3a71 2010-12-27 23:16:43 pelya

Added an option for selecting part of the text on the screen with two screen touches.

068253d 2010-11-28 14:27:42 Jack Palevich

Bump version number.

ad10138 2010-11-28 13:34:19 Jack Palevich

Add support for full PC keyboards.

Tested with a Logitech Bluetooth keyboard.

6dd9967 2010-11-22 23:48:08 Jack Palevich

Adobe Photoshop file for high-resolution icon for Android Market.

7988d5c 2010-11-19 19:28:02 Jack Palevich

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.)

324112b 2010-11-19 19:25:22 Jack Palevich

Bump version number.

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

59aaa1f 2010-09-13 01:46:32 Todd Musall

Support swype delete key long press

6f104d7 2010-09-13 01:41:10 Jack Palevich

Bump version number.

2ebddea 2010-09-05 23:53:06 Todd Musall

IME arrow key support

41b7f30 2010-09-05 00:19:17 Jack Palevich

Moved updates to a new page.

70e5dc5 2010-09-05 00:11:14 Jack Palevich

Improve formating.

5f5c357 2010-09-05 00:09:00 Jack Palevich

Give proper extension for markdown.