summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2017-09-21Add auto download on mobile connection optionAnders Bo Rasmussen
2017-08-14add a "rewind" and "fast forward" button for android WearCédric Cabessa
This feature is only enabled for "play" build. It is useful to skip advertisement during a podcast. Note: I originaly tried to implement this in the "4 ways controller" managed by the mediaSession (it contains vol up / vol down / skip). This object is linked to the capabilities of the session and seems to be hard to customise without changing the capabilities. This patch simply add 2 new buttons
2017-06-051183 Update feed item imageMartin Fietz
2017-06-051183 Reorder methodsMartin Fietz
2017-06-051183 Update feed imageMartin Fietz
2017-06-05RefactorMartin Fietz
2017-06-05Remove unused methods from DB Reader and DB AdapterMartin Fietz
2017-06-04Using MessageEvent to deliver error messageByteHamster
2017-06-04Merge pull request #2305 from ByteHamster/share-fileH. Lehmann
Allow sharing feed file, as suggested in #2236
2017-06-04Check successful file deletionByteHamster
2017-06-04Review changesByteHamster
2017-06-04When automatically updating feeds, check if a network connection is ↵Martin Fietz
available first
2017-05-19Fixed playback progress bar position after startByteHamster
2017-05-07Keep playing episode when switching between day and night modesMartin Fietz
2017-05-03Allow sharing feed file, as suggested in #2236ByteHamster
2017-05-01Fix french translationMartin Fietz
2017-05-01Merge branch 'develop' of github.com:AntennaPod/AntennaPod into developMartin Fietz
2017-05-01Update translationsMartin Fietz
2017-05-01Catch exception when reading duration via metadata retrieverMartin Fietz
2017-05-01Prevent NPEsMartin Fietz
2017-04-23Merge pull request #2311 from dklimkin/PodDBAdapterMartin Fietz
Reducing lock contention on PodDbAdapter.
2017-04-22Small rework of PodDbAdapter:Danial Klimkin
- Reducing lock contention on PodDbAdapter; - Slightly better lists handling.
2017-04-22Auto-fix style on PodDBAdapter, no real changes.Danial Klimkin
2017-04-22Merge branch 'develop' of github.com:AntennaPod/AntennaPod into developMartin Fietz
2017-04-22Update translationsMartin Fietz
2017-04-22Don't show playlist button when queue is emptyMartin Fietz
2017-04-22Some cleanup on DBReader:Danial Klimkin
- Taking more care of closing adapter and cursors. - Dropping unneeded MoveToFirst where we manage the cursor. - Better feed association implementation. - Dropping one of getFeedItems() methods that looks unused.
2017-04-21Added null check when closing network requestByteHamster
Fixes #2307
2017-04-17Update translationsMartin Fietz
2017-04-16Update translationsMartin Fietz
2017-04-16Merge pull request #2294 from ByteHamster/stats-durationMartin Fietz
Allow choosing between getDuration and getPlayedDuration
2017-04-16Merge pull request #2302 from mfietz/issue/2269-incorrect-weekdaysMartin Fietz
When date string parsing failed, try parsing the string without the weekday
2017-04-16Merge pull request #2300 from ByteHamster/chapter-durationsMartin Fietz
Added duration to chapters list
2017-04-16Merge pull request #2301 from ByteHamster/most-playedMartin Fietz
Sort feeds by number of played episodes
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-16Sort feeds by number of played episodesByteHamster
This way, your most-loved feeds are on top of the list
2017-04-15Added notice that playback speed is not taken into accountByteHamster
2017-04-15Added more details to statistics mode descriptionByteHamster
2017-04-15Statistics calculation does not respect playback speedByteHamster
2017-04-15Renamed type to modeByteHamster
2017-04-15Added duration to chapters listByteHamster
Closes #2174
2017-04-15Merge remote-tracking branch 'upstream/develop' into developMartin Fietz
2017-04-15Only use iTunes summary whenMartin Fietz
* no description is set yet OR * it is clearly more detailed (i.e. longer) than the current description
2017-04-15Trimming 'pcast:' without '//'ByteHamster
Fixes #2284 (subscribtion through podlove 'Let device decide')
2017-04-15Added feed title to delete confirmationByteHamster
Closes #2291
2017-04-15Allow choosing between getDuration and getPlayedDurationByteHamster
2017-04-12Let me fix CET/CEST once againDanial Klimkin
2017-04-11Merge pull request #2258 from MeirSD/developMartin Fietz
Enable support for Android Auto with support for OnPlayFromSearch
2017-04-10Check media and mediaItem for null as suggested by mfietzMeir Schwarz