aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot
Commit message (Expand)AuthorAgeFilesLines
* support for open-keychain authhsm2016-05-294-3/+34
* Avoid creating relay thread in sessionless modeToff2016-03-271-6/+8
* Handle EC keys in auth agent scenariosKenny Root2016-03-141-0/+6
* Make sure new known hosts are inserted and deletedKenny Root2016-03-111-11/+14
* Make sure the action bar is always shown on clickTrygve Aaberge2016-03-061-5/+5
* Support multiple known keys per hostKenny Root2016-02-214-37/+173
* Avoid stair-stepping local text outputKenny Root2016-01-242-11/+21
* Fix review commentsArthur Hsu2016-01-071-2/+1
* Add DisconnectAll to HostActivity's Options.Arthur Hsu2016-01-071-11/+25
* Update instrumentation tests for new source layoutKenny Root2015-12-281-1/+2
* Merge pull request #330 from alescdb/keyboard-always-visibleKenny Root2015-11-062-6/+24
|\
| * Merge branch 'master' into keyboard-always-visibleAlex2015-10-261-101/+0
| |\
| * | Restore imports orderalescdb2015-10-241-14/+13
| * | Update ConsoleActivity.javaAlex2015-10-241-3/+0
| * | Code stylealescdb2015-10-231-16/+17
| * | Code stylealescdb2015-10-232-30/+30
| * | Add a setting options to always show the virtual keyboard (special keys)alescdb2015-10-232-10/+31
* | | Refactor all uses of framework AlertDialog to use v7 support version instead ...John Heroy2015-10-265-21/+33
* | | Construct app compat alert dialog builder with AlertDialogThemeJohn Heroy2015-10-261-1/+1
| |/ |/|
* | Remove unused importsJeremy Klein2015-10-231-8/+0
* | Remove unused add host dialog from HostListActivity.Jeremy Klein2015-10-231-93/+0
|/
* Restore TerminalBridge.promptHelper.setHandler() in onServiceConnected()alescdb2015-10-231-0/+4
* Call MediaPlayer.seekTo() before MediaPlayer.start()alescdb2015-10-231-9/+4
* 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
* Merge branch 'master' into fontsizesliderJohn Heroy2015-10-211-16/+9
|\
| * Merge branch 'master' into volume-seekbarJohn Heroy2015-10-214-235/+435
| |\
| * | Remove margin on SeekBar and move up super.onBindDialogView to top of VolumeP...John Heroy2015-10-211-1/+2
| * | Use volume icon in 'bell volume' dialog and factor out SeekBar declaration to...John Heroy2015-10-201-16/+8
* | | Programmatically request focus on quick connect container and set LinearLayou...John Heroy2015-10-211-0/+1
* | | Clear focus away from font size EditText when seekbar value changes so that t...John Heroy2015-10-211-0/+1
| |/ |/|
* | Merge branch 'master' of https://github.com/connectbot/connectbotJohn Heroy2015-10-213-230/+425
|\ \
| * | Lint and jlklein comments.Kyle Horimoto2015-10-211-3/+0
| * | Polish UI for add/edit host.Kyle Horimoto2015-10-212-216/+367
| * | Merge pull request #305 from khorimoto/save-dialogKenny Root2015-10-211-11/+58
| |\ \
| | * | Lint.Kyle Horimoto2015-10-211-2/+0
| | * | Add save dialog and adjust icons.Kyle Horimoto2015-10-211-11/+60
* | | | Merge remote-tracking branch 'upstream/master'John Heroy2015-10-211-5/+10
|\| | | | |_|/ |/| |
| * | Save the last selected Uri in onSaveInstanceState.Jeremy Klein2015-10-201-3/+3
| * | Scroll to the previously selected view asynchronously.Jeremy Klein2015-10-201-2/+7
| |/
* / Set more padding on volume pref SeekBar for Lollipop and aboveJohn Heroy2015-10-201-1/+8
|/
* Prevent a cursor being displayed within terminal text.Ryan Hansberry2015-10-151-1/+2
* Fix paste button being permanently disabled because SSH session was not yet o...Ryan Hansberry2015-10-151-2/+2
* Made TerminalTextViewOverlay a child view of TerminalView.Ryan Hansberry2015-10-143-47/+32
* Prevent calling toString on null when pasting to clipboard.Ryan Hansberry2015-10-141-4/+10
* Fix lint error.Ryan Hansberry2015-10-141-2/+10
* Make text selection scroll up when a new line enters the buffer.Ryan Hansberry2015-10-142-4/+38
* TerminalView: Move TextView logic that allows text selection into its own cla...Ryan Hansberry2015-10-143-307/+414
* Fix lint.Kyle Horimoto2015-10-141-2/+3
* Change menu icons.Kyle Horimoto2015-10-141-32/+34