aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/HostListActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix review commentsArthur Hsu2016-01-071-2/+1
|
* Add DisconnectAll to HostActivity's Options.Arthur Hsu2016-01-071-11/+25
| | | | Fix https://github.com/connectbot/connectbot/issues/176
* Update instrumentation tests for new source layoutKenny Root2015-12-281-1/+2
| | | | | The ViewHolder was moved out into its own inner class, so use that instead of the HostAdapter.ViewHolder that used to exist.
* Refactor all uses of framework AlertDialog to use v7 support version instead ↵John Heroy2015-10-261-3/+4
| | | | with AlertDialogTheme instead
* Remove unused importsJeremy Klein2015-10-231-8/+0
|
* Remove unused add host dialog from HostListActivity.Jeremy Klein2015-10-231-93/+0
|
* Merge pull request #282 from khorimoto/edit-host-activity-integrationKenny Root2015-10-081-4/+4
|\ | | | | Integrate EditHostActivity into the app.
| * Integrate the EditHostActivity into the rest of the app.Kyle Horimoto2015-10-081-4/+4
| |
* | Display correct app name in launcher.Ryan Hansberry2015-10-061-0/+1
|/
* 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.
* Fix style issues.Ryan Hansberry2015-09-221-1/+1
|
* 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-221-196/+125
|/ | | | AppCompat, using AppCompatListActivity superclass
* Fix StartupTest tests to work with RecyclerView.Kyle Horimoto2015-09-171-1/+3
|
* 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
|
* Merge branch 'master' into database-refactorKenny Root2015-09-111-4/+0
|\
| * Add parent activities for all activitiesKenny Root2015-09-111-4/+0
| | | | | | | | Fixes #41
* | Switch TerminalBridge over to ColorStorage and HostStorageKenny Root2015-09-111-1/+2
| |
* | Revert "Never cache instances of the HostDatabase"Kenny Root2015-09-111-3/+10
| | | | | | | | | | | | | | This reverts commit 57afa9bdc5b269a48bd27fc8455cab4cb956d02a. This won't work with injection and makes testing a bit harder, so revert it.
* | Merge branch 'master' into database-refactorKenny Root2015-09-111-9/+5
|\|
| * Remove unused import from HostListActivityKenny Root2015-09-111-1/+0
| |
| * Go back to old context-using setTextAppearance callKenny Root2015-09-111-8/+5
| | | | | | | | Fixes #193
* | Never cache instances of the HostDatabaseKenny Root2015-09-071-10/+3
| |
* | Get rid of useless backup dbLock usageKenny Root2015-09-071-6/+2
| |
* | Change all database accessors to use singletonKenny Root2015-09-071-3/+3
|/
* Use a style for the host list text coloringKenny Root2015-09-051-17/+18
| | | | Fixes #191
* Reset host text entry when creating a new connectionKenny Root2015-09-051-0/+3
|
* Optimize imports of HostListActivityKenny Root2015-08-291-6/+4
| | | | This violated some checkstyle rules.
* Add host status change listenerKenny Root2015-08-291-20/+46
| | | | | | This fixes a problem where the 'Disconnect' context menu item in the HostListActivity would only detect when a host's status changed if it happened to win the race.
* Fix usage of setTextAppearanceKenny Root2015-08-291-2/+2
|
* Remove unused importsJeremy Klein2015-08-141-1/+0
|
* Remove the welcome wizard activity and add the EULA to the help screen.Jeremy Klein2015-08-141-19/+1
|
* Add a confirm dialog for the disconnect all action.Jeremy Klein2015-07-291-12/+25
|
* Address review comments. Make TerminalManager.disconnectAll public.Jeremy Klein2015-07-271-18/+15
|
* Switch the handling of the disconnect all intent to HostListActivity.Jeremy Klein2015-07-271-1/+63
|
* Change bridges access through methodKenny Root2015-07-241-1/+1
| | | | This will help with unit testing.
* Merge branch 'master' into gradle-conversionKenny Root2015-06-091-0/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-141-13/+3
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-281-4/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-281-2/+5
|
* Add some whitespace rules and fixes for themKenny Root2015-03-231-13/+13
|
* Merge remote-tracking branch 'origin/master'Kenny Root2015-03-231-1/+13
| | | | | | Conflicts: app/src/main/java/org/connectbot/HostListActivity.java app/src/main/java/org/connectbot/service/TerminalKeyListener.java
* Fix tabs violationsKenny Root2014-10-011-1/+1
|