summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter/DownloadedEpisodesListAdapter.java
AgeCommit message (Collapse)Author
2020-03-17Migrated download screen to RecyclerViewByteHamster
2020-03-16Made icons black instead of greyByteHamster
Since switching to the official Toolbar theme, the back arrow and the overflow dots are black, too.
2020-02-06Respect theme in downloaded listByteHamster
2020-02-05Moved ViewHolder classByteHamster
2020-02-05Increase touchable areaByteHamster
2020-02-05Hide separator dot if there are no iconsByteHamster
2020-02-04Converted download list to new item viewByteHamster
2019-10-17Add an option to replace Episode cover with Podcast coverXavier Gouchet
The default is to use the episode cover (keep the previous behavior). Fixes #3070
2019-08-30Allow to delete currently playing mediaByteHamster
2018-10-21Merge branch 'develop' into glide-48H. Lehmann
2018-10-21Remove redundant type castsegsavage
2018-10-14Upgraded Glide to version 4.8.0ByteHamster
2018-07-13Only prevent deletion if PlaybackService is running (Closes #2759)ByteHamster
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