summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/asynctask
AgeCommit message (Collapse)Author
2016-10-16Add option to export subscriptions as HTMLMartin Fietz
2016-10-15Move opml packageMartin Fietz
2016-10-15Refactor OPML export from asynctask to observableMartin Fietz
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
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-30Change feed lastModified/lastUpdate to StringMartin Fietz
2015-11-27Log crash reports, users can send them via emailMartin Fietz
2015-11-08AlertDialog -> v7 AlertDialogMartin Fietz
2015-09-10Refactor database accessMartin Fietz
2015-09-09changes the action title to Send...Tom Hennen
2015-09-07use lambdaTom Hennen
2015-09-07make share just an option of the old dialogTom Hennen
2015-09-07export opml via intentTom Hennen
2015-03-17New feed last update is never, not nowMartin Fietz
2014-11-19Merge branch 'patch-1' of git://github.com/edent/AntennaPod into edent-patch-1daniel oeh
2014-10-11Moved core classes into subprojectdaniel oeh
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure