summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter
AgeCommit message (Collapse)Author
2019-10-20Merge pull request #3520 from dsmith47/streamH. Lehmann
Show stream button rather than download (in queue, podcast views)
2019-10-20Updates to StreamActionButton for style.Doug Smith
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-10-16Implemented feature to show stream button (instead of Download/Play-Pause) ↵Doug Smith
in podcast episode views. * Added user preference to specify that stream buttons are preferred * Added StreamAction button to trigger streams on podcast options
2019-10-07Implement a FAB to add podcast on the Subscriptions screenXavier Gouchet
Fixes #3475
2019-10-04Automatic AndroidX migrationByteHamster
2019-10-04Merge pull request #3489 from ByteHamster/fix-progress-bar-missingH. Lehmann
Fixed missing progress bar on position update
2019-10-03Fixed missing progress bar on position updateByteHamster
2019-10-03Added pie chart to statistics pageByteHamster
2019-10-03Converted statistics to RecyclerViewByteHamster
2019-09-25Update playback position in feed details listByteHamster
2019-09-25Update playback position in all episodes listByteHamster
2019-09-25Update playback position in queueByteHamster
2019-09-24Merge pull request #3441 from ByteHamster/circleci-improvementsH. Lehmann
Circleci improvements
2019-09-24Fixed checkstyle violationsByteHamster
2019-09-23feeditem context menu refactor - removed unused showExtendedMenu parameterorionlee
2019-09-23Queue context menu refactor - hide Skip Episode (same as pre-refactor behavior)orionlee
2019-09-22Queue context menu refactor - move queue menu definition xml reuse the ↵orionlee
generic one
2019-09-22Queue context menu refactor - move queue-specific logic out of generic handlerorionlee
2019-09-22#3302 - refactor retire episode screen item context menu (and reuse the ↵orionlee
common item context menu)
2019-09-22#3302 - support remove new flag in Podcast screen and Podcast Episode Screen.orionlee
- moved the logic in Episodes Screen (AllEpisodesRecycleAdapter and EpisodesListFragment) to the generic FeedItemMenuHandler
2019-09-20Showing full description when clicking item on podcast preview screenByteHamster
2019-09-09Removed unused color resourceByteHamster
2019-08-30Merge pull request #3351 from ByteHamster/lazy-load-episodesH. Lehmann
More episodes on all episodes
2019-08-30Renamed ItemlistFragment to FeedItemlistFragmentByteHamster
2019-08-30Allow to delete currently playing mediaByteHamster
2019-08-12Make classes static where possibleAndrew Gaul
Found via error-prone.
2019-07-25Display notification when trying to streamByteHamster
2019-07-25Refactored mobile updates settingByteHamster
2019-07-22Added quick discovery fragmentByteHamster
2019-07-22Merge pull request #3240 from ByteHamster/combined-searchH. Lehmann
WIP: Combined podcast search
2019-07-14Reword "Mark as seen" to "Remove 'new' flag"Anderson Mesquita
This avoids the confusion between "Mark as seen" and "Mark as played". Closes: #3225
2019-07-12Added total space to storage select dialogByteHamster
2019-06-26Combined podcast searchByteHamster
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.
2019-05-27Extract action button utils/callback into classesAnderson Mesquita
This splits the logic in `ActionButtonUtils` and `DefaultActionButtonCallback` into multiple specialized classes to reduce duplication figuring out which button/action to use while at the same time making each individual button to have a single responsability.
2019-05-19Improve space wording on choose data folder dialogAnderson Mesquita
This makes it clear that the number refers to the **free** space left on the device, as opposed to the total space available.
2019-05-19Add space usage bar to data folder dialogAnderson Mesquita
This displays a progress bar with the amount of used/free space in each storage location to make it easier to identify storage devices. This is particularly useful for devices that use non-standard names. Reference: #3049
2019-05-19Extract data folder dialog layoutAnderson Mesquita
This is in preparation to add a progress bar displaying the amount of used/free space in the dialog (#3049). Since we'll need a custom view to do it, this extracts the layout beforehand.
2019-05-17Revert "Merge pull request #2954 from ↵ByteHamster
orionlee/bugfix_phantom_notification_rework_2716" This reverts commit 643173de14ade8acfa5e6b92464482c7402e172e, reversing changes made to f2d103736d20bca481817808ee73b240fc2f7be4.
2019-04-25Cleanup compiler warningsAnderson Mesquita
Removes redundant casts and adds generic type to avoid compiler warnings.
2019-02-27start playbackService code paths reviewed (context.startService() andorionlee
ContextCompat.startForegroundService())
2019-02-27#2716 Prototype for the revamped PlaybackService to fix phantomorionlee
notification. Many rough edges. Notable TODOs are marked with [2716].
2019-01-18cleaned up a couple of linespachecosf
2019-01-18switched implementation to ussing attrpachecosf
2019-01-17Changed implementation using themeUtils insteadpachecosf
2019-01-03Merge pull request #2859 from ByteHamster/glide-48H. Lehmann
Upgraded Glide to version 4.8.0
2019-01-03Fixed flickering caused by handlerByteHamster
2019-01-03Encapsulated CoverTargetByteHamster
2018-12-26Merge branch 'develop' into rxjava2ByteHamster