Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-22 | Merge pull request #2657 from ByteHamster/more-invalid-positions | Martin Fietz | |
Ignore more invalid positions | |||
2018-04-22 | Ignore more invalid positions | ByteHamster | |
2018-04-22 | Merge pull request #2656 from ByteHamster/mark-all-played | Martin Fietz | |
Added warning to 'Mark all played' | |||
2018-04-22 | Merge pull request #2654 from ydinath/ReplaceDeprecatedLang3Methods | Martin Fietz | |
Replace deprecated org.apache.commons.lang3 methods | |||
2018-04-22 | Merge pull request #2639 from ByteHamster/fix-play-button | Martin Fietz | |
Don't pause directly after starting | |||
2018-04-22 | Merge pull request #2641 from ByteHamster/feed-info-and-settings | Martin Fietz | |
Split feed info and settings | |||
2018-04-22 | Merge pull request #2636 from ByteHamster/feature-graphic | Martin Fietz | |
Added feature graphic | |||
2018-04-22 | Merge pull request #2637 from ByteHamster/apply-actions | Martin Fietz | |
Changed batch edit icon and name | |||
2018-04-22 | Merge pull request #2506 from ByteHamster/picture-in-picture | Martin Fietz | |
Added Picure in picture | |||
2018-04-22 | Merge pull request #2629 from ByteHamster/different-string | Martin Fietz | |
Split up two different uses of the string 'New' | |||
2018-04-21 | Added warning to 'Mark all played' | ByteHamster | |
Closes #2643 | |||
2018-04-21 | Fix formatting | ydinath | |
2018-04-21 | Replace deprecated org.apache.commons.lang3 methods with ↵ | ydinath | |
org.apache.commons.text methods | |||
2018-04-17 | Merge pull request #2644 from ByteHamster/progress-bar | Martin Fietz | |
Ignore invalid position updates | |||
2018-04-17 | Ignore invalid position updates | ByteHamster | |
Closes #2642 | |||
2018-04-13 | Allow to select text | ByteHamster | |
2018-04-13 | Don't show keyboard when opening feed settings | ByteHamster | |
2018-04-13 | Use better header in feed info and settings | ByteHamster | |
2018-04-13 | Moved info and settings button closer together | ByteHamster | |
2018-04-13 | Split feed info and settings | ByteHamster | |
2018-04-12 | Don't pause directly after starting | ByteHamster | |
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-12 | Added feature graphic | ByteHamster | |
2018-04-11 | Changed batch edit icon and name | ByteHamster | |
Closes #1146 | |||
2018-04-11 | Allow to continue playback when leaving player | ByteHamster | |
2018-04-09 | Using compat method | ByteHamster | |
2018-04-09 | Removing PiP option for unsupported devices | ByteHamster | |
2018-04-09 | Prepare for 1.6.51.6.5 | Martin Fietz | |
2018-04-09 | Allow to enter PiP automatically | ByteHamster | |
2018-04-09 | Split up two different uses of the string 'New' | ByteHamster | |
Closes #2348 | |||
2018-04-09 | Added checks for PiP support | ByteHamster | |
2018-04-08 | Merge branch 'develop' into picture-in-picture | ByteHamster | |
2018-04-07 | Update translations | Martin Fietz | |
2018-04-07 | Prepare for 1.6.5-RC1 | Martin Fietz | |
2018-04-07 | Merge pull request #2618 from hannesa2/AndroidStudio_3.1 | Martin Fietz | |
update to AndroidStudio 3.1 | |||
2018-04-07 | Merge pull request #2626 from ByteHamster/failed-url | Martin Fietz | |
Showing URL for failed downloads | |||
2018-04-07 | Merge pull request #2627 from ByteHamster/get-instance-fix | Martin Fietz | |
Actually return instance in getInstance | |||
2018-04-07 | Removed unneeded background | ByteHamster | |
2018-04-07 | Using Bill Pugh Singleton Implementation | ByteHamster | |
2018-04-06 | Actually return instance in getInstance | ByteHamster | |
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-05 | Merge pull request #2625 from ByteHamster/focus | Martin Fietz | |
Allow to focus settings button | |||
2018-04-05 | Merge pull request #2624 from ByteHamster/opml-import | Martin Fietz | |
Added OPML import option next to the export option | |||
2018-04-05 | Merge pull request #2623 from ByteHamster/webview-cache | Martin Fietz | |
Even use expired cache if there is no network | |||
2018-04-05 | Merge pull request #2622 from ByteHamster/opml-success-message | Martin Fietz | |
Use generic export message instead of OPML | |||
2018-04-05 | Merge pull request #2621 from ByteHamster/scroll_import_export | Martin Fietz | |
Added scrolling to Import/Export | |||
2018-04-05 | Showing URL for failed downloads | ByteHamster | |
Closes #1082 | |||
2018-04-05 | Allow to focus settings button | ByteHamster | |
Without this change, it seems like the sidebar is not usable by using arrow keys only. Related to #445. | |||
2018-04-05 | Added OPML import option next to the export option | ByteHamster | |
Fixes #2315 | |||
2018-04-05 | Even use expired cache if there is no network | ByteHamster | |
Closes #2260 | |||
2018-04-05 | Use generic export message instead of OPML | ByteHamster | |
The same message is shown for HTML and OPML. Fixes #2462. Additionally, using string formatting now instead of just "+" | |||
2018-04-05 | Added scrolling to Import/Export | ByteHamster | |
Fixes #2582 |