summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/util
AgeCommit message (Collapse)Author
2020-06-24Trimming Atom content (except GUID)ByteHamster
2020-06-19Added test for whitespaces in feed attributesByteHamster
2020-05-04Fixed adding feeds with long filenameByteHamster
2020-04-08Fix locale of every String.format number formatterEbrahim Byagowi
2020-03-20Give cancelling downloads more timeByteHamster
The first download installs the ssl security provider and might block around 1.2 seconds longer than in previous versions.
2020-02-04Do not add timecode link if timecode equals durationByteHamster
2020-02-01Always allow clicking timecodesByteHamster
2020-01-20Merge pull request #3690 from ByteHamster/more-forgiving-duplicate-detectionH. Lehmann
More forgiving duplicate detection
2020-01-20More forgiving duplicate detectionByteHamster
2019-12-12Fixed cases where one failing test broke all following testsByteHamster
Select a random port for the http server, so we do not get EADDRINUSE
2019-12-02Removed intendation monsterByteHamster
2019-10-20Fixed filename generator testByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-30test refactor - move the common FeedItemEventListener test helper to the ↵orionlee
proper event/ package.
2019-09-30test refactor - extract common FeedItemEventListener test helper.orionlee
2019-09-14Removed unused codeByteHamster
2019-08-11Fixed app integration testsByteHamster
2019-07-21Add serialVersionUID to all exceptionsAnderson Mesquita
For more info, see [1]. [1]: https://stackoverflow.com/questions/146715/use-the-serialversionuid-or-suppress-warnings
2019-07-12Removed Flattr supportByteHamster
2019-03-23Fixed FeedHandlerTestByteHamster
2019-03-03Moved some implementation tests to unit testsByteHamster
2019-03-02Fix regexNathan Mascitelli
2019-03-02Adjust regext to ignore X:Y timecodesNathan Mascitelli
2019-02-13Use a single format for short timecodesNathan Mascitelli
It is unlikely that multiple formats for short timecodes would be used in one document. Therefor we will parse all the short timecodes to see if they are all less then the duration as HH:MM. If they are we will use that, otherwise we will parse them as MM:SS.
2019-02-12Handle more then 23 hoursNathan Mascitelli
2019-02-12Timecode parsing logic now handles two short formatsNathan Mascitelli
We now handle both HH:MM and MM:SS when paring timecodes. We will move in reverse order (assuming that the timecodes will increase over the course of the document) and parse short codes as HH:MM. When we get a result that does not fit into the duration we will change to parse as MM:SS and use that for the rest of the document.
2019-02-12Converter handles HH:MM and MM:SSNathan Mascitelli
2019-02-10Update tests to handle minute timestampsNathan Mascitelli
The definition of 'short timestamp' now means minutes and seconds, while 'long timestamp' means hours, minutes, and seconds. The first part of a timestamp may have one or two digits. Tests updated for this new definition.
2018-10-20Merge branch 'develop'Martin Fietz
2018-01-21Change back to old implementationMartin Fietz
2018-01-21Use temporary StringBuilder for string concatenation in loopMartin Fietz
2018-01-21Revert "Use StringBuilder for string concatenation in loop"Martin Fietz
This reverts commit 919ee63c3c2cc68ca4a3d63b6f314f472f2e6e78.
2018-01-14Remove unnecessary interface modifiersMartin Fietz
2018-01-14Remove redundant throws clausesMartin Fietz
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2018-01-14Use StringBuilder for string concatenation in loopMartin Fietz
2018-01-14Remove redundant call to 'String.format()'Martin Fietz
2018-01-14Remove redundant calls to toString()Martin Fietz
2018-01-14Replace explicit type with <>Martin Fietz
2018-01-14Replace anonymous type with lambdaMartin 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.
2018-01-02Merge branch 'develop'Martin Fietz
2017-12-11Return random filename if sanitized filename would be emptyMartin Fietz
2017-10-17Merge branch 'develop'Martin Fietz
2017-10-082385 Only allow very limited set of characters in file namesMartin Fietz
2016-06-23Merge pull request #2034 from ↵Martin Fietz
DevFactory/release/The_diamond_operator_should_be_used squid:S2293 - The diamond operator ("<>") should be used
2016-06-22Fixed rule 'The diamond operator ("<>") should be used'.Tom Tom
2016-06-22Fixed rule 'Utility classes should not have public constructors'Tom Tom
2016-01-07Replace HashMap with ArrayMapMartin Fietz