summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Collapse)Author
2019-09-29Merge pull request #3461 from ByteHamster/do-not-notify-cancelled-downloadsH. Lehmann
Do not notify cancelled downloads
2019-09-28Enabled more checkstyle rulesByteHamster
2019-09-28Sending event if download was cancelledByteHamster
2019-09-28Do not notify cancelled downloadsByteHamster
2019-09-27Merge branch 'master' into developByteHamster
2019-09-27Merge pull request #3458 from ByteHamster/store-foreground-state-correctlyH. Lehmann
Fixed another phantom service is running notification
2019-09-27Fixed another phantom service is running notificationByteHamster
Steps to reproduce: - Send STOP key two times - Service starts foreground but does not stop again because stateManager does not know about foreground state
2019-09-26Merge pull request #3453 from ByteHamster/refresh-subscriptions-viewH. Lehmann
Added refresh item to subscriptions view
2019-09-26Refactored method for readabilityByteHamster
2019-09-26Merge pull request #3455 from ByteHamster/rxjava-bufferingH. Lehmann
Using RxJava to update buffering
2019-09-26Merge pull request #3450 from ByteHamster/undeliverable-exceptionH. Lehmann
Fixed crashes when leaving search fragments
2019-09-26Using RxJava to update bufferingByteHamster
2019-09-26Merge pull request #3451 from ByteHamster/fix-no-browser-installedH. Lehmann
Fixed crash if there is no browser installed
2019-09-26Merge pull request #3452 from ByteHamster/transparent-outlineH. Lehmann
Removed transparent notification button outline
2019-09-25Removed transparent notification button outlineByteHamster
2019-09-25Fixed crash if there is no browser installedByteHamster
2019-09-25Fixed crashes when leaving search fragmentsByteHamster
2019-09-25Fixed HTTP redirects in ExoPlayerByteHamster
2019-09-24auto feed update mini-refactor: move periodic update entry point method from ↵orionlee
UserPreference to AutoUpdateManager
2019-09-24auto feed update - make the calls from UI use background thread rather than ↵orionlee
WorkManager to ensure the updates are immediate.
2019-09-24change refreshAllFeeds() main thread call guard to exception.orionlee
2019-09-24remove unnecessary thread DBTasks.refreshAllFeeds(): it is invoked by ↵orionlee
FeedUpdateWorker in background only.
2019-09-24Make feed update work IDs not dependent on classname to avoid accidental ↵orionlee
changing of IDs due to class refactoring.
2019-09-24simplify param logic (getInputData() is @NonNull)orionlee
2019-09-24prevent deadlock in case auto feed update is blocked per review.orionlee
2019-09-24Refactor automatic feed update - remove extra threads no longer necessary.orionlee
2019-09-24Merge pull request #3441 from ByteHamster/circleci-improvementsH. Lehmann
Circleci improvements
2019-09-24Fixed checkstyle violationsByteHamster
2019-09-23SSL android 4 fix - fix code stylesorionlee
2019-09-23SSL fix On Android 4.4 for certain web sites.orionlee
2019-09-21Merge pull request #3354 from ByteHamster/display-buffer-stateH. Lehmann
Displaying buffer state with ExoPlayer
2019-09-20Merge branch 'develop' into follow-system-themeH. Lehmann
2019-09-20Merge pull request #3408 from ByteHamster/update-speed-button-textH. Lehmann
Allow to set playback speed while service is not running
2019-09-20Merge pull request #3423 from ByteHamster/notification-icon-keyH. Lehmann
Updated key notification icon
2019-09-20Update playback speed button if service is not runningByteHamster
2019-09-20Merge pull request #3424 from ByteHamster/preferences-applyH. Lehmann
Calling apply() on preferences edit
2019-09-14Removed unused codeByteHamster
2019-09-14Calling apply() on preferences editByteHamster
2019-09-14Updated key notification iconByteHamster
Notification icons must be white and square
2019-09-11Fixed widget if playbackservice is not runningByteHamster
2019-09-10Merge pull request #3399 from ByteHamster/remove-unused-colorH. Lehmann
Removed unused color resource
2019-09-10Add option to follow system themeByteHamster
2019-09-10Restart service when re-gaining audio focusByteHamster
2019-09-09Removed unused color resourceByteHamster
2019-09-09Fixed receiving audio events after service shutdownByteHamster
2019-09-06Making sure that intents are not overwrittenByteHamster
2019-09-03Merge pull request #3371 from ByteHamster/notification-action-foregroundH. Lehmann
Executing notification actions in foreground
2019-09-03Executing notification actions in foregroundByteHamster
2019-09-02Do not crash when cancelling gpodder podcast loadingByteHamster
2019-09-01Also ignore undeliverable InterruptedIOExceptionsByteHamster