summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-13Removed deleted receiver from manifestByteHamster
2019-06-13Merge pull request #3213 from fabolhak/add_episode_cache_summaryH. Lehmann
add pref_episode_cache_summary
2019-06-07remove german translationUnknown
2019-06-06Merge pull request #3218 from ByteHamster/mobile-downloadH. Lehmann
Clarified mobile updates setting
2019-06-05Clarified settingByteHamster
2019-06-04don't override summary value in PreferenceControllerUnknown
2019-06-03Merge pull request #3215 from ByteHamster/crashesH. Lehmann
Fixed ArrayIndexOutOfBoundsException
2019-06-03Merge pull request #3214 from ByteHamster/work-manager-disabled-auto-updateH. Lehmann
Handle disabled auto update
2019-06-03Fixed ArrayIndexOutOfBoundsExceptionByteHamster
2019-06-03Handle disabled auto updateByteHamster
2019-06-03Merge pull request #3164 from ByteHamster/work-managerH. Lehmann
Work manager
2019-06-03Upgrade preferences independently from databaseByteHamster
2019-06-03Revert "Start WorkManager on upgrade"ByteHamster
This reverts commit d372aa957781127a9d20ac1e3127c886379100d1.
2019-06-03Start WorkManager on upgradeByteHamster
2019-06-01add pref_episode_cache_summaryUnknown
2019-05-29Merge pull request #3212 from ByteHamster/issue-templateH. Lehmann
Updated to new issue template file structure
2019-05-29Updated to new issue template file structureByteHamster
2019-05-28Allow to disable auto updatesByteHamster
2019-05-28Merge branch 'develop' into work-managerByteHamster
2019-05-28Merge pull request #3210 from ByteHamster/eventbus-annotationH. Lehmann
Use annotation processor for EventBus
2019-05-28Merge pull request #3174 from skitt/spread-smart-shuffleH. Lehmann
Smart shuffle: spread episodes evenly
2019-05-28Use annotation processor for EventBusByteHamster
2019-05-28bugfix #3009 - Podcast's feed search results listed in an odd order (#3128)alimemonzx
2019-05-28Merge pull request #2709 from brad/fix-2359H. Lehmann
Display cover art for media in the widget
2019-05-28Make sure to clear old icon if loading failsByteHamster
2019-05-28Merge pull request #3043 from CedricCabessa/remaining_time_playback_speedH. Lehmann
Fixes #2197: Remaining time playback speed
2019-05-28rename category title to match with "playback speeds"Cédric Cabessa
also rename the key to be consistent with the content
2019-05-27Merge pull request #3207 from ByteHamster/sort-descriptionH. Lehmann
Sort options: 'old to new' instead of 'ascending'
2019-05-27Merge pull request #3160 from andersonvom/refactor-action-buttonH. Lehmann
Refactor action button logic
2019-05-27Replace action/callback utils with ItemActionButtonAnderson Mesquita
This just replaces all previous usages of `ActionButtonUtils` and `DefaultActionButtonCallback` with the newly created `ItemActionButton` class.
2019-05-27Extract action button utils/callback into classesAnderson Mesquita
This splits the logic in `ActionButtonUtils` and `DefaultActionButtonCallback` into multiple specialized classes to reduce duplication figuring out which button/action to use while at the same time making each individual button to have a single responsability.
2019-05-27Sort options: 'old to new' instead of 'ascending'ByteHamster
2019-05-27Merge pull request #3206 from ByteHamster/clear-text-trafficMartin Fietz
Clear text traffic in shownotes
2019-05-27Allow mixed contentByteHamster
2019-05-27Allow cleartext trafficByteHamster
2019-05-27Merge pull request #3191 from jas14/stricter-db-importH. Lehmann
Check SQLite3 magic bytes before import
2019-05-27Merge pull request #3198 from jas14/fix-3196H. Lehmann
Avoid error delivery to disposed Disposable
2019-05-23Avoid error delivery to disposed DisposableJoe Stein
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-20Check SQLite3 magic bytes before importJoe 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