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 |
|
Greg Alexander
|
b1147a3aef
|
m_free() the temps used for setting the environment
|
2018-05-16 16:30:28 -04:00 |
|
Greg Alexander
|
d28824b4ca
|
make preferences summary (long text) consistently use periods like they
were sentences
|
2018-05-16 16:24:41 -04:00 |
|
Greg Alexander
|
3c5b02beb9
|
change a few places that used malloc to use m_malloc instead *shrug*
|
2018-05-16 16:23:33 -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
|
43cd46fd0d
|
su is not a login shell, so if it's in the shell's filename, don't put
"-" before argv[0], but do put it in argv[1] because su accepts it as a
regular parameter ("-su" was breaking busybox)
|
2018-05-16 10:47:17 -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
|
88335f47b6
|
initial hack to see if building for armeabi and x86 will work for x86_64
phones too
|
2018-03-21 21:42:19 -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
|
6374a8f58a
|
add the BSD license from openssh 6.7p1, to be explicit
|
2017-12-15 09:48:06 -05:00 |
|
Greg Alexander
|
c72845e535
|
some TODO from user requests
|
2017-10-28 16:51:41 -04:00 |
|
Greg Alexander
|
c33d551fc9
|
tag version 16 for android 8.0 (oreo) fixes
|
2017-10-28 16:34:51 -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
|
7b8ce267d9
|
disable use of sigprocmask() in rsync, because Android Oreo (quite
inappropriately) seems to terminate the process when it is called.
|
2017-10-28 14:20:35 -04:00 |
|
Greg Alexander
|
6fa541d169
|
make ant.properties into a symlink so i can keep my password outside of
the repository
|
2017-10-28 14:07:36 -04:00 |
|
Greg Alexander
|
93704ef925
|
add GPL license V2 in "COPYING"
|
2017-09-01 18:34:26 -04:00 |
|
Greg Alexander
|
651ba21816
|
don't call pty_release() because it always fails, and because we never
pty_setowner()ed in the first place. never noticed it before because
it's only called if the shell command fails (apparently)
|
2017-04-30 11:53:20 -04:00 |
|
Greg Alexander
|
beed31bead
|
improve error message when execv()ing the shell fails
|
2017-04-30 11:51:37 -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
|
3770cc8424
|
musings about writing to removable external SD card
|
2016-11-19 12:19:55 -05:00 |
|
Greg Alexander
|
91a81732b3
|
bump to version 15
|
2016-10-17 09:59:19 -04:00 |
|
Greg Alexander
|
bf8c204a8c
|
don't include "IP: " in notification string
|
2016-10-17 09:53:45 -04:00 |
|
Greg Alexander
|
4134decdc3
|
reduce notification font
|
2016-10-17 09:48:52 -04:00 |
|
Greg Alexander
|
3ef00eb6a1
|
now the notification view looks good and has useful information
|
2016-10-17 09:47:36 -04:00 |
|
Greg Alexander
|
9c7454d222
|
when launching the sshd service, make sure the /sdcard/ssh path exists,
otherwise we won't be able to access dropbear.err
|
2016-10-17 09:35:31 -04:00 |
|
Greg Alexander
|
f652b1b3c6
|
add a contentView to the notification, which is needed at least in
android 5 (and probably earlier)
|
2016-10-17 09:12:11 -04:00 |
|
Greg Alexander
|
fadb6909cf
|
todone delete authorized_keys
|
2016-10-16 19:34:39 -04:00 |
|
Greg Alexander
|
f82c42cd6d
|
fix typo in doc
|
2016-10-16 19:27:54 -04:00 |
|
Greg Alexander
|
33429f5765
|
tag version 14
|
2016-10-16 19:22:39 -04:00 |
|
Greg Alexander
|
a42ccd2d16
|
update document for single use passwords
|
2016-10-16 19:12:28 -04:00 |
|
Greg Alexander
|
0523529968
|
replace awkward authorized keys editor with a single "Reset Keys" option
to delete the authorized_keys file and revert to single-use passwords
|
2016-10-16 19:07:52 -04:00 |
|