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
/
res
/
layout
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into add-host-button2
John Heroy
2015-10-27
1
-12
/
+20
|
\
|
*
Rebased.
Kyle Horimoto
2015-10-26
1
-1
/
+1
|
*
Lint.
Kyle Horimoto
2015-10-26
1
-1
/
+1
|
*
Added new icons to add/edit host view.
Kyle Horimoto
2015-10-26
1
-12
/
+20
*
|
Use android:tint for styling the 'add host' FAB's icon instead of android:tin...
John Heroy
2015-10-26
1
-1
/
+1
*
|
Add android:tintMode with value 'src_atop' to 'add host' FAB
John Heroy
2015-10-26
1
-0
/
+1
|
/
*
Don't display a nickname field when protocol is 'local.'
Kyle Horimoto
2015-10-22
1
-0
/
+1
*
Merge branch 'master' into key-vectors
Alex
2015-10-22
1
-0
/
+2
|
\
|
*
Merge branch 'master' into fontsizeslider
John Heroy
2015-10-21
1
-0
/
+51
|
|
\
|
*
|
Programmatically request focus on quick connect container and set LinearLayou...
John Heroy
2015-10-21
1
-0
/
+2
*
|
|
Update inc_keyboard.xml
Alex
2015-10-22
1
-1
/
+2
*
|
|
Replace unicode keys by vector drawable
alescdb
2015-10-22
1
-32
/
+37
|
|
/
|
/
|
*
|
Merge branch 'master' into volume-seekbar
John Heroy
2015-10-21
3
-41
/
+55
|
\
|
|
*
Use the ListItemIcon style on HostList and PubkeyList icons.
Ryan Hansberry
2015-10-21
2
-12
/
+3
|
*
Style port forward and pubkey list like the host list.
Ryan Hansberry
2015-10-21
2
-34
/
+57
*
|
Merge branch 'master' into volume-seekbar
John Heroy
2015-10-21
1
-126
/
+335
|
\
|
|
*
Lint and jlklein comments.
Kyle Horimoto
2015-10-21
1
-9
/
+25
|
*
Polish UI for add/edit host.
Kyle Horimoto
2015-10-21
1
-123
/
+316
*
|
Ignore private resource linter warning in volume pref dalog XML
John Heroy
2015-10-21
1
-4
/
+6
*
|
Remove margin on SeekBar and move up super.onBindDialogView to top of VolumeP...
John Heroy
2015-10-21
1
-7
/
+4
*
|
Add content description to volume pref dialog ImageView and reset padding on ...
John Heroy
2015-10-21
1
-0
/
+2
*
|
Add newline at end of volume preference dialog layout XML file.
John Heroy
2015-10-20
1
-1
/
+1
*
|
Use volume icon in 'bell volume' dialog and factor out SeekBar declaration to...
John Heroy
2015-10-20
1
-0
/
+50
|
/
*
Align host list status icon to left side
John Heroy
2015-10-16
1
-8
/
+8
*
Fix lint errors.
Ryan Hansberry
2015-10-15
4
-8
/
+7
*
TerminalView: Move TextView logic that allows text selection into its own cla...
Ryan Hansberry
2015-10-14
1
-1
/
+1
*
Disable ViewPager paging when mouse is dragging.
Ryan Hansberry
2015-10-07
1
-1
/
+1
*
Lint fixes.
Jeremy Klein
2015-10-06
2
-171
/
+164
*
Get rid of the final html help view and switch it to native.
Jeremy Klein
2015-10-06
3
-33
/
+214
*
Lint errors.
Kyle Horimoto
2015-10-05
1
-2
/
+8
*
Add connection options.
Kyle Horimoto
2015-10-05
1
-141
/
+377
*
Add host display editing UI.
Kyle Horimoto
2015-10-01
1
-128
/
+213
*
Fix lint.
Kyle Horimoto
2015-09-28
1
-0
/
+11
*
Add FAB to port forward activity.
Kyle Horimoto
2015-09-28
1
-12
/
+20
*
Don't allow suggestions in text fields.
Kyle Horimoto
2015-09-25
1
-3
/
+3
*
kruton comments.
Kyle Horimoto
2015-09-25
2
-16
/
+35
*
Add EditHostActivity.
Kyle Horimoto
2015-09-25
2
-0
/
+160
*
Add padding to bottom of HostList to prevent FAB covering list.
Ryan Hansberry
2015-09-23
1
-0
/
+4
*
Merge branch 'master' into convert-activities-to-appcompat
Ryan Hansberry
2015-09-22
2
-30
/
+60
|
\
|
*
Add FAB to host list.
Kyle Horimoto
2015-09-18
2
-30
/
+60
*
|
Convert PubkeyListActivity, PortFowardListActivity, and HostListActivity to A...
Ryan Hansberry
2015-09-22
1
-3
/
+3
*
|
Convert PubkeyListActivity to AppCompat
Ryan Hansberry
2015-09-18
2
-6
/
+5
|
/
*
Merge pull request #205 from rhansby/use-switches-not-checkboxes
Kenny Root
2015-09-18
1
-0
/
+30
|
\
|
*
Merge branch 'master' into use-switches-not-checkboxes
Ryan Hansberry
2015-09-17
2
-4
/
+4
|
|
\
|
*
|
Switched to using SwitchCompat instead of PreferenceSwitch in order to suppor...
Ryan Hansberry
2015-09-15
1
-0
/
+30
*
|
|
Replaced old pubkey lock/unlock icons with new Material Design icons.
Ryan Hansberry
2015-09-17
1
-3
/
+2
|
|
/
|
/
|
*
|
Adjusted style to support pre-v11 devices.
Kyle Horimoto
2015-09-15
1
-1
/
+1
*
|
Convert to using RecyclerView.
Kyle Horimoto
2015-09-14
2
-4
/
+4
|
/
*
Re-indent host item layout and add sample text
Kenny Root
2015-09-05
1
-50
/
+51
*
Fix lint errors, make only one file.
Kyle Horimoto
2015-09-04
1
-0
/
+76
[next]