Commit Graph

1143 Commits

Author SHA1 Message Date
Re4son
be293ccc55 Merge branch '2020.4-dev' into nethunter 2020-11-29 12:20:34 +11:00
Re4son
b444e42138 Bump to 2020.4 (2020040100 Release) 2020-11-08 00:22:21 +00:00
Re4son
1db128e17a Merge branch 'master' into 'nethunter'
# Conflicts:
#   .gitlab-ci.yml
2020-08-23 09:47:33 +00:00
Re4son
c64ca1eb55
Fix paste
Closes !12

Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com>
2020-08-23 19:42:55 +10:00
Re4son
ee9426504d Update .gitlab-ci.yml to NDK v29 2020-08-16 07:58:51 +00:00
Re4son
0d75869c62 Bump ndk version to 29 for nethunter branch 2020-06-28 10:35:33 +00:00
Re4son
9d7fb1bd19 Update .gitlab-ci.yml 2020-06-28 10:28:08 +00:00
Re4son
5cee890ffd Fix build issues 2020-06-28 10:21:54 +00:00
Re4son
431c5e572d Merge branch 'patch-2' into 'master'
Update .gitlab-ci.yml to make the build working

See merge request kalilinux/nethunter/apps/kali-nethunter-term!10
2020-06-28 10:17:51 +00:00
PaulSec
69092111d3 Update .gitlab-ci.yml to make the build working 2020-06-28 10:08:58 +00:00
Re4son
170c0e8680
Bump to 2020.3
Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com>
2020-06-28 11:27:38 +10:00
Re4son
aa91931ead auto build release in nethunter branch
Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com>
2020-06-27 19:25:31 +10:00
Re4son
bec84025c1 Add .gitlab-ci.yml
Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com>
2020-06-27 19:23:40 +10:00
simonpunk
7003323a38 Merge branch 'nethunter-dev' into 'nethunter'
Nethunter dev - 2020.3

See merge request kalilinux/nethunter/apps/kali-nethunter-term!8
2020-06-21 13:53:31 +00:00
simonpunk
90d1ea0485 Fixed Ctrl key not working using volumn down key, and revert the change of changing the background of ctrl key shortcut button when it is toggled. 2020-06-21 13:53:31 +00:00
Re4son
49d55dd422 Merge branch 'nethunter-dev' into 'nethunter'
Nethunter dev

See merge request kalilinux/nethunter/apps/kali-nethunter-term!7
2020-06-14 05:22:30 +00:00
simonpunk
6656af1a64 Added zoom in zoom out to change font size. 2020-06-14 12:36:54 +08:00
simonpunk
fb189f338a Fixed Ctrl key not detected by default system keyboard input method.
If user is using default system keyboard input method, the committext() is called,
otherwise, the sendKeyEvent() is called instead. So it needs to be handled different way.

Also I still find no other way to send the meta key combination without using KeyEvent(),
and only one meta key is allowed to be combined at a time for now.
2020-06-13 12:34:08 +08:00
simonpunk
c331e2a418 Fixed app takes too long to prompt user for opening new session.
Whenever the device is reboot, the app can not receive the broadcast intent sent by sendOrderedBroadcast() immediately,
that broadcast intent is pending way a lot behind other broadcast intent.

The solution can be founded here -> https://stackoverflow.com/questions/44516173/broadcasts-are-delayed
2020-06-12 16:21:41 +08:00
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
simonpunk
63172255bf Fixed returning to wrong session view when removing a session view or switching back to app. 2020-06-10 01:33:58 +08:00
simonpunk
e2707d054d Fixed /sdcard: permission denied when trying to access /sdcard in 'Android' shell 2020-06-10 01:21:51 +08:00
Re4son
65f4b481f3 Merge branch 'adding-gitlab-ci' into 'master'
Added .gitlab-ci.yml for Continuous Integration

See merge request kalilinux/nethunter/apps/kali-nethunter-term!5
2020-04-09 00:00:09 +00:00
Paul A
9ee52b0a6f Added .gitlab-ci.yml for Continuous Integration 2020-04-08 22:02:34 +02:00
Re4son
cd1672a4d9 Merge branch 'nethunter-dev' into 'nethunter'
Nethunter dev

