summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2018-07-07Assume version 2.0 for RSS if property is missingMartin Fietz
2018-07-06Better feed parser errorsByteHamster
2018-07-04Added Exoplayer to new methodByteHamster
2018-07-04Merge branch 'develop' into exo-playerByteHamster
2018-07-04Only highlight currently playing item if playback service is runningByteHamster
Killing the service while playing left the queue entry highlighted
2018-07-04Merge branch 'develop' into playbackservice-improvementsByteHamster
2018-06-26Merge pull request #2718 from ByteHamster/broadcastsH. Lehmann
Limit broadcasts to current app
2018-06-10Applied suggestionsByteHamster
2018-06-10Do not call error handler when shutting down playback serviceByteHamster
2018-06-08Merge branch 'develop' into prevent-thrashingH. Lehmann
2018-06-08Merge branch 'develop' into remove-unused-codeH. Lehmann
2018-06-08Merge branch 'develop' into exo-playerByteHamster
2018-06-08Merge pull request #2726 from ByteHamster/feedimageH. Lehmann
Removed FeedImage
2018-06-08Removed delibertate fallthroughByteHamster
2018-06-08Fixed image url of FeedByteHamster
2018-06-06Merge pull request #2728 from ByteHamster/alifeflow-developMartin Fietz
True Black Theme for AMOLED
2018-06-06Stop service on status changeByteHamster
2018-06-06Move old image url to new columnByteHamster
2018-06-06Merge branch 'develop' into feedimageByteHamster
2018-06-06Moved playing background into attrByteHamster
2018-06-06Fixed buildByteHamster
2018-06-06Merge branch 'develop' of https://github.com/alifeflow/AntennaPod into ↵ByteHamster
alifeflow-develop
2018-06-06Using utilsByteHamster
2018-06-06Moved database upgrades to their own classByteHamster
2018-06-06Restored testsByteHamster
2018-06-06Fixed feed item displayByteHamster
2018-06-06Write feed url to databaseByteHamster
2018-06-06Prevent crashByteHamster
2018-06-06Database scheme updateByteHamster
2018-06-05Removed FeedImageByteHamster
2018-05-29Limit broadcasts to current appByteHamster
2018-05-29PlaybackService notification setup improvementsByteHamster
2018-05-27Removed unused codeByteHamster
2018-05-27#2577: ensure that during feeds update, automatic (episodes) download willorionlee
download the latest ones by waiting the feeds update complete before starting autodownload.
2018-05-27Merge pull request #2700 from orionlee/fix_core_test_coverage_etcH. Lehmann
Fix core tests: default coverage, consistent convention, etc.
2018-05-26Merge branch 'develop' into exo-playerH. Lehmann
2018-05-26Merge pull request #2667 from ByteHamster/api-26-supportH. Lehmann
Api 26 support
2018-05-26Moved methods into AutoUpdateManagerByteHamster
2018-05-26Simplified AutoUpdateManagerByteHamster
2018-05-26Added a refreshAllFeeds method without callbackByteHamster
2018-05-26Added examples to notification descriptionsByteHamster
2018-05-26Gpodder sync does not need a notification anymoreByteHamster
2018-05-26Moved notification utils to other packageByteHamster
2018-05-20avoid unused context parameterbrad
2018-05-18core tests: DateUtilsTest - states why it remains to be an androidTest.orionlee
2018-05-18core tests: Make DownloadServiceTest be a unit test (the portion oforionlee
DownloadService tested is all in-memory logic).
2018-05-18core tests: Convert tests that are effectively unit tests to be oneorionlee
(standard android junit tests). Provides implementations for android platform utils needed (in unit test environment): 1. android.util.Log, 2. android.text.TextUtils.isEmpty()
2018-05-17core tests fix: use consistent convention that tests are in the sameorionlee
java package as the classes under test.
2018-05-17core tests fix: ensure running test suite (gradlew connectedAndroidTest)orionlee
include all test. The existing config does not include the tests in feed/ directory.
2018-05-15Give FeedUpdateReceiver a human-friendly label per review feedback.orionlee