summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-10Merge pull request #4233 from ByteHamster/increase-contrastH. Lehmann
Increase contrast of played items
2020-06-09Increase contrast of played itemsByteHamster
2020-06-07Merge pull request #4225 from ByteHamster/support-channelsH. Lehmann
Updated forum link
2020-06-07Merge pull request #4226 from ByteHamster/infrastructureH. Lehmann
Added infrastructure documentation
2020-06-07Added infrastructure documentationByteHamster
2020-06-06Updated forum linkByteHamster
2020-05-30Merge pull request #4205 from ByteHamster/skip-iconH. Lehmann
Feed settings skip icon
2020-05-29Added test for feed settings screenByteHamster
2020-05-29Added auto skip feed settings iconByteHamster
2020-05-29Bumped version to 2.0.0-RC4ByteHamster
2020-05-29Updated contributors listByteHamster
2020-05-29Updated translationsByteHamster
2020-05-29Merge pull request #4199 from ByteHamster/playback-service-optimizationsH. Lehmann
Playback service optimizations
2020-05-29Do not show service running notification on onCreateByteHamster
Sometimes (Bluetooth/Android Auto), the service is created and then just bound to. That means that onStartCommand is never called. This causes a persistent notification. Just in case the notification is somehow still shown to users, modified the message to tell them how to hide it.
2020-05-29Load queue in backgroundByteHamster
2020-05-29Merge pull request #4197 from ByteHamster/unique-intentsH. Lehmann
Unique intents
2020-05-27Merge pull request #4198 from ByteHamster/fix-npeH. Lehmann
Fixed NPE
2020-05-27Fixed NPEByteHamster
2020-05-27Made notification IDs uniqueByteHamster
2020-05-27Cleaned up unused IDsByteHamster
2020-05-27Made PendingIntent request codes uniqueByteHamster
2020-05-25Merge pull request #4192 from ByteHamster/fix-new-labelH. Lehmann
Fixed new label
2020-05-25Fixed new labelByteHamster
2020-05-24Merge pull request #4106 from malockin/export-favoritesH. Lehmann
Export favourites
2020-05-24Use replace instread of replaceAll & fix typomalockin
2020-05-23Merge pull request #4184 from ByteHamster/fix-wrong-stringH. Lehmann
Fixed wrong translation
2020-05-23Cleaner CSS, item templatesmalockin
Moved favorite item CSS to main template file. Added template files for feed information and favorite episode information, reducing in-line HTML usage in Java code.
2020-05-22Merge pull request #4181 from ByteHamster/tests-clearH. Lehmann
Disabled auto update for tests
2020-05-22Fixed wrong translationByteHamster
2020-05-21Bumped version to 2.0.0-RC3ByteHamster
2020-05-21Disabled auto update for testsByteHamster
2020-05-21Merge pull request #4180 from ByteHamster/transifex-pluralH. Lehmann
Make transifex happy by providing two plural forms
2020-05-21Make transifex happy by providing two plural formsByteHamster
2020-05-21Merge pull request #4177 from ByteHamster/stop-button-onlinefeedviewH. Lehmann
Added button to stop previewed episode
2020-05-21Merge pull request #4179 from ByteHamster/upper-case-url-schemeH. Lehmann
URL schemes are case insensitive
2020-05-21URL schemes are case insensitiveByteHamster
2020-05-21Added button to stop previewed episodeByteHamster
2020-05-21Merge pull request #4176 from ByteHamster/do-not-resize-seekbarH. Lehmann
Do not resize seekbar to make it easier to grab
2020-05-20Do not resize seekbar to make it easier to grabByteHamster
2020-05-20Merge pull request #4173 from ByteHamster/retry-gpodderH. Lehmann
Retry gpodder sync before notifying
2020-05-20Merge pull request #4172 from ByteHamster/fix-wrong-enqueueH. Lehmann
Fixed enqueueing wrong items on playback
2020-05-20Merge pull request #4174 from ByteHamster/ui-adjustmentsH. Lehmann
Ui adjustments
2020-05-20More spacing for playback controlsByteHamster
2020-05-20Sleep timer adjustmentsByteHamster
- Close button instead of OK - Save settings on-the-fly
2020-05-20Retry gpodder sync before notifyingByteHamster
2020-05-20Fixed enqueueing wrong items on playbackByteHamster
2020-05-16Merge pull request #4162 from ByteHamster/fixes-without-durationH. Lehmann
Various fixes for feeds that do not specify duration
2020-05-16Merge pull request #4120 from TacoTheDank/developH. Lehmann
Clean up some non-code files
2020-05-16cleaner presentationmalockin
Removed square brackets from around links, and added grey lines to separate the listed episodes.
2020-05-16Merge pull request #4150 from ByteHamster/fix-feed-newlinesH. Lehmann
Fixed feeds with newlines in their image tags