summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 Timeline regexNathan Mascitelli
Regex now looks for the new types of short and long timestamps.
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.
2019-02-01Merge pull request #2688 from orionlee/auto_download_12_hour_option_2685H. Lehmann
Episode Cleanup (for automatic download) - support 12 hours after finishing
2019-02-01Merge remote-tracking branch 'upstream/develop' into ↵ByteHamster
auto_download_12_hour_option_2685
2019-02-01Removed misleading commentByteHamster
Auto-generating the versionCode breaks F-Droid builds, see #3012
2019-02-01Finish when closing error dialogByteHamster
2019-02-01Null handling in OnlineFeedViewActivity (#3004)Burt Wiley Snyder
2019-01-27Merge pull request #2994 from orionlee/android_gradle_330_upgradeMartin Fietz
Upgrade android gradle plugin to v3.3.0
2019-01-27Merge branch 'develop' into android_gradle_330_upgradeMartin Fietz
2019-01-27Merge pull request #3012 from hannesa2/SimplifyVersionCodeMartin Fietz
simplify versionCode
2019-01-27Merge branch 'develop' into android_gradle_330_upgradeMartin Fietz
2019-01-27simplify versionCodeHannes Achleitner
removed implementation was some Eclipse/ant style, now it's Gradle style
2019-01-23Merge pull request #3005 from pachecosf/fix-ripple-effectH. Lehmann
Reimplemented the ripple effect when choosing a nav item
2019-01-23moved closing backet up one linepachecosf
2019-01-23Merge pull request #3006 from pachecosf/fixed-losing-media-dataH. Lehmann
Fixed losing media data on rotation
2019-01-23changed location of setupGUI to prevent nullpointerexeptions when saved ↵pachecosf
fragment had no initiliazed id
2019-01-22fixed losing media images and descriptions on rotatepachecosf
2019-01-22fixed placing of the attr into nav_feedlistitempachecosf
2019-01-22reimplemented the ripple effect when choosing a nav itempachecosf
2019-01-19Fixed displaying feed urlByteHamster
Closes #2989
2019-01-19Re-added shorter lt descriptionByteHamster
2019-01-19Merge pull request #2993 from pachecosf/add-highlighting-of-drawer-itemH. Lehmann
Adding highlighting of drawer item functionality
2019-01-18cleaned up a couple of linespachecosf
2019-01-18switched implementation to ussing attrpachecosf
2019-01-18Merge pull request #2998 from ByteHamster/tripletH. Lehmann
Play description update
2019-01-18Added title to every languageByteHamster
2019-01-18Play publisher forces to provide all resources for all languagesByteHamster
Filling with English until it's translated
2019-01-18Disabled lt description until it's short enoughByteHamster
2019-01-18Added symlinks to alternative publisher locationsByteHamster
2019-01-18Allow to configure play api keyByteHamster
2019-01-17Changed implementation using themeUtils insteadpachecosf
2019-01-17Changed implementation using themeUtils insteadpachecosf
2019-01-17fixed stylespachecosf
2019-01-17Upgrade android gradle plugin to v3.3.0. Also upgraded plugins that wouldorionlee
otherwise generate warning message (dexcount, play-publisher).
2019-01-16adding highlighting of drawer item functunalitypachecosf
2019-01-16Merge pull request #1 from pachecosf/add-highlighting-of-drawer-itemAustin Wimberley
Adding some highlighting of drawer items
2019-01-16Adding some highlighting of drawer itemspachecosf
2019-01-15Merge pull request #2988 from ByteHamster/deleteMediaH. Lehmann
Only delete from queue if deletion of media succeeds
2019-01-15NonNull annotationByteHamster
2019-01-15Only delete from queue if deletion of media succeedsByteHamster
2019-01-15Merge pull request #2921 from qkolj/delete-episodesH. Lehmann
Add delete option to episode's context menu
2019-01-15Merge pull request #2987 from ByteHamster/audio-settings-dialogH. Lehmann
Hiding settings that ExoPlayer does not yet support
2019-01-15Hiding settings that ExoPlayer does not yet supportByteHamster
2019-01-15Merge pull request #2961 from HaBaLeS/AP2253H. Lehmann
Remove silence in podcast episodes
2019-01-15Merge pull request #2984 from orionlee/to_last_activity_when_launch_2948H. Lehmann
make AntennaPod go to last activity (rather than MainActivity) when launched again