Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move setting of hardware acceleration to view that needs it | Kenny Root | 2015-10-13 | 2 | -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 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 | 4 | -1/+21 |
| | |||||
* | Merge pull request #276 from jbcode42/master | Kenny Root | 2015-10-08 | 1 | -3/+3 |
|\ | | | | | Add IPv6 Host support to SSH. | ||||
| * | Merge branch 'master' into master | Joel Blumen | 2015-10-07 | 22 | -362/+1094 |
| |\ | |||||
| * | | Add IPv6 Host support to SSH. | Joel Blumen | 2015-10-06 | 1 | -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-checkstyle | Kenny Root | 2015-10-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update checkstyle and fix violations | ||||
| * | | | 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 | 8 | -26/+417 |
|\ \ \ \ | |/ / / |/| | | | Integrate EditHostActivity into the app. | ||||
| * | | | Lint fixes. | Kyle Horimoto | 2015-10-08 | 3 | -13/+13 |
| | | | | |||||
| * | | | 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 | 8 | -26/+404 |
| | | | | |||||
* | | | | Merge pull request #281 from jklein24/termmode | Kenny Root | 2015-10-08 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Switch the default emulation mode to xterm-256color | ||||
| * | | | | Switch the default emulation mode to xterm-256color | Jeremy Klein | 2015-10-07 | 2 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #280 from jklein24/mousemodereset | Kenny Root | 2015-10-08 | 1 | -4/+16 |
|\ \ \ \ | | | | | | | | | | | Partial implementation of DCESAVE for mouse reporting | ||||
| * | | | | Add a missing break; | Jeremy Klein | 2015-10-07 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Clean up comments and logs | Jeremy Klein | 2015-10-07 | 1 | -6/+3 |
| | | | | | |||||
| * | | | | Partial implementation of DCESAVE for mouse reporting | Jeremy Klein | 2015-10-07 | 1 | -1/+15 |
| |/ / / | |||||
* | | | | TerminalView: create instance variable for vt320 buffer, instead of ↵ | Ryan Hansberry | 2015-10-07 | 1 | -13/+15 |
| | | | | | | | | | | | | | | | | constantly casting bridge.buffer. | ||||
* | | | | Annotate TerminalView#onTouchEvent | Ryan Hansberry | 2015-10-07 | 1 | -0/+3 |
| | | | | |||||
* | | | | TerminalView: only call refreshTextFromBuffer on an ACTION_DOWN. | Ryan Hansberry | 2015-10-07 | 1 | -9/+5 |
| | | | | |||||
* | | | | Removed unused import in ConsoleActivity. | Ryan Hansberry | 2015-10-07 | 1 | -1/+0 |
| | | | | |||||
* | | | | Move old copying logic to TerminalView. Add comments to TerminalView. | Ryan Hansberry | 2015-10-07 | 2 | -125/+120 |
| | | | | |||||
* | | | | Localize 'Copy' and 'Paste' in ActionMode menu. | Ryan Hansberry | 2015-10-07 | 1 | -3/+2 |
| | | | | |||||
* | | | | Allow mouse selection of text (this behaves slightly differently from ↵ | Ryan Hansberry | 2015-10-07 | 1 | -47/+84 |
| | | | | | | | | | | | | | | | | selection via touch). This allows selection without it being inferred as scrolling. | ||||
* | | | | Rename TerminalView method copyBufferToText to refreshTextFromBuffer | Ryan Hansberry | 2015-10-07 | 1 | -3/+3 |
| | | | | |||||
* | | | | Remove redundant member 'terminalView' on TerminalBridge | Ryan Hansberry | 2015-10-07 | 2 | -4/+3 |
| | | | | |||||
* | | | | Add small documentation to TerminalViewPager. | Ryan Hansberry | 2015-10-07 | 1 | -0/+7 |
| | | | | |||||
* | | | | Use Color.TRANSPARENT instead of raw hex value. | Ryan Hansberry | 2015-10-07 | 1 | -1/+2 |
| | | | | |||||
* | | | | Fix lint errors. | Ryan Hansberry | 2015-10-07 | 1 | -38/+40 |
| | | | | |||||
* | | | | Remove unused import in TerminalView. | Ryan Hansberry | 2015-10-07 | 1 | -2/+1 |
| | | | | |||||
* | | | | Make TextView lineHeight calculation much simpler. Also move font change ↵ | Ryan Hansberry | 2015-10-07 | 1 | -23/+13 |
| | | | | | | | | | | | | | | | | work to UI thread. | ||||
* | | | | Correctly match font size changes in bridge to TextView font size changes. | Ryan Hansberry | 2015-10-07 | 1 | -2/+23 |
| | | | | |||||
* | | | | Disable ViewPager paging when mouse is dragging. | Ryan Hansberry | 2015-10-07 | 5 | -18/+75 |
| | | | | |||||
* | | | | Fix out-of-bounds access bug. | Ryan Hansberry | 2015-10-07 | 1 | -1/+3 |
| | | | | |||||
* | | | | Cleanup. | Ryan Hansberry | 2015-10-07 | 2 | -11/+28 |
| | | | | |||||
* | | | | Text selection now uses TextView. Pre-Honeycomb uses the same method as before. | Ryan Hansberry | 2015-10-07 | 4 | -331/+413 |
|/ / / | |||||
* | | | Display correct app name in launcher. | Ryan Hansberry | 2015-10-06 | 2 | -2/+3 |
| | | | |||||
* | | | Lint fixes. | Jeremy Klein | 2015-10-06 | 12 | -374/+373 |
| | | | |||||
* | | | Get rid of the final html help view and switch it to native. | Jeremy Klein | 2015-10-06 | 16 | -200/+543 |
| | | | |||||
* | | | Fixed error when not filling in all fields of port forward creation dialog. | Ryan Hansberry | 2015-10-06 | 1 | -3/+15 |
|/ / | |||||
* | | Jeremy comment. | Kyle Horimoto | 2015-10-06 | 1 | -0/+1 |
| | | |||||
* | | Jeremy comment. | Kyle Horimoto | 2015-10-06 | 1 | -0/+1 |
| | | |||||
* | | Lint errors. | Kyle Horimoto | 2015-10-05 | 2 | -3/+8 |
| | | |||||
* | | Add connection options. | Kyle Horimoto | 2015-10-05 | 3 | -153/+523 |
|/ | |||||
* | Fix bad math in moving the cursor when the window size changes. | Jeremy Klein | 2015-10-05 | 2 | -19/+14 |
| | |||||
* | Remove unnecessary version check. | Jeremy Klein | 2015-10-01 | 1 | -3/+0 |
| | |||||
* | More lint fixes. | Jeremy Klein | 2015-10-01 | 1 | -40/+59 |
| |