From aa3ae3bdf6262b7249ec4c39dab3368414e76fe4 Mon Sep 17 00:00:00 2001 From: cketti Date: Sun, 30 Apr 2017 01:38:57 +0200 Subject: [PATCH] Update list of libraries in About dialog --- .../java/com/fsck/k9/activity/Accounts.java | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/k9mail/src/main/java/com/fsck/k9/activity/Accounts.java b/k9mail/src/main/java/com/fsck/k9/activity/Accounts.java index 645c8ad00..ed1943423 100644 --- a/k9mail/src/main/java/com/fsck/k9/activity/Accounts.java +++ b/k9mail/src/main/java/com/fsck/k9/activity/Accounts.java @@ -1273,14 +1273,21 @@ public class Accounts extends K9ListActivity implements OnItemClickListener { } private static String[][] USED_LIBRARIES = new String[][] { - new String[] {"jutf7", "http://jutf7.sourceforge.net/"}, - new String[] {"JZlib", "http://www.jcraft.com/jzlib/"}, - new String[] {"Commons IO", "http://commons.apache.org/io/"}, - new String[] {"Mime4j", "http://james.apache.org/mime4j/"}, - new String[] {"ckChangeLog", "https://github.com/cketti/ckChangeLog"}, - new String[] {"HoloColorPicker", "https://github.com/LarsWerkman/HoloColorPicker"}, - new String[] {"Glide", "https://github.com/bumptech/glide"}, - new String[] {"TokenAutoComplete", "https://github.com/splitwise/TokenAutoComplete/"}, + new String[] {"Android Support Library", "https://developer.android.com/topic/libraries/support-library/index.html"}, + new String[] {"ckChangeLog", "https://github.com/cketti/ckChangeLog"}, + new String[] {"Commons IO", "http://commons.apache.org/io/"}, + new String[] {"Glide", "https://github.com/bumptech/glide"}, + new String[] {"HoloColorPicker", "https://github.com/LarsWerkman/HoloColorPicker"}, + new String[] {"jsoup", "https://jsoup.org/"}, + new String[] {"jutf7", "http://jutf7.sourceforge.net/"}, + new String[] {"JZlib", "http://www.jcraft.com/jzlib/"}, + new String[] {"Mime4j", "http://james.apache.org/mime4j/"}, + new String[] {"Moshi", "https://github.com/square/moshi"}, + new String[] {"Okio", "https://github.com/square/okio"}, + new String[] {"SafeContentResolver", "https://github.com/cketti/SafeContentResolver"}, + new String[] {"ShowcaseView", "https://github.com/amlcurran/ShowcaseView"}, + new String[] {"Timber", "https://github.com/JakeWharton/timber"}, + new String[] {"TokenAutoComplete", "https://github.com/splitwise/TokenAutoComplete/"}, }; private void onAbout() {