diff src/com/five_ten_sg/connectbot/HostListActivity.java @ 244:32737a428805

add host preference for fixed screen size
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 11:07:11 -0700
parents b16288cbad37
children 071eccdff8ea
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/HostListActivity.java	Mon Jul 14 10:36:15 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/HostListActivity.java	Mon Jul 14 11:07:11 2014 -0700
@@ -419,14 +419,12 @@
                     Editor editor = prefs.edit();
                     HashMap<String,String> types = new HashMap<String,String>();
                     types.put("memkeys", "boolean");
-                    types.put("update", "string");
                     types.put("connPersist", "boolean");
                     types.put("emulation", "string");
                     types.put("scrollback", "integer");
                     types.put("rotation", "string");
                     types.put("shiftfkeys", "boolean");
                     types.put("ctrlfkeys", "boolean");
-                    types.put("volumefont", "boolean");
                     types.put("keymode", "string");
                     types.put("camera", "string");
                     types.put("volup", "string");
@@ -445,9 +443,6 @@
                     types.put("bellVolume", "float");
                     types.put("bellVibrate", "boolean");
                     types.put("bellNotification", "boolean");
-                    types.put("default_font_size", "float");
-                    types.put("default_fsize_width", "integer");
-                    types.put("default_fsize_height", "integer");
                     types.put("screen_capture_folder", "string");
                     types.put("screen_capture_popup", "boolean");
                     types.put("file_dialog", "string");