Mercurial > 510Connectbot
diff src/com/five_ten_sg/connectbot/transport/Local.java @ 12:6aaefb22d876 tn5250
adding tn5250 files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 22 May 2014 18:41:36 -0700 |
parents | 0ce5cc452d02 |
children | 139394237973 |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/transport/Local.java Thu May 22 18:26:27 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/transport/Local.java Thu May 22 18:41:36 2014 -0700 @@ -187,7 +187,7 @@ os.write(c); } - public static Uri getUri(String input) { + public Uri getUri(String input) { Uri uri = Uri.parse(DEFAULT_URI); if (input != null && input.length() > 0) { @@ -220,13 +220,10 @@ selection.put(HostDatabase.FIELD_HOST_NICKNAME, uri.getFragment()); } - public static String getFormatHint(Context context) { + public String getFormatHint(Context context) { return context.getString(R.string.hostpref_nickname_title); } - /* (non-Javadoc) - * @see com.five_ten_sg.connectbot.transport.AbsTransport#usesNetwork() - */ @Override public boolean usesNetwork() { return false;