aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Lint errors.Kyle Horimoto2015-10-052-3/+8
| |
| * Add connection options.Kyle Horimoto2015-10-053-153/+523
|/
* Merge pull request #274 from jklein24/cursorjumpKenny Root2015-10-052-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 Klein2015-10-052-19/+14
|/
* Merge pull request #267 from jklein24/mouseeventsJeremy Klein2015-10-014-21/+198
|\ | | | | Forward mouseevents to the terminal when appropriate.
| * 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).
* Merge pull request #271 from khorimoto/edit-host-displayJeremy Klein2015-10-013-138/+303
|\ | | | | Add host display properties (e.g., color, font size) to add/edit host view.
| * 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
|/
* Merge pull request #268 from khorimoto/port-forward-fabJeremy Klein2015-09-2831-96/+90
|\ | | | | Add FAB to port forward activity.
| * Fix lint.Kyle Horimoto2015-09-2831-41/+31
| |
| * Add FAB to port forward activity.Kyle Horimoto2015-09-282-63/+67
|/
* Merge pull request #252 from khorimoto/new-add-edit-activityJeremy Klein2015-09-2818-0/+643
|\ | | | | Create EditHostActivity.
| * 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
|/
* Merge pull request #266 from jklein24/bumpyJeremy Klein2015-09-251-1/+1
|\ | | | | Remove the reference to trackball from the bumpy arrows description.
| * Remove the reference to trackball from the bumpy arrows description.Jeremy Klein2015-09-251-1/+1
|/
* Merge pull request #258 from rhansby/new-color-schemeJeremy Klein2015-09-241-5/+5
|\ | | | | Change app color scheme to light blue
| * Change app color scheme to light blueRyan Hansberry2015-09-241-5/+5
|/
* Merge pull request #257 from khorimoto/fix-xml-tabJeremy Klein2015-09-241-1/+2
|\ | | | | Change "continuation indent" tab to only 4 spaces for XML.
| * Change "continuation indent" tab to only 4 spaces.Kyle Horimoto2015-09-241-1/+2
|/
* Merge pull request #255 from rhansby/fix-pubkey-generation-crash-2Jeremy Klein2015-09-241-3/+3
|\ | | | | Change getColor call that crashes on pre-APIv14
| * Change getColor call that crashes on pre-APIv14Ryan Hansberry2015-09-241-3/+3
|/
* Merge pull request #251 from kruton/host-maybe-nullKenny Root2015-09-232-12/+12
|\ | | | | Only use host and pubkey if it is not null
| * 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.
* Merge pull request #248 from kruton/coverity-scan-fixKenny Root2015-09-231-2/+2
|\ | | | | Make sure we clean after the coverity run
| * Make sure we clean after the coverity runKenny Root2015-09-231-2/+2
|/ | | | | | If we try to test during the coverity scan, we get strange errors from the build system. Also, it seems to pollute the next non-coverity build, so make sure Travis cleans before trying to build again.
* Merge pull request #246 from rhansby/awkward-fab-workaroundJeremy Klein2015-09-231-0/+4
|\ | | | | Add padding to bottom of HostList to prevent FAB covering list.
| * Add padding to bottom of HostList to prevent FAB covering list.Ryan Hansberry2015-09-231-0/+4
|/
* Merge pull request #211 from khorimoto/fix-tabsKenny Root2015-09-231-11/+10
|\ | | | | Use 4 spaces per tab instead of 8.
| * Use tabs by default, but keep them at 4/8 characters.Kyle Horimoto2015-09-181-0/+26
| |
| * Use 4 spaces per tab instead of 8.Kyle Horimoto2015-09-181-27/+0
| |
* | Merge pull request #245 from rhansby/fix-incorrect-launcher-appnameKenny Root2015-09-231-1/+1
|\ \ | | | | | | Fix app name in launcher being 'Hosts'
| * | Fix app name in launcher being 'Hosts'Ryan Hansberry2015-09-231-1/+1
|/ /
* | Merge pull request #243 from rhansby/use-correct-hostlist-titleJeremy Klein2015-09-231-0/+1
|\ \ | | | | | | Make HostListActivity use intended title 'Hosts'.
| * | Make HostListActivity use intended title 'Hosts'.Ryan Hansberry2015-09-231-0/+1
|/ /
* | Merge pull request #238 from rhansby/color-pubkey-generate-buttonJeremy Klein2015-09-231-2/+9
|\ \ | | | | | | Give color to action button in GeneratePubkeyActivity.
| * | Give color to action button in GeneratePubkeyActivity.Ryan Hansberry2015-09-231-2/+9
|/ /
* | Merge pull request #239 from rhansby/convert-generatepubkey-to-appcompatJeremy Klein2015-09-231-2/+2
|\ \ | | | | | | Convert GeneratePubkeyActivity to AppCompatActivity.
| * | Convert GeneratePubkeyActivity to AppCompatActivity.Ryan Hansberry2015-09-231-2/+2
| | |
* | | Merge pull request #237 from kruton/translationsKenny Root2015-09-223-0/+26
|\ \ \ | | | | | | | | Update translations