summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-06Move old image url to new columnByteHamster
2018-06-06Merge branch 'develop' into feedimageByteHamster
2018-06-06Merge pull request #2727 from ByteHamster/db-update-handlerMartin Fietz
Moved database upgrades to their own class
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-27Merge pull request #2712 from ByteHamster/run-unit-testsH. Lehmann
Executing core unit tests on CircleCI
2018-05-27Executing core unit tests on CircleCIByteHamster
2018-05-27Merge pull request #2710 from ByteHamster/preferences-testH. Lehmann
Fixed most preference tests
2018-05-27Merge pull request #2700 from orionlee/fix_core_test_coverage_etcH. Lehmann
Fix core tests: default coverage, consistent convention, etc.
2018-05-27Added manual scrollingByteHamster
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-26Fixed some of the preference testsByteHamster
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