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

107 Commits

Author SHA1 Message Date
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
Greg Alexander
4e84d03220 Finish testing, I guess. 2019-06-16 23:45:39 -04:00
Greg Alexander
51559e5798 Add allowBackup="false" so that updating to the new SDK doesn't cause
Android to start automatically backing up app settings (otherwise it
would back up the host key).
2019-06-16 23:40:32 -04:00
Greg Alexander
445c2957ec Don't call startForegroundService() except on Oreo and above, because
that's when it was added.
2019-06-16 23:02:22 -04:00
Greg Alexander
7879c603fe Make a naive IP address decoder for the case where the library's
getnameinfo() doesn't work (Android 16).
2019-06-16 22:14:29 -04:00
Greg Alexander
12ccb85024 Don't build the stand-alone executables with -static because that doesn't
seem to be necessary with the newer NDK.
2019-06-16 22:01:46 -04:00
Greg Alexander
ada5ca8def todo 2019-06-16 20:13:21 -04:00
Greg Alexander
8bdc4005f1 todo 2019-06-15 23:46:11 -04:00
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