aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/util/TerminalTextViewOverlay.java
Commit message (Collapse)AuthorAgeFilesLines
* Prevent a cursor being displayed within terminal text.Ryan Hansberry2015-10-151-1/+2
|
* Made TerminalTextViewOverlay a child view of TerminalView.Ryan Hansberry2015-10-141-32/+17
|
* Prevent calling toString on null when pasting to clipboard.Ryan Hansberry2015-10-141-4/+10
|
* Make text selection scroll up when a new line enters the buffer.Ryan Hansberry2015-10-141-4/+29
|
* TerminalView: Move TextView logic that allows text selection into its own ↵Ryan Hansberry2015-10-141-0/+368
class, which allows scrolling selection.