Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-23 | add chromecast support initialization logic and introduce chromecast preference | Domingos Lopes | |
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 | 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 | treat showing the subscriptions list like other drawer items. | Tom Hennen | |
2016-03-25 | updated and fixed PR AntennaPod/AntennPod#1624 | Tom Hennen | |
2016-01-21 | Enable Sonic by default | Martin Fietz | |
2016-01-13 | Move episode cache preference to auto download sub-menu | Martin Fietz | |
2016-01-07 | Fix material preferences appearance | Martin Fietz | |
2016-01-07 | Settings: CheckBox -> Switch | Martin Fietz | |
2015-11-29 | add preview image for widget, allow it to be resized to be wider and narrower | Tom Hennen | |
2015-11-29 | make sure we stop updates when we're supposed to | Tom Hennen | |
2015-11-27 | Merge pull request #1424 from TomHennen/optional_hardware_skip | Tom Hennen | |
allow users to optionally have hardware forward button skip | |||
2015-11-27 | allow users to optionally have hardware forward button skip | Tom Hennen | |
2015-11-27 | Log crash reports, users can send them via email | Martin Fietz | |
2015-11-08 | Material dialogs in preferences | Martin Fietz | |
2015-11-01 | persistent nofication should be the default | Tom Hennen | |
2015-10-31 | Have a different option for bluetooth reconnect. | Tom Hennen | |
Vibrate when starting playback due to bluetooth reconnect. fixes AntennaPod/AntennaPod#1305 | |||
2015-10-08 | Change language related to skipping episodes. | Tom Hennen | |
Also now keep the episode media if we're going to keep it in the queue. | |||
2015-10-02 | episode cleanup preferences tests | Tom Hennen | |
2015-09-29 | getting preferences setup for different cleanup method | Tom Hennen | |
2015-09-25 | alway follow queue by default | Tom Hennen | |
2015-09-20 | added preference to not remove items from queue when skipping | Tom Hennen | |
2015-09-19 | Move audio player classes to external library | Martin Fietz | |
2015-09-16 | Lockscreen background defaults to true, more detailed description, NPE fixed | Martin Fietz | |
2015-09-16 | Set lockscreen background, set media session and playback state | Martin Fietz | |
2015-08-02 | Fixes pictures disappearing in some cases | Tom Hennen | |
* Default value for the image cache size should be > 0 * If the image cache size is too small we force it back to default * We should only have once instance of the HTTP client fixes AntennaPod/AntennaPod/#1053 | |||
2015-08-02 | Merge pull request #1043 from mfietz/glide | Tom Hennen | |
Glide | |||
2015-08-01 | removed flattr this app button | Tom Hennen | |
2015-07-29 | Replace Picasso with Glide | Martin Fietz | |
2015-07-02 | Call former indicator "counter" | Martin Fietz | |
2015-06-30 | Set subscription order and counter in the preferences | Martin Fietz | |
2015-06-24 | Set update interval or time of day | Martin Fietz | |
2015-06-21 | Download Report: introduce setting to disable | Simon Danner | |
Give the use the option to disable the download report. While it is useful to see the failed downloads, if a user is subscribed to many podcasts, most of the times a few fail, which makes the notifications rather annonying. | |||
2015-05-03 | Optionally resume playback after call. | Tom Hennen | |
Defaults to true. fixes AntennaPod/AntennaPod#753 | |||
2015-04-18 | Preference: Change nav drawer | Martin Fietz | |
Preference | |||
2015-04-10 | Set fast forward and rewind time | Martin Fietz | |
2015-04-05 | Sync episode actions with gpodder, smart mark as played | Martin Fietz | |
* Create episode actions when episodes are downloaded, played, deleted and marked as read * Sync (download and upload) episode actions * MediaPlayerActivity deletes almost completely played episode on close * Improved parsing of datetime strings * Smart mark as played can be disabled or set in the preferences | |||
2015-03-17 | Set edittext's text color black | Martin Fietz | |
2015-03-15 | Inverse background of EditTextPreference for older android versions | Martin Fietz | |
2015-03-11 | Number of parallel downloads can be set in the preferences | Martin Fietz | |
2015-02-28 | Merge branch 'master' of https://github.com/AntennaPod/AntennaPod into ↵ | Ross Harrison | |
AntennaPod-master core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java | |||
2015-02-08 | Merge branch 'master' of github.com:rharriso/AntennaPod | Ross Harrison | |
2015-02-08 | t was missing | Ross Harrison | |
2015-02-01 | Merge branch 'develop' of github.com:rharriso/AntennaPod | Ross Harrison | |
2015-02-01 | queue to front or back | Ross Harrison | |
2015-01-31 | added preference, need to work into database | Ross Harrison | |
2015-01-19 | Merge branch 'SamWhited-delete-episode-update' into develop | daniel oeh | |
2015-01-18 | Option to delete episode after playback | Sam Whited | |
Fixes #498 |