summaryrefslogtreecommitdiff
path: root/app/src/main/res
AgeCommit message (Collapse)Author
2017-04-09Merge pull request #2225 from mfietz/issue/2222-not-add-to-queueMartin Fietz
Setting whether or not to enqueue downloaded episodes
2017-04-09Clean up of #2233Martin Fietz
2017-01-03android automatic refactor obsoletelayoutparamLuis Cruz
2016-12-31Add setting whether or not to enqueue downloaded episodesMartin Fietz
2016-11-07Disable Android AutoMartin Fietz
2016-11-01Add ability to rename feedsMartin Fietz
2016-11-01Merge pull request #2170 from mfietz/feature/fyydMartin Fietz
Integrate fyyd podcast search engine
2016-10-30Merge branch 'develop' into 2085-auto-enable-sleep-timerMartin Fietz
2016-10-30Integrate fyyd podcast search engineMartin Fietz
2016-10-16Add option to export subscriptions as HTMLMartin Fietz
2016-10-09Add dialog option to auto-enable sleep timerMartin Fietz
2016-10-09Extract sleep timer preferences into dedicated classMartin Fietz
2016-10-08Merge pull request #2139 from mfietz/2121-gpodder-force-full-syncMartin Fietz
Add full sync with gpodder
2016-10-03Add "has media" filtering to gears dialogMartin 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-02gpodnetauth activity: hide keyboard on login press, restrict login to single ↵Domingos Lopes
line, add IME actions
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-06-08Merge pull request #1968 from mfietz/issue/1929-new-episodes-marked-asMartin Fietz
New episodes: Mark (all) as seen
2016-06-06New episodes: Mark all as seen instead of playedMartin Fietz
2016-06-06Merge pull request #1958 from drabux/sort_by_feed_titleMartin Fietz
Add option to sort queue by feed title
2016-06-04Fix app name (due to flavors)Martin Fietz
2016-05-25Add option to sort queue by feed titledrabux
2016-04-30Merge pull request #1879 from domingos86/chromecast-issue-340Tom Hennen
Chromecast issue 340 initial PR
2016-04-24add cast disconnect buttonsDomingos Lopes
2016-04-24allow fine control on where to show the cast buttonDomingos Lopes
2016-04-24change order elements are defined in relative layout due to position referencesDomingos Lopes
2016-04-24change name of audioplayer_activity layoutDomingos Lopes
2016-04-23fix media router button still showing when disabledDomingos Lopes
2016-04-23remove data channel from CastManagerDomingos Lopes
add cast failure strings
2016-04-23add cast button to important activitiesDomingos Lopes
2016-04-23add chromecast support initialization logic and introduce chromecast preferenceDomingos Lopes
2016-04-22All Episodes/Favorites: Indicate played episodesMartin Fietz
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-30use font awesome. (care of @mfietz)Tom Hennen
2016-03-29changed triangle color to antennapod blueTom Hennen
2016-03-29use CoverTarget for Subscriptions, some cleanup of how it looksTom Hennen
2016-03-29Merge pull request #1827 from mfietz/issue/1239-open-podcastTom Hennen
Episode view: Open podcast
2016-03-28Episode view: Open podcast menu or click on cover or podcast titleMartin Fietz
2016-03-26add label that shows countTom Hennen
2016-03-26fix layout, keep textview visibleTom Hennen
2016-03-25removed unneeded viewsTom Hennen