diff src/com/five_ten_sg/connectbot/HostListActivity.java @ 363:5b0636e6a910

allow eula agreement to be set from deployment.connections
author Carl Byington <carl@five-ten-sg.com>
date Mon, 04 Aug 2014 08:58:19 -0700
parents 93621e963303
children fe0fbcf55ed9
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/HostListActivity.java	Mon Aug 04 08:41:56 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/HostListActivity.java	Mon Aug 04 08:58:19 2014 -0700
@@ -445,6 +445,7 @@
                     types.put("keepalive", "boolean");
                     types.put("wifilock", "boolean");
                     types.put("bumpyarrows", "boolean");
+                    types.put("eula", "boolean");
                     types.put("extended_longpress", "boolean");
                     types.put("ctrl_string", "string");
                     types.put("picker_string", "string");