summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-25change protocol for episode transition on PlaybackServiceDomingos Lopes
2016-07-25Amend string checkCj Malone
2016-07-25Support mrss' descriptionCj Malone
Reusing AtomText but it works perfectly. MRSS has "plain" and "html" types, fallsback to "plain" if null or invalid type
2016-07-25Support mrss' thumbnailCj Malone
Note, this only supports one image as that's all AntennaPod can at the moment.
2016-07-25Honor mrss' isDefault attributeCj Malone
2016-07-25Format NSMedia.javaCj Malone
2016-07-23Merge pull request #2062 from mateoeh/opml-intentMartin Fietz
Use MIME types in OPML import intent filter (fixes #1758)
2016-07-23Merge pull request #2027 from mfietz/issue/2023-2024-rotationMartin Fietz
Retain context menues and dialogs on rotation
2016-07-23Merge pull request #2057 from domingos86/castdialogimage-issue1910Martin Fietz
fix horizontal layout (MediaRouteControllerDialog)
2016-07-23Merge pull request #2076 from domingos86/wifi-vs-meteredMartin Fietz
change check for wifi connection to metered connection
2016-07-23Merge pull request #2073 from Cj-Malone/developMartin Fietz
Improve Atom support
2016-07-21change check for wifi connection to metered connectionDomingos Lopes
2016-07-20Merge pull request #2068 from MeirSD/developMartin Fietz
Fix issue where mini player doesn't show up
2016-07-20Fix binding issues by only using the MediaBrowserService onBind when the ↵Meir Schwarz
intent's action is MediaBrowserService and otherwise returning the LocalBinder.
2016-07-20Add Atom lang supportCj Malone
2016-07-20Support Atom AuthorCj Malone
2016-07-20Fixes Atom icon imageCj Malone
Falls back to logo if it is present but icon isn't. https://github.com/AntennaPod/AntennaPod/issues/1949
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-17Merge pull request #2060 from domingos86/gpodnet-notification-optionMartin Fietz
Make gpodnet sync error notifications optional
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-17replace string Undetermined by Neverdomingos86
in gpodnet last sync report
2016-07-13Search Results: reformat "no result" text for easier translationorelogo
2016-07-13Search Results: Add transparency to played episodesorelogo
2016-07-13Search Results: prevent duplicate feed itemsorelogo
- title results take precedence over shownotes results
2016-07-12Add 'no result' text to unmatched search resultsorelogo
2016-07-05Use MIME types in OPML import intent filtermateoeh
File extensions are widely unreliable - extraneous dots in a file's path will break intent filters relying on pathPattern's wildcard character, and some applications will omit file extensions altogether when sending intents (e.g. K-9 Mail). Using MIME types will occasionally catch non-OPML files in the filter, but it is currently the best option available. Fixes #1758
2016-07-03convert gpodder last sync attempt listener to OnSharedPreferenceChangeListenerDomingos Lopes
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-02gpodnet: record last sync failed attempt also when it's an authentication errorDomingos Lopes
2016-07-02set pending activity intent on mediasessionDomingos Lopes
2016-07-02comment on onMeasure implementationsDomingos Lopes
2016-07-02Merge pull request #2050 from mfietz/issue/2049-missing-onerrorMartin Fietz
OnlineFeedViewActivity: Add onError and refactor
2016-07-02Merge pull request #2055 from ↵Martin Fietz
DevFactory/release/Lamdbas_containing_only_one_statement_should_not_nest_this_statement_in_a_block squid:S1602 - Lamdbas containing only one statement should not nest this statement in a block.
2016-07-02Fix binding issues by only using the MediaBrowserService onBind when the ↵Meir Schwarz
intent's action is MediaBrowserService and otherwise returning the LocalBinder.
2016-07-02Make gpodnet sync error notifications optionalDomingos Lopes
2016-06-30fix horizontal layout (MediaRouteControllerDialog)Domingos Lopes
2016-06-30Merge pull request #2053 from MeirSD/developMartin Fietz
Add preliminary support for Android Auto by changing PlaybackService …
2016-06-30Merge pull request #2054 from ↵Martin Fietz
DevFactory/release/Utility_classes_should_not_have_public_constructors_fix_2 squid:S1118 - Utility classes should not have public constructors (part 2)
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-29Fixed rule 'Utility classes should not have public constructors'Soso Tughushi
2016-06-29Merge pull request #2048 from domingos86/castdialogimage-issue1910Martin Fietz
Fix Cast Dialog image
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
2016-06-29change to rx.Java, avoid NPE, rename packageDomingos Lopes
2016-06-29Merge pull request #2051 from mfietz/issue/2017-2-no-content-typeMartin Fietz
Downloader: Check content-type for null
2016-06-29Downloader: Check content-type for nullMartin Fietz
2016-06-29Add onError and refactorMartin Fietz
2016-06-29remove commented codedomingos86
and add line break at the end