aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/PubkeyListActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor all uses of framework AlertDialog to use v7 support version instead ↵John Heroy2015-10-261-9/+19
| | | | with AlertDialogTheme instead
* Fix lint.Kyle Horimoto2015-10-141-2/+3
|
* Change menu icons.Kyle Horimoto2015-10-141-32/+34
|
* 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.
* Convert PubkeyListActivity, PortFowardListActivity, and HostListActivity to ↵Ryan Hansberry2015-09-221-290/+214
| | | | AppCompat, using AppCompatListActivity superclass
* Convert HelpTopicActivity and EulaActivity to AppCompatActivity.Ryan Hansberry2015-09-211-1/+1
|
* Convert PubkeyListActivity to AppCompatRyan Hansberry2015-09-181-216/+316
|
* Fix merge error in PubkeyListActivityKenny Root2015-09-111-5/+0
|
* Merge branch 'master' into database-refactorKenny Root2015-09-111-3/+4
|\
| * Add parent activities for all activitiesKenny Root2015-09-111-4/+0
| | | | | | | | Fixes #41
* | Do not cache instances of PubkeyDatabaseKenny Root2015-09-071-15/+15
| |
* | Update pubkey list in onStart instead of onCreateKenny Root2015-09-071-9/+3
| |
* | Get rid of useless backup dbLock usageKenny Root2015-09-071-4/+1
| |
* | Change all database accessors to use singletonKenny Root2015-09-071-3/+3
|/
* Rename logtag values to fit in 23 charactersKenny Root2015-07-161-1/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-281-2/+2
|
* Add some whitespace rules and fixes for themKenny Root2015-03-231-16/+16
|
* Fix tabs violationsKenny Root2014-10-011-1/+1
|
* Convert to gradle build systemKenny Root2014-10-011-0/+673