summaryrefslogtreecommitdiff
path: root/core/src/main/res
AgeCommit message (Collapse)Author
2016-07-23Merge pull request #2057 from domingos86/castdialogimage-issue1910Martin Fietz
fix horizontal layout (MediaRouteControllerDialog)
2016-07-18Merge pull request #2067 from orelogo/developMartin Fietz
Improve search results: "no results" view, no duplicates, transparent played episodes
2016-07-18Search Results: Clarify documentation and strings`orelogo
2016-07-17include gpodnet last sync report on Sync pref summaryDomingos Lopes
2016-07-17replace string Undetermined by Neverdomingos86
in gpodnet last sync report
2016-07-13Search Results: reformat "no result" text for easier translationorelogo
2016-07-12Add 'no result' text to unmatched search resultsorelogo
2016-07-02Make gpodnet sync error notifications optionalDomingos Lopes
2016-06-30fix horizontal layout (MediaRouteControllerDialog)Domingos 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-19Merge pull request #1983 from mfietz/issue/1970-remove-ambiguousTom Hennen
Item view: Make remove/delete less ambiguous
2016-06-19Update string translationsMartin Fietz
2016-06-19Add Estonian languageMartin Fietz
2016-06-11Make remove/delete less ambiguousMartin Fietz
2016-06-09Merge pull request #2001 from domingos86/flavors-optimizationMartin Fietz
Flavors code optimization
2016-06-08Merge pull request #1968 from mfietz/issue/1929-new-episodes-marked-asMartin Fietz
New episodes: Mark (all) as seen
2016-06-07adapt ui to different flavorsDomingos Lopes
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-06-03Merge pull request #1979 from AntennaPod/1.6.0_develMartin Fietz
Merge 1.6.0_devel
2016-06-03Update translationsMartin Fietz
2016-05-25Add option to sort queue by feed titledrabux
2016-05-09Update strings.xmlKoen Glotzbach
- remove unused 'subscription list' strings - remove correct tab indents
2016-05-08updated translationsTom Hennen
2016-05-07updated translationsTom Hennen
2016-05-06updated translationsTom Hennen
2016-05-03update translations with fixed cdata...Tom Hennen
2016-05-03updated translationsTom Hennen
2016-05-03say 'Chromecast' instead of just 'castTom Hennen
2016-04-28give error feedback to the userDomingos Lopes
2016-04-24reduce size of cast disconnect buttonsDomingos Lopes
2016-04-24add cast disconnect buttonsDomingos 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-12Handle 403 ForbiddenMartin 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-03Update lock screen button preference summarysaqura
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-02Merge pull request #1832 from keunes/patch-4Martin Fietz
Update strings.xml
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-28Update strings.xmlKoen 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-27Merge pull request #1826 from TomHennen/subscriptions_viewTom Hennen
Subscriptions view
2016-03-27moved subscriptions up in the nav drawerTom Hennen
2016-03-27forgot to add icon filesTom Hennen