aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot
Commit message (Expand)AuthorAgeFilesLines
* Localize 'Copy' and 'Paste' in ActionMode menu.Ryan Hansberry2015-10-071-3/+2
* Allow mouse selection of text (this behaves slightly differently from selecti...Ryan Hansberry2015-10-071-47/+84
* 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 work...Ryan Hansberry2015-10-071-23/+13
* 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-073-16/+73
* 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-061-0/+1
* Lint fixes.Jeremy Klein2015-10-061-1/+2
* Get rid of the final html help view and switch it to native.Jeremy Klein2015-10-063-125/+13
* 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
* Lint errors.Kyle Horimoto2015-10-051-1/+0
* Add connection options.Kyle Horimoto2015-10-051-12/+145
* 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-011-13/+27
* Lint fixJeremy Klein2015-10-012-3/+8
* Add support for mouse wheel forwarding.Jeremy Klein2015-10-011-1/+15
* Handle mouse events when the terminal won't. Add more comments.Jeremy Klein2015-10-011-4/+9
* Forward mouseevents to the terminal when appropriate.Jeremy Klein2015-10-011-17/+58
* jlklein comment.Kyle Horimoto2015-10-011-0/+1
* Add host display editing UI.Kyle Horimoto2015-10-012-10/+89
* Fix lint.Kyle Horimoto2015-09-281-11/+20
* Add FAB to port forward activity.Kyle Horimoto2015-09-281-51/+47
* Add EditHostActivity.Kyle Horimoto2015-09-253-0/+443
* 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
* Only use host if it is not nullKenny Root2015-09-231-8/+9
* 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.Ryan Hansberry2015-09-231-2/+2
* | Fix missing summaries for SwitchPreferences in host editing list.Ryan Hansberry2015-09-221-1/+2
|/
* Fix style issues.Ryan Hansberry2015-09-222-3/+2
* Merge branch 'master' into convert-activities-to-appcompatRyan Hansberry2015-09-221-46/+107
|\
| * Cleanup.Kyle Horimoto2015-09-181-5/+2
| * Add FAB to host list.Kyle Horimoto2015-09-181-48/+112
* | Convert PubkeyListActivity, PortFowardListActivity, and HostListActivity to A...Ryan Hansberry2015-09-224-665/+643
* | Convert SettingsActivity and HostEditorActivity to AppCompat.Ryan Hansberry2015-09-213-4/+136
* | Convert ColorsActivity to AppCompat ActivityRyan Hansberry2015-09-211-2/+2
* | Convert HelpActivity to AppCompatActivity.Ryan Hansberry2015-09-211-2/+2
* | Convert HelpTopicActivity and EulaActivity to AppCompatActivity.Ryan Hansberry2015-09-213-5/+5
* | Convert PubkeyListActivity to AppCompatRyan Hansberry2015-09-181-216/+316
|/