aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple known keys per hostKenny Root2016-02-214-37/+173
| | | | | This will allow hosts we originally saw with a certain hostkey algorithm to continue to use those keys without warning us.
* Avoid stair-stepping local text outputKenny Root2016-01-242-11/+21
| | | | | When multi-line output was used, this was creating a stair-step effect. This was most noticable during host-key-has-changed warnings.
* Fix review commentsArthur Hsu2016-01-071-2/+1
|
* Add DisconnectAll to HostActivity's Options.Arthur Hsu2016-01-071-11/+25
| | | | Fix https://github.com/connectbot/connectbot/issues/176
* Update instrumentation tests for new source layoutKenny Root2015-12-281-1/+2
| | | | | The ViewHolder was moved out into its own inner class, so use that instead of the HostAdapter.ViewHolder that used to exist.
* Merge pull request #330 from alescdb/keyboard-always-visibleKenny Root2015-11-062-6/+24
|\ | | | | Add an option to always show the virtual keyboard (special keys)
| * 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
| | | | | | | | | | | | with AlertDialogTheme instead
* | | 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 ↵John Heroy2015-10-211-1/+2
| | | | | | | | | | | | VolumePreference#onBindDialogView decl
| * | Use volume icon in 'bell volume' dialog and factor out SeekBar declaration ↵John Heroy2015-10-201-16/+8
| | | | | | | | | | | | to an XML layout
* | | 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
* | 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
| |\ \ | | | | | | | | Add/edit host dialog: Add save dialog and adjust icons.
| | * | 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
| |/ | | | | | | | | | | | | | | | | This avoids a race condition in ViewPager. See #301. Note that this still looks a bit janky because the pager noticably scrolls away and back to the right view. A bug has been filed with the support library team to look into a better solution. Also update the support library version.
* / 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 ↵Ryan Hansberry2015-10-151-2/+2
| | | | open.
* 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 ↵Ryan Hansberry2015-10-143-307/+414
| | | | class, which allows scrolling selection.
* Fix lint.Kyle Horimoto2015-10-141-2/+3
|
* Change menu icons.Kyle Horimoto2015-10-141-32/+34
|
* Move setting of hardware acceleration to view that needs itKenny Root2015-10-131-0/+14
| | | | | Hardware acceleration was previously disabled for the entire activity, but we only need it specifically for TerminalView.
* Fix paste button being permanently disabled when clipboard was previously empty.Ryan Hansberry2015-10-132-4/+10
|
* Show ActionBar when TerminalView is touched.Ryan Hansberry2015-10-131-1/+1
|
* Rebase and fix conflicts with textview changeJeremy Klein2015-10-091-7/+35
|
* Make the pg up/down gesture a preference which is disabled by default.Jeremy Klein2015-10-091-0/+1
|