summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/OpmlImportFromPathActivity.java
AgeCommit message (Collapse)Author
2019-05-06Removed opml pick actionByteHamster
2018-10-21Remove redundant type castsegsavage
2017-10-21Avoid FileUriExposedExceptionMartin Fietz
2016-06-06Prevent NPEMartin Fietz
2016-03-29OPML Import: Fix URI containing absolute pathMartin Fietz
2016-03-22code cleaning:Domingos Lopes
- lambda expressions, method references, - multi catches, - remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures), - == false expressions, - diamond type (<>) expressions, - replace StringBuffer with StringBuilder for local variables used by a single thread, - replace Arrays.asList with Collections.singletonList whenever applicable, - inline variable returns (whenever the variable name's meaning is not important to understand the code), - replace some chains of if/else if/... with switch/case, - break append(a + b) into append(a).append(b) for StringBuilder objects, - unused import statements, - reduce log TAGs to 23 characters, - MaterialDialog callback deprecated, - ActionBarActivity for AppCompatActivity,
2016-01-19Import OPML: Ask for permission to access external storage on MarshmallowMartin Fietz
2015-08-28Localize option labelMartin Fietz
2015-06-19Don't propose to open malformed URLsMartin Fietz
2015-05-25* Less picky about the mime type's we accept.Tom Hennen
* Handling content and files the same way * Improved support for sharing files in fixes AntennaPod/AntennaPod#827
2015-05-24Fixed import Google DriveColin Willson
2015-03-30"Add feed" facelift, OPML import with better explanations and usage of ↵Martin Fietz
external apps
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-18Created core package for storing callback classesdaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure