summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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-15Move opml packageMartin Fietz
2016-10-15Refactor OPML export from asynctask to observableMartin Fietz
2016-10-12Replace toast with snackbar and optional undo actionMartin 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-08Merge pull request #2140 from mfietz/2094-mark-seen-confirmation-dialogMartin Fietz
Show "mark all as seen" confirmation dialog
2016-10-03Add "has media" filtering to gears dialogMartin Fietz
2016-10-03Show "mark all as seen" confirmation dialogMartin Fietz
2016-10-03Add full sync with gpodder and re-phrase changes syncMartin Fietz
2016-10-02Merge pull request #2109 from danielm5/enable-previous-buttonMartin Fietz
Set current position to the begining on 'Previous' button
2016-10-02Merge pull request #2096 from domingos86/fix-cover-fragmentMartin Fietz
fix cover fragment onMediaChanged
2016-10-02Merge pull request #1985 from mfietz/issue/1942-automatic-updateMartin Fietz
On resume, check if the feeds should be (automatically) refreshed.
2016-09-05Updating copyright date automaticallyByteHamster
2016-09-03Enable separate functions for Previous and Rewind hardware buttons.Daniel
Added prefHardwarePreviousButtonRestarts preference.
2016-09-03fix onMediaChanged() for ChaptersFragmentDomingos Lopes
2016-09-03fix onMediaChanged() for ItemDescriptionFragmentDomingos Lopes
2016-09-03fix cover fragment onMediaChangedDomingos Lopes
2016-08-04Merge pull request #2093 from mfietz/upgrade-libsMartin Fietz
Upgrade dependencies
2016-08-04Fix testMartin Fietz
2016-07-25integrate onPlaybackStart/Pause callbacks into setPlayerStatus()Domingos Lopes
2016-07-25move onPlaybackStart and onPlaybackPause tasks to separate callback methodsDomingos Lopes
2016-07-25change protocol for episode transition on PlaybackServiceDomingos Lopes
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-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-13Search Results: reformat "no result" text for easier translationorelogo
2016-07-13Search Results: Add transparency to played episodesorelogo
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-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-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-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'