Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
|/ / / | ||||||
* | | | Merge pull request #278 from rhansby/correct-launcher-appname | Jeremy Klein | 2015-10-06 | 2 | -2/+3 | |
|\ \ \ | | | | | | | | | Display correct app name in launcher. | |||||
| * | | | Display correct app name in launcher. | Ryan Hansberry | 2015-10-06 | 2 | -2/+3 | |
|/ / / | ||||||
* | | | Merge pull request #275 from jklein24/localhints | Kenny Root | 2015-10-06 | 18 | -204/+546 | |
|\ \ \ | | | | | | | | | Get rid of the final html help view and switch it to native. | |||||
| * | | | 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 | |
|/ / / | ||||||
* | | | Merge pull request #240 from rhansby/fix-validation-in-portforward-creation | Jeremy Klein | 2015-10-06 | 1 | -3/+15 | |
|\ \ \ | |/ / |/| | | Fixed error when not filling in all fields of port forward creation dialog | |||||
| * | | Fixed error when not filling in all fields of port forward creation dialog. | Ryan Hansberry | 2015-10-06 | 1 | -3/+15 | |
|/ / | ||||||
* | | Merge pull request #273 from khorimoto/edit-host-connection | Jeremy Klein | 2015-10-06 | 3 | -153/+530 | |
|\ \ | |/ |/| | Add/edit host view: add fields for the connection-related preferences. | |||||
| * | 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 | |
|/ | ||||||
* | Merge pull request #274 from jklein24/cursorjump | Kenny Root | 2015-10-05 | 2 | -19/+14 | |
|\ | | | | | Fix bad math in moving the cursor when the window size changes. | |||||
| * | Fix bad math in moving the cursor when the window size changes. | Jeremy Klein | 2015-10-05 | 2 | -19/+14 | |
|/ | ||||||
* | Merge pull request #267 from jklein24/mouseevents | Jeremy Klein | 2015-10-01 | 4 | -21/+198 | |
|\ | | | | | Forward mouseevents to the terminal when appropriate. | |||||
| * | Remove unnecessary version check. | Jeremy Klein | 2015-10-01 | 1 | -3/+0 | |
| | | ||||||
| * | More lint fixes. | Jeremy Klein | 2015-10-01 | 1 | -40/+59 | |
| | | ||||||
| * | Add support for mouse move event forwarding. | Jeremy Klein | 2015-10-01 | 2 | -28/+79 | |
| | | ||||||
| * | Lint fix | Jeremy Klein | 2015-10-01 | 2 | -3/+8 | |
| | | ||||||
| * | Add support for mouse wheel forwarding. | Jeremy Klein | 2015-10-01 | 3 | -1/+58 | |
| | | ||||||
| * | Handle mouse events when the terminal won't. Add more comments. | Jeremy Klein | 2015-10-01 | 2 | -4/+13 | |
| | | ||||||
| * | Forward mouseevents to the terminal when appropriate. | Jeremy Klein | 2015-10-01 | 3 | -21/+60 | |
|/ | | | | | | | Only handle mouse events locally if shift is held. Partially fixes #225. Still need to figure out mouse wheel forwarding and proper copy support when the terminal is handling selection itself (ie in an editor). | |||||
* | Merge pull request #271 from khorimoto/edit-host-display | Jeremy Klein | 2015-10-01 | 3 | -138/+303 | |
|\ | | | | | Add host display properties (e.g., color, font size) to add/edit host view. | |||||
| * | jlklein comment. | Kyle Horimoto | 2015-10-01 | 1 | -0/+1 | |
| | | ||||||
| * | Remove launcher intent-filter. | Kyle Horimoto | 2015-10-01 | 1 | -5/+5 | |
| | | ||||||
| * | Add host display editing UI. | Kyle Horimoto | 2015-10-01 | 4 | -143/+307 | |
|/ | ||||||
* | Merge pull request #268 from khorimoto/port-forward-fab | Jeremy Klein | 2015-09-28 | 31 | -96/+90 | |
|\ | | | | | Add FAB to port forward activity. | |||||
| * | Fix lint. | Kyle Horimoto | 2015-09-28 | 31 | -41/+31 | |
| | | ||||||
| * | Add FAB to port forward activity. | Kyle Horimoto | 2015-09-28 | 2 | -63/+67 | |
|/ | ||||||
* | Merge pull request #252 from khorimoto/new-add-edit-activity | Jeremy Klein | 2015-09-28 | 18 | -0/+643 | |
|\ | | | | | Create EditHostActivity. | |||||
| * | Don't allow suggestions in text fields. | Kyle Horimoto | 2015-09-25 | 1 | -3/+3 | |
| | | ||||||
| * | kruton comments. | Kyle Horimoto | 2015-09-25 | 3 | -17/+37 | |
| | | ||||||
| * | Add EditHostActivity. | Kyle Horimoto | 2015-09-25 | 18 | -0/+623 | |
|/ | ||||||
* | Merge pull request #266 from jklein24/bumpy | Jeremy Klein | 2015-09-25 | 1 | -1/+1 | |
|\ | | | | | Remove the reference to trackball from the bumpy arrows description. | |||||
| * | Remove the reference to trackball from the bumpy arrows description. | Jeremy Klein | 2015-09-25 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #258 from rhansby/new-color-scheme | Jeremy Klein | 2015-09-24 | 1 | -5/+5 | |
|\ | | | | | Change app color scheme to light blue |