Fork of NeoTerm source code with our own modifications
Go to file
simonpunk 15660a0c60 Fixed new sessions window not opened when receving activity intent from nethunter app.
Found out when nethunter app sending activity intent to nhterm, if nhterm is first opened by that intent sent by nethunter,
then all the next activity intent with the same action and category will not be process, as it's a android mechenism.
see https://stackoverflow.com/questions/3781182/activity-not-started-its-current-task-has-been-brought-to-the-front

The way I found to solve this issue is to added 'android:launchMode="singleTask"' to the corresponding activity.
2020-06-12 00:40:37 +08:00
.idea Consolidate properties at project level 2019-02-26 20:07:13 +11:00
artwork Update launcher icons. 2015-03-25 18:30:40 -07:00
docs Update release checklist. 2015-03-28 10:04:22 -07:00
emulatorview Force enabling UTF-8 mode 2020-01-09 14:00:38 +08:00
gradle/wrapper Update gradle and define nethunter-app path in BuildConfig 2020-01-09 13:58:44 +08:00
libtermexec Fix some warnings. 2020-01-09 14:09:24 +08:00
samples Update gradle, sdk to 25 2016-11-07 19:15:12 -06:00
term Fixed new sessions window not opened when receving activity intent from nethunter app. 2020-06-12 00:40:37 +08:00
tests Add test of combining characters at the end of a line 2014-06-08 14:50:28 -07:00
tools Install current sdk packages when installing on CLI 2015-04-04 10:34:54 +02:00
.gitattributes Add a .gitattributes file 2014-01-25 08:25:32 -08:00
.gitignore updated .gitignore 2019-02-15 04:39:23 +08:00
Android.mk Fixed foreground being killed, keep the code updated. 2019-02-15 04:48:39 +08:00
build.gradle Bump to 2020010200 2020-01-09 08:28:25 +00:00
gradle.properties Consolidate properties at project level 2019-02-26 20:07:13 +11: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 Update README.md 2019-02-27 22:09:33 +11:00
settings.gradle Update gradle, fix building 2017-08-31 22:48:01 -05:00

NetHunter Terminal Emulator

This is a new fork of the Android Terminal Emulator so we can adapt it to our neeeds for Kali NetHunter.

Dependencies running the terminal:

Needs a full installation of Kali NetHunter (including chroot) 

Building from sources:

(Todo) see: https://github.com/jmingov/NetHunter-Terminal-Emulator/blob/master/docs/Building.md

Since the original project has "ended" we'll include the credits and licenses below:

Original author: https://github.com/jackpal

Original project: https://github.com/jackpal/Android-Terminal-Emulator

License: The same as the original project. (Thouse files are included in this project too.)