summaryrefslogtreecommitdiff
path: root/core/src/androidTest
AgeCommit message (Collapse)Author
2019-08-11Fixed core integration testsByteHamster
2018-10-21Updated testsByteHamster
2018-08-29Updated DateUtilTest to include new date format test.InsidE
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-01-14Weaken declaration accessMartin Fietz
2018-01-07Cleanup order/remove unused includesDirk Mueller
This is the result of Android Studio's include cleanup Macro. This removes some no longer used includes, simplifying the code a bit. The rest is grouping and resorting alphabetically.
2017-10-28Parse RSS pubDate fields containing "Sept"Shantana Hardy
2017-06-051183 Update feed item imageMartin Fietz
2017-06-051183 Reorder methodsMartin Fietz
2017-06-051183 Update feed imageMartin Fietz
2017-04-16Convert octal literals to decimal onesMartin Fietz
2017-04-16When date string parsing failed, try parsing the string without the weekdayMartin Fietz
2017-04-12Let me fix CET/CEST once againDanial Klimkin
2017-04-10Additional date format and a hack for CESTDanial Klimkin
2017-04-10Small touches on DownloadService.javaDanial Klimkin
2015-07-29Improve datetime parserMartin Fietz
2015-06-21Fix datetime parsing (seconds absent)Martin Fietz
2015-05-20Fix tests, test runner for core testsMartin Fietz
2015-05-19Order feeds by number of unread items (descending)Martin Fietz
2015-05-14Some working, some notMartin Fietz
2015-05-14Improve patternsMartin Fietz
Hyphen can be used as a separator between day, month and date, but also to indicate a negative time zone.
2015-04-05Sync episode actions with gpodder, smart mark as playedMartin Fietz
* Create episode actions when episodes are downloaded, played, deleted and marked as read * Sync (download and upload) episode actions * MediaPlayerActivity deletes almost completely played episode on close * Improved parsing of datetime strings * Smart mark as played can be disabled or set in the preferences
2014-10-11Moved core classes into subprojectdaniel oeh