aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/HostListActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Fix review commentsArthur Hsu2016-01-071-2/+1
* Add DisconnectAll to HostActivity's Options.Arthur Hsu2016-01-071-11/+25
* Update instrumentation tests for new source layoutKenny Root2015-12-281-1/+2
* Refactor all uses of framework AlertDialog to use v7 support version instead ...John Heroy2015-10-261-3/+4
* 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 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
* 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 A...Ryan Hansberry2015-09-221-196/+125
|/
* 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
* 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
* | 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
* | 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
* | 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
* Reset host text entry when creating a new connectionKenny Root2015-09-051-0/+3
* Optimize imports of HostListActivityKenny Root2015-08-291-6/+4
* Add host status change listenerKenny Root2015-08-291-20/+46
* 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
* 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
* Fix tabs violationsKenny Root2014-10-011-1/+1