Misc changes

* Dont inlcude release output from gradle
* Change README.md
* Dont show 'Package Manager' as its meant for distros that use debian apt
This commit is contained in:
Martinvlba 2024-05-27 21:48:10 +03:00
parent 1f7a029f96
commit 18bb6b0476
3 changed files with 3 additions and 13 deletions

2
.gitignore vendored
View File

@ -12,6 +12,7 @@
bin/
gen/
.cxx/
release/
# Local configuration file (sdk path, etc)
local.properties
@ -36,4 +37,3 @@ proguard/
/build
/captures
.externalNativeBuild

View File

@ -1,15 +1,4 @@
NetHunter-Terminal
Evolinx-Terminal
=======
* A modern-designed android terminal emulator for the 21st century based on NeoTerm.
#### Main changes that have been done
======
* Implement kali sessions
* Include in-app:
* scripts for fast kali chroot ( even if not mounted by bootkali )
* static bash for android sessions ( + root too )
* scripts to launch android( + -su) sessions
* Function to reset/restore in-app assets if something breaks from editing ( Can be done in About -> Reset App )
* Additional fonts and color schemes

View File

@ -31,6 +31,7 @@
<item
android:id="@+id/menu_item_package_settings"
android:title="@string/package_settings"
android:visible="false"
app:showAsAction="never"/>
<item