summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-24Respect coding standardydinath
2018-04-23canGoBack doesn't work consistently when using loadDataWithBaseURL. Update ↵ydinath
old logic to allow depth > 1. https://stackoverflow.com/questions/2686933/android-webview-can-render-html-going-forward-but-not-backward https://stackoverflow.com/questions/14948652/webview-cangoback-not-working-when-using-loaddatawithbaseurl/15074071#15074071
2018-04-22Merge branch 'develop' into exo-playerByteHamster
2018-04-22Fixed crash when changing settingsByteHamster
Looking at Fragment1, clicking Fragment2 Fragment2.onCreate Fragment2.onResume Fragment1.onPause <- This sets PreferenceUI to Fragment1, so onClickListeners in Fragment2 now have a reference to the wrong fragment
2018-04-22Removed duplicate StringByteHamster
2018-04-22Merge branch 'develop' into exo-playerByteHamster
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-22Actually renamy downloads to networkByteHamster
2018-04-22Renamed downloads to networkByteHamster
2018-04-22Disable items correctly in autodownloadByteHamster
2018-04-22MasterSwitchPreferenceByteHamster
2018-04-22Moved autodownload to new fileByteHamster
2018-04-22Automation categoryByteHamster
2018-04-22Merge pull request #2564 from xisberto/adaptive_iconMartin Fietz
Adaptive icon
2018-04-22Fixed miniplayer position after startByteHamster
Casting magic values to int is not a good idea...
2018-04-22Merge branch 'develop' into preference-reworkByteHamster
2018-04-22Merge pull request #2657 from ByteHamster/more-invalid-positionsMartin Fietz
Ignore more invalid positions
2018-04-22Merge branch 'develop' into exo-playerByteHamster
2018-04-22Ignore more invalid positionsByteHamster
2018-04-22Merge pull request #2656 from ByteHamster/mark-all-playedMartin Fietz
Added warning to 'Mark all played'
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 #2636 from ByteHamster/feature-graphicMartin Fietz
Added feature graphic
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-22Merge pull request #2629 from ByteHamster/different-stringMartin Fietz
Split up two different uses of the string 'New'
2018-04-21Added warning to 'Mark all played'ByteHamster
Closes #2643
2018-04-21Variable for exoplayer versionByteHamster
2018-04-21CleanupByteHamster
2018-04-21Added ExoPlayer settingByteHamster
2018-04-21Fix formattingydinath
2018-04-21Replace deprecated org.apache.commons.lang3 methods with ↵ydinath
org.apache.commons.text methods
2018-04-20Use single instead of fromCallableydinath
2018-04-20Remove unncessary inportheckler01
2018-04-20Fix typosheckler01
2018-04-20Remove unnecessary version checkheckler01
2018-04-20Let webview handle if it can go back. When navigating the links, depth would ↵heckler01
increment, but never return to 0, and then get stuck on the about page.
2018-04-20Replace deprecated create((Observable.OnSubscribe<T>)heckler01
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-19Fixed some warningsByteHamster
2018-04-19Added streaming supportByteHamster
2018-04-19Added ExoPlayerByteHamster
2018-04-17Merge pull request #2644 from ByteHamster/progress-barMartin Fietz
Ignore invalid position updates
2018-04-17Ignore invalid position updatesByteHamster
Closes #2642