summaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Collapse)Author
2019-09-27#3387 permission prompt - add warning icon to make it stand out.orionlee
2019-09-27#3387 use ACCESS_FINE_LOCATION per Google feedbackorionlee
https://issuetracker.google.com/issues/140696830
2019-09-27#3387 ask for location permission for Wi-Fi filter UI on Android 10+.orionlee
2019-09-27#3387 new permission for WiFi filter UI be compatible with Android 10+orionlee
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-21#2977 fix incorrect "share podcast url" labelorionlee
2019-09-21Merge pull request #3354 from ByteHamster/display-buffer-stateH. Lehmann
Displaying buffer state with ExoPlayer
2019-09-21Merge pull request #3433 from ByteHamster/bug-report-sectionH. Lehmann
Bug report section
2019-09-20Merge pull request #3403 from ByteHamster/follow-system-themeH. Lehmann
Add option to follow system theme
2019-09-20Merge pull request #3369 from ByteHamster/playback-speed-iconH. Lehmann
Added playback speed icon
2019-09-20Added button to view mailing listByteHamster
2019-09-20Updated FAQ icon and textByteHamster
2019-09-20Renamed crash report to bug reportByteHamster
2019-09-20Removed link to known issuesByteHamster
2019-09-20Merge pull request #3414 from ByteHamster/bug-report-screenH. Lehmann
Added screen that shows crash info
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 branch 'develop' into lock-queueH. Lehmann
2019-09-20Merge pull request #3421 from ByteHamster/removed-unused-resourcesH. Lehmann
Removed unused resources
2019-09-20Merge pull request #3424 from ByteHamster/preferences-applyH. Lehmann
Calling apply() on preferences edit
2019-09-20Merge pull request #3422 from ByteHamster/fix-id-languageH. Lehmann
Fixed indonesian translation folder
2019-09-20Merge pull request #3425 from ByteHamster/cleanupH. Lehmann
Removed unused code
2019-09-20Updated translationsByteHamster