comparison 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
comparison
equal deleted inserted replaced
243:918dfcb862ed 244:32737a428805
417 } 417 }
418 if (uri.getScheme().equals("global")) { 418 if (uri.getScheme().equals("global")) {
419 Editor editor = prefs.edit(); 419 Editor editor = prefs.edit();
420 HashMap<String,String> types = new HashMap<String,String>(); 420 HashMap<String,String> types = new HashMap<String,String>();
421 types.put("memkeys", "boolean"); 421 types.put("memkeys", "boolean");
422 types.put("update", "string");
423 types.put("connPersist", "boolean"); 422 types.put("connPersist", "boolean");
424 types.put("emulation", "string"); 423 types.put("emulation", "string");
425 types.put("scrollback", "integer"); 424 types.put("scrollback", "integer");
426 types.put("rotation", "string"); 425 types.put("rotation", "string");
427 types.put("shiftfkeys", "boolean"); 426 types.put("shiftfkeys", "boolean");
428 types.put("ctrlfkeys", "boolean"); 427 types.put("ctrlfkeys", "boolean");
429 types.put("volumefont", "boolean");
430 types.put("keymode", "string"); 428 types.put("keymode", "string");
431 types.put("camera", "string"); 429 types.put("camera", "string");
432 types.put("volup", "string"); 430 types.put("volup", "string");
433 types.put("voldn", "string"); 431 types.put("voldn", "string");
434 types.put("search", "string"); 432 types.put("search", "string");
443 types.put("list_custom_keymap", "string"); 441 types.put("list_custom_keymap", "string");
444 types.put("bell", "boolean"); 442 types.put("bell", "boolean");
445 types.put("bellVolume", "float"); 443 types.put("bellVolume", "float");
446 types.put("bellVibrate", "boolean"); 444 types.put("bellVibrate", "boolean");
447 types.put("bellNotification", "boolean"); 445 types.put("bellNotification", "boolean");
448 types.put("default_font_size", "float");
449 types.put("default_fsize_width", "integer");
450 types.put("default_fsize_height", "integer");
451 types.put("screen_capture_folder", "string"); 446 types.put("screen_capture_folder", "string");
452 types.put("screen_capture_popup", "boolean"); 447 types.put("screen_capture_popup", "boolean");
453 types.put("file_dialog", "string"); 448 types.put("file_dialog", "string");
454 types.put("download_folder", "string"); 449 types.put("download_folder", "string");
455 types.put("remote_upload_folder", "string"); 450 types.put("remote_upload_folder", "string");