summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter/FeedItemlistAdapter.java
AgeCommit message (Collapse)Author
2019-10-04Automatic AndroidX migrationByteHamster
2019-10-03Fixed missing progress bar on position updateByteHamster
2019-09-25Update playback position in feed details listByteHamster
2019-09-09Removed unused color resourceByteHamster
2019-05-27Replace action/callback utils with ItemActionButtonAnderson Mesquita
This just replaces all previous usages of `ActionButtonUtils` and `DefaultActionButtonCallback` with the newly created `ItemActionButton` class.
2018-10-21Remove redundant type castsegsavage
2018-06-06Moved playing background into attrByteHamster
2018-03-25[Ture Black] True Black Theme for AMOLEDalifeflow
Add true black themese Modified code that fails to support three themes
2018-01-14Add final modifiersMartin Fietz
2018-01-09Replace ViewHelperMartin Fietz
2017-10-14Changed visibility from gone to invisibleByteHamster
2016-11-02Suppress resource type warningsMartin Fietz
2016-06-06Prevent possible hang-bugsMartin 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-03-22Merge pull request #1808 from domingos86/typedarray-recycleMartin Fietz
recycle typedArrays
2016-03-22recycle typedArraysDomingos Lopes
2016-03-22fix double ifDomingos Lopes
2016-02-08Remove deprecation warnings by using ContextCompat.getColor().Tobias Preuss
2016-01-16Prettier date formattingMartin Fietz
2016-01-03Consider theme when highlightingMartin Fietz
2015-11-27Dark themeMartin Fietz
2015-11-27Highlight currently playing episodeMartin Fietz
2015-11-26Just nopeMartin Fietz
2015-08-18Load feed media size on demandMartin Fietz
2015-07-12PlaybackHistory doesn't dim played items anymore.Tom Hennen
Also adds a space before the feed title when displaying the title. fixes AntennaPod/AntennaPod#1007
2015-06-29Make new explicitMartin Fietz
2015-05-19Transparency for played itemsMartin Fietz
2015-05-19Fix download bar displacementMartin Fietz
2015-05-19Redone new indicatorMartin Fietz
2015-05-19Show feed new items and refresh failureMartin Fietz
2015-05-10Add feed item filterMartin Fietz
2015-03-31Direct play from the the listsvolhol
Pause/play buttons work; position in media item not always updated yet
2015-03-26Direct play from the the list is now enabled. A pause button is noVolker Hollich
longer displayed in the list. It would need additional changes to get a pause button to work and to always be updated accordingly. Instead the play button of the selected item changes to blank.
2014-11-05Updated layoutsdaniel oeh
Use new navigation drawer toggle Customized colors of new themes Updated navigation drawer layout Updated "new episodes list" layout Updated feeditemlist layout Fixed refresh button behavior in feeditemlist Updated downloads fragment layout Fixed layouts on smaller screens, updated borderless buttons Use PreferenceFragment instead of PreferenceActivity if possible Changes of the Preference UI should now be made in the PreferenceController class. Replaced vertical_divider with android:attr/listDivider Updated itemlist layout in onlinefeedview Fixed NPE in TagFragment Updated gpodnet list layout Updated search layout Adjusted background color of external player Added material design icons Adjusted primary dark color
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