aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* 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 branch 'master' into volume-seekbarJohn Heroy2015-10-213-41/+55
|\ \
| * | 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-2143-408/+961
|\ \
| * | 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
| | | |
| | * | 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-212-6/+11
| |\| |
| | * | 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
|\ \ \ | | |/ | |/|
| * | 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
|/
* Align host list status icon to left sideJohn Heroy2015-10-161-8/+8
|
* Prevent a cursor being displayed within terminal text.Ryan Hansberry2015-10-151-1/+2
|
* Fix lint errors.Ryan Hansberry2015-10-155-9/+8
|
* Fix paste button being permanently disabled because SSH session was not yet ↵Ryan Hansberry2015-10-151-2/+2
| | | | open.
* Made TerminalTextViewOverlay a child view of TerminalView.Ryan Hansberry2015-10-144-96/+32
|
* Prevent calling toString on null when pasting to clipboard.Ryan Hansberry2015-10-141-4/+10
|
* Fix lint error.Ryan Hansberry2015-10-141-2/+10
|
* Fix lint error.Ryan Hansberry2015-10-141-0/+2
|
* Make text selection scroll up when a new line enters the buffer.Ryan Hansberry2015-10-142-4/+38
|
* TerminalView: Move TextView logic that allows text selection into its own ↵Ryan Hansberry2015-10-145-308/+462
| | | | class, which allows scrolling selection.
* Fix lint.Kyle Horimoto2015-10-1441-43/+5
|
* Actually add the images.Kyle Horimoto2015-10-1411-0/+36
|
* Change menu icons.Kyle Horimoto2015-10-142-32/+38
|
* Move setting of hardware acceleration to view that needs itKenny Root2015-10-132-1/+14
| | | | | Hardware acceleration was previously disabled for the entire activity, but we only need it specifically for TerminalView.
* Fix paste button being permanently disabled when clipboard was previously empty.Ryan Hansberry2015-10-132-4/+10
|
* Show ActionBar when TerminalView is touched.Ryan Hansberry2015-10-131-1/+1
|
* Rebase and fix conflicts with textview changeJeremy Klein2015-10-091-7/+35
|
* Make the pg up/down gesture a preference which is disabled by default.Jeremy Klein2015-10-094-1/+21
|
* Merge pull request #276 from jbcode42/masterKenny Root2015-10-081-3/+3
|\ | | | | Add IPv6 Host support to SSH.
| * Merge branch 'master' into masterJoel Blumen2015-10-0722-362/+1094
| |\
| * | Add IPv6 Host support to SSH.Joel Blumen2015-10-061-3/+3
| | | | | | | | | | | | | | | Changes REGEX to allow for IPV6 entry Alters Uri generation to support IPV6 hosts on create
* | | Merge pull request #283 from kruton/upgrade-checkstyleKenny Root2015-10-081-1/+1
|\ \ \ | | | | | | | | Update checkstyle and fix violations