1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 01:38:11 +00:00
Commit Graph

85 Commits

Author SHA1 Message Date
Greg Alexander
cf3271560b Add link to dontkillmyapp.com in the quick start directions 2022-11-11 09:59:46 -05:00
Greg Alexander
f3e3fcda17 bump to version 27 2021-01-17 22:37:17 -05:00
Greg Alexander
308753ce71 Made a pass over all the crashes I've got from the play developer console.
Made no headway on any of them, unfortunately.
2021-01-17 22:35:13 -05:00
Greg Alexander
a382cafacc fix "Non-matching signing type" 2021-01-17 19:33:53 -05:00
Greg Alexander
e948d1cb12 restart the daemon when the app is upgraded, if Start on Boot is enabled 2021-01-17 17:20:30 -05:00
Greg Alexander
56e505c8d8 add new apk to doc 2020-12-29 10:38:24 -05:00
Greg Alexander
114dd6dded Update doc for new version. 2020-12-29 10:36:38 -05:00
Greg Alexander
98d7116ee9 Update doc for new release 25. 2020-12-29 00:57:39 -05:00
Greg Alexander
1e6c616089 document recent changes 2020-12-28 23:59:47 -05:00
Greg Alexander
3a54cf8be7 Change the CSS to allow the browser to break words and wrap lines in
pre/tt blocks, so that it doesn't overflow the body size, which the
android chrome browser handles by making the text very small.
2020-12-27 18:14:32 -05:00
Greg Alexander
2bdd5eaa6d Fix WinSCP problem...reduce the maximum size of a single packet to 128kB
(was 512kB, WinSCP rejects bigger than 256kB).  Leave the window size at
512kB, which is what gives the performance boost.
2020-03-20 22:08:40 -04:00
Greg Alexander
6d7734b673 link to new version on web page 2020-01-01 11:30:51 -05:00
Greg Alexander
4571859754 bump to version 24 2020-01-01 11:20:01 -05:00
Greg Alexander
8c3c844521 On a suggestion from Domagoj, make the receive window much larger,
providing about a 5x improvement in receive performance on my phone.
2020-01-01 11:18:49 -05:00
Greg Alexander
2717173d32 compile with -O, in response to a poor performance report from Domagoj 2019-12-31 09:45:22 -05:00
Greg Alexander
4ed726b316 Alex confirms that restorecon -F authorized_keys works, so added it to
the documentation.
2019-12-16 09:03:24 -05:00
Greg Alexander
e83a8ca76f todo 2019-09-22 16:19:25 -04:00
Greg Alexander
a676e0c33a document fix 2019-09-22 16:02:49 -04:00
Greg Alexander
b20dd82c79 re-format APK download 2019-09-22 09:58:08 -04:00
Greg Alexander
ed1231f8ea document version 23 2019-09-21 20:50:56 -04:00
Greg Alexander
0f91ddc433 document that broadcast intents only work if Foreground Service is enabled 2019-09-01 16:10:00 -04:00
Greg Alexander
941d6c6153 releasing version 22 today 2019-09-01 15:45:57 -04:00
Greg Alexander
c1bdacd4d6 document broadcast intents 2019-09-01 15:27:14 -04:00
Greg Alexander
a3bbb0bf96 Fix the SIGSEGV that users have been reporting - don't execute anything
that had already been registered with atexit().
2019-08-11 00:08:25 -04:00
Greg Alexander
cf84ff9379 fix restart after a crash (it would not restart if there was a stale pid
file from the previous execution)
2019-08-11 00:01:27 -04:00
Greg Alexander
7132b50fa1 alert so users know to contact me if the new version broke everything 2019-07-07 16:58:58 -04:00
Greg Alexander
f5270f56c5 Bump to version 20! 2019-06-16 23:52:54 -04:00
Greg Alexander
53db5d525d changelog 2019-06-16 20:13:26 -04:00
Greg Alexander
30b4c9ce75 doc changelog edits... 2019-06-09 16:35:16 -04:00
Greg Alexander
9ed777ea20 transfer changelog to the doc 2019-05-26 21:50:42 -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
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
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
0e5b7433c2 a little more doc touchup 2018-05-16 18:03:57 -04:00
Greg Alexander
1f84e991a5 minor doc cleanup 2018-05-16 16:48:09 -04:00
Greg Alexander
4c564dbb45 document changes 2018-05-16 16:42:58 -04:00
Greg Alexander
ccdb6dd87c update faq 2018-03-24 10:26:04 -04:00
Greg Alexander
ef1a8d2556 bump to version 17 for native x86 support 2018-03-24 10:20:20 -04:00
Greg Alexander
c33d551fc9 tag version 16 for android 8.0 (oreo) fixes 2017-10-28 16:34:51 -04:00
Greg Alexander
9ec4493910 add FAQ 2017-02-20 17:05:43 -05:00
Greg Alexander
027ed55c22 add plug for SimpleBusyBox because a few play store reviews asked for busybox 2017-01-24 16:16:26 -05:00
Greg Alexander
91a81732b3 bump to version 15 2016-10-17 09:59:19 -04:00
Greg Alexander
f82c42cd6d fix typo in doc 2016-10-16 19:27:54 -04:00