aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/ConsoleActivity.java
Commit message (Expand)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
* Merge pull request #330 from alescdb/keyboard-always-visibleKenny Root2015-11-061-6/+23
|\
| * 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
|/
* 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
* 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-141-6/+1
* Fix lint error.Ryan Hansberry2015-10-141-2/+10
* TerminalView: Move TextView logic that allows text selection into its own cla...Ryan Hansberry2015-10-141-8/+13
* 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 try to set title when TerminalBridge successfully connectedKenny Root2015-09-071-4/+4
* URI for ConsoleActivity can be nullKenny Root2015-09-051-1/+4
* 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
|\
| * 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 AP...alescdb2015-08-221-0/+5
* | Merge pull request #154 from alescdb/hscroll-reset-autohideKenny Root2015-08-311-9/+27
|\ \
| * | 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.Jeremy Klein2015-08-261-1/+18
| |/ /
* / / Change ID of TerminalView children in the ViewPagerKenny Root2015-08-271-3/+3
|/ /
* | TabLayout.setupWithViewPager is broken. Implement a fixed version.Jeremy Klein2015-08-241-1/+27
* | Fix checkstyle violationKenny Root2015-08-231-1/+1