Fork of NeoTerm source code with our own modifications
Go to file
2015-02-10 21:46:43 -08:00
.idea Document how to build using Android Studio. 2014-12-14 09:53:17 -08:00
artwork Change name of program to "Terminal Emulator for Android" 2014-09-25 12:27:42 -07:00
docs Add install-sdk-packages script to help with configuration. 2015-02-10 21:46:43 -08:00
emulatorview Add iml files. 2015-02-10 20:30:14 -08:00
examples Bring back examples. (Examples don't build with gradel yet.) 2015-02-10 20:38:33 -08:00
gradle/wrapper Convert to Android Studio 1.0 2014-12-14 08:58:08 -08:00
term Merge branch 'master' of github.com:jackpal/Android-Terminal-Emulator 2015-02-10 20:31:27 -08:00
tests Add test of combining characters at the end of a line 2014-06-08 14:50:28 -07:00
tools Add install-sdk-packages script to help with configuration. 2015-02-10 21:46:43 -08:00
.gitattributes Add a .gitattributes file 2014-01-25 08:25:32 -08:00
.gitignore Convert to Android Studio 1.0 2014-12-14 08:58:08 -08:00
Android-Terminal-Emulator.iml Add iml files. 2015-02-10 20:30:14 -08:00
build.gradle Convert to Android Studio 1.0 2014-12-14 08:58:08 -08:00
gradlew Convert to Android Studio 1.0 2014-12-14 08:58:08 -08:00
gradlew.bat Convert to Android Studio 1.0 2014-12-14 08:58:08 -08: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 More tweaks to build instructions. 2014-12-14 12:16:02 -08:00
settings.gradle Convert to Android Studio 1.0 2014-12-14 08:58:08 -08:00

#Terminal Emulator for Android

Terminal Emulator for Android is a terminal emulator for communicating with the built-in Android shell. It 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 application was previously named "Android Terminal Emulator". Same great application, just with a new name. (The change was made at the request of the Android trademark owner.)

This code is based on the "Term" application which is included in the Android Open Source Project. (Which I also wrote. :-) )

Download the Terminal Emulator for Android from Google Play

If you are unable to use the Play Store, you can also download from GitHub

See Building for build instructions.

Got questions? Please check out the FAQ and/or the Google+ Android Terminal Emulator Community before emailing or adding an issue. Thanks!

Please see the Recent Updates page for recent updates.

Note: Terminal Emulator for Android development is complete. I am still accepting new language translations and bug fixes, but I am not accepting new features. See [Wrapping up Development on Terminal Emulator for Android] (https://github.com/jackpal/Android-Terminal-Emulator/wiki/Wrapping-up-Development-on-Android-Terminal-Emulator) for details of the wrapping-up process.