aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Lint and jlklein comments.Kyle Horimoto2015-10-211-3/+0
|
* Polish UI for add/edit host.Kyle Horimoto2015-10-212-216/+367
|
* Merge pull request #305 from khorimoto/save-dialogKenny Root2015-10-211-11/+58
|\ | | | | 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-211-11/+60
| |
* | 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.
* Prevent a cursor being displayed within terminal text.Ryan Hansberry2015-10-151-1/+2
|
* 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-143-47/+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
|
* 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-143-307/+414
| | | | class, which allows scrolling selection.
* Fix lint.Kyle Horimoto2015-10-141-2/+3
|
* Change menu icons.Kyle Horimoto2015-10-141-32/+34
|
* Move setting of hardware acceleration to view that needs itKenny Root2015-10-131-0/+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-091-0/+1
|
* 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-076-141/+176
| |\
| * | 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
| * | | Update checkstyle and fix violationsKenny Root2015-10-081-1/+1
| | | |
* | | | Merge pull request #282 from khorimoto/edit-host-activity-integrationKenny Root2015-10-085-26/+353
|\ \ \ \ | |/ / / |/| | | Integrate EditHostActivity into the app.
| * | | Lint fixes.Kyle Horimoto2015-10-081-7/+7
| | | |
| * | | Cleaned up code.Kyle Horimoto2015-10-082-6/+19
| | | |
| * | | Integrate the EditHostActivity into the rest of the app.Kyle Horimoto2015-10-085-26/+340
| | | |
* | | | Merge pull request #281 from jklein24/termmodeKenny Root2015-10-081-1/+1
|\ \ \ \ | | | | | | | | | | Switch the default emulation mode to xterm-256color
| * | | | Switch the default emulation mode to xterm-256colorJeremy Klein2015-10-071-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #280 from jklein24/mousemoderesetKenny Root2015-10-081-4/+16
|\ \ \ \ | | | | | | | | | | Partial implementation of DCESAVE for mouse reporting
| * | | | Add a missing break;Jeremy Klein2015-10-071-0/+1
| | | | |
| * | | | Clean up comments and logsJeremy Klein2015-10-071-6/+3
| | | | |
| * | | | Partial implementation of DCESAVE for mouse reportingJeremy Klein2015-10-071-1/+15
| |/ / /
* | | | TerminalView: create instance variable for vt320 buffer, instead of ↵Ryan Hansberry2015-10-071-13/+15
| | | | | | | | | | | | | | | | constantly casting bridge.buffer.
* | | | Annotate TerminalView#onTouchEventRyan Hansberry2015-10-071-0/+3
| | | |
* | | | TerminalView: only call refreshTextFromBuffer on an ACTION_DOWN.Ryan Hansberry2015-10-071-9/+5
| | | |
* | | | Removed unused import in ConsoleActivity.Ryan Hansberry2015-10-071-1/+0
| | | |
* | | | Move old copying logic to TerminalView. Add comments to TerminalView.Ryan Hansberry2015-10-072-125/+120
| | | |
* | | | Localize 'Copy' and 'Paste' in ActionMode menu.Ryan Hansberry2015-10-071-3/+2
| | | |
* | | | Allow mouse selection of text (this behaves slightly differently from ↵Ryan Hansberry2015-10-071-47/+84
| | | | | | | | | | | | | | | | selection via touch). This allows selection without it being inferred as scrolling.
* | | | Rename TerminalView method copyBufferToText to refreshTextFromBufferRyan Hansberry2015-10-071-3/+3
| | | |
* | | | Remove redundant member 'terminalView' on TerminalBridgeRyan Hansberry2015-10-072-4/+3
| | | |
* | | | Add small documentation to TerminalViewPager.Ryan Hansberry2015-10-071-0/+7
| | | |
* | | | Use Color.TRANSPARENT instead of raw hex value.Ryan Hansberry2015-10-071-1/+2
| | | |
* | | | Fix lint errors.Ryan Hansberry2015-10-071-38/+40
| | | |
* | | | Remove unused import in TerminalView.Ryan Hansberry2015-10-071-2/+1
| | | |
* | | | Make TextView lineHeight calculation much simpler. Also move font change ↵Ryan Hansberry2015-10-071-23/+13
| | | | | | | | | | | | | | | | work to UI thread.