aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/PortForwardListActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor all uses of framework AlertDialog to use v7 support version instead ↵John Heroy2015-10-261-5/+6
| | | | with AlertDialogTheme instead
* Fixed error when not filling in all fields of port forward creation dialog.Ryan Hansberry2015-10-061-3/+15
|
* Fix lint.Kyle Horimoto2015-09-281-11/+20
|
* Add FAB to port forward activity.Kyle Horimoto2015-09-281-51/+47
|
* Convert PubkeyListActivity, PortFowardListActivity, and HostListActivity to ↵Ryan Hansberry2015-09-221-179/+196
| | | | AppCompat, using AppCompatListActivity superclass
* Merge branch 'master' into database-refactorKenny Root2015-09-111-6/+1
|\
| * Add parent activities for all activitiesKenny Root2015-09-111-6/+1
| | | | | | | | Fixes #41
* | Revert "Never cache instances of the HostDatabase"Kenny Root2015-09-111-4/+9
| | | | | | | | | | | | | | 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.
* | More no caching of HostDatabaseKenny Root2015-09-071-4/+9
| |
* | Never cache instances of the HostDatabaseKenny Root2015-09-071-9/+4
| |
* | Get rid of useless backup dbLock usageKenny Root2015-09-071-6/+2
| |
* | Change all database accessors to use singletonKenny Root2015-09-071-2/+2
|/
* Rename logtag values to fit in 23 charactersKenny Root2015-07-161-1/+1
|
* Add some whitespace rules and fixes for themKenny Root2015-03-231-5/+5
|
* Convert to gradle build systemKenny Root2014-10-011-0/+425