Commit Graph

37 Commits

Author SHA1 Message Date
yesimxev
84fcd44dc1 Revert gradle version 2023-11-14 16:17:30 +00:00
Re4son
5b90a98f5e Bump to 2023.4 (2023040100) for release 2023-11-13 08:13:03 +00:00
fe2ae1d22b Big list of bugfixes and features
* Fixed the issue where some devices didnt like certain chmod option ( caused permission denied for initial scripts )
* Fixed up broken packages with values of null and weird names
  * Issue was how some perl packages had double :: in description
* Overall cahnges for layout where we move forwards for MaterialUI
* Kotlin upgrade 1.5.30 -> 1.6.10
* Removed vibrate functions fully ( no one likes it anyway )
* Updated dependencies
* Half implemented package manager with functions of ( view packages, update and upgrade )
* Root shell now has proper PS1 with a change how shell is started by script ( su -mm -s pathtoshell )
* Bumped api levels
  - min: 21
  - target: 29
  - compile: 30
* Now is hardware accelerated
* Forced script recovery with correct chmod ( Runs on every new launch )
* Settings -> about -> Reset App ( Now uses LibSU module for command execution )
* Android SU session now has nethunter scripts path in PATH export
2023-09-09 17:57:54 +00:00
yesimxev
07389d7313 Bump versioncode 2023-08-25 08:20:21 +00:00
yesimxev
823dddda90 Fixed version code placement #7 2023-08-16 22:16:41 +01:00
yesimxev
3fd1a67517 Fixed version code placement #6 2023-08-16 21:42:12 +01:00
yesimxev
4ff98d5a14 Fixed version code placement #5 2023-08-16 21:38:46 +01:00
yesimxev
b09ecff08d Fixed version code placement #4 2023-08-16 15:50:13 +01:00
yesimxev
6cdc33aa3d Fixed version code placement #3 2023-08-16 15:46:27 +01:00
yesimxev
9629975c3c Fixed version code placement #2 2023-08-15 19:24:54 +01:00
yesimxev
2e8ab256c2 Fixed version code placement 2023-08-14 16:49:09 +01:00
yesimxev
29d337acbf Bump to 2023030100 for store 2023-08-14 09:43:41 +00:00
cb687f7e61 Hotfix for 2023.1-dev
// newterm-Hotfix for 2023.1 release ( newterm )

* Remove startup asset_reset / updater
* Change app min API level to 17
* Compile API to 32
* Target API 31
* Fix some deprecated functions ( use alternatives )
* Add back old terminal notification icon ( some androids had blank white sphere )
* Update gradle from 7.0 -> 7.6
* Update gradle android plugin from 4.1.3 -> 7.3.1
* Make sure that nhterm builds libs for all abis ( arm64-v8a, armeabi-v7a, x86 and x86_64 )
* Add back vibration option ( with some slight changes for some places if enabled or disabled )
* Change version code and string to 2023.1-dev
2023-03-04 00:15:42 +02:00
ee6dc6485f Ready for basic NetHunter usage
* Can take intents without permissions from nhapp ( both apps need to besigned with same key for shareduserid usage )
* Terminal now uses chroot env as default session ( also has system session in menu for system shell usage )
* Disabled setup on start and added static bash + kali script for terminal to use ( uses it to start kali chroot env on start )
    * these 2 are extarcted on app start for new users
* And more changes to session environment to make sessions have proper env flags/exports
* possibly more little things that i forgot to mention
2022-12-28 12:53:43 +02:00
414c6722ee New terminal based on NeoTerm
* From: https://github.com/NeoTerrm/NeoTerm
* Base commit: 236072395ce056d2d2cccf950d3f243f099a178f
* LICENSE: GPL-3.0

* This will also need changes in nethunter app itself too!
2022-12-27 20:31:07 +02:00
Re4son
f86b69bee8
fix CI build
Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com>
2020-11-29 14:03:13 +11:00
Re4son
b444e42138 Bump to 2020.4 (2020040100 Release) 2020-11-08 00:22:21 +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
170c0e8680
Bump to 2020.3
Signed-off-by: Re4son <3520622-re4son@users.noreply.gitlab.com>
2020-06-28 11:27:38 +10: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
a8667523aa Bump to 2020010200 2020-01-09 08:28:25 +00: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
e1c6cebcfd Add versionCode and bump version to 2019.2-rc2 2019-02-27 20:39:46 +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
47b2804fc8 updated gradle and properties. 2019-02-15 04:41:40 +08:00
binkybear
30fe7da03b Update gradle, fix building
Signed-off-by: binkybear <binkybear@nethunter.com>
2017-08-31 22:48:01 -05:00
binkybear
ab66be1859 Update gradle build
Signed-off-by: binkybear <binkybear@nethunter.com>
2017-02-13 16:15:28 -06:00
binkybear
583c07f20f Update gradle, sdk to 25
Signed-off-by: binkybear <binkybear@nethunter.com>
2016-11-07 19:15:12 -06:00
binkybear
8e2c7328dd Update build tools & add Android.mk
Signed-off-by: binkybear <binkybear@nethunter.com>
2016-10-26 17:53:37 -05:00
binkybear
91cfe012b9 Two rows function bar, update gradle
Need to add keyboard paste function per @jcaduono.

https://github.com/binkybear/Android-Terminal-Emulator/issues/5
Signed-off-by: binkybear <binkybear@nethunter.com>
2016-10-06 20:57:58 -05:00
binkybear
687acf28c5 Update gradle 2016-09-13 19:31:56 -05:00
AlexanderR
961760991d Use android-sdk-manager plugin to automate downloading Android SDK components. 2015-04-04 22:08:20 +10:00
Jack Palevich
6f0fe93723 Convert to Android Studio 1.0
Builds and runs on Android 5.0 (Lollipop)

Need to update documentation, bring over examples, test, etc.
2014-12-14 08:58:08 -08:00