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

37 Commits

Author SHA1 Message Date
Greg Alexander
132baa7d5c add symlink for res 2019-07-07 16:58:39 -04:00
Greg Alexander
be43d90c70 Manually convert from ant to gradle, roughly.
NB - Play store currently requires targetSdkVersion>=26, but will soon
(August) require >=28.
2019-05-25 21:58:12 -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
d28824b4ca make preferences summary (long text) consistently use periods like they
were sentences
2018-05-16 16:24:41 -04:00
Greg Alexander
9efa856065 add option to set environment variables 2018-05-16 16:23:12 -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
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
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
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
34afb9e4f2 more consistent use of caps.. 2016-10-16 15:07:34 -04:00
Greg Alexander
3da61bfa96 make the foreground service an option 2016-10-16 14:47:16 -04:00
Greg Alexander
ae7703fad0 implemented startForeground(), with some reservation 2016-10-01 17:35:41 -04:00
Greg Alexander
84f9f31c14 first draft of new authorized_keys creation activity and support threads 2016-06-19 15:44:44 -04:00
Greg Alexander
65d628499b beginning framework for authorized keys editor 2016-06-18 16:47:53 -04:00
Greg Alexander
b35cee186d separate "Documentation" and "About" choices, and About just displays
version numbers now
2015-11-23 09:00:03 -05:00
Greg Alexander
a916ac5c08 add 'buffersu' program to wrap rsync and make sure there is no wedging
when SuperSU is combined with rsync
2015-06-20 13:52:34 -04:00
Greg Alexander
fc20a31b6c if there are multiple interfaces up, go ahead and list them all 2015-01-18 16:32:12 -05:00
Greg Alexander
698ce0c52c now it skips the fe80 bogus ipv6 addr 2015-01-18 16:26:36 -05:00
Greg Alexander
615e835880 get the ip address of the device using wifimanager, which only works if
we're on wifi, and needs a new permission
2015-01-18 16:10:29 -05:00
Greg Alexander
0538dc8393 brighter icon from sarah 2014-12-22 09:13:46 -05:00
Greg Alexander
bea29fb886 added the icon to the apk 2014-12-21 15:25:22 -05:00
Greg Alexander
52a1093dde make the log view always show the bottom of the log 2014-12-17 20:39:34 -05:00
Greg Alexander
b44b9295d5 add display of the dropbear.err log (it doesn't update yet) 2014-12-17 19:58:22 -05:00
Greg Alexander
76a25aca25 improve text of preferences pane 2014-12-17 18:52:22 -05:00
Greg Alexander
76eb76fac4 get rid of the old prefs machinery 2014-12-17 18:43:01 -05:00
Greg Alexander
bbcb048996 first draft of settings activity 2014-12-17 18:38:39 -05:00
Greg Alexander
95c028ad81 add an options menu to access the future settings activity 2014-12-17 16:46:02 -05:00
Greg Alexander
41faa118cc fix typos in definition of startstop_clicked() 2014-12-16 16:49:54 -05:00
Greg Alexander
cbb8581d03 fix some layout... 2014-12-16 16:49:40 -05:00
Greg Alexander
c9f839a69a fix a bunch of layout typos 2014-12-16 16:40:34 -05:00
Greg Alexander
9556b95f2c more appropriate visual layout 2014-12-14 23:21:05 -05:00
Greg Alexander
cb2dc4f24d first draft of UI XML 2014-12-14 17:30:35 -05:00
Greg Alexander
3bbf3ce0dc a bare project, created with
android create project --target android-7 --name SimpleSSHD --path `pwd` --package org.galexander.sshd -a SimpleSSHD
2014-12-10 16:17:23 -05:00