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

26 Commits

Author SHA1 Message Date
Greg Alexander
33429f5765 tag version 14 2016-10-16 19:22:39 -04:00
Greg Alexander
cb5df89b55 bump to version 13 (and switch to a non-hierarchical version numbering) 2016-10-16 16:10:52 -04:00
Greg Alexander
48ab06f047 make the main activity "singleTask" because otherwise it's possible for
two of them to get stacked on top of eachother (one lingering from having
been launched, and another from tapping the notification, for example) in
the same task, and then the back (or QUIT) button won't do anything the
first tiem
2016-10-16 16:09:15 -04:00
Greg Alexander
59509132cf bump to 1.11 2016-08-08 14:18:55 -04:00
Greg Alexander
3d9a5b5ced bump to version 1.10 2016-07-22 09:04:46 -04:00
Greg Alexander
5aefdf3c11 bump to version 1.9 2016-07-04 20:42:45 -04:00
Greg Alexander
f49ef0c918 bump to version 1.8 2016-06-21 21:26:42 -04:00
Greg Alexander
d4c46fcc1e mark version 1.7 2016-06-19 16:58:17 -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
5c16f8dd31 bump to version 1.6 because i failed to "./doit" when building 1.5 2016-06-12 20:35:34 -04:00
Greg Alexander
0d1ccca285 tag version 1.5 2016-06-11 14:24:45 -04:00
Greg Alexander
4848e35b69 version 1.4 2015-11-23 09:08:52 -05:00
Greg Alexander
5b87d46bee tag version 1.3 2015-06-21 09:10:56 -04:00
Greg Alexander
3cbf48dc79 tag new 1.2 release version 2015-01-18 16:36:01 -05:00
Greg Alexander
63d63e4f84 this approach using java.net.NetworkInterface doesn't seem to work either
- it gives a random ipv6 address of no relation to any reality I'm
interested in, I think
2015-01-18 16:12:42 -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
334c4f3b58 bump version to 1.1 so that people will actually get these new static binaries 2014-12-29 16:26:07 -05:00
Greg Alexander
bea29fb886 added the icon to the apk 2014-12-21 15:25:22 -05:00
Greg Alexander
3620b17411 implement start on boot 2014-12-17 23:18:27 -05:00
Greg Alexander
1642eec8fd update the target sdk version to 11 (android 3.0) -- nothing really
changes, except now on new phones it puts the options button on the top
of the screen where people are execting it
2014-12-17 18:56:10 -05:00
Greg Alexander
bbcb048996 first draft of settings activity 2014-12-17 18:38:39 -05:00
Greg Alexander
e8e3881877 add uses-permission for network and storage 2014-12-16 17:56:34 -05:00
Greg Alexander
720007ae32 now it compiles... 2014-12-16 09:55:54 -05:00
Greg Alexander
643a5aff23 first draft of service 2014-12-16 09:52:42 -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