summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment
AgeCommit message (Collapse)Author
2018-01-20Make some inner classes staticAndrew Gaul
This avoids an implicit this field and can help GC. Found via error-prone.
2018-01-10Merge pull request #2534 from AntennaPod/sdk_int_lt_14H. Lehmann
Replace code for SDK version lower than 14
2018-01-09Replace code for SDK version lower than 14Martin Fietz
2018-01-09Cleanup executeAsyncMartin Fietz
2018-01-07Cleanup order/remove unused includesDirk Mueller
This is the result of Android Studio's include cleanup Macro. This removes some no longer used includes, simplifying the code a bit. The rest is grouping and resorting alphabetically.
2018-01-06Fixed video viewByteHamster
Bug was introduced in #2457, shared element does not exist in video view
2017-10-21Shared element transition of coverByteHamster
2017-10-19Prevent ArrayIndexOutOfBoundsExceptionMartin Fietz
2017-10-19Check for nullMartin Fietz
2017-06-051183 Reload header images on refreshMartin Fietz
2017-04-17Only allow menu invalidations from active fragmentByteHamster
Fixes #2081
2017-04-15Added feed title to delete confirmationByteHamster
Closes #2291
2016-12-30Merge pull request #2188 from mfietz/okhttp3Martin Fietz
Upgrade okhttp to version 3
2016-11-20Use our http client for fyyd searchMartin Fietz
2016-11-19Prevent NPEMartin Fietz
2016-11-13Upgrade to OkHttp3Martin Fietz
2016-11-01Add ability to rename feedsMartin Fietz
2016-10-30Integrate fyyd podcast search engineMartin Fietz
2016-10-03Show "mark all as seen" confirmation dialogMartin Fietz
2016-09-03fix onMediaChanged() for ChaptersFragmentDomingos Lopes
2016-09-03fix onMediaChanged() for ItemDescriptionFragmentDomingos Lopes
2016-09-03fix cover fragment onMediaChangedDomingos Lopes
2016-07-13Search Results: reformat "no result" text for easier translationorelogo
2016-07-12Add 'no result' text to unmatched search resultsorelogo
2016-07-02Merge pull request #2055 from ↵Martin Fietz
DevFactory/release/Lamdbas_containing_only_one_statement_should_not_nest_this_statement_in_a_block squid:S1602 - Lamdbas containing only one statement should not nest this statement in a block.
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
2016-06-24Fix mark as seen and improve mark all X [of feed Z] as YMartin Fietz
2016-06-19Merge pull request #1983 from mfietz/issue/1970-remove-ambiguousTom Hennen
Item view: Make remove/delete less ambiguous
2016-06-19Unsubscribe when fragment is destroyedMartin Fietz
2016-06-11Make remove/delete less ambiguousMartin Fietz
2016-06-09Merge pull request #2001 from domingos86/flavors-optimizationMartin Fietz
Flavors code optimization
2016-06-08Merge pull request #1968 from mfietz/issue/1929-new-episodes-marked-asMartin Fietz
New episodes: Mark (all) as seen
2016-06-07adapt ui to different flavorsDomingos Lopes
2016-06-06New episodes: Show correct snackbar "marked as seen"Martin Fietz
2016-06-06New episodes: Mark all as seen instead of playedMartin Fietz
2016-06-06Merge pull request #1958 from drabux/sort_by_feed_titleMartin Fietz
Add option to sort queue by feed title
2016-06-06Prevent possible hang-bugsMartin Fietz
2016-06-04Create one flavor with Google Cast support and one (free) withoutMartin Fietz
2016-05-25Add option to sort queue by feed titledrabux
2016-05-19Fix for restoring scroll position in detail view #1947Jens Klingenberg
The scroll position on detail view is now being restored when you are switching back to it. On orientation change it doesn't restore on the exact position at the moment. But i think that could work with a scroll position relative to the webview height.
2016-05-02Use strings to point to images, not urisMartin Fietz
2016-04-24allow fine control on where to show the cast buttonDomingos Lopes
2016-04-24have external player fragment show play button if castingDomingos Lopes
2016-04-24separate audioplayeractivity into audio and cast activitiesDomingos Lopes
2016-04-20Reload description on swipeMartin Fietz
Always calls onFragmentLoaded() because updateAppearance() does not reload the description. Resolves #1876
2016-04-19Merge pull request #1875 from mfietz/issue/1831-apply-actions-tagsTom Hennen
Fix item tags
2016-04-14Post event after queue has been persistedMartin Fietz
2016-04-14Send FeedItemEvent when a tag has been added or removedMartin Fietz
2016-04-14Don't use LongLists, use tags directlyMartin Fietz
2016-04-14Enable full hyphenation on Android 6Martin Fietz