aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/TerminalView.java
Commit message (Collapse)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 ↵Ryan Hansberry2015-10-141-299/+33
| | | | class, which allows scrolling selection.
* 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-131-1/+4
|
* Rebase and fix conflicts with textview changeJeremy Klein2015-10-091-7/+35
|
* TerminalView: create instance variable for vt320 buffer, instead of ↵Ryan Hansberry2015-10-071-13/+15
| | | | constantly casting bridge.buffer.
* 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 ↵Ryan Hansberry2015-10-071-47/+84
| | | | selection via touch). This allows selection without it being inferred as scrolling.
* 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 ↵Ryan Hansberry2015-10-071-23/+13
| | | | work to UI thread.
* 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