summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-10Do not call error handler when shutting down playback serviceByteHamster
2018-06-08Removed delibertate fallthroughByteHamster
2018-06-06Stop service on status changeByteHamster
2018-05-29PlaybackService notification setup improvementsByteHamster
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 pull request #2638 from ydinath/AboutActivityCleanupH. Lehmann
About activity cleanup
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-21Merge pull request #2706 from brad/unnecessary-param-contextH. Lehmann
avoid unused context parameter
2018-05-20avoid unused context parameterbrad
2018-05-19Merge pull request #2701 from ByteHamster/preference-search-updateMartin Fietz
Improve autodownload in search
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-18Merge pull request #2698 from brad/circleci-2H. Lehmann
Circleci 2
2018-05-18Improve autodownload in searchByteHamster
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-17stop using unsupported MaxPermSize=350m parambrad
Gets rid of this warning: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0
2018-05-17specify destination artifact path to avoid excessive nestingbrad
2018-05-17also cache .gradlebrad
2018-05-17remove unnecessary steps installing sdk componentsbrad
2018-05-16use circleci/android:api-26-alpha docker imagebrad
2018-05-16fix syntax error in circleci config store_artifacts stepbrad
2018-05-16fix syntax error in circleci configbrad
2018-05-16convert circleci configuration to version 2.0brad
2018-05-16Merge pull request #2690 from orionlee/feeds_update_by_external_apps_2686H. Lehmann
Allow feeds update to be triggered by external apps.
2018-05-15Give FeedUpdateReceiver a human-friendly label per review feedback.orionlee
2018-05-14Merge pull request #2669 from orionlee/build_tweak_dexcount_optional_in_debugH. Lehmann
Build tweak: Speed up debug build by making dexcount optional in debug build
2018-05-14dexcount: remove dated commentsorionlee
2018-05-13make dexCount defaulted to disabled in debug build per reveiw feedbackorionlee
2018-05-12#2686: Allow feeds update to be triggered by external apps.orionlee
2018-05-12Merge pull request #2684 from amhokies/info-bar-time-leftMartin Fietz
Display time left in queue info bar
2018-05-10Issue #2680: Display time left in queue info baramhokies
2018-05-07Merge branch 'develop' into api-26-supportByteHamster
2018-05-07Merge pull request #2679 from ByteHamster/preference-searchMartin Fietz
Preference search
2018-05-07Re-enabled flattrByteHamster
2018-05-07Updated libraryByteHamster
2018-05-07Add search function to preferencesByteHamster
2018-05-06Fixed compile error and warning about mixed support versionsByteHamster
2018-05-06Fixed starting with DefaultActionButtonCallbackByteHamster
2018-05-06Using builder to call PlaybackServiceByteHamster
2018-05-06Fix possible missing sync callsByteHamster
2018-05-06Code style improvementsByteHamster
2018-05-06Moved auto update handling to new classByteHamster