Fork of NeoTerm source code with our own modifications
Go to file
2011-01-01 09:57:07 -08:00
docs Update docs for current build environment. 2011-01-01 07:35:40 -08:00
jni Avoid potential memory leak in String8::set 2010-11-19 02:28:02 -08:00
res Translation strings courtesy CyanogenMod: 2011-01-01 09:57:07 -08:00
src/jackpal/androidterm Modify text selection algorithm to work better: 2011-01-01 09:50:35 -08:00
.gitignore Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
AndroidManifest.xml Added an option for selecting part of the text on the screen with two screen touches. 2010-12-27 14:16:43 +00:00
default.properties Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -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
README.md Moved updates to a new page. 2010-09-04 08:19:17 -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. It's provided as a separate project for the convenience of developers who do not want to deal with installing and building the whole Android source tree.

Although this program does not include a built-in ssh client, it can be used with command-line-based ssh tools such as dropbear.

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

Please see the Recent Updates page for recent updates.