summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2020-07-11Redesign filter dialogbws9000
2020-07-11Merge pull request #9 from AntennaPod/developBurt Snyder
update me
2020-07-11Merge pull request #4260 from gerardolgvr/replace-share-menu-by-dialogH. Lehmann
fixes #1215 replacing share menu by dialog
2020-07-11Add seekbar to Android 10 notificationsMarlin Sööse
Adds a seekbar which is scrubbable for the media player notification in Android 10
2020-07-10updates for share dialog and implementing new instance patternGerardo Vázquez
2020-07-07Redesign filter dialogbws9000
2020-07-07Merge pull request #8 from AntennaPod/developBurt Snyder
update me
2020-07-06Merge pull request #4269 from ByteHamster/fix-filenotfoundH. Lehmann
Fixed file not found exception after database import
2020-07-06Merge pull request #4271 from ByteHamster/disable-cacheH. Lehmann
Do not cache feeds
2020-07-06Merge pull request #4274 from ByteHamster/filename-accentsH. Lehmann
Stripping accents before generating file name
2020-07-04Fix #1560 for some remaining platforms still affectedMats Wahlberg
Added extra check in onStartCommand() for PlaybackService to check if eventTime or downTime are positive (which seems to indicate the intent was generated by a hardware button press instead of a touchscreen tap, like the lockscreen playback controls).
2020-07-03Stripping accents before generating file nameByteHamster
2020-07-02Redesign filter dialogbws9000
2020-07-02Redesign filter dialogbws9000
2020-07-02Redesign filter dialogbws9000
2020-07-02Merge pull request #7 from AntennaPod/developBurt Snyder
update me
2020-07-01updating strings xml for share dialog and share podcastGerardo Vázquez
2020-07-01Set user-agent for chapter loadingByteHamster
2020-07-01Set user-agent for file playbackByteHamster
2020-07-01Do not cache feedsByteHamster
This speeds up feed refresh but it is confusing to users if new episodes do not appear instantly.
2020-07-01Fixed file not found exception after database importByteHamster
2020-07-01Merge pull request #4266 from ramzan/developH. Lehmann
Rename "Headphones Disconnect" option
2020-06-28updating ShareDialog according to code reviewGerardo Vázquez
2020-06-27Change string pref_pauseOnHeadsetDisconnect_title to 'Headphones or ↵Ramzan
Bluetooth disconnect'
2020-06-27Redesign filter dialogbws9000
2020-06-26fixing test and ShareEpisodeDialogGerardo Vázquez
2020-06-26adding shared preferences to ShareEpisodeDialogGerardo Vázquez
2020-06-26updating share episode dialogGerardo Vázquez
2020-06-24Trimming Atom content (except GUID)ByteHamster
2020-06-21Using state lists for colorsByteHamster
2020-06-21Redesign filter dialogbws9000
2020-06-16Better parser errorsByteHamster
2020-06-14Merge pull request #4232 from ByteHamster/fix-crash-loading-chaptersH. Lehmann
Fixed crash when loading chapters fails
2020-06-11Send play intent if service state is unknownByteHamster
2020-06-09Fixed crash when loading chapters failsByteHamster
2020-05-29Added auto skip feed settings iconByteHamster
2020-05-29Updated translationsByteHamster
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-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-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-22Fixed wrong translationByteHamster
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