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

86 Commits

Author SHA1 Message Date
Greg Alexander
9ed777ea20 transfer changelog to the doc 2019-05-26 21:50:42 -04:00
Greg Alexander
e0151fa757 Now can start-on-boot on Oreo/Pie, with the caveat that start-on-boot
requires foreground-service.
2019-05-26 21:46:27 -04:00
Greg Alexander
c759480f44 Notes now that I got the notification channel to work. 2019-05-26 21:01:07 -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
718baede9d musings now that it "works" 2019-05-25 23:32:00 -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
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
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
405742635f todo 2018-05-16 17:04:02 -04:00
Greg Alexander
9efa856065 add option to set environment variables 2018-05-16 16:23:12 -04:00
Greg Alexander
a75d0b0d1c comments from Roland Jaeger 2018-05-16 13:24:39 -04:00
Greg Alexander
ef1a8d2556 bump to version 17 for native x86 support 2018-03-24 10:20:20 -04:00
Greg Alexander
6920fd9434 discuss the crashes on the play store, which don't really interest me
apparently
2018-03-04 21:06:01 -05:00
Greg Alexander
c72845e535 some TODO from user requests 2017-10-28 16:51:41 -04:00
Greg Alexander
d637261fa1 use fchmod() instead of chmod() because Android 8.0 (Oreo) terminates the
process if chmod() is called
2017-10-28 16:27:54 -04:00
Greg Alexander
3770cc8424 musings about writing to removable external SD card 2016-11-19 12:19:55 -05:00
Greg Alexander
fadb6909cf todone delete authorized_keys 2016-10-16 19:34:39 -04:00
Greg Alexander
cbee2a1b67 if there is no authorized_keys file, generate a single-use password 2016-10-16 18:17:01 -04:00
Greg Alexander
2f6515d147 figured out how the password login should work 2016-10-16 17:12:11 -04:00
Greg Alexander
f9d2a69900 an idea for an alternative to password logins for bootstrapping 2016-10-16 16:51:41 -04:00
Greg Alexander
c9b8494352 add "Start on Open" option that makes the activity start the service, and
stopping the service ends the activity
2016-10-16 15:54:06 -04:00
Greg Alexander
3da61bfa96 make the foreground service an option 2016-10-16 14:47:16 -04:00
Greg Alexander
484094d064 more musings about keeping it going with doze 2016-10-01 18:08:57 -04:00
Greg Alexander
ae7703fad0 implemented startForeground(), with some reservation 2016-10-01 17:35:41 -04:00
Greg Alexander
a2b14e405c user suggestion for improvemet 2016-09-11 09:35:42 -04:00
Greg Alexander
7907d9949b tested... 2016-06-21 21:25:24 -04:00
Greg Alexander
41bdcb1b97 scp is now 64-bit capable as well, i think 2016-06-21 21:24:37 -04:00
Greg Alexander
277234865a now sftp is also 64-bit 2016-06-21 21:14:00 -04:00
Greg Alexander
8fb3ece145 turns out all rsync was missing for 64-bit files was
#define HAVE_STRUCT_STAT64 1
2016-06-21 09:18:39 -04:00
Greg Alexander
62dbd9c5aa 64-bit files todo list 2016-06-20 21:41:08 -04:00
Greg Alexander
b1abefd7c7 strike Authorized Keys from todo list 2016-06-19 17:47:44 -04:00
Greg Alexander
3327fc30c9 todo 2016-06-18 15:31:20 -04:00
Greg Alexander
02a3cbd14b update build directions 2016-06-18 15:13:01 -04:00
Greg Alexander
b3ac70ced5 add build instructions at the top of NOTES 2016-06-18 14:29:58 -04:00
Greg Alexander
cd701bbed2 todone 2015-06-21 09:11:49 -04:00