index
:
connectbot-yubikey/connectbot
master
connectbot with patches for nfc authentication
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
java
/
org
/
connectbot
/
TerminalView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made TerminalTextViewOverlay a child view of TerminalView.
Ryan Hansberry
2015-10-14
1
-9
/
+14
*
Make text selection scroll up when a new line enters the buffer.
Ryan Hansberry
2015-10-14
1
-0
/
+9
*
TerminalView: Move TextView logic that allows text selection into its own cla...
Ryan Hansberry
2015-10-14
1
-299
/
+33
*
Move setting of hardware acceleration to view that needs it
Kenny Root
2015-10-13
1
-0
/
+14
*
Fix paste button being permanently disabled when clipboard was previously empty.
Ryan Hansberry
2015-10-13
1
-1
/
+4
*
Rebase and fix conflicts with textview change
Jeremy Klein
2015-10-09
1
-7
/
+35
*
TerminalView: create instance variable for vt320 buffer, instead of constantl...
Ryan Hansberry
2015-10-07
1
-13
/
+15
*
Annotate TerminalView#onTouchEvent
Ryan Hansberry
2015-10-07
1
-0
/
+3
*
TerminalView: only call refreshTextFromBuffer on an ACTION_DOWN.
Ryan Hansberry
2015-10-07
1
-9
/
+5
*
Move old copying logic to TerminalView. Add comments to TerminalView.
Ryan Hansberry
2015-10-07
1
-31
/
+119
*
Localize 'Copy' and 'Paste' in ActionMode menu.
Ryan Hansberry
2015-10-07
1
-3
/
+2
*
Allow mouse selection of text (this behaves slightly differently from selecti...
Ryan Hansberry
2015-10-07
1
-47
/
+84
*
Rename TerminalView method copyBufferToText to refreshTextFromBuffer
Ryan Hansberry
2015-10-07
1
-3
/
+3
*
Remove redundant member 'terminalView' on TerminalBridge
Ryan Hansberry
2015-10-07
1
-1
/
+1
*
Use Color.TRANSPARENT instead of raw hex value.
Ryan Hansberry
2015-10-07
1
-1
/
+2
*
Fix lint errors.
Ryan Hansberry
2015-10-07
1
-38
/
+40
*
Remove unused import in TerminalView.
Ryan Hansberry
2015-10-07
1
-2
/
+1
*
Make TextView lineHeight calculation much simpler. Also move font change work...
Ryan Hansberry
2015-10-07
1
-23
/
+13
*
Correctly match font size changes in bridge to TextView font size changes.
Ryan Hansberry
2015-10-07
1
-2
/
+23
*
Disable ViewPager paging when mouse is dragging.
Ryan Hansberry
2015-10-07
1
-12
/
+15
*
Fix out-of-bounds access bug.
Ryan Hansberry
2015-10-07
1
-1
/
+3
*
Cleanup.
Ryan Hansberry
2015-10-07
1
-6
/
+19
*
Text selection now uses TextView. Pre-Honeycomb uses the same method as before.
Ryan Hansberry
2015-10-07
1
-39
/
+290
*
Remove unnecessary version check.
Jeremy Klein
2015-10-01
1
-3
/
+0
*
Lint fix
Jeremy Klein
2015-10-01
1
-0
/
+5
*
Add support for mouse wheel forwarding.
Jeremy Klein
2015-10-01
1
-1
/
+15
*
Add mouse wheel scroll support.
Jeremy Klein
2015-07-24
1
-0
/
+20
*
Add some whitespace rules and fixes for them
Kenny Root
2015-03-23
1
-2
/
+2
*
Clean up some import style violations
Kenny Root
2015-03-23
1
-2
/
+1
*
Convert to gradle build system
Kenny Root
2014-10-01
1
-0
/
+452