aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add comments explaining requestFocus and clearFocus method callsJohn Heroy2015-10-211-0/+2
| | | |
| * | | Merge branch 'master' into fontsizesliderJohn Heroy2015-10-218-16/+63
| |\| |
| | * | Merge remote-tracking branch 'upstream/master'John Heroy2015-10-218-16/+63
| | |\ \
| * | | | Programmatically request focus on quick connect container and set ↵John Heroy2015-10-212-0/+3
| | | | | | | | | | | | | | | | | | | | LinearLayout to android:focusable='true'
| * | | | Clear focus away from font size EditText when seekbar value changes so that ↵John Heroy2015-10-211-0/+1
| |/ / / | | | | | | | | | | | | the text can update
| * | | Merge remote-tracking branch 'upstream/master'John Heroy2015-10-213-41/+55
| |\ \ \
| | | | * Remove unused resource button_key_tabalescdb2015-10-225-58/+52
| | | | |
| | | | * Remove unused button_key_tabAlex2015-10-221-2/+0
| | | | |
| | | | * Update inc_keyboard.xmlAlex2015-10-221-1/+2
| | | | |
| | | | * Replace unicode keys by vector drawablealescdb2015-10-2214-42/+92
| |_|_|/ |/| | |
* | | | Merge pull request #320 from kruton/lint-script-messageKenny Root2015-10-211-1/+1
|\ \ \ \ | | | | | | | | | | Change the lint script to use message instead of summary
| * | | | Change the lint script to use message instead of summaryKenny Root2015-10-211-1/+1
|/ / / / | | | | | | | | | | | | | | | | The message has a better explanation (i.e., specific to the instance it's talking about) than the summary which is fairly generic.
* | | | Merge pull request #314 from kruton/translations-importKenny Root2015-10-2145-409/+0
|\ \ \ \ | |_|_|/ |/| | | Translations import
| * | | Import translationsKenny Root2015-10-2144-390/+0
| | | |
| * | | Remove unused stringsKenny Root2015-10-211-19/+0
| | | |
* | | | Merge pull request #303 from johnheroy/volume-seekbarJeremy Klein2015-10-218-9/+63
|\ \ \ \ | |_|_|/ |/| | | Set more padding on volume pref SeekBar for Lollipop and above
| * | | Merge branch 'master' into volume-seekbarJohn Heroy2015-10-213-41/+55
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #308 from rhansby/fix-list-font-sizeJeremy Klein2015-10-213-41/+55
|\ \ \ \ | |_|/ / |/| | | Style port forward and pubkey list like the host list.
| * | | Use the ListItemIcon style on HostList and PubkeyList icons.Ryan Hansberry2015-10-212-12/+3
| | | |
| * | | Style port forward and pubkey list like the host list.Ryan Hansberry2015-10-212-34/+57
|/ / /
| * | Merge branch 'master' into volume-seekbarJohn Heroy2015-10-2146-467/+1020
| |\|
| | * Merge branch 'master' of https://github.com/connectbot/connectbotJohn Heroy2015-10-2142-403/+951
| | |\ | |_|/ |/| |
* | | Merge pull request #310 from kruton/translations-importKenny Root2015-10-2128-34/+122
|\ \ \ | | | | | | | | Import translations
| * | | Import translationsKenny Root2015-10-2128-34/+122
| | | |
* | | | Merge pull request #304 from khorimoto/polish-ui-edit-hostJeremy Klein2015-10-216-357/+764
|\ \ \ \ | |/ / / |/| | | Polish UI for add/edit host.
| * | | jlklein comment.Kyle Horimoto2015-10-212-2/+4
| | | |
| * | | Lint and jlklein comments.Kyle Horimoto2015-10-214-21/+57
| | | |
| * | | Polish UI for add/edit host.Kyle Horimoto2015-10-215-349/+718
|/ / /
* | | Merge pull request #305 from khorimoto/save-dialogKenny Root2015-10-218-12/+65
|\ \ \ | | | | | | | | Add/edit host dialog: Add save dialog and adjust icons.
| * | | Lint.Kyle Horimoto2015-10-211-2/+0
| | | |
| * | | Add save dialog and adjust icons.Kyle Horimoto2015-10-218-12/+67
| | | |
| | | * Merge remote-tracking branch 'upstream/master'John Heroy2015-10-215-65/+70
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #309 from kruton/lint-xqillaKenny Root2015-10-213-59/+59
|\ \ \ \ | | | | | | | | | | Better lint output for Travis-CI
| * | | | Change check-lint-results.bash indentationKenny Root2015-10-211-10/+10
| | | | | | | | | | | | | | | | | | | | Use two spaces consistently throughout the file.
| * | | | Quote all files in check-lint-results.bashKenny Root2015-10-211-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | To prevent premature variable expansion, word-splitting, and globbing quote all the things that could be affected by these problems.
| * | | | Rename check-lint-count.sh to .bashKenny Root2015-10-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linthub.io was examining these as POSIX scripts to it was complaining about bash-isms. Move this to .bash to give it a better hint about what kind of file this is.
| * | | | Better lint output for Travis-CIKenny Root2015-10-212-15/+15
| |/ / / | | | | | | | | | | | | | | | | | | | | This uses xqilla to run a better XPath 2.0 query that outputs a terse one-line description of the problem which is easier to diff in Travis-CI build output.
* | | | Merge pull request #307 from jklein24/scrolljankKenny Root2015-10-211-5/+10
|\ \ \ \ | |/ / / |/| | | Scroll to the previously selected view asynchronously.
| * | | Save the last selected Uri in onSaveInstanceState.Jeremy Klein2015-10-201-3/+3
| | | |
| * | | Scroll to the previously selected view asynchronously.Jeremy Klein2015-10-201-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 XMLJohn Heroy2015-10-211-4/+6
| | |
| * | Remove margin on SeekBar and move up super.onBindDialogView to top of ↵John Heroy2015-10-212-8/+6
| | | | | | | | | | | | VolumePreference#onBindDialogView decl
| * | Merge branch 'master' into volume-seekbarJohn Heroy2015-10-211-1/+1
| |\ \ | |/ / |/| |
* | | Merge pull request #306 from rhansby/fix-fab-api-10Kenny Root2015-10-201-1/+1
|\ \ \ | | | | | | | | Update from Support Library 23.0.1 to 23.1.0.
| * | | Update from Support Library 23.0.1 to 23.1.0. This also fixes background ↵Ryan Hansberry2015-10-201-1/+1
|/ / / | | | | | | | | | issues with FABs for pre Android 4.0 devices.
| * | Add content description to volume pref dialog ImageView and reset padding on ↵John Heroy2015-10-212-0/+5
| | | | | | | | | | | | SeekBar
| * | Add newline at end of volume preference dialog layout XML file.John Heroy2015-10-201-1/+1
| | |
| * | Use volume icon in 'bell volume' dialog and factor out SeekBar declaration ↵John Heroy2015-10-202-16/+58
| | | | | | | | | | | | to an XML layout
| * | Add volume up material icon for bell volume dialogJohn Heroy2015-10-205-0/+0
| |/
| * Set more padding on volume pref SeekBar for Lollipop and aboveJohn Heroy2015-10-201-1/+8
|/