summaryrefslogtreecommitdiff
path: root/core/src/main/java/de
AgeCommit message (Collapse)Author
2017-10-15Close cursor before returningByteHamster
2017-10-08Merge pull request #2390 from CedricCabessa/wear_rewind_forwardMartin Fietz
add a "rewind" and "fast forward" button for android Wear
2017-10-08Merge pull request #2435 from AntennaPod/issue/2385-invalid-charsMartin Fietz
Only allow very limited set of characters in file names
2017-10-082385 Only allow very limited set of characters in file namesMartin Fietz
2017-10-082413 Cast according to mediaplayer instance type, not media typeMartin Fietz
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 Update feed imageMartin Fietz
2017-06-05RefactorMartin Fietz
2017-06-05Remove unused methods from DB Reader and DB AdapterMartin Fietz
2017-06-04Merge pull request #2305 from ByteHamster/share-fileH. Lehmann
Allow sharing feed file, as suggested in #2236
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-01Merge branch 'develop' of github.com:AntennaPod/AntennaPod into developMartin 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-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-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 #2301 from ByteHamster/most-playedMartin Fietz
Sort feeds by number of played episodes
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-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
2017-04-10Merge pull request #2288 from dklimkin/datefixMartin Fietz
Additional date format and a hack for CEST
2017-04-10Additional date format and a hack for CESTDanial Klimkin
2017-04-10Remove propagation of interrupts introduced in #2286Martin Fietz
2017-04-10Merge pull request #2286 from dklimkin/touchesMartin Fietz
Small touches on DownloadService.java
2017-04-10Small touches on DownloadService.javaDanial Klimkin
2017-04-09Merge branch 'develop' into developMartin Fietz
2017-04-09Merge pull request #2225 from mfietz/issue/2222-not-add-to-queueMartin Fietz
Setting whether or not to enqueue downloaded episodes
2017-04-09Organize importsMartin Fietz
2017-04-09Merge pull request #2224 from mfietz/issue/2160-feed-files-pile-upMartin Fietz
Remove cached feed file after parsing
2017-02-25Organize search results lexicographically in addition to by where theorelogo
query was matched
2017-02-25Improve duplicate removal run time by using a hash setorelogo
2017-02-09Enable support for Android Auto with support for OnPlayFromSearchMeir Schwarz