aboutsummaryrefslogtreecommitdiffstats
path: root/app/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Correctly match font size changes in bridge to TextView font size changes.Ryan Hansberry2015-10-071-2/+23
|
* Disable ViewPager paging when mouse is dragging.Ryan Hansberry2015-10-075-18/+75
|
* Fix out-of-bounds access bug.Ryan Hansberry2015-10-071-1/+3
|
* Cleanup.Ryan Hansberry2015-10-072-11/+28
|
* Text selection now uses TextView. Pre-Honeycomb uses the same method as before.Ryan Hansberry2015-10-074-331/+413
|
* Display correct app name in launcher.Ryan Hansberry2015-10-062-2/+3
|
* Lint fixes.Jeremy Klein2015-10-0612-374/+373
|
* Get rid of the final html help view and switch it to native.Jeremy Klein2015-10-0616-200/+543
|
* Fixed error when not filling in all fields of port forward creation dialog.Ryan Hansberry2015-10-061-3/+15
|
* Jeremy comment.Kyle Horimoto2015-10-061-0/+1
|
* Jeremy comment.Kyle Horimoto2015-10-061-0/+1
|
* Lint errors.Kyle Horimoto2015-10-052-3/+8
|
* Add connection options.Kyle Horimoto2015-10-053-153/+523
|
* Fix bad math in moving the cursor when the window size changes.Jeremy Klein2015-10-052-19/+14
|
* Remove unnecessary version check.Jeremy Klein2015-10-011-3/+0
|
* More lint fixes.Jeremy Klein2015-10-011-40/+59
|
* Add support for mouse move event forwarding.Jeremy Klein2015-10-012-28/+79
|
* Lint fixJeremy Klein2015-10-012-3/+8
|
* Add support for mouse wheel forwarding.Jeremy Klein2015-10-013-1/+58
|
* Handle mouse events when the terminal won't. Add more comments.Jeremy Klein2015-10-012-4/+13
|
* Forward mouseevents to the terminal when appropriate.Jeremy Klein2015-10-013-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).
* jlklein comment.Kyle Horimoto2015-10-011-0/+1
|
* Remove launcher intent-filter.Kyle Horimoto2015-10-011-5/+5
|
* Add host display editing UI.Kyle Horimoto2015-10-014-143/+307
|
* Fix lint.Kyle Horimoto2015-09-2831-41/+31
|
* Add FAB to port forward activity.Kyle Horimoto2015-09-282-63/+67
|
* Don't allow suggestions in text fields.Kyle Horimoto2015-09-251-3/+3
|
* kruton comments.Kyle Horimoto2015-09-253-17/+37
|
* Add EditHostActivity.Kyle Horimoto2015-09-2518-0/+623
|
* Remove the reference to trackball from the bumpy arrows description.Jeremy Klein2015-09-251-1/+1
|
* Change app color scheme to light blueRyan Hansberry2015-09-241-5/+5
|
* Change getColor call that crashes on pre-APIv14Ryan Hansberry2015-09-241-3/+3
|
* Only use pubkey if it is not nullKenny Root2015-09-231-4/+3
| | | | | Since we null check the pubkey, we should make sure not to dereference it later on.
* Only use host if it is not nullKenny Root2015-09-231-8/+9
| | | | | Since we null check the host, we should make sure not to dereference it later on.
* Add padding to bottom of HostList to prevent FAB covering list.Ryan Hansberry2015-09-231-0/+4
|
* Fix app name in launcher being 'Hosts'Ryan Hansberry2015-09-231-1/+1
|