summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
AgeCommit message (Collapse)Author
2016-10-16Add option to export subscriptions as HTMLMartin Fietz
2016-10-03Add full sync with gpodder and re-phrase changes syncMartin Fietz
2016-09-03Enable separate functions for Previous and Rewind hardware buttons.Daniel
Added prefHardwarePreviousButtonRestarts preference.
2016-07-17include gpodnet last sync report on Sync pref summaryDomingos Lopes
2016-07-17restore dividers on gpodnet preferencesdomingos86
by setting selectable to its default value of true.
2016-07-03move last gpodder sync report up to under sync actionDomingos Lopes
2016-07-02Make gpodnet sync error notifications optionalDomingos Lopes
2016-06-29Add preliminary support for Android Auto by changing PlaybackService to ↵Meir Schwarz
extend MediaBrowserServiceCompat. Allows playback from queue and basic control using Android Auto.
2016-04-23add chromecast support initialization logic and introduce chromecast preferenceDomingos Lopes
2016-04-04Merge pull request #1843 from saqura/developTom Hennen
Optionally show rewind/forward buttons on the lockscreen
2016-04-03Update compact notification buttons dialogsaqura
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-03Add dialog to choose lock screen playback buttonssaqura
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-02Add option to pick lock screen playback buttonssaqura
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-02treat showing the subscriptions list like other drawer items.Tom Hennen
2016-03-25updated and fixed PR AntennaPod/AntennPod#1624Tom Hennen
2016-01-21Enable Sonic by defaultMartin Fietz
2016-01-13Move episode cache preference to auto download sub-menuMartin Fietz
2016-01-07Fix material preferences appearanceMartin Fietz
2016-01-07Settings: CheckBox -> SwitchMartin Fietz
2015-11-29add preview image for widget, allow it to be resized to be wider and narrowerTom Hennen
2015-11-29make sure we stop updates when we're supposed toTom Hennen
2015-11-27Merge pull request #1424 from TomHennen/optional_hardware_skipTom Hennen
allow users to optionally have hardware forward button skip
2015-11-27allow users to optionally have hardware forward button skipTom Hennen
2015-11-27Log crash reports, users can send them via emailMartin Fietz
2015-11-08Material dialogs in preferencesMartin Fietz
2015-11-01persistent nofication should be the defaultTom Hennen
2015-10-31Have a different option for bluetooth reconnect.Tom Hennen
Vibrate when starting playback due to bluetooth reconnect. fixes AntennaPod/AntennaPod#1305
2015-10-08Change 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-02episode cleanup preferences testsTom Hennen
2015-09-29getting preferences setup for different cleanup methodTom Hennen
2015-09-25alway follow queue by defaultTom Hennen
2015-09-20added preference to not remove items from queue when skippingTom Hennen
2015-09-19Move audio player classes to external libraryMartin Fietz
2015-09-16Lockscreen background defaults to true, more detailed description, NPE fixedMartin Fietz
2015-09-16Set lockscreen background, set media session and playback stateMartin Fietz
2015-08-02Fixes pictures disappearing in some casesTom 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-02Merge pull request #1043 from mfietz/glideTom Hennen
Glide
2015-08-01removed flattr this app buttonTom Hennen
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-02Call former indicator "counter"Martin Fietz
2015-06-30Set subscription order and counter in the preferencesMartin Fietz
2015-06-24Set update interval or time of dayMartin Fietz
2015-06-21Download Report: introduce setting to disableSimon 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-03Optionally resume playback after call.Tom Hennen
Defaults to true. fixes AntennaPod/AntennaPod#753
2015-04-18Preference: Change nav drawerMartin Fietz
Preference
2015-04-10Set fast forward and rewind timeMartin Fietz
2015-04-05Sync episode actions with gpodder, smart mark as playedMartin 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-17Set edittext's text color blackMartin Fietz
2015-03-15Inverse background of EditTextPreference for older android versionsMartin Fietz
2015-03-11Number of parallel downloads can be set in the preferencesMartin Fietz