Fork of NeoTerm source code with our own modifications
Go to file
Steven Luo d702d2c7fe Add configurable back button behavior
Allow the back button to (1) close all windows (the current behavior);
(2) close the current window only; (3) close the activity, but leave the
terminal sessions running; or (4) send ESC to the terminal.

Signed-off-by: Jack Palevich <jackpal@google.com>
2011-11-20 20:00:23 -08:00
docs Update documentation checklist. 2011-10-24 09:41:58 -07:00
jni Generate native code for x86 as well as armeabi. 2011-09-18 10:13:05 -07:00
res Add configurable back button behavior 2011-11-20 20:00:23 -08:00
src/jackpal/androidterm Add configurable back button behavior 2011-11-20 20:00:23 -08:00
tools Create Android 1.5 version of notification icon. 2011-10-24 09:50:26 -07:00
.gitignore Ignore local.properties 2011-08-27 11:38:01 -07:00
Android.mk Change shared library name (again) to make sure our copy takes precedence on CyanogenMod 2011-05-24 19:44:03 +08:00
AndroidManifest.xml Declare version 1.0.35 2011-10-24 10:05:48 -07:00
ant.properties Update project organization for SDK version 14 2011-10-21 19:37:20 -07:00
build.xml Update project organization for SDK version 14 2011-10-21 19:37:20 -07:00
MODULE_LICENSE_APACHE2 Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
NOTICE Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
proguard.cfg Update config file for latest Android SDK 2011-09-18 10:11:20 -07:00
project.properties Make sure we build on API level 10. 2011-10-23 06:56:22 -07:00
README.md Add link to Android Market. 2011-10-22 05:57:23 -07:00
README.txt Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00

#Android Terminal Emulator

Android Terminal Emulator is a terminal emulator for communicating with the built-in Android shell. Emulates a reasonably large subset of Digital Equipment Corporation VT-100 terminal codes, so that programs like "vi", "Emacs" and "NetHack" will display properly.

This code is based on the "Term" application which is included in the Android source code release.

Download the Android Terminal Emulator from Android Market

Got questions? Please check out the FAQ before emailing or adding an issue. Thanks!

Please see the Recent Updates page for recent updates.

Not on Market? Don't want to compile your own version? No problem. A fairly recent version of Android Terminal Emulator is here: Download Prebuilt version for side-loading