Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-23 | add FeedMedia getter and equals method for RemoteMedia and FeedMedia | Domingos Lopes | |
2016-04-23 | include feedLink in RemoteMedia, add MediaInfo extractor method | Domingos Lopes | |
2016-04-23 | create RemoteMedia class, add more fields to remote mediametadata | Domingos Lopes | |
2016-04-23 | implement several remote playback commands | Domingos Lopes | |
2016-04-23 | correct mediaplayer initialization | Domingos Lopes | |
2016-04-23 | initialize mediaplayer according to local or remote device | Domingos Lopes | |
2016-04-23 | remove data channel from CastManager | Domingos Lopes | |
add cast failure strings | |||
2016-04-23 | move the initialization call to CastManager | Domingos Lopes | |
2016-04-23 | * add GooglePlayServices check | Domingos Lopes | |
* implement wifi-reconnect feature for casting * move wifiLock logic to abstract PSMP | |||
2016-04-23 | add a CastManager, and other changes | Domingos Lopes | |
2016-04-23 | Add the casting feature to PlaybackService | Domingos Lopes | |
2016-04-23 | Add ordering relations to PlayerStatus | Domingos Lopes | |
2016-04-23 | Make PlaybackServiceMediaPlayer an abstract class and move implementation ↵ | Domingos Lopes | |
independent methods inside it | |||
2016-04-23 | add cast button to important activities | Domingos Lopes | |
2016-04-23 | Create interface for PlaybackServiceMediaPlayer | Domingos Lopes | |
2016-04-23 | add chromecast support initialization logic and introduce chromecast preference | Domingos Lopes | |
2016-04-23 | Include chromecast dependencies | Domingos Lopes | |
2016-04-22 | Account for episodes that have same pubDate but don't appear in the feed at ↵ | Martin Fietz | |
the same time | |||
2016-04-20 | Merge pull request #1878 from mfietz/issue/1872-gpodder-sync | Tom Hennen | |
Fix initial gpodder sync | |||
2016-04-17 | Only sync episode state after feeds have been persisted | Martin Fietz | |
2016-04-17 | The item's identifier might not hold the download url, use definitive url | Martin Fietz | |
2016-04-14 | Post event after queue has been persisted | Martin Fietz | |
2016-04-14 | Send FeedItemEvent when a tag has been added or removed | Martin Fietz | |
2016-04-13 | Merge pull request #1871 from mfietz/issue/1870-403-forbidden | Tom Hennen | |
Delay auto download when receiving 403 Forbidden HTTP error | |||
2016-04-12 | Don't crash (not for this) | Martin Fietz | |
2016-04-12 | Handle 403 Forbidden | Martin Fietz | |
2016-04-12 | Refactor | Martin Fietz | |
2016-04-09 | make handleKeyCode() private again | Domingos Lopes | |
2016-04-09 | make context and media button receiver packages match exactly | Domingos Lopes | |
2016-04-09 | properly update ComponentName package | Domingos Lopes | |
2016-04-08 | release media session before shutting down media player | domingos86 | |
avoids potential unwanted callbacks | |||
2016-04-08 | unify media button receivers | Domingos Lopes | |
2016-04-08 | unregister PlaybackService on the media button intent receiver | Domingos Lopes | |
2016-04-08 | move the media session handling from the PlaybackServiceMediaPlayer and into ↵ | Domingos Lopes | |
the PlaybackService | |||
2016-04-06 | Add subscription counter | Martin Fietz | |
2016-04-04 | Merge pull request #1843 from saqura/develop | Tom Hennen | |
Optionally show rewind/forward buttons on the lockscreen | |||
2016-04-03 | Update compact notification buttons dialog | saqura | |
The preference dialog to select which buttons are shown in compact notifications now provides feedback via a snackbar. The internal preference storage handling has been cleaned up. A testcase for the dialog has been added. | |||
2016-04-03 | Update lock screen button preference summary | saqura | |
2016-04-03 | Add dialog to choose lock screen playback buttons | saqura | |
This adds a dialog to choose the playback buttons on the lock screen notification. It only allows selecting a maximum of two values, because the lock screen notification can only display up to 3 buttons and the play/pause button is always included. It defaults to additionally show the skip button. The minimum sdk has been changed back to 10. | |||
2016-04-02 | Add option to pick lock screen playback buttons | saqura | |
This adds the option to pick which playback buttons to prioritise on the notification. This allows choosing the playback buttons on the lock screen. The default playback buttons have not changed and are still set to play/pause (this is always displayed) and skip. Note: This commit raises the minimum sdk version from 10 to 11! | |||
2016-04-02 | Merge pull request #1832 from keunes/patch-4 | Martin Fietz | |
Update strings.xml | |||
2016-04-02 | treat showing the subscriptions list like other drawer items. | Tom Hennen | |
2016-04-01 | Merge pull request #1841 from mfietz/accurate_statistics | Tom Hennen | |
Statistics: More accurate played duration | |||
2016-04-01 | Optionally show rewind/ff buttons on lockscreen | saqura | |
Show additional playback buttons (rewind and fast forward) in the notification on the lockscreen if the option "Expand Notification" is enabled. Fixes #337 Fixes #571 | |||
2016-04-01 | Fix documentation of setLockscreenBackground() | saqura | |
2016-03-31 | Make played time more accurate | Martin Fietz | |
2016-03-30 | use font awesome. (care of @mfietz) | Tom Hennen | |
2016-03-29 | changed triangle color to antennapod blue | Tom Hennen | |
2016-03-28 | Update strings.xml | Koen Glotzbach | |
- proxy_host_invalid_error: add verb & article to improve clarity - proxy_host_empty_error: replace 'must not' by 'can not' - removed set of strings that aren't used (anymore) - for feed setting "Auto remove episode": Improve clarity of setting name (feed_auto_download_global -> "Global default") and delete explanatory info ("override global default" in auto_delete_label). Removes unnecessary screen clutter, removes double & in most cases false info (if setting is 'global' it doesn't "override default") - share_item_url_label & share_item_url_with_position_label: add 'file' to clarify what URL is shared (media file, not episode webpage) - prevent position_default_label ('00:00:00') and 'app_name' (the same in all languages so far) from being translated | |||
2016-03-27 | Merge pull request #1826 from TomHennen/subscriptions_view | Tom Hennen | |
Subscriptions view |