summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter
AgeCommit message (Collapse)Author
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-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
2018-12-23Do not crashByteHamster
2018-12-23Merge branch 'develop' into glide-48H. Lehmann
2018-11-16#2878: fix episode screen context menu is applied on wrong feed item during ↵orionlee
refresh
2018-10-21Merge branch 'develop' into glide-48H. Lehmann
2018-10-21Remove redundant type castsegsavage
2018-10-21Optimize importsegsavage
2018-10-14Upgraded Glide to version 4.8.0ByteHamster
2018-09-30Fix fyydMartin Fietz
2018-09-27Merge pull request #2666 from orionlee/mark_as_seen_in_context_menu_2580Martin Fietz
Expose "Mark as seen" as a context menu item in Episodes screen
2018-07-13Only prevent deletion if PlaybackService is running (Closes #2759)ByteHamster
2018-06-26Merge pull request #2718 from ByteHamster/broadcastsH. Lehmann
Limit broadcasts to current app
2018-06-08Merge branch 'develop' into remove-unused-codeH. Lehmann
2018-06-08Merge pull request #2726 from ByteHamster/feedimageH. Lehmann
Removed FeedImage
2018-06-06Moved playing background into attrByteHamster
2018-06-06Merge branch 'develop' of https://github.com/alifeflow/AntennaPod into ↵ByteHamster
alifeflow-develop
2018-06-06Using utilsByteHamster
2018-06-05Removed FeedImageByteHamster
2018-05-29Limit broadcasts to current appByteHamster
2018-05-27Removed unused codeByteHamster
2018-05-07Merge branch 'develop' into api-26-supportByteHamster
2018-05-06Fixed starting with DefaultActionButtonCallbackByteHamster
2018-05-06Using builder to call PlaybackServiceByteHamster
2018-05-06Code style improvementsByteHamster
2018-05-05Remove comments per @mfietz feedback.orionlee
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-05-04Review changesByteHamster
2018-05-03Start PlaybackService lazily to allow using ForegroundServiceByteHamster
2018-05-02Issue #2580: Expose "Mark as seen" as a context menu item in Episodeorionlee
screen, in addition to the existing swipe in Episode > New tab.
2018-04-14[True Black] Cleaning up Codealifeflow
Remove unused imports and redundant values Coding style adjustment
2018-03-25[Ture Black] True Black Theme for AMOLEDalifeflow
Add true black themese Modified code that fails to support three themes
2018-01-21Merge branch 'develop' into refactorMartin Fietz
# Conflicts: # app/src/main/java/de/danoeh/antennapod/activity/MediaplayerInfoActivity.java # core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java
2018-01-21Merge pull request #2543 from gaul/static-finalMartin Fietz
Make some static fields final