diff --git a/NOTES b/NOTES index fcc5da5..f11afab 100644 --- a/NOTES +++ b/NOTES @@ -72,9 +72,10 @@ it uses select(), I'm not sure how I would honor Thread.interrupt() or whatever. It's not guaranteed to interrupt select(), and I'm not keen on adding an arbitrary timeout/polling feature to it. -XXX - visit XXX in jni/interface.c XXX - allow user to specify parameters for dropbear XXX - convert UI to use proper preferences templates, and have ...->settings instead of putting it on the home screen +XXX - draw icon and 1024x512 display image +XXX - main screen should show dropbear.err contents XXX - scp XXX - zlib diff --git a/jni/interface.c b/jni/interface.c index cb44b22..992854c 100644 --- a/jni/interface.c +++ b/jni/interface.c @@ -19,8 +19,6 @@ conf_path_file(const char *fn) return ret; } -/* XXX - do i need a function to generate host keys? DROPBEAR_DELAY_HOSTKEY */ -/* XXX - a C-callable interface to get property strings from the java side (paths, etc) */ static JNIEnv *env; static jclass cl_string;