summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/OnlineFeedViewActivity.java
AgeCommit message (Collapse)Author
2019-02-01Finish when closing error dialogByteHamster
2019-02-01Null handling in OnlineFeedViewActivity (#3004)Burt Wiley Snyder
2019-01-03Merge pull request #2859 from ByteHamster/glide-48H. Lehmann
Upgraded Glide to version 4.8.0
2018-12-26Merge branch 'develop' into rxjava2ByteHamster
2018-10-21Merge branch 'develop' into glide-48H. Lehmann
2018-10-21Remove redundant type castsegsavage
2018-10-14Upgraded Glide to version 4.8.0ByteHamster
2018-10-13Fix error-prone errorsAndrew Gaul
2018-09-30Migrate rxjava to version 2Martin Fietz
2018-07-06Better feed parser errorsByteHamster
2018-06-05Removed FeedImageByteHamster
2018-01-21Add missing spacesMartin Fietz
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2018-01-14Remove unused importsMartin Fietz
2018-01-10Silence warningMartin Fietz
2018-01-10SimplifyMartin Fietz
2018-01-10Replace deprecated methodMartin Fietz
2018-01-10SimplifyMartin Fietz
2018-01-10Replace deprecated methodMartin Fietz
2018-01-10Avoid NPEMartin Fietz
2018-01-10Remove assertionsMartin Fietz
2017-10-15Merged add_feed_label and add_new_feed_labelByteHamster
Closes #1833
2016-11-19Fix adding YouTube feedsCj Malone
2016-11-01Replace jsoup's example html to plain text parser with adaptation thereofMartin Fietz
2016-11-01Sanitize HTML from Atom feed descriptions/subtitlesMartin Fietz
2016-07-02Merge pull request #2050 from mfietz/issue/2049-missing-onerrorMartin Fietz
OnlineFeedViewActivity: Add onError and refactor
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
2016-06-29Add onError and refactorMartin 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-03-18Print logMartin Fietz
2016-03-04Add ability to open feed after subscribingMartin Fietz
2016-01-30Change feed lastModified/lastUpdate to StringMartin Fietz
2015-12-02Replace commons-lang3 where possibleMartin Fietz
2015-11-26RxJava defer -> fromCallableMartin Fietz
2015-11-26DownloadObserver must dieMartin Fietz
2015-11-08AlertDialog -> v7 AlertDialogMartin Fietz
2015-09-10Refactor database accessMartin Fietz
2015-08-30Use RxAndroid instead of AsyncTask and ThreadMartin Fietz
2015-07-09Added new per-feed auto download override flag.Udi Finkelstein
2015-04-11Add feed: remember credentials after selecting feed, try UTF-8 for HTTP ↵Martin Fietz
basic authentication
2015-04-11RefactoringMartin Fietz
2015-03-17New feed last update is never, not nowMartin Fietz
2014-11-10Squashed commit of the following:daniel oeh
commit 7d0e6d5c2dc75f8f1e54f4a1279c6b0cffa7b8cc Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 21:00:58 2014 +0100 Made tests compile commit 05c57df87dd469d8f64835700eefe2e3c87e04e4 Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 20:56:58 2014 +0100 Removed unused code commit 0a1fbc9e6d9648646140e30dec0ec8389fb8d37f Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 15:48:24 2014 +0100 Added UI controls to download more feed pages closes #245 commit 6486fb40f1d03887e264df95946f91f0a9cdac9b Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 14:49:43 2014 +0100 Added support for downloading feed pages commit e1faa06908bfd50f2aa0c28ee5118772c4281557 Author: daniel oeh <daniel.oeh@gmail.com> Date: Wed Nov 5 21:27:03 2014 +0100 Added "paged" and "loadAllPages" attributes
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