Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code style (xml) spaces -> tab | alescdb | 2015-10-23 | 1 | -4/+3 |
| | |||||
* | Code style | alescdb | 2015-10-23 | 1 | -16/+17 |
| | |||||
* | Code style | alescdb | 2015-10-23 | 4 | -44/+44 |
| | |||||
* | Add a setting options to always show the virtual keyboard (special keys) | alescdb | 2015-10-23 | 5 | -11/+48 |
| | |||||
* | 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 |
| | |||||
* | Update to buildtools v23.0.1 | alescdb | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | Don't display a nickname field when protocol is 'local.' | Kyle Horimoto | 2015-10-22 | 2 | -1/+8 |
| | |||||
* | Restore app.iml | alescdb | 2015-10-22 | 1 | -51/+53 |
| | |||||
* | Merge branch 'master' into key-vectors | Alex | 2015-10-22 | 2 | -0/+6 |
|\ | |||||
| * | Merge branch 'master' into fontsizeslider | John Heroy | 2015-10-22 | 45 | -409/+0 |
| |\ | |||||
| * | | 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 | 8 | -16/+63 |
| |\ \ | |||||
| * | | | Programmatically request focus on quick connect container and set ↵ | John Heroy | 2015-10-21 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | LinearLayout to android:focusable='true' | ||||
| * | | | Clear focus away from font size EditText when seekbar value changes so that ↵ | John Heroy | 2015-10-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | the text can update | ||||
| * | | | Merge remote-tracking branch 'upstream/master' | John Heroy | 2015-10-21 | 3 | -41/+55 |
| |\ \ \ | |||||
* | | | | | Remove unused resource button_key_tab | alescdb | 2015-10-22 | 5 | -58/+52 |
| | | | | | |||||
* | | | | | Remove unused button_key_tab | Alex | 2015-10-22 | 1 | -2/+0 |
| | | | | | |||||
* | | | | | Update inc_keyboard.xml | Alex | 2015-10-22 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Replace unicode keys by vector drawable | alescdb | 2015-10-22 | 14 | -42/+92 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #314 from kruton/translations-import | Kenny Root | 2015-10-21 | 45 | -409/+0 |
|\ \ \ \ | |_|_|/ |/| | | | Translations import | ||||
| * | | | Import translations | Kenny Root | 2015-10-21 | 44 | -390/+0 |
| | | | | |||||
| * | | | Remove unused strings | Kenny Root | 2015-10-21 | 1 | -19/+0 |
| | | | | |||||
* | | | | 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 | 43 | -408/+961 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'master' of https://github.com/connectbot/connectbot | John Heroy | 2015-10-21 | 42 | -403/+951 |
| |\| | |||||
| | * | Merge pull request #310 from kruton/translations-import | Kenny Root | 2015-10-21 | 28 | -34/+122 |
| | |\ | | | | | | | | | Import translations | ||||
| | | * | Import translations | Kenny Root | 2015-10-21 | 28 | -34/+122 |
| | | | | |||||
| | * | | jlklein comment. | Kyle Horimoto | 2015-10-21 | 2 | -2/+4 |
| | | | | |||||
| | * | | Lint and jlklein comments. | Kyle Horimoto | 2015-10-21 | 4 | -21/+57 |
| | | | | |||||
| | * | | Polish UI for add/edit host. | Kyle Horimoto | 2015-10-21 | 5 | -349/+718 |
| | |/ | |||||
| | * | Merge pull request #305 from khorimoto/save-dialog | Kenny Root | 2015-10-21 | 8 | -12/+65 |
| | |\ | | | | | | | | | Add/edit host dialog: Add save dialog and adjust icons. | ||||
| | | * | Lint. | Kyle Horimoto | 2015-10-21 | 1 | -2/+0 |
| | | | | |||||
| | | * | Add save dialog and adjust icons. | Kyle Horimoto | 2015-10-21 | 8 | -12/+67 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'upstream/master' | John Heroy | 2015-10-21 | 2 | -6/+11 |
| |\| | | |||||
| | * | | 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 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | This avoids a race condition in ViewPager. See #301. Note that this still looks a bit janky because the pager noticably scrolls away and back to the right view. A bug has been filed with the support library team to look into a better solution. Also update the support library version. | ||||
* | | | 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 ↵ | John Heroy | 2015-10-21 | 2 | -8/+6 |
| | | | | | | | | | | | | VolumePreference#onBindDialogView decl | ||||
* | | | Merge branch 'master' into volume-seekbar | John Heroy | 2015-10-21 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update from Support Library 23.0.1 to 23.1.0. This also fixes background ↵ | Ryan Hansberry | 2015-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | issues with FABs for pre Android 4.0 devices. | ||||
* | | | Add content description to volume pref dialog ImageView and reset padding on ↵ | John Heroy | 2015-10-21 | 2 | -0/+5 |
| | | | | | | | | | | | | SeekBar | ||||
* | | | 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 ↵ | John Heroy | 2015-10-20 | 2 | -16/+58 |
| | | | | | | | | | | | | to an XML layout | ||||
* | | | Add volume up material icon for bell volume dialog | John Heroy | 2015-10-20 | 5 | -0/+0 |
| |/ |/| | |||||
* | | Set more padding on volume pref SeekBar for Lollipop and above | John Heroy | 2015-10-20 | 1 | -1/+8 |
|/ | |||||
* | Align host list status icon to left side | John Heroy | 2015-10-16 | 1 | -8/+8 |
| | |||||
* | Prevent a cursor being displayed within terminal text. | Ryan Hansberry | 2015-10-15 | 1 | -1/+2 |
| |