aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | 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.
* 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
| |
* | Fix missing summaries for SwitchPreferences in host editing list.Ryan Hansberry2015-09-221-1/+2
|/ | | | Fixes #222
* 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 ↵Ryan Hansberry2015-09-224-665/+643
| | | | | | | | AppCompat, using AppCompatListActivity superclass
* | 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
|/
* Merge pull request #218 from khorimoto/fix-testsKenny Root2015-09-181-1/+3
|\ | | | | Fix StartupTest tests to work with RecyclerView.
| * Fix StartupTest tests to work with RecyclerView.Kyle Horimoto2015-09-171-1/+3
| |
* | Moved SwitchCompatPreference to util package for consistency with other ↵Ryan Hansberry2015-09-171-1/+3
| | | | | | | | custom Preferences.
* | Merge branch 'master' into use-switches-not-checkboxesRyan Hansberry2015-09-171-159/+205
|\|
| * Use AppCompatActivity instead of Activity.Kyle Horimoto2015-09-171-3/+4
| |
| * Revert "Extend AppCompatActivity instead of Activity."Kenny Root2015-09-171-2/+2
| | | | | | | | | | | | This partially reverts commit fc419491da8693446a98abf9461c00ecf21daa4b. Fixes problem with merge of #206
| * Extend AppCompatActivity instead of Activity.Kyle Horimoto2015-09-161-3/+2
| |
| * Removed unnecessary imports.Kyle Horimoto2015-09-161-3/+0
| |
| * Clean up code.Kyle Horimoto2015-09-151-15/+21
| |
| * Convert to using RecyclerView.Kyle Horimoto2015-09-141-153/+196
| |
* | Switched to using SwitchCompat instead of PreferenceSwitch in order to ↵Ryan Hansberry2015-09-151-0/+51
|/ | | | | | support pre-APIv14. Big thanks to: https://plus.sandbox.google.com/+ChristianGollner/posts/badausxo1J6
* Kill shell process after exiting local transportKenny Root2015-09-141-15/+22
| | | | Fixes #200
* Add a bit more debugging for saving a known hostKenny Root2015-09-141-4/+6
|
* Remove hostkey and hostkeyalgo from HostBeanKenny Root2015-09-141-22/+0
| | | | | | These are never touched directly via HostBean, so remove them from the HostBean. This fixes #199, but a change in sshlib around KnownHosts might be a bit better.
* Wrap saving a known host in a transactionKenny Root2015-09-141-3/+9
|
* Fix merge error in PubkeyListActivityKenny Root2015-09-111-5/+0
|
* Remove unused importsKenny Root2015-09-112-3/+0
|
* Merge branch 'master' into database-refactorKenny Root2015-09-117-27/+6
|\
| * Add parent activities for all activitiesKenny Root2015-09-117-28/+2
| | | | | | | | Fixes #41
* | Switch TerminalBridge over to ColorStorage and HostStorageKenny Root2015-09-116-11/+15
| |
* | Call saveHost instead of specialized updateFontSizeKenny Root2015-09-112-27/+8
| |
* | Switch ColorActivity to ColorStorage interfaceKenny Root2015-09-111-1/+2
| |
* | Add interfaces for HostStorage and ColorStorageKenny Root2015-09-113-1/+123
| | | | | | | | An attempt to help with testing.
* | Change colors list to primitive arrayKenny Root2015-09-113-12/+12
| |
* | Revert "Never cache instances of the HostDatabase"Kenny Root2015-09-118-48/+80
| | | | | | | | | | | | | | This reverts commit 57afa9bdc5b269a48bd27fc8455cab4cb956d02a. This won't work with injection and makes testing a bit harder, so revert it.
* | Revert "More no caching of HostDatabase"Kenny Root2015-09-111-6/+3
| | | | | | | | This reverts commit 3f34fa42ea20546dfccad72a2e31681eb17797c8.