summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2018-04-30FeedItem Visit Website tweak: use feed website as a fallback,orionlee
analogous to how share FeedItem link work. Applicable to both feed playback screen and feed information screen.
2018-04-30Issue #2579: Provide share Link in episode playback screen evenorionlee
when the episode has no link - Use podcast link as the fallback. Also bug fix share link with position: to include epsiode and podcast title.
2018-04-30* Using Camel Case for methodsmr-intj
* Use braces on single-line blocks
2018-04-27Added "Random" and "Smart Shuffle" items at the bottom of the Queue|Sort menu.mr-intj
Added "Permutor" interface to allow specification of reordering logic to be specified in QueueSorter (vs. DBWriter), similar to the existing sort logic. Added "Random" and "Smart Shuffle" strings to core/src/main/res/values (did not add translations for non-English languages) Closes #2366, Closes #2602
2018-04-22I deleted a line accidentallyByteHamster
2018-04-22Merge pull request #2634 from ByteHamster/preference-reworkMartin Fietz
Preferences rework
2018-04-22Renamed Services to IntegrationsByteHamster
2018-04-22Added network iconByteHamster
2018-04-22Disable items correctly in autodownloadByteHamster
2018-04-22MasterSwitchPreferenceByteHamster
2018-04-22Automation categoryByteHamster
2018-04-22Merge pull request #2564 from xisberto/adaptive_iconMartin Fietz
Adaptive icon
2018-04-22Merge branch 'develop' into preference-reworkByteHamster
2018-04-22Merge pull request #2654 from ydinath/ReplaceDeprecatedLang3MethodsMartin Fietz
Replace deprecated org.apache.commons.lang3 methods
2018-04-22Merge pull request #2639 from ByteHamster/fix-play-buttonMartin Fietz
Don't pause directly after starting
2018-04-22Merge pull request #2641 from ByteHamster/feed-info-and-settingsMartin Fietz
Split feed info and settings
2018-04-22Merge pull request #2637 from ByteHamster/apply-actionsMartin Fietz
Changed batch edit icon and name
2018-04-22Merge pull request #2506 from ByteHamster/picture-in-pictureMartin Fietz
Added Picure in picture
2018-04-21Fix formattingydinath
2018-04-21Replace deprecated org.apache.commons.lang3 methods with ↵ydinath
org.apache.commons.text methods
2018-04-19Fix Bluetooth Forward Skip Button for Android 8Spencer Visick
It appears that Oreo has changed the behavior for Bluetooth KeyEvents. Starting with Android 8.0, KeyEvent.getSource() returns 0 (unknown source). This change explicitly sets when a key press is sent from a notification, or lockscreen event. Otherwise we use the customer-defined skip behavior.
2018-04-14[True Black] Fix UI Elementsalifeflow
Add true black style for progress bar Add true black style for item description Add true black style for web description
2018-04-14[True Black] Cleaning up Codealifeflow
Remove unused imports and redundant values Coding style adjustment
2018-04-13Split feed info and settingsByteHamster
2018-04-12Don't pause directly after startingByteHamster
When registering the receiver, it immediately receives a headset unplugged event (broadcast is sticky) and pauses playback again in some cases. We are only interested in status changes, so we can just return. Fixes #2635
2018-04-11Changed batch edit icon and nameByteHamster
Closes #1146
2018-04-11Allow to continue playback when leaving playerByteHamster
2018-04-11Using attr icons in preferencesByteHamster
2018-04-10Changed iconsByteHamster
2018-04-10Removed misc settingsByteHamster
2018-04-10Added categoriesByteHamster
2018-04-10Extracted string resourcesByteHamster
2018-04-09Removing PiP option for unsupported devicesByteHamster
2018-04-09Allow to enter PiP automaticallyByteHamster
2018-04-09Split up two different uses of the string 'New'ByteHamster
Closes #2348
2018-04-08Merge branch 'develop' into picture-in-pictureByteHamster
2018-04-07Update translationsMartin Fietz
2018-04-07Merge pull request #2618 from hannesa2/AndroidStudio_3.1Martin Fietz
update to AndroidStudio 3.1
2018-04-07Merge pull request #2626 from ByteHamster/failed-urlMartin Fietz
Showing URL for failed downloads
2018-04-07Using Bill Pugh Singleton ImplementationByteHamster
2018-04-06Actually return instance in getInstanceByteHamster
This probably fixes all those "db deleted" issues and mysterious NPEs Previously, the synchronized keyword on open() and close() was useless because it was synchronizing on different objects in each thread.
2018-04-05Showing URL for failed downloadsByteHamster
Closes #1082
2018-04-05Use generic export message instead of OPMLByteHamster
The same message is shown for HTML and OPML. Fixes #2462. Additionally, using string formatting now instead of just "+"
2018-04-04Code format just in one file (no logic change)Hannes Achleitner
2018-04-03Merge pull request #2607 from ByteHamster/content-encodedMartin Fietz
Fixes empty contentEncoded
2018-04-02Merge remote-tracking branch 'upstream/develop' into picture-in-pictureByteHamster
2018-04-02Merge remote-tracking branch 'upstream/develop' into layout-improvementsByteHamster
2018-04-02Extracted color resourceByteHamster
2018-04-01Merge pull request #2568 from ByteHamster/crashfixMartin Fietz
Fixed crash if media file exists but can not be read
2018-04-01Merge pull request #2598 from orionlee/upgrade_android_gradle_plugin_v3Martin Fietz
Upgrade android gradle plugin v3