Commit Graph

1202 Commits

Author SHA1 Message Date
yesimxev
07389d7313 Bump versioncode 2023-08-25 08:20:21 +00:00
yesimxev
248fc51628 Merge branch '2023.3-dev' into '2023.3'
AndroidManifest.xml - remove shareduserid

See merge request kalilinux/nethunter/apps/kali-nethunter-term!24
2023-08-24 20:05:40 +00:00
yesimxev
311d6acc61 Fix AndroidManifest.xml 2023-08-24 19:58:09 +00:00
yesimxev
b51e372ed1 Merge branch '2023.3' into '2023.3'
Quick hotfix for urgent issues

See merge request kalilinux/nethunter/apps/kali-nethunter-term!23
2023-08-24 19:56:44 +00:00
yesimxev
02bbca8a57 Merge branch '2023.3' into '2023.3-dev'
# Conflicts:
#   nhterm/src/main/AndroidManifest.xml
2023-08-24 18:42:48 +00:00
yesimxev
041862d3ed AndroidManifest.xml - remove shareduserid 2023-08-24 18:37:45 +00:00
bb9561e403 Remove minify and shrinkResources
When these are enabled then app will have an crash on startup
2023-08-24 13:29:51 +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
yesimxev
cecc1b751b Merge branch '2023.3-dev' into '2023.3'
Close 2023.3 development window

See merge request kalilinux/nethunter/apps/kali-nethunter-term!21
2023-08-13 20:46:26 +00:00
yesimxev
c610023376 Merge branch '2023.1-dev-martin-neoterm' into '2023.3-dev'
New terminal based on NeoTerm

See merge request kalilinux/nethunter/apps/kali-nethunter-term!20
2023-06-11 10:57:32 +00:00
yesimxev
7ff28584c3 Merge branch '2023.1-dev-martin-neoterm' into '2023.1-dev-martin-neoterm'
Usual changes, see desc

See merge request kalilinux/nethunter/apps/kali-nethunter-term!19
2023-06-11 09:47:21 +00:00
7ee460082e Remove return for prefix checker in services ( possibly killed off notifications builder before its creation ) 2023-04-20 13:10:56 +00:00
ae50f60f1e Usual changes, see desc
* Add function to extract initial boot scripts when app is freshly opened or */usr dir is missing
* Change versioning to 2023.2-dev
* Slight change to About section so title of app name is shown correctly
2023-04-08 22:19:58 +03:00
yesimxev
9ea12d5765 Merge branch '2023.1-dev-martin-neoterm-hotfix' into '2023.1-dev-martin-neoterm'
Hotfix for 2023.1-dev

See merge request kalilinux/nethunter/apps/kali-nethunter-term!18
2023-03-07 10:16:06 +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
yesimxev
d69b4ea120 Merge branch 'master' into '2023.1-dev-martin-neoterm'
New terminal based on NeoTerm

See merge request kalilinux/nethunter/apps/kali-nethunter-term!17
2023-01-22 10:15:37 +00:00
c08d11feb1 Various changes, read desc for more
* Add custom PS1 for Android and Su shell
* Fix color scheme bug with keybaord ( when opened and closed in nano as a example )
* Fix tab session name for Su shell
2023-01-14 21:14:58 +02:00
ca627bbbff Add Zed-Font Medium (Mono)
* And add notice to settings with license and credits
2023-01-14 20:26:05 +02:00
d044eb7842 Replace old bash binary with newly compiled one
* Built against android-24 as static
2023-01-14 18:07:17 +02:00
e3674d8697 termux-app/commit/701b5ccd5ca8ccb426046c6bc7c86279e29b5ae0
* 701b5ccd5c
2023-01-08 21:00:35 +02:00
ef7dab8568 Update WcWidth
* This change has been taken from PWN-Term private src - Martinvlba
2023-01-08 20:50:23 +02:00
85647b14e7 Read description for info
# Commits from Termux for Terminal backend

##  Implement CSI 3 J - Clear transcript
* 2a36b915cb

## Avoid joining lines for shared transcript
* 370ac2bd89

* All of this is needed so our terminal backend is up to date and works as needed
* If theres better method to give credit then lemme know.
2023-01-08 20:42:34 +02:00
a9ec59f0af FROM: termux-app/commit/4c47f4f732c9d5e15df6536fa357ff43d0223b07
Fixed: Fix CSI parameters parsing like for SGR sequences that start w…

…ith a  or have sequential  characters

https://vt100.net/docs/vt510-rm/chapter4.html#S4.3.3

https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_(Control_Sequence_Introducer)_sequences

Credits for finding the issue belongs to @Screwtapello

* 4c47f4f732
2023-01-08 19:54:54 +02:00
4a896cf2b3 Re-move text size bubble to setTextSize function
* Before the toast showed in these conditions: open keyboard, open extra keys
    * now it shows only when actual size of terminal text size is changed with gestures.
2023-01-08 19:41:31 +02:00
a9cb20ca63 Changes for toolbar + add new tab icon
* Add white tab icon so its more visible in tab view
* Add separate style entry for toolbar ( for better styling later on )
2023-01-08 19:37:27 +02:00
19d02b409f Changes for settings
* Remove un-related options from seetings that we wont use ( we use chroot system's su to open shell with proper env exports )
* Some misc change for shortcuts option
2023-01-08 19:14:34 +02:00
8120184b00 Show text size when resizing the window
* Add Toast bubble to show new text size when resizing terminal view
2023-01-08 18:59:33 +02:00
20acc4953a Force add bin assets
* For some reason git didnt add it when git add was issued with -A, needed -f for these
2023-01-08 10:01:12 +02:00
1b23b1bc05 Remove X-sessions stat from notifications
* As we can do X-sessions in android userland then it was added by NeoTerm, but we do things under chroot so we cant take advantage with Xorg here.
* Maybe with wayland with node mountpoints but thats for the future ( as i got some sessions with wayland under chroot natively before, it was hacky and pretty broken but it worked ).
2022-12-29 21:39:36 +02:00
8eb59e8910 Make sure to remove NeoTerm strings when starting...
The app via intent on start
2022-12-29 21:03:12 +02:00
1185274e6e Change author/copyright string for FiraCode 2022-12-29 21:01:07 +02:00
a9fcc00fbf Changes related to following things
* Update easteregg logo
* Add Fira Code font
* Add Kali terminal color scheme
* Include needed images from kali theme repo
* Change default font and color scheme
2022-12-29 20:56:53 +02:00
dbacafe711 Add kali terminal color-scheme 2022-12-29 18:06:11 +02:00
e6c45075ea Move icon resources from debug over to main
* Why and when did android-studio start to separate these???
2022-12-28 23:59:11 +02:00
857503fc29 Added needed changes for gitlab-ci V2
* Now it works again
2022-12-28 23:47:43 +02:00
d239ca1304 Added needed changes for gitlab-ci
* Now it works again
2022-12-28 23:31:02 +02:00
7742bd3d46 Changes to AboutUI
* Rework how reset is done
2022-12-28 20:36:03 +02:00
21eecb288a Use launcher round icon for service icon 2022-12-28 20:22:18 +02:00
8673bbba80 Rewrite README ( minimal ) 2022-12-28 20:14:16 +02:00
1e0a2ce972 Rename module app -> nhterm 2022-12-28 19:48:57 +02:00
54002c6310 Disable RTL fully
* Disabled as it made the whole UI look a bit weird + extrakeys left and right button got swapped as of it
2022-12-28 19:45:43 +02:00
e5fd18a69d Theming, icons, misc changes
* Chnage theming + use old terminal icons
* Changes to about section and add NetTerm under notices
* Fix toolbar/extrakeys vibration onclick
2022-12-28 18:48:22 +02:00
319e18ed41 Actually clear display when issuing clear
* From: 2a36b915cb
2022-12-28 16:11:53 +02:00