summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter/FeedItemlistAdapter.java
AgeCommit message (Collapse)Author
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