summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2020-02-12Reformatted vorbis reader for readabilityByteHamster
2020-02-12Merge pull request #3857 from ByteHamster/play-button-resolutionH. Lehmann
Replaced playback images with vector version
2020-02-12Fixed other square imagesByteHamster
2020-02-12Replaced images with vector versionByteHamster
2020-02-12Load range onlyByteHamster
2020-02-12Removed mime typeByteHamster
2020-02-12Fixed Glide not caching chapter imagesByteHamster
2020-02-12Added ChapterImageModelLoaderByteHamster
2020-02-12Store embedded chapter informationByteHamster
2020-02-12Added id3 chapter image readerByteHamster
2020-02-12Initial database support for chapter imagesByteHamster
2020-02-12Updated player screen appearanceByteHamster
2020-02-12Increase blurred image sizeByteHamster
Today's screens have a much better resolution than a few years ago when this code was created. Use 1/3 of the target size of the image instead of a fixed size. The transformed image is cached by Glide, so the transformation does not need to be done multiple times. This way, the images look a lot better (because they are not stretched to be displayed).
2020-02-12Merge pull request #3827 from ByteHamster/extract-queue-item-viewH. Lehmann
Rewrite list item display
2020-02-1030dp buttons for notification / lock screen (play, fwd, rewind) buttons (#3840)Tony Tam
2020-02-09Merge pull request #3845 from ByteHamster/set-file-size-after-downloadH. Lehmann
Set file size after downlaod
2020-02-08do not infinite download on 410, 400Tony Tam
2020-02-08Set file size after downlaodByteHamster
Fixes media size being unknown even if item is downloaded
2020-02-08Do not return true in handleKeycode if nothing was doneByteHamster
2020-02-06Updated running downloads listByteHamster
2020-02-06Updated download log listByteHamster
2020-02-05Using unified item view in search fragmentByteHamster
2020-02-05Merge branch 'develop' into extract-queue-item-viewByteHamster
2020-02-05Made a bit more spaceByteHamster
2020-02-05Merge branch 'master' into developByteHamster
2020-02-05Merge pull request #3830 from ByteHamster/search-podcastsH. Lehmann
Improved search function
2020-02-05Increase touchable areaByteHamster
2020-02-05Replaced eye icon with video camByteHamster
2020-02-05Removed search stringsByteHamster
2020-02-05Do not search in chaptersByteHamster
This speeds up searching a LOT. I hope that most podcasts use good descriptions and we do not need to search for chapters. Podcasts outside of Germany use chapters only very infrequently.
2020-02-05Merge pull request #3787 from ByteHamster/splash-for-all-screensH. Lehmann
Display splash for all screens
2020-02-05Merge pull request #3831 from ByteHamster/verify-databaseH. Lehmann
Verify database version before import
2020-02-05Verify database version before importByteHamster
2020-02-05Search for feeds separatelyByteHamster
2020-02-04Fixed search returning duplicatesByteHamster
2020-02-04Cleaned up layoutByteHamster
2020-02-04Update strings.xmlKeunes
With the removal of the subheading (#3811), it isn't clear anymore when AP will vibrate. This will clarify the function/checkbox.
2020-02-04Merge pull request #3825 from ByteHamster/do-not-linkify-durationH. Lehmann
Do not linkify shownotes duration
2020-02-04Extract queue item holder to new classByteHamster
First step to use a single item holder in the future
2020-02-04Moved css to readable file instead of variableByteHamster
2020-02-04Do not add timecode link if timecode equals durationByteHamster
2020-02-03Merge pull request #3820 from ByteHamster/checkstyleH. Lehmann
Enforce more checkstyle rules
2020-02-03Merge pull request #3819 from ByteHamster/notify-default-playback-speedH. Lehmann
Update speed when changing feed defaults
2020-02-02Enforce SeparatorWrapByteHamster
2020-02-02Enforce MethodParamPadByteHamster
2020-02-02Enforce method namesByteHamster
2020-02-02Enforce valid javadocByteHamster
2020-02-02Update speed when changing feed defaultsByteHamster
2020-02-02Merge pull request #3818 from ByteHamster/fix-link-crashH. Lehmann
Fixed crash when tapping external link in shownotes
2020-02-02Fixed crash when tapping external link in shownotesByteHamster