Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-22 | Fix build and tests | Nathan Mascitelli | |
2019-11-06 | make DownloadRequest ArrayList parcelable (support a batch of them) | orionlee | |
2019-11-06 | Removed commons text library that was just used 2 times | ByteHamster | |
2019-10-04 | Automatic AndroidX migration | ByteHamster | |
2019-08-11 | Fixed core integration tests | ByteHamster | |
2018-10-21 | Updated tests | ByteHamster | |
2018-08-29 | Updated DateUtilTest to include new date format test. | InsidE | |
2018-05-18 | core tests: DateUtilsTest - states why it remains to be an androidTest. | orionlee | |
2018-05-18 | core tests: Make DownloadServiceTest be a unit test (the portion of | orionlee | |
DownloadService tested is all in-memory logic). | |||
2018-05-18 | core tests: Convert tests that are effectively unit tests to be one | orionlee | |
(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-17 | core tests fix: use consistent convention that tests are in the same | orionlee | |
java package as the classes under test. | |||
2018-05-17 | core 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-14 | Weaken declaration access | Martin Fietz | |
2018-01-07 | Cleanup order/remove unused includes | Dirk 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-28 | Parse RSS pubDate fields containing "Sept" | Shantana Hardy | |
2017-06-05 | 1183 Update feed item image | Martin Fietz | |
2017-06-05 | 1183 Reorder methods | Martin Fietz | |
2017-06-05 | 1183 Update feed image | Martin Fietz | |
2017-04-16 | Convert octal literals to decimal ones | Martin Fietz | |
2017-04-16 | When date string parsing failed, try parsing the string without the weekday | Martin Fietz | |
2017-04-12 | Let me fix CET/CEST once again | Danial Klimkin | |
2017-04-10 | Additional date format and a hack for CEST | Danial Klimkin | |
2017-04-10 | Small touches on DownloadService.java | Danial Klimkin | |
2015-07-29 | Improve datetime parser | Martin Fietz | |
2015-06-21 | Fix datetime parsing (seconds absent) | Martin Fietz | |
2015-05-20 | Fix tests, test runner for core tests | Martin Fietz | |
2015-05-19 | Order feeds by number of unread items (descending) | Martin Fietz | |
2015-05-14 | Some working, some not | Martin Fietz | |
2015-05-14 | Improve patterns | Martin Fietz | |
Hyphen can be used as a separator between day, month and date, but also to indicate a negative time zone. | |||
2015-04-05 | Sync episode actions with gpodder, smart mark as played | Martin 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-11 | Moved core classes into subproject | daniel oeh | |