See merge request kalilinux/nethunter/apps/kali-nethunter-term!4
2020-01-09 08:29:13 +00:00
Re4son
a8667523aa Bump to 2020010200 2020-01-09 08:28:25 +00:00
simonpunk
f2775ece0a Fix some warnings. 2020-01-09 14:09:24 +08:00
simonpunk
f78a1df799 Add nethunter-app's script path and bin path to PATH so that we can execute the sciprts or executables directly. 2020-01-09 14:08:26 +08:00
simonpunk
96e79fefca Change 'su' to 'su -mm' so that the mounted chroot can be seen by other app or terminal as the fs is mounted as globle namespace. 2020-01-09 14:05:31 +08:00
simonpunk
3bfc2a603f Force enabling UTF-8 mode 2020-01-09 14:00:38 +08:00
simonpunk
0ee3be8b55 Update gradle and define nethunter-app path in BuildConfig 2020-01-09 13:58:44 +08:00
Re4son
a4fb49dda6 Rename chroot to "kalifs" & revert to bootkali_login
Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com>
2020-01-08 23:40:31 +11:00
Re4son
b55baf2db1 Boot KALI_SHELL instead of KALI_LOGIN_SHELL
To avoid errors when "data" is encrypted.
"data" should always be unencrypted but this change will make NetHunter
mostly work when decrypting "data" has been omitted.

Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com>
2019-11-06 14:19:27 +11:00
Re4son
7b0a81b188 Release 2019.2 2019-05-05 13:52:20 +10:00
Re4son
b652516cf2 Make window resizable 2019-04-08 18:12:58 +10:00
Re4son Kernel
431c2d6d73
Update README.md 2019-02-27 22:09:33 +11:00
Re4son
e1c6cebcfd Add versionCode and bump version to 2019.2-rc2 2019-02-27 20:39:46 +11:00
Re4son
1014d0622e Restart NotificationManager on exit if required
Closing the application on Android Nougat and older causes a null
pointer exception so we check if the NotificatiionManager Service
exists and start it if it doesn't
2019-02-27 20:34:33 +11:00
Re4son
f491036658 Consolidate properties at project level
Define common properties at project level:
    compileSdkVersion=28
    minSdkVersion=14
    targetSdkVersion=28
    versionName="2019.2-rc1"

Downgrade gradle version requirements to 3.2
2019-02-26 20:07:13 +11:00
simonpunk
d66e636fb5 Fixed foreground being killed, keep the code updated. 2019-02-15 04:48:39 +08:00
simonpunk
47b2804fc8 updated gradle and properties. 2019-02-15 04:41:40 +08:00
simonpunk
03242c8aa5 updated .gitignore 2019-02-15 04:39:23 +08:00
binkybear
fb2ee1f288 Build libs, fixed so library name
Tested and terminal works now even without Kali

Signed-off-by: binkybear <binkybear@nethunter.com>
2017-09-01 08:31:38 -05:00
binkybear
54bbdd1968 Add android.mk files to build shared libraries
Signed-off-by: binkybear <binkybear@nethunter.com>
2017-09-01 08:23:43 -05:00
binkybear
2f3d69ded6 Fix wifimanager context (for oreo)
Signed-off-by: binkybear <binkybear@nethunter.com>
2017-08-31 23:07:50 -05:00
binkybear
e437a83ba7 Merge branch 'nethunter' of https://github.com/binkybear/Android-Terminal-Emulator into nethunter 2017-08-31 22:48:22 -05:00
binkybear
30fe7da03b Update gradle, fix building
Signed-off-by: binkybear <binkybear@nethunter.com>
2017-08-31 22:48:01 -05:00
binkybear
9b121dafe4 Merge pull request #6 from dic1911/nethunter
Fix app name for Chinese strings.xml
2017-08-31 18:04:52 -05:00
binkybear
ab66be1859 Update gradle build
Signed-off-by: binkybear <binkybear@nethunter.com>
2017-02-13 16:15:28 -06:00
binkybear
f218c4d9e8 Link bootkali directly to app files
Signed-off-by: binkybear <binkybear@nethunter.com>
2017-01-24 18:54:09 -06:00