1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-30 19:28:10 +00:00
Commit Graph

143 Commits

Author SHA1 Message Date
Greg Alexander
4f653cae19 some notes about PACKAGE_REPLACED not working 2022-08-07 17:05:53 -04:00
Greg Alexander
4a9f6644a8 Some notes on the phone freezing it. 2022-08-02 23:42:02 -04:00
Greg Alexander
d03fc9aebf notes from new phone 2022-08-02 00:44:53 -04:00
Greg Alexander
55488d72bf note misleading message 2022-05-15 10:24:51 -04:00
Greg Alexander
e99bfb59a4 hint from anonymous user 2022-05-13 13:21:13 -04:00
Greg Alexander
3c132c8026 new crashes 2022-05-04 19:43:12 -04:00
Greg Alexander
0daf62e326 todo - notify script 2021-04-18 14:52:01 -04:00
Greg Alexander
d018fe7f38 --remove-source-files 2021-03-25 10:02:01 -04:00
Greg Alexander
32036674f7 ideas for working around android 11 executable prohibition 2021-02-04 12:01:10 -05:00
Greg Alexander
462b4536a5 the mystery problem disappeared. 2021-01-18 10:52:17 -05:00
Greg Alexander
d0bf4bd593 musings about a different(?) reported problem 2021-01-17 23:32:18 -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
77a9dba5ed todo shuffle again 2021-01-17 19:35:32 -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
16ade91ffa update todo list 2021-01-17 17:11:14 -05:00
Greg Alexander
309587e963 add URL for mismatch keytype problem 2021-01-08 22:37:41 -05:00
Greg Alexander
cd44c38b65 weird compatibility problem from Rich D 2021-01-07 09:24:25 -05:00
Greg Alexander
d9a2903255 note from Remy B about MANAGE_EXTERNAL_STORAGE permission 2021-01-06 18:22:48 -05:00
Greg Alexander
c727dac192 update build doc 2021-01-06 18:22:28 -05:00
Greg Alexander
c02ac3d306 A little todo list maintenance. 2020-12-29 00:38:27 -05:00
Greg Alexander
1e6c616089 document recent changes 2020-12-28 23:59:47 -05:00
Greg Alexander
6c6a885cb0 note that the new dropbear has ed25519! 2020-10-30 14:01:49 -04:00
Greg Alexander
6517339b7a consider SEND_SMS permission 2020-06-01 09:44:37 -04:00
Greg Alexander
1e9e7ecd5a todo - warn on ed25519 in authorized_keys 2020-03-26 14:39:38 -04: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
44b8fe5f89 WinSCP problem 2020-01-29 13:32:52 -05:00
Greg Alexander
79eb837b91 sort the todo list 2020-01-10 17:58:28 -05:00
Greg Alexander
19980b1ecd add crash report for new version 2020-01-09 15:15:17 -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
2c40b79afb todo - make it clearer to the user what is happening if authorized_keys
is hidden by SELinux
2019-12-15 23:50:03 -05:00
Greg Alexander
87a202d6c3 Michael Mess asked for it to re-start automatically on app upgrade. 2019-10-22 18:42:51 -04:00
Greg Alexander
584a9f4aaa ssh -R port forwarding doesn't work? 2019-10-07 14:16:57 -04:00
Greg Alexander
e83a8ca76f todo 2019-09-22 16:19:25 -04:00
Greg Alexander
01b3a65a05 make all startService calls go through
SimpleSSHDService.do_startService() so they can be forced through
startForegroundService or what-have-you.
2019-09-22 15:49:48 -04:00
Greg Alexander
b5127d1f78 some crashes from the play store 2019-09-21 21:47:00 -04:00
Greg Alexander
444d82e70a reflections on WebView 2019-09-21 20:42:26 -04:00
Greg Alexander
bbbbb36795 If launching an http intent fails, then fallback to WebView (because
Android TV doesn't have Chrome, I guess).  This resolves the conundrum of
what to do about the one Samsung Note 7 out there that doesn't have
Chrome, too.
2019-09-21 17:36:18 -04:00
Greg Alexander
97989bce7f move the option menu items into their own _clicked functions 2019-09-21 16:06:21 -04:00
Greg Alexander
f0cef36573 moved the options menu into the main_tv layout (non-functional). 2019-09-21 15:41:09 -04:00
Greg Alexander
b4ee53dc54 some updates from user reports, and the decision to pursue TV 2019-09-21 14:04:13 -04:00
Greg Alexander
6f6a74067f a couple reports 2019-09-13 10:43:09 -04:00
Greg Alexander
ad119a4da0 bump to version 22 2019-09-01 15:45:02 -04:00
Greg Alexander
e07a809980 feature request - broadcast intent for START/STOP 2019-08-12 22:49:20 -04:00
Greg Alexander
285693c452 todone 2019-08-11 00:20:51 -04:00
Greg Alexander
72a4a088bd merged sigsegv_branch... 2019-08-10 15:27:44 -04:00
Greg Alexander
498fc2fc4c Merge branch 'sigsegv_dump' 2019-08-10 15:27:03 -04:00
Greg Alexander
967a1e42a9 probable technique for bypassing atexit 2019-08-05 11:41:32 -04:00
Greg Alexander
e204c1ea74 musings about the dump, which must be caused by atexit() 2019-08-05 11:15:05 -04:00
Greg Alexander
f95e97ede8 todo 2019-07-28 22:39:06 -04:00