summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-02Do not allocate space for arrays that do not need to be allocatedByteHamster
2020-01-02Removed custom ArrayList implementation that was only used in one locationByteHamster
2020-01-02Removed unused methodsByteHamster
2020-01-02Replaced custom background with selectableItemBackgroundByteHamster
2020-01-02Removed API checksByteHamster
2020-01-02Do not enqueue on main tread (database IO)ByteHamster
2020-01-01Merge pull request #3713 from ByteHamster/initialize-variable-before-useH. Lehmann
2020-01-01Increased search performanceByteHamster
2020-01-01Added progress bar to episode searchByteHamster
2020-01-01Initialize variable directly before usingByteHamster
2019-12-31Merge pull request #3712 from ByteHamster/fix-options-menu-search-resultsH. Lehmann
2019-12-31Fix not showing options menu for search resultsByteHamster
2019-12-31Merge pull request #3709 from ByteHamster/fix-feed-update-crashH. Lehmann
2019-12-30remove check of media typeMax Bechtold
2019-12-29Fixed ArrayIndexOutOfBoundsException when updating feedsByteHamster
2019-12-29provide drawable for volume adaption settingMax Bechtold
2019-12-29unregister volume adaption receiverMax Bechtold
2019-12-24Bumped to version to 1.8.0-RC5ByteHamster
2019-12-24Updated translationsByteHamster
2019-12-24Merge pull request #3707 from ByteHamster/animate-feed-settingsH. Lehmann
2019-12-24Switched to less demanding animationByteHamster
2019-12-23Prevent animating feed settings rowsByteHamster
2019-12-21resolve review remarks w.r.t naming: volume reduction -> volume adaptionMax Bechtold
2019-12-21Merge remote-tracking branch 'upstream/develop' into feat/simple-adjust-volum...Max Bechtold
2019-12-20Merge pull request #3696 from ByteHamster/white-on-whiteH. Lehmann
2019-12-20Merge pull request #3695 from ByteHamster/playback-icon-sizeH. Lehmann
2019-12-20Merge pull request #3698 from ByteHamster/fix-mark-played-buttonH. Lehmann
2019-12-20Merge pull request #3654 from ByteHamster/emulator-testH. Lehmann
2019-12-20Only run emulator tests on pull requestsByteHamster
2019-12-20Fixed mark played button not workingByteHamster
2019-12-19Ignore more playback related tests on CIByteHamster
2019-12-19Fixed white on white text in authentication dialogByteHamster
2019-12-19Fixed playback speed icon mismatchByteHamster
2019-12-19Bumped to version to 1.8.0-RC4ByteHamster
2019-12-19Merge pull request #3694 from ByteHamster/optionsitem-crashH. Lehmann
2019-12-19Do not crash when clicking menu items while loadingByteHamster
2019-12-19Updated translationsByteHamster
2019-12-17Merge pull request #3689 from ByteHamster/signal-unread-changeH. Lehmann
2019-12-17Signal unread items update after downloadingByteHamster
2019-12-15Merge pull request #3687 from ByteHamster/cancel-notification-updaterH. Lehmann
2019-12-15Merge pull request #3685 from ByteHamster/reset-position-currently-playingH. Lehmann
2019-12-15Cancel notification after cancelling notification updaterByteHamster
2019-12-14Stop playback when resetting position of currently playing itemByteHamster
2019-12-13Merge pull request #3681 from ByteHamster/add-logging-feeditemH. Lehmann
2019-12-13Merge pull request #3683 from ByteHamster/extract-stringH. Lehmann
2019-12-13Extracted string resourceByteHamster
2019-12-12Ignore PlaybackTest on CIByteHamster
2019-12-12Read current media from preferences instead of activity->fragment->controllerByteHamster
2019-12-12Making sure to not click the wrong listByteHamster
2019-12-12Try to kill playback service but do not fail if it does not stopByteHamster