summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter
AgeCommit message (Collapse)Author
2018-05-05Remove comments per @mfietz feedback.orionlee
2018-05-02Issue #2580: Expose "Mark as seen" as a context menu item in Episodeorionlee
screen, in addition to the existing swipe in Episode > New tab.
2018-01-21Merge branch 'develop' into refactorMartin Fietz
# Conflicts: # app/src/main/java/de/danoeh/antennapod/activity/MediaplayerInfoActivity.java # core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java
2018-01-21Merge pull request #2543 from gaul/static-finalMartin Fietz
Make some static fields final
2018-01-20Make some static fields finalAndrew Gaul
Adding final prohibits modification and allows initialization of primitive and String fields at compile time instead of runtime in clinit: https://developer.android.com/training/articles/perf-tips.html#UseFinal Found via error-prone.
2018-01-20Make some inner classes staticAndrew Gaul
This avoids an implicit this field and can help GC. Found via error-prone.
2018-01-14Remove redundant throws clausesMartin Fietz
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2018-01-14Use bulk operation instead of iterationMartin Fietz
2018-01-10Do not treat position as fixedMartin Fietz
2018-01-10Remove assertionsMartin Fietz
2018-01-09Replace ViewHelperMartin 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-04Merge pull request #2333 from ByteHamster/item-heightMartin Fietz
Improved list items when using a large font size
2017-10-21RefactorMartin Fietz
2017-10-14Changed visibility from gone to invisibleByteHamster
2017-09-232423 Handle empty feed url in itunes search resultMartin Fietz
2017-04-16Merge pull request #2294 from ByteHamster/stats-durationMartin Fietz
Allow choosing between getDuration and getPlayedDuration
2017-04-15Added duration to chapters listByteHamster
Closes #2174
2017-04-15Allow choosing between getDuration and getPlayedDurationByteHamster
2016-11-02Suppress resource type warningsMartin Fietz
2016-11-01Replace jsoup's example html to plain text parser with adaptation thereofMartin Fietz
2016-10-30Integrate fyyd podcast search engineMartin Fietz
2016-07-18Search Results: Clarify documentation and strings`orelogo
2016-07-13Search Results: Add transparency to played episodesorelogo
2016-06-24Merge pull request #2031 from mfietz/issue/2011-downloaded-playedMartin Fietz
Completed Downloads: Add transparency to played episodes
2016-06-21Completed Downloads: Add transparency to played episodesMartin Fietz
2016-06-20Drawer: Only keep a weak reference to parent activityMartin Fietz
2016-06-20Reset holder counter for re-useMartin Fietz
2016-06-19Fix add tileMartin Fietz
2016-06-19Merge pull request #1994 from mfietz/issue/1859-add-tileMartin Fietz
Subscriptions: Move add tile to end
2016-06-06Merge pull request #1995 from mfietz/issue/1921-hang-bugsMartin Fietz
Prevent possible hang-bugs
2016-06-06Prevent possible hang-bugsMartin Fietz
2016-06-05Improve performanceMartin Fietz
2016-06-05Subscriptions: Move add tile to endMartin Fietz
2016-06-05Subscriptions: Show indicator only when count > 0Martin Fietz
2016-05-17Enable Xlint and correct warningsAndrew Gaul
2016-05-02Use strings to point to images, not urisMartin Fietz
2016-04-22All Episodes/Favorites: Indicate played episodesMartin Fietz
2016-04-19Merge pull request #1875 from mfietz/issue/1831-apply-actions-tagsTom Hennen
Fix item tags
2016-04-14Don't use LongLists, use tags directlyMartin Fietz
2016-04-14Enable full hyphenation on Android 6Martin Fietz
2016-04-12RefactorMartin Fietz
2016-04-06Add subscription counterMartin Fietz
2016-04-02prevent NPE by removing log statementTom Hennen
2016-04-02Merge pull request #1828 from mfietz/feature/662-episode-swipeTom Hennen
Episode view: Go to previous/next list item when swiping right/left
2016-04-02treat showing the subscriptions list like other drawer items.Tom Hennen
2016-03-31* SubscriptionsAdapter now using its own ItemAccess instead of MainActivityTom Hennen
* SubscriptionFragment now properly reloading data when it should
2016-03-30use font awesome. (care of @mfietz)Tom Hennen