Commit Graph

5 Commits

Author SHA1 Message Date
18bb6b0476 Misc changes
* Dont inlcude release output from gradle
* Change README.md
* Dont show 'Package Manager' as its meant for distros that use debian apt
2024-05-27 21:48:10 +03:00
1f7a029f96 Small bug fixes
* Make sure chrome tab view X button is visble on dark background
* Try to fix initial setup ..../staging -> ..../usr path problem.
    * How does this bug occure?
    * When user gets prompted with setup activity and leaves it then terminal activity will forcefully create ..../usr/home dir
    * When closing application fully and reopening then user gets prompted again with setup activity as it has a check for specific dir under usr
    * And when user tries to install bootstrap then bootstrap env will be under staging folder, it gets renamed when bootstrap installed to usr folder name
    * You see the problem right? folder cant be renamed to something that already exists.... :/
2024-05-24 17:55:00 +03:00
248fd6c869 Theming and misc changes
* Fix SetupActivity UI Theming
* Changes to overall styling
* And more misc changes
2024-05-07 20:01:03 -07:00
0147cd594b Change api levels for app and other things
* Add new app icon
* Some changes to Shell session env so correct PATH and LD_LIBRARY_PATH is set for main session
* Changed build.gradle TARGET and MIN API level 28 for better compatability with our bootstrap
* Removed some more NetHunter leftovers from unused functions
* Now when uninstalling app then some roms should ask if you also want to remove or keep PREFIX aka */usr
2024-05-07 16:46:43 -07:00
e1826b3641 Rebrand from nhterm to evolinx + alot more
* Refactor from com.offsec.nhterm -> com.evolinx.terminal
* Re-enable First time setup activity which will downlaod + install bootstrap
* Move all the app configs home dir below usr dir with its other assets
* Rebrand all strings from nhterm/kali and etc to evolinx related strings
* Removed 'System Shell' as default session will be basically system shell
* Make sure to use R.string.something instead of hardcoded strings in NeoTermActivity for session names
* This big commit has more small changes but these dont need to be mentioned here
2024-05-07 13:10:42 -07:00