1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-15 19:48:56 +00:00
Commit Graph

302 Commits

Author SHA1 Message Date
Greg Alexander
993fe96b73 I let Android Studio upgrade the project to the newest version of Gradle
for Android or what have you, and these are the relevant changes I think.
They don't seem to help the problem I was having but newer is better, no?
2019-05-26 20:10:50 -04:00
Greg Alexander
1656a5b9c4 AndroidStudio tells me the sdk version setting in AndroidManifest is a
bad idea, because it is redundant to the setting in app/build.gradle
2019-05-26 20:09:59 -04:00
Greg Alexander
713eb378a5 a symlink to find the source easier 2019-05-26 19:44:06 -04:00
Greg Alexander
190c8588e9 request the SD card permission if it hasn't already been granted or
requested in the past.
2019-05-26 19:07:33 -04:00
Greg Alexander
0a53e627d2 manually specify last colors... 2019-05-26 01:34:09 -04:00
Greg Alexander
22d7993e23 Find native lib directory the correct way, using
Context.getApplicationInfo().nativeLibraryDir.
2019-05-26 01:29:58 -04:00
Greg Alexander
7db95c7815 update to target ABI "all", which adds x86_64 and arm64 2019-05-26 00:49:30 -04:00
Greg Alexander
611c57bcc9 Add android.permission.REQUEST_INSTALL_PACKAGES, which doesn't seem to
require anything from the user, and no notification to the user either!
2019-05-26 00:20:38 -04:00
Greg Alexander
ec91693308 update AndroidManifest to also specify sdk 16 (JB 4.2) 2019-05-26 00:20:25 -04:00
Greg Alexander
718baede9d musings now that it "works" 2019-05-25 23:32:00 -04:00
Greg Alexander
edbaacbf82 Fix white-on-white text. 2019-05-25 23:27:02 -04:00
Greg Alexander
d754beecd8 Copy over the actual JNI library, and now it "works". 2019-05-25 23:19:26 -04:00
Greg Alexander
8ff28ed80f Note that outgoing libs and the generated apk have moved. It now builds
and installs, but crashes on first execution.
2019-05-25 23:03:18 -04:00
Greg Alexander
5adb445f29 keystore.properties symlink (replaces old ant.properties) 2019-05-25 22:53:17 -04:00
Greg Alexander
ccc93ed0da Fix one warning... A lot of warnings remain in dropbear, but hopefully
the dropbear update will address them so let's not touch it for now.
2019-05-25 22:51:15 -04:00
Greg Alexander
cec5e52c7e Now it compiles with the new NDK. 2019-05-25 22:46:18 -04:00
Greg Alexander
7419f62d98 Update minSdkVersion to 16, because that's the oldest supported by the
NDK these days.
2019-05-25 22:31:09 -04:00
Greg Alexander
0a8c49a1fa roughly update doit 2019-05-25 22:06:04 -04:00
Greg Alexander
be43d90c70 Manually convert from ant to gradle, roughly.
NB - Play store currently requires targetSdkVersion>=26, but will soon
(August) require >=28.
2019-05-25 21:58:12 -04:00
Greg Alexander
0e9dcb0fe1 add SimpleSSHD-19.apk to git repository because the next version is going
to use a new SDK and might break everything for some people (older
phones, probably).
2019-05-25 17:36:19 -04:00
Greg Alexander
9ba55e6c7a add two new FAQ entries 2019-02-27 10:38:34 -05:00
Greg Alexander
b5cdffe1ff remove some /sdcard/ssh references 2019-02-27 10:38:23 -05:00
Greg Alexander
723e82b27d typo in doc 2019-02-27 10:28:45 -05:00
Greg Alexander
d757b3fce3 after second support request, add "do not use ssh-copy-id" to the doc 2019-02-27 10:12:45 -05:00
Greg Alexander
4553f877e6 Adriaan reports that newer versions of SuperSU put the executable in /su/bin 2018-09-25 22:03:28 -04:00
Greg Alexander
ac9b15a290 add direct apk download to doc 2018-09-10 14:48:03 -04:00
Greg Alexander
0f5adc0aee todo 2018-08-16 12:56:52 -04:00
Greg Alexander
b5c2b4a036 request for iconv 2018-06-08 14:05:38 -04:00
Greg Alexander
20efd4b191 enough changes have accumulated, it is probably time to upgrade dropbear
(but i still don't think any of the security patches are relevant)
2018-05-21 09:09:11 -04:00
Greg Alexander
90b94df5a4 disregard awful disinformation from medium.com poster 2018-05-20 23:48:37 -04:00
Greg Alexander
7b051dce8e update the build instructions at the top of NOTES 2018-05-19 19:15:59 -04:00
Greg Alexander
f919eb125b bump to version 19 2018-05-19 19:01:26 -04:00
Greg Alexander
b7bbc05f19 remove abandoned AuthKeys activity/services from AndroidManifest.xml! 2018-05-19 18:52:30 -04:00
Greg Alexander
c4e32e3ddc runOnUiThread() wants a Runnable, not a Thread, but i don't think it
matters.  anyways, re-factored while i was there.
2018-05-19 18:33:47 -04:00
Greg Alexander
f1c8faad21 specify the foreground color, because that was the only thing causing
trouble when running on the optimus v (the log display was black on black).
NB - this will probably fix the SDK 26 theme problem too!
2018-05-19 18:26:36 -04:00
Greg Alexander
932508f702 re-organize preferences into categories 2018-05-19 17:50:26 -04:00
Greg Alexander
7399dcb1c6 todo 2018-05-19 17:23:40 -04:00
Greg Alexander
906d6a30ef use app-private path for home/ssh directory by default, and make a menu
option to Copy App-private Path
2018-05-19 16:48:26 -04:00
Greg Alexander
8fd055940e todo 2018-05-18 17:59:20 -04:00
Greg Alexander
fe6c71e728 still more musing 2018-05-17 00:06:23 -04:00
Greg Alexander
ed8c5887c3 more musings about newer SDK version 2018-05-16 23:37:53 -04:00
Greg Alexander
4cb06a68b4 musings about the new SDK version 26 2018-05-16 20:51:22 -04:00
Greg Alexander
0655b62e49 musings about what the play store told me 2018-05-16 19:32:45 -04:00
Greg Alexander
af616dbc79 fix crash from ActivityNotFoundException when note 7 user attempts to
view documentation
2018-05-16 18:06:21 -04:00
Greg Alexander
0e5b7433c2 a little more doc touchup 2018-05-16 18:03:57 -04:00
Greg Alexander
405742635f todo 2018-05-16 17:04:02 -04:00
Greg Alexander
1f84e991a5 minor doc cleanup 2018-05-16 16:48:09 -04:00
Greg Alexander
6c276207fa add some consts to get rid of warnings (this is included in version 18
release!)
2018-05-16 16:45:29 -04:00
Greg Alexander
774da43429 bump to version 18 2018-05-16 16:43:13 -04:00
Greg Alexander
4c564dbb45 document changes 2018-05-16 16:42:58 -04:00