aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/ConsoleActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* support for open-keychain authhsm2016-05-291-0/+9
|
* Make sure the action bar is always shown on clickTrygve Aaberge2016-03-061-5/+5
| | | | | | If the action bar is set to auto hide, it should always be shown when clicking the terminal. Previously, this did not happen when the virtual keyboard was visible.
* Merge pull request #330 from alescdb/keyboard-always-visibleKenny Root2015-11-061-6/+23
|\ | | | | Add an option to always show the virtual keyboard (special keys)
| * Restore imports orderalescdb2015-10-241-14/+13
| |
| * Update ConsoleActivity.javaAlex2015-10-241-3/+0
| |
| * Code stylealescdb2015-10-231-16/+17
| |
| * Code stylealescdb2015-10-231-28/+28
| |
| * Add a setting options to always show the virtual keyboard (special keys)alescdb2015-10-231-9/+29
| |
* | Refactor all uses of framework AlertDialog to use v7 support version instead ↵John Heroy2015-10-261-2/+2
|/ | | | with AlertDialogTheme instead
* Restore TerminalBridge.promptHelper.setHandler() in onServiceConnected()alescdb2015-10-231-0/+4
|
* 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.
* 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-141-6/+1
|
* Fix lint error.Ryan Hansberry2015-10-141-2/+10
|
* TerminalView: Move TextView logic that allows text selection into its own ↵Ryan Hansberry2015-10-141-8/+13
| | | | class, which allows scrolling selection.
* Fix paste button being permanently disabled when clipboard was previously empty.Ryan Hansberry2015-10-131-3/+6
|
* Show ActionBar when TerminalView is touched.Ryan Hansberry2015-10-131-1/+1
|
* Removed unused import in ConsoleActivity.Ryan Hansberry2015-10-071-1/+0
|
* Move old copying logic to TerminalView. Add comments to TerminalView.Ryan Hansberry2015-10-071-94/+1
|
* Disable ViewPager paging when mouse is dragging.Ryan Hansberry2015-10-071-4/+4
|
* Cleanup.Ryan Hansberry2015-10-071-5/+9
|
* Text selection now uses TextView. Pre-Honeycomb uses the same method as before.Ryan Hansberry2015-10-071-280/+83
|
* More lint fixes.Jeremy Klein2015-10-011-40/+59
|
* Add support for mouse move event forwarding.Jeremy Klein2015-10-011-13/+27
|
* Lint fixJeremy Klein2015-10-011-3/+3
|
* Handle mouse events when the terminal won't. Add more comments.Jeremy Klein2015-10-011-4/+9
|
* Forward mouseevents to the terminal when appropriate.Jeremy Klein2015-10-011-17/+58
| | | | | | | Only handle mouse events locally if shift is held. Partially fixes #225. Still need to figure out mouse wheel forwarding and proper copy support when the terminal is handling selection itself (ie in an editor).
* Only try to set title when TerminalBridge successfully connectedKenny Root2015-09-071-4/+4
|
* URI for ConsoleActivity can be nullKenny Root2015-09-051-1/+4
| | | | | If we're rotating before we finished, the URI will be null. Don't bother to set the requested bridge name.
* Factor out actionBar hiding methodKenny Root2015-09-051-8/+8
|
* ActionBar can be null, so check firstKenny Root2015-09-051-11/+13
|
* Update ConsoleActivity.javaAlex2015-09-041-1/+0
|
* Activity title sync correctly with ViewPagerAlexandre Del Bigio2015-09-041-1/+4
|
* Set Activity title to connection nick nameAlexandre Del Bigio2015-09-031-0/+1
|
* Provide visual feedback for virtual keyboardadb20012015-08-311-3/+16
|
* Merge pull request #145 from alescdb/action-menuKenny Root2015-08-311-2/+5
|\ | | | | Change menu copy and paste icons and add them to action menu (if room)
| * Using MenuItemCompat to resolve backward compatibility and lint warningsalescdb2015-08-241-8/+4
| |
| * lint checkalescdb2015-08-231-2/+4
| |
| * Change menu copy and paste icons and add them to action menu (if room) for ↵alescdb2015-08-221-0/+5
| | | | | | | | AP11 and newer
* | Merge pull request #154 from alescdb/hscroll-reset-autohideKenny Root2015-08-311-9/+27
|\ \ | | | | | | Reset virtual keyboard auto-hide timer on hscroll
| * | onTouch() ACTION_UP, return(false)alescdb2015-08-261-1/+1
| | |
| * | Resolve lint issuealescdb2015-08-261-4/+9
| | |
| * | Commentsalescdb2015-08-261-0/+2
| | |
| * | Reset virtual keyboard auto-hide timer on hscrollalescdb2015-08-251-7/+18
| | |
* | | Merge pull request #155 from jklein24/fixrotateKenny Root2015-08-311-1/+18
|\ \ \ | | | | | | | | Save the currently visible connection between screen rotations.
| * | | Save the currently visible connection between screen rotations.Jeremy Klein2015-08-261-1/+18
| |/ /
* / / Change ID of TerminalView children in the ViewPagerKenny Root2015-08-271-3/+3
|/ / | | | | | | This makes it slightly less confusing and also more testable.
* | TabLayout.setupWithViewPager is broken. Implement a fixed version.Jeremy Klein2015-08-241-1/+27
| | | | | | | | | | | | This fixes an issue where the tab indicator was disappearing when the device was rotated. It also avoids a total crash when updating to 22.2.1 design support libraries.
* | Fix checkstyle violationKenny Root2015-08-231-1/+1
| |