From ea04339ca648a7b993e42dc0cefa8948b04004a2 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Wed, 12 Sep 2012 21:30:40 -0700 Subject: [PATCH] Add Android-PullToRefresh to about screen. --- src/com/fsck/k9/activity/Accounts.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/fsck/k9/activity/Accounts.java b/src/com/fsck/k9/activity/Accounts.java index 894aba136..d11381ceb 100644 --- a/src/com/fsck/k9/activity/Accounts.java +++ b/src/com/fsck/k9/activity/Accounts.java @@ -1206,7 +1206,8 @@ public class Accounts extends K9ListActivity implements OnItemClickListener { new String[] {"Commons IO", "http://commons.apache.org/io/"}, new String[] {"Mime4j", "http://james.apache.org/mime4j/"}, new String[] {"HtmlCleaner", "http://htmlcleaner.sourceforge.net/"}, - new String[] {"ActionBarSherlock", "http://actionbarsherlock.com/"} + new String[] {"ActionBarSherlock", "http://actionbarsherlock.com/"}, + new String[] {"Android-PullToRefresh", "https://github.com/chrisbanes/Android-PullToRefresh"} }; private void onAbout() {