summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter/DownloadedEpisodesListAdapter.java
AgeCommit message (Collapse)Author
2018-05-05Prevent deletion of currently playing itemByteHamster
Was already prevented in the download list but not on the details fragment. Added alpha to make disabled state clear. Closes #2285
2018-01-14Add final modifiersMartin Fietz
2018-01-09Replace ViewHelperMartin Fietz
2016-06-21Completed Downloads: Add transparency to played episodesMartin Fietz
2016-05-02Use strings to point to images, not urisMartin Fietz
2016-04-14Enable full hyphenation on Android 6Martin Fietz
2016-01-26Minor changesMartin Fietz
2016-01-26Completed Downloads: Show queued iconMartin Fietz
2016-01-16Prettier date formattingMartin Fietz
2015-08-08Cache all images (should reduce lag displaying lists of episodes)Tom Hennen
Cache strategy is now set in ApGlideSettings and referenced everywhere else from there.
2015-07-29Replace Picasso with GlideMartin Fietz
2014-11-10Updated picasso librarydaniel oeh
Use RequestHandler instead of Downloader for extracting bitmaps from media files
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