Update list of libraries in About dialog
This commit is contained in:
parent
8811aac057
commit
aa3ae3bdf6
1 changed files with 15 additions and 8 deletions
|
@ -1273,13 +1273,20 @@ public class Accounts extends K9ListActivity implements OnItemClickListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static String[][] USED_LIBRARIES = new String[][] {
|
private static String[][] USED_LIBRARIES = new String[][] {
|
||||||
|
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[] {"jutf7", "http://jutf7.sourceforge.net/"},
|
||||||
new String[] {"JZlib", "http://www.jcraft.com/jzlib/"},
|
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[] {"Mime4j", "http://james.apache.org/mime4j/"},
|
||||||
new String[] {"ckChangeLog", "https://github.com/cketti/ckChangeLog"},
|
new String[] {"Moshi", "https://github.com/square/moshi"},
|
||||||
new String[] {"HoloColorPicker", "https://github.com/LarsWerkman/HoloColorPicker"},
|
new String[] {"Okio", "https://github.com/square/okio"},
|
||||||
new String[] {"Glide", "https://github.com/bumptech/glide"},
|
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/"},
|
new String[] {"TokenAutoComplete", "https://github.com/splitwise/TokenAutoComplete/"},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue