1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-15 19:48:56 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
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