summaryrefslogtreecommitdiff
path: root/core/src/main/java/de/danoeh/antennapod
AgeCommit message (Expand)Author
2018-05-06Fix possible missing sync callsByteHamster
2018-05-06Code style improvementsByteHamster
2018-05-06Moved auto update handling to new classByteHamster
2018-05-06Using callback instead of sync/async methodsByteHamster
2018-05-05Migrated Gpodnet to JobIntentService, so it does not need notificationByteHamster
2018-05-05Fixed widget if service is not runningByteHamster
2018-05-05Moved widget from app to coreByteHamster
2018-05-05Switched widget to JobIntentServiceByteHamster
2018-05-04Persist job through rebootByteHamster
2018-05-04Notify system when job is doneByteHamster
2018-05-04Review changes #2ByteHamster
2018-05-04Review changesByteHamster
2018-05-03Fixed fresh install crashByteHamster
2018-05-03Added JobScheduler for feed updatesByteHamster
2018-05-03Start PlaybackService lazily to allow using ForegroundServiceByteHamster
2018-05-03Added notification categoriesByteHamster
2018-05-03Updated build toolsByteHamster
2018-04-30* Using Camel Case for methodsmr-intj
2018-04-27Added "Random" and "Smart Shuffle" items at the bottom of the Queue|Sort menu.mr-intj
2018-04-22Disable items correctly in autodownloadByteHamster
2018-04-22Merge pull request #2654 from ydinath/ReplaceDeprecatedLang3MethodsMartin Fietz
2018-04-22Merge pull request #2639 from ByteHamster/fix-play-buttonMartin Fietz
2018-04-21Fix formattingydinath
2018-04-21Replace deprecated org.apache.commons.lang3 methods with org.apache.commons.t...ydinath
2018-04-12Don't pause directly after startingByteHamster
2018-04-11Allow to continue playback when leaving playerByteHamster
2018-04-09Removing PiP option for unsupported devicesByteHamster
2018-04-09Allow to enter PiP automaticallyByteHamster
2018-04-07Merge pull request #2618 from hannesa2/AndroidStudio_3.1Martin Fietz
2018-04-07Using Bill Pugh Singleton ImplementationByteHamster
2018-04-06Actually return instance in getInstanceByteHamster
2018-04-04Code format just in one file (no logic change)Hannes Achleitner
2018-04-03Merge pull request #2607 from ByteHamster/content-encodedMartin Fietz
2018-04-01Merge pull request #2568 from ByteHamster/crashfixMartin Fietz
2018-03-23Remove nested ifByteHamster
2018-03-23Use description for shownotes if it is longer than contentEncodedByteHamster
2018-03-23Fixes empty contentEncodedByteHamster
2018-03-22Fixed crash if media file exists but can not be readByteHamster
2018-03-18Merge pull request #2569 from ByteHamster/white-iconMartin Fietz
2018-03-18Merge pull request #2574 from ByteHamster/forensicsMartin Fietz
2018-03-04Fix possible NPE accessing image.download_urlJan Niehusmann
2018-02-20Backup corrupted dbByteHamster
2018-02-17Removed large iconByteHamster
2018-01-24Merge pull request #2550 from ByteHamster/download-rangeMartin Fietz
2018-01-23Hotfix for servers not accepting the Range headerByteHamster
2018-01-22Merge pull request #2549 from AntennaPod/bugfix/corrupt-databaseMartin Fietz
2018-01-22Synchronize opening and closing of the databaseMartin Fietz
2018-01-21Merge branch 'develop' into stringbuilderMartin Fietz
2018-01-21Prefer StringBuilder over StringBufferAndrew Gaul
2018-01-21Inline variablesMartin Fietz