summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/util/syndication
AgeCommit message (Collapse)Author
2024-04-07CI tweaks (#7069)ByteHamster
- Run Checkstyle with gradle to make it easier for users - No longer needs different configuration for new code - Exclude current violations - Fix some violations that somehow couldn't be specified in the exclusion file - Print SpotBugs/Lint/Checkstly violations in GitHub format - Then the CI run gets annotated on the web UI
2024-03-23Rename FeedMedia methods to no longer have underscores (#7017)ByteHamster
2024-03-11Move import/export to its own module (#6986)ByteHamster
Also clean up ImportExportPreferencesFragment a bit.
2022-02-22Delete a few unused thingsByteHamster
2021-08-28Moved feed parser to its own moduleByteHamster
2021-04-22Moved model to its own moduleByteHamster
2021-04-06Parsing podcast:funding tag, showing payment, funding links on the show info ↵Tony Tam
screen (#4933)
2021-01-23Run AtomParserTest and RssParserTest with RobolectricHerbert Reiter
2021-01-02Run more util tests with Robolectric (#4815)Herbert Reiter
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-06-24Trimming Atom content (except GUID)ByteHamster
2020-06-19Added test for whitespaces in feed attributesByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-08-11Fixed app integration testsByteHamster
2019-07-12Removed Flattr supportByteHamster
2019-03-23Fixed FeedHandlerTestByteHamster
2018-10-20Merge branch 'develop'Martin Fietz
2018-01-14Remove unnecessary interface modifiersMartin Fietz
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.
2016-06-22Fixed rule 'Utility classes should not have public constructors'Tom Tom
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-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure