aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/TerminalView.java
Commit message (Expand)AuthorAgeFilesLines
* Made TerminalTextViewOverlay a child view of TerminalView.Ryan Hansberry2015-10-141-9/+14
* Make text selection scroll up when a new line enters the buffer.Ryan Hansberry2015-10-141-0/+9
* TerminalView: Move TextView logic that allows text selection into its own cla...Ryan Hansberry2015-10-141-299/+33
* Move setting of hardware acceleration to view that needs itKenny Root2015-10-131-0/+14
* Fix paste button being permanently disabled when clipboard was previously empty.Ryan Hansberry2015-10-131-1/+4
* Rebase and fix conflicts with textview changeJeremy Klein2015-10-091-7/+35
* TerminalView: create instance variable for vt320 buffer, instead of constantl...Ryan Hansberry2015-10-071-13/+15
* Annotate TerminalView#onTouchEventRyan Hansberry2015-10-071-0/+3
* TerminalView: only call refreshTextFromBuffer on an ACTION_DOWN.Ryan Hansberry2015-10-071-9/+5
* Move old copying logic to TerminalView. Add comments to TerminalView.Ryan Hansberry2015-10-071-31/+119
* Localize 'Copy' and 'Paste' in ActionMode menu.Ryan Hansberry2015-10-071-3/+2
* Allow mouse selection of text (this behaves slightly differently from selecti...Ryan Hansberry2015-10-071-47/+84
* Rename TerminalView method copyBufferToText to refreshTextFromBufferRyan Hansberry2015-10-071-3/+3
* Remove redundant member 'terminalView' on TerminalBridgeRyan Hansberry2015-10-071-1/+1
* Use Color.TRANSPARENT instead of raw hex value.Ryan Hansberry2015-10-071-1/+2
* Fix lint errors.Ryan Hansberry2015-10-071-38/+40
* Remove unused import in TerminalView.Ryan Hansberry2015-10-071-2/+1
* Make TextView lineHeight calculation much simpler. Also move font change work...Ryan Hansberry2015-10-071-23/+13
* Correctly match font size changes in bridge to TextView font size changes.Ryan Hansberry2015-10-071-2/+23
* Disable ViewPager paging when mouse is dragging.Ryan Hansberry2015-10-071-12/+15
* Fix out-of-bounds access bug.Ryan Hansberry2015-10-071-1/+3
* Cleanup.Ryan Hansberry2015-10-071-6/+19
* Text selection now uses TextView. Pre-Honeycomb uses the same method as before.Ryan Hansberry2015-10-071-39/+290
* Remove unnecessary version check.Jeremy Klein2015-10-011-3/+0
* Lint fixJeremy Klein2015-10-011-0/+5
* Add support for mouse wheel forwarding.Jeremy Klein2015-10-011-1/+15
* Add mouse wheel scroll support.Jeremy Klein2015-07-241-0/+20
* Add some whitespace rules and fixes for themKenny Root2015-03-231-2/+2
* Clean up some import style violationsKenny Root2015-03-231-2/+1
* Convert to gradle build systemKenny Root2014-10-011-0/+452