aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/HostEditorFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Don't display a nickname field when protocol is 'local.'Kyle Horimoto2015-10-221-1/+7
|
* Add comments explaining requestFocus and clearFocus method callsJohn Heroy2015-10-211-0/+2
|
* Programmatically request focus on quick connect container and set ↵John Heroy2015-10-211-0/+1
| | | | LinearLayout to android:focusable='true'
* Clear focus away from font size EditText when seekbar value changes so that ↵John Heroy2015-10-211-0/+1
| | | | the text can update
* Lint and jlklein comments.Kyle Horimoto2015-10-211-3/+0
|
* Polish UI for add/edit host.Kyle Horimoto2015-10-211-215/+366
|
* Cleaned up code.Kyle Horimoto2015-10-081-0/+6
|
* Integrate the EditHostActivity into the rest of the app.Kyle Horimoto2015-10-081-14/+126
|
* Jeremy comment.Kyle Horimoto2015-10-061-0/+1
|
* Lint errors.Kyle Horimoto2015-10-051-1/+0
|
* Add connection options.Kyle Horimoto2015-10-051-12/+145
|
* jlklein comment.Kyle Horimoto2015-10-011-0/+1
|
* Add host display editing UI.Kyle Horimoto2015-10-011-9/+86
|
* Add EditHostActivity.Kyle Horimoto2015-09-251-0/+339