Commit Graph

35 Commits (0538dc83933455d516d17529912eceb3f6974381)

Author SHA1 Message Date
Greg Alexander 3620b17411 implement start on boot
9 years ago
Greg Alexander 8a1bc2c4e0 made the JNI methods static because they didn't use this anyways
9 years ago
Greg Alexander 5df0610f5c implement the extra dropbear commandline options
9 years ago
Greg Alexander 637de21aca add locking to resolve some thread safety issues
9 years ago
Greg Alexander 5c7d92415c remove debug code from updater thread
9 years ago
Greg Alexander a40b35a5a2 updater checks length as well as time, in case there are multiple
9 years ago
Greg Alexander 52a1093dde make the log view always show the bottom of the log
9 years ago
Greg Alexander 4581a224ac first draft of a thread to poll for changes to the dropbear.err file
9 years ago
Greg Alexander b44b9295d5 add display of the dropbear.err log (it doesn't update yet)
9 years ago
Greg Alexander 932bfa3242 save the static pointer to the main Activity in SimpleSSHD because it'll
9 years ago
Greg Alexander 76eb76fac4 get rid of the old prefs machinery
9 years ago
Greg Alexander e49cf68feb port is a string now because none of the stock preference widgets will do
9 years ago
Greg Alexander bbcb048996 first draft of settings activity
9 years ago
Greg Alexander 95c028ad81 add an options menu to access the future settings activity
9 years ago
Greg Alexander 324bf93935 no need to specify -l on the shell, dropbear does it as appropriate
9 years ago
Greg Alexander f0347f7477 probably startForeground() is overkill?
9 years ago
Greg Alexander 5c01b97345 when creating the Service, we check for a pid file for an orphaned daemon
9 years ago
Greg Alexander e77351edd4 factor the SharedPreferences usage into its own Prefs class
9 years ago
Greg Alexander 5248db4380 add a (useless) service onDestroy() to clean up the sshd
9 years ago
Greg Alexander aa006d51d8 eek! and call super.onPause() too
9 years ago
Greg Alexander f5d6675cad make the start button color a little more palatable
9 years ago
Greg Alexander 58eefb02b9 add something to wait for the forked process to die, so it doesn't become
9 years ago
Greg Alexander c6fbf0cbcc fix getting the port number out of the UI
9 years ago
Greg Alexander 41faa118cc fix typos in definition of startstop_clicked()
9 years ago
Greg Alexander b9ad9864ce whoops, chain to super.onResume()
9 years ago
Greg Alexander 1febe9ebe9 add service lifetime termination, and notes about future service foregrounding..
9 years ago
Greg Alexander a9ca75accc communicate the preferences to the C code
9 years ago
Greg Alexander 02a88eae06 typos...
9 years ago
Greg Alexander 8ced3ab635 and there's the start/stop button implementation
9 years ago
Greg Alexander 9cac7ed132 make sshd_pid static
9 years ago
Greg Alexander 720007ae32 now it compiles...
10 years ago
Greg Alexander 643a5aff23 first draft of service
10 years ago
Greg Alexander 4cd9277401 oversight
10 years ago
Greg Alexander a23c28a02d first draft of preferences ui code
10 years ago
Greg Alexander 3bbf3ce0dc a bare project, created with
10 years ago