Commit Graph

427 Commits

Author SHA1 Message Date
56167cce5d FIX: about activity 2021-05-22 18:45:42 +08:00
47d2999207 MISC: enhance code step 4 (flatten packages & merge kotlin files) 2021-05-22 18:45:42 +08:00
6780c29f94 MISC: enhance code step 3 2021-05-22 18:45:42 +08:00
dc694aad9c MISC: enhance code step 2 (runApt) 2021-05-22 18:45:42 +08:00
cc1fe9de00 MISC: enhance code step 1 2021-05-22 18:45:42 +08:00
2dbc16cc68 Bump up the VersionCode
Sry as i didnt rly saw a need before for it.
2021-05-19 17:43:50 +03:00
e8e9162fcf MISC: change all indent to 2 spaces (so compat!) 2021-05-08 00:57:25 +08:00
880082458a CI: move to Github Actions 2021-05-08 00:31:07 +08:00
b517d68e9e MISC: improve code quality
- use nio apis
- remove unnecessary utilities
- apply idea suggestions
- remove some unused parameters and imports
2021-05-08 00:31:07 +08:00
31bbf3f1c0 MISC: remove unsupported libs 2021-05-08 00:31:07 +08:00
c2d5c1cd1d BUILD: drop support of api versions < 26 2021-05-08 00:31:07 +08:00
313fa29ab5 MISC: address warnings 2021-05-08 00:31:07 +08:00
9d466997f7 BUILD: upgrade to Gradle 7.0
- upgrade Kotlin to 1.4.32
- upgrade android gradle plugin to 4.1.3

- remove `versionNameSuffix`
- remove `buildToolsVersion` as android gradle plugin already done it
- remove unnecessary `targetCompatibility` and `sourceCompatibility` in subprojects
- remove proguard
- remove NeoTermBridgeExample
- remove unused tests
- remove bintray upload of NeoTermBridge
2021-05-08 00:31:07 +08:00
6fd3582be0 v2.0.5 2021-05-04 18:49:35 +03:00
c9e6148e51 Create local.properties
So travis-ci can build it.
2021-04-21 12:38:36 +03:00
5ccae87292 Merge pull request #59 from PWN-Hunter/master
OPTIONAL: Add support for Android studio 4.1.3 and included some fixes
2021-04-21 16:55:50 +08:00
30f413c53f Add usesCleartextTraffic to get pass of setup error 2021-04-21 11:38:04 +03:00
acad5c1608 Refactored to AndroidX + target and compile sdk 28 + Side fixes that were needed
All of these changes were needed to get app compiling after refactoring
2021-04-20 23:21:51 +03:00
87cf190992 Fixed bad url's
For setup and in NeoTermPath
2021-04-20 22:24:53 +03:00
87f72caa68 Add support for Android studio 4.1.3
Compiles and deploys an apk
2021-04-20 22:17:36 +03:00
c2a0fd43cd Merge pull request #48 from weidsom/patch-1
Little dumb fix to a bug on custom colors
2019-10-09 12:46:05 +08:00
68b67eb1b4 Little dumb fix to a bug on custom colors
Maybe this is not the best way... i'm still learning the code of NeoTerm but someone can use it for now
2019-10-08 12:44:42 -03:00
1a34e154da Merge remote-tracking branch 'origin/master' 2019-07-13 15:00:16 +08:00
be8d6cf3da fix: setup change URL 2019-07-13 14:46:05 +08:00
0156b76989 Merge pull request #40 from coolrc136/pr-branch
fix: request for storage permission at startup
2019-02-26 23:25:21 +08:00
404a027576 fix: request for storage permission at startup 2019-02-21 10:11:13 +00:00
2caf68cf4a bridge: todo: communicate through aidl 2019-01-09 23:13:33 +08:00
121130bf22 remoteInterface: fix setResult 2019-01-09 23:10:07 +08:00
3e15bbd2f7 remoteInterface: support append commands to exist sessions 2019-01-09 16:44:50 +08:00
cc862be3f1 app: release 2.0.3 with small changes 2018-11-08 23:36:22 +08:00
6024120eeb fix: string translation 2018-11-08 23:35:05 +08:00
1a0fecdeb8 Merge branch 'master' of github.com:NeoTerm/NeoTerm 2018-11-08 23:31:49 +08:00
1b82b165f1 project: upgrade gradle and kotlin 2018-11-08 23:31:34 +08:00
cdb03ddbc5 Merge pull request #31 from akram02/master
change compile to api
2018-11-08 12:20:10 +08:00
7cfdc04390 added string.h and unistd.h header file 2018-11-05 02:45:06 +06:00
47ae05ee83 added x86 to abiFilters 2018-11-05 02:41:43 +06:00
c5a9518ec8 change compile to api 2018-11-05 02:22:56 +06:00
9f41114594 app: bump version to 2.0.2 2018-09-11 10:04:47 +08:00
dede488f81 improve: setup chooser 2018-09-11 09:58:56 +08:00
5a3e87fb2d feature: start working on auto-completion 2018-09-11 00:27:36 +08:00
01333a9343 feature: reset app data 2018-09-10 23:13:06 +08:00
c92a4905fe fix: SecurityException on Android 9+ 2018-09-10 23:06:46 +08:00
98ec7ce15e fix: in onKeyDown() ignore keys when the Fn key is pressed 2018-09-10 23:05:19 +08:00
fc2b3f33a6 fix: setup progress bar indicates wrong progress 2018-09-10 22:38:57 +08:00
04a5485319 build: update gradle version 2018-09-10 22:33:43 +08:00
601b2f4679 fix: default setup url 2018-08-01 22:40:50 +08:00
a210a025b5 improve: reduce accessibility service cost 2018-07-31 22:41:27 +08:00
f093c078d1 fix: delete symbol link 2018-07-31 22:31:43 +08:00
3396c36ae2 backend: improve terminal output speed 2018-07-31 22:28:56 +08:00
247087c5fe fix: explicitly replace linefeeds 2018-07-31 22:21:40 +08:00