Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-22 | All Episodes/Favorites: Indicate played episodes | Martin Fietz | |
2016-04-20 | Merge pull request #1884 from TomHennen/1.6.0rc2 | Tom Hennen | |
1.6.0.2 | |||
2016-04-20 | 1.6.0.2 | Tom Hennen | |
2016-04-20 | Merge pull request #1878 from mfietz/issue/1872-gpodder-sync | Tom Hennen | |
Fix initial gpodder sync | |||
2016-04-20 | Merge pull request #1877 from mfietz/issue/1876-load-description | Tom Hennen | |
Episode: Reload description on swipe | |||
2016-04-20 | Reload description on swipe | Martin Fietz | |
Always calls onFragmentLoaded() because updateAppearance() does not reload the description. Resolves #1876 | |||
2016-04-19 | Merge pull request #1875 from mfietz/issue/1831-apply-actions-tags | Tom Hennen | |
Fix item tags | |||
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-17 | Refactor QueueEvent | Martin Fietz | |
2016-04-15 | Merge pull request #1874 from mfietz/hyphenation | Tom Hennen | |
Enable full hyphenation on Android 6 | |||
2016-04-15 | Merge pull request #1873 from mfietz/flattr4j-v2.13 | Tom Hennen | |
Make Flattr work again | |||
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-14 | Don't use LongLists, use tags directly | Martin Fietz | |
2016-04-14 | Enable full hyphenation on Android 6 | Martin Fietz | |
2016-04-14 | Make Flattr work again | 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 | Merge pull request #1862 from domingos86/media-session-to-playback-service | Tom Hennen | |
Having the PlaybackService handle the MediaSession | |||
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 | add empty impl of updateMediaSessionMetadata() to the tests | 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-07 | Merge pull request #1857 from mfietz/issue/1850-subscriptions-counter | Tom Hennen | |
Subscription counter | |||
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-04 | Merge pull request #1854 from MolarAmbiguity/patch-1 | Martin Fietz | |
Devide --> Device in CONTRIBUTING.md | |||
2016-04-04 | Devide --> Device | MolarAmbiguity | |
Just a little typo | |||
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 | Merge pull request #1849 from TomHennen/fix1848 | Tom Hennen | |
fixes AntennaPod/AntennaPod#1848 | |||
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 | fixes AntennaPod/AntennaPod#1848 | Tom Hennen | |
2016-04-02 | Merge pull request #1847 from TomHennen/subscriptions_prevent_npe | Martin Fietz | |
prevent NPE by removing log statement | |||
2016-04-02 | prevent NPE by removing log statement | Tom Hennen | |
2016-04-02 | Merge pull request #1828 from mfietz/feature/662-episode-swipe | Tom Hennen | |
Episode view: Go to previous/next list item when swiping right/left | |||
2016-04-02 | Merge pull request #1845 from TomHennen/update_trianglelabelview | Tom Hennen | |
Fix problem with TriangleLabelView by updating to latest version. | |||
2016-04-02 | Merge pull request #1832 from keunes/patch-4 | Martin Fietz | |
Update strings.xml | |||
2016-04-02 | Merge pull request #1846 from TomHennen/subscription_list_option | Martin Fietz | |
treat showing the subscriptions list like other drawer items. | |||
2016-04-02 | treat showing the subscriptions list like other drawer items. | Tom Hennen | |
2016-04-02 | Fix problem with TriangleLabelView by updating to latest version. | Tom Hennen | |
2016-04-01 | Merge pull request #1841 from mfietz/accurate_statistics | Tom Hennen | |
Statistics: More accurate played duration |