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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update ConsoleActivity.java
Alex
2015-10-24
1
-3
/
+0
*
Code style
alescdb
2015-10-23
1
-16
/
+17
*
Code style
alescdb
2015-10-23
2
-30
/
+30
*
Add a setting options to always show the virtual keyboard (special keys)
alescdb
2015-10-23
2
-10
/
+31
*
Restore TerminalBridge.promptHelper.setHandler() in onServiceConnected()
alescdb
2015-10-23
1
-0
/
+4
*
Call MediaPlayer.seekTo() before MediaPlayer.start()
alescdb
2015-10-23
1
-9
/
+4
*
Don't display a nickname field when protocol is 'local.'
Kyle Horimoto
2015-10-22
1
-1
/
+7
*
Add comments explaining requestFocus and clearFocus method calls
John Heroy
2015-10-21
1
-0
/
+2
*
Merge branch 'master' into fontsizeslider
John Heroy
2015-10-21
1
-16
/
+9
|
\
|
*
Merge branch 'master' into volume-seekbar
John Heroy
2015-10-21
4
-235
/
+435
|
|
\
|
*
|
Remove margin on SeekBar and move up super.onBindDialogView to top of VolumeP...
John Heroy
2015-10-21
1
-1
/
+2
|
*
|
Use volume icon in 'bell volume' dialog and factor out SeekBar declaration to...
John Heroy
2015-10-20
1
-16
/
+8
*
|
|
Programmatically request focus on quick connect container and set LinearLayou...
John Heroy
2015-10-21
1
-0
/
+1
*
|
|
Clear focus away from font size EditText when seekbar value changes so that t...
John Heroy
2015-10-21
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'master' of https://github.com/connectbot/connectbot
John Heroy
2015-10-21
3
-230
/
+425
|
\
\
|
*
|
Lint and jlklein comments.
Kyle Horimoto
2015-10-21
1
-3
/
+0
|
*
|
Polish UI for add/edit host.
Kyle Horimoto
2015-10-21
2
-216
/
+367
|
*
|
Merge pull request #305 from khorimoto/save-dialog
Kenny Root
2015-10-21
1
-11
/
+58
|
|
\
\
|
|
*
|
Lint.
Kyle Horimoto
2015-10-21
1
-2
/
+0
|
|
*
|
Add save dialog and adjust icons.
Kyle Horimoto
2015-10-21
1
-11
/
+60
*
|
|
|
Merge remote-tracking branch 'upstream/master'
John Heroy
2015-10-21
1
-5
/
+10
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
Save the last selected Uri in onSaveInstanceState.
Jeremy Klein
2015-10-20
1
-3
/
+3
|
*
|
Scroll to the previously selected view asynchronously.
Jeremy Klein
2015-10-20
1
-2
/
+7
|
|
/
*
/
Set more padding on volume pref SeekBar for Lollipop and above
John Heroy
2015-10-20
1
-1
/
+8
|
/
*
Prevent a cursor being displayed within terminal text.
Ryan Hansberry
2015-10-15
1
-1
/
+2
*
Fix paste button being permanently disabled because SSH session was not yet o...
Ryan Hansberry
2015-10-15
1
-2
/
+2
*
Made TerminalTextViewOverlay a child view of TerminalView.
Ryan Hansberry
2015-10-14
3
-47
/
+32
*
Prevent calling toString on null when pasting to clipboard.
Ryan Hansberry
2015-10-14
1
-4
/
+10
*
Fix lint error.
Ryan Hansberry
2015-10-14
1
-2
/
+10
*
Make text selection scroll up when a new line enters the buffer.
Ryan Hansberry
2015-10-14
2
-4
/
+38
*
TerminalView: Move TextView logic that allows text selection into its own cla...
Ryan Hansberry
2015-10-14
3
-307
/
+414
*
Fix lint.
Kyle Horimoto
2015-10-14
1
-2
/
+3
*
Change menu icons.
Kyle Horimoto
2015-10-14
1
-32
/
+34
*
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
2
-4
/
+10
*
Show ActionBar when TerminalView is touched.
Ryan Hansberry
2015-10-13
1
-1
/
+1
*
Rebase and fix conflicts with textview change
Jeremy Klein
2015-10-09
1
-7
/
+35
*
Make the pg up/down gesture a preference which is disabled by default.
Jeremy Klein
2015-10-09
1
-0
/
+1
*
Merge pull request #276 from jbcode42/master
Kenny Root
2015-10-08
1
-3
/
+3
|
\
|
*
Merge branch 'master' into master
Joel Blumen
2015-10-07
6
-141
/
+176
|
|
\
|
*
|
Add IPv6 Host support to SSH.
Joel Blumen
2015-10-06
1
-3
/
+3
*
|
|
Merge pull request #283 from kruton/upgrade-checkstyle
Kenny Root
2015-10-08
1
-1
/
+1
|
\
\
\
|
*
|
|
Update checkstyle and fix violations
Kenny Root
2015-10-08
1
-1
/
+1
*
|
|
|
Merge pull request #282 from khorimoto/edit-host-activity-integration
Kenny Root
2015-10-08
5
-26
/
+353
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Lint fixes.
Kyle Horimoto
2015-10-08
1
-7
/
+7
|
*
|
|
Cleaned up code.
Kyle Horimoto
2015-10-08
2
-6
/
+19
|
*
|
|
Integrate the EditHostActivity into the rest of the app.
Kyle Horimoto
2015-10-08
5
-26
/
+340
*
|
|
|
Merge pull request #281 from jklein24/termmode
Kenny Root
2015-10-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Switch the default emulation mode to xterm-256color
Jeremy Klein
2015-10-07
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
TerminalView: create instance variable for vt320 buffer, instead of constantl...
Ryan Hansberry
2015-10-07
1
-13
/
+15
[next]