summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-27Sort options: 'old to new' instead of 'ascending'ByteHamster
2019-05-22Merge pull request #3199 from jas14/fix-3197H. Lehmann
Fix scheduling tasks on shutdown executor
2019-05-21Fix scheduling tasks on shutdown executorJoe Stein
2019-05-21Added test for shutdown/widget updater race in PSTMJoe Stein
2019-05-19Merge pull request #3136 from andersonvom/developH. Lehmann
Add progress bar with space information to data folder selection dialog
2019-05-19Merge pull request #3193 from ByteHamster/logcat-release-buildH. Lehmann
No longer try to remove log
2019-05-19Improve space wording on choose data folder dialogAnderson Mesquita
This makes it clear that the number refers to the **free** space left on the device, as opposed to the total space available.
2019-05-19Add space usage bar to data folder dialogAnderson Mesquita
This displays a progress bar with the amount of used/free space in each storage location to make it easier to identify storage devices. This is particularly useful for devices that use non-standard names. Reference: #3049
2019-05-19Extract data folder dialog layoutAnderson Mesquita
This is in preparation to add a progress bar displaying the amount of used/free space in the dialog (#3049). Since we'll need a custom view to do it, this extracts the layout beforehand.
2019-05-19Extract methods in ChooseDataFolderDialogAnderson Mesquita
This makes the main `showDialog()` method a bit shorter by extracting behavior into shorter methods.
2019-05-19No longer try to remove logByteHamster
2019-05-19Merge pull request #3165 from ByteHamster/opml-import-mismatchH. Lehmann
Removed opml pick action
2019-05-19Merge pull request #3109 from ByteHamster/eventbus-v3H. Lehmann
Eventbus v3
2019-05-19Merge pull request #3129 from mfietz/gradle-5.4H. Lehmann
Update to gradle 5.4
2019-05-19No longer need to listen to serviceEvent. PlaybackController does that ↵ByteHamster
automatically
2019-05-19Fixed crashByteHamster
2019-05-19Merge branch 'develop' into eventbus-v3ByteHamster
2019-05-19Merge pull request #3177 from andersonvom/fix-episodes-searchbarH. Lehmann
Prevent actionbar items from moving when searching for episodes
2019-05-19Merge pull request #3159 from andersonvom/3024-itunes-duration-formatMartin Fietz
Handle iTunes single-number duration format
2019-05-19Merge pull request #3162 from andersonvom/2853-chapter-scrollingMartin Fietz
Scroll to chapter currently being played
2019-05-19Merge pull request #3108 from ByteHamster/attr-redeclarationH. Lehmann
Fixed attr redeclaration
2019-05-19Merge pull request #3172 from andersonvom/3169-cover-fragment-small-screenMartin Fietz
Fix cover fragment in small screens
2019-05-19Merge pull request #3168 from ByteHamster/about-open-browserMartin Fietz
About screen: Open web links in browser
2019-05-19Merge pull request #3190 from jas14/enable-ethernet-autodlMartin Fietz
Enable autodownload over Ethernet
2019-05-18Enable autodownload over EthernetJoe Stein
2019-05-17Bumped version to 1.7.2b1.7.2bByteHamster
2019-05-17Merge pull request #3188 from ByteHamster/revert-playbackservice-changesH. Lehmann
Revert playbackservice changes
2019-05-17Moved notification setup to new classByteHamster
2019-05-17Added logging in cases where service did not know how to handle intentByteHamster
2019-05-17Do not try to display notification two timesByteHamster
The Thread is interrupted which leads to an empty notification
2019-05-17Cherry-Pick: Add a generic java8-like Optional classorionlee
For use with RxJava2 where null was to be returned (RxJava2 requires non-null). Cherry-picked from PR #2954
2019-05-17Revert "Merge pull request #2954 from ↵ByteHamster
orionlee/bugfix_phantom_notification_rework_2716" This reverts commit 643173de14ade8acfa5e6b92464482c7402e172e, reversing changes made to f2d103736d20bca481817808ee73b240fc2f7be4.
2019-05-15Merge pull request #3182 from ByteHamster/illegalstate-fixH. Lehmann
Do not deliver result if view is destroyed
2019-05-14Do not deliver result if view is destroyedByteHamster
2019-05-12Bumped version to 1.7.2ByteHamster
2019-05-12Updated contributorsByteHamster
2019-05-12Taking Transifex password from transifexrcByteHamster
2019-05-12Merge pull request #3179 from ByteHamster/io-main-threadH. Lehmann
Do not query database on main thread
2019-05-12Do not query database on main threadByteHamster
2019-05-11Prevent actionbar items from moving when searchingAnderson Mesquita
Previously, when the user clicked the search button, the context menu would be hidden and the refresh button would move way too close to the edge of the screen. This makes sure that when a user clicks the search button on the episodes screen, the remaining actionbar items (refresh and context menu) stay where they are.
2019-05-08Bumped version to 1.7.2-RC5ByteHamster
2019-05-08Merge pull request #3166 from ByteHamster/fix-some-testsH. Lehmann
Fixed some integration tests
2019-05-08Do not deadlockByteHamster
The Android internal media player blocks its `start()` call until the seek listener completes. The seek listener is called on the main thread even though `start()` is called on the executor. This makes the main thread wait for the lock and the executor (which has the lock) wait for the main thread to finish the call to the listener.
2019-05-08Fix cover fragment in small screensAnderson Mesquita
The cover fragment would hide both podcast and episode names in small screen devices or multi-window mode. This replaces the deprecated PercentRelativeLayout in favor of a regular LinearLayout with weights to make sure that each section of the fragment (podcast title, image, episode name) will have the necessary space in the screen. Since PercentRelativeLayout was only being used here, it also removes the dependencies from the gradle files. Closes: #3169
2019-05-08Fixed NPEByteHamster
2019-05-07Open web links in browserByteHamster
2019-05-07Updated translationsByteHamster
2019-05-07Bumped version to 1.7.2-RC4ByteHamster
2019-05-07Merge pull request #3167 from ByteHamster/threadingH. Lehmann
Fixed threading bugs in Sonic
2019-05-07Updated release notesByteHamster