Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-10 | Merge pull request #2531 from AntennaPod/remove_nineoldandroids | H. Lehmann | |
Replace ViewHelper | |||
2018-01-09 | Cleanup executeAsync | Martin Fietz | |
2018-01-09 | Replace ViewHelper | Martin Fietz | |
2018-01-07 | Merge pull request #2520 from dirkmueller/include_cleanup | Martin Fietz | |
Cleanup order/remove unused includes | |||
2018-01-07 | Cleanup order/remove unused includes | Dirk 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-07 | Fix small whitespace error | Dirk Mueller | |
This causes Android Lint to barf as it can not detect the VIBRATE permission being requested. | |||
2018-01-07 | Return START_STICKY from onStartCommand() | Dirk Mueller | |
The _FLAG_ variant is the input enum, replace it with the value-equivalent properly typed enum. | |||
2018-01-04 | Merge pull request #2333 from ByteHamster/item-height | Martin Fietz | |
Improved list items when using a large font size | |||
2018-01-04 | Merge pull request #2339 from ByteHamster/save-file-url | Martin Fietz | |
Setting File_url when starting download | |||
2018-01-03 | Update translations | Martin Fietz | |
2018-01-03 | To not redeliver intents to fix issues on Oreo | Martin Fietz | |
2018-01-03 | Merge pull request #2457 from ByteHamster/sharedElement | Martin Fietz | |
Shared element transition | |||
2017-12-21 | Resolves #2475 (Headset button press not correctly handled) | kroegerama | |
2017-12-11 | Merge pull request #2456 from AntennaPod/bugfix/2397-duplicate-chapters | Martin Fietz | |
Avoid duplicate chapters | |||
2017-12-11 | Merge pull request #2468 from HaBaLeS/bugfix/2382 | Martin Fietz | |
Reload FeedMedia from DB to ensure correct playback position - fixes #2382 | |||
2017-12-11 | Merge remote-tracking branch 'origin/develop' into develop | Martin Fietz | |
2017-12-11 | Return random filename if sanitized filename would be empty | Martin Fietz | |
2017-11-01 | Reload FeedMedia from DB | Falko Lehmann | |
2017-10-28 | Parse RSS pubDate fields containing "Sept" | Shantana Hardy | |
2017-10-22 | Only write url of media files when starting download | ByteHamster | |
2017-10-22 | Improved log messages | ByteHamster | |
2017-10-22 | Setting File_url when starting download | ByteHamster | |
This way, downloads get resumed even if the service crashes | |||
2017-10-21 | Fix install of debug version by using unique provider | ByteHamster | |
2017-10-21 | Shared element transition of cover | ByteHamster | |
2017-10-21 | Allow API dependent style changes | ByteHamster | |
2017-10-21 | Only load chapters from media file if item does not have chapters already | Martin Fietz | |
2017-10-21 | Refactor | Martin Fietz | |
2017-10-20 | Merge pull request #2443 from AntennaPod/followup/2272 | Martin Fietz | |
Also check keep favorites preference in player widget service | |||
2017-10-19 | Fix file sharing | Martin Fietz | |
2017-10-19 | Check for null | Martin Fietz | |
2017-10-19 | Replace StringUtils with TextUtils | Martin Fietz | |
2017-10-15 | Update translations | Martin Fietz | |
2017-10-15 | Merge pull request #2426 from fuzzdk/develop | Martin Fietz | |
Add auto download on mobile connection option | |||
2017-10-15 | Also check keep favorites preference in player widget service | Martin Fietz | |
2017-10-15 | Merge pull request #2272 from minusf/develop | Martin Fietz | |
Skip favorite episodes during autodelete | |||
2017-10-15 | Merge pull request #2314 from ByteHamster/delete-only-success | Martin Fietz | |
Check successful file deletion | |||
2017-10-15 | Merge pull request #2442 from ByteHamster/close-cursor | Martin Fietz | |
Close cursor before returning | |||
2017-10-15 | Close cursor before returning | ByteHamster | |
2017-10-15 | Merged add_feed_label and add_new_feed_label | ByteHamster | |
Closes #1833 | |||
2017-10-14 | Changed spacing to look more like before | ByteHamster | |
2017-10-14 | Improved list items when using a large font size | ByteHamster | |
2017-10-08 | Merge pull request #2390 from CedricCabessa/wear_rewind_forward | Martin Fietz | |
add a "rewind" and "fast forward" button for android Wear | |||
2017-10-08 | Merge pull request #2435 from AntennaPod/issue/2385-invalid-chars | Martin Fietz | |
Only allow very limited set of characters in file names | |||
2017-10-08 | Merge pull request #2434 from AntennaPod/issue/2413-videoplayer-castexception | Martin Fietz | |
Cast according to mediaplayer instance type, not media type | |||
2017-10-08 | 2385 Only allow very limited set of characters in file names | Martin Fietz | |
2017-10-08 | Fix typo | Martin Fietz | |
2017-10-08 | 2413 Cast according to mediaplayer instance type, not media type | Martin Fietz | |
2017-09-24 | Fix code style | Anders Bo Rasmussen | |
2017-09-21 | Add auto download on mobile connection option | Anders Bo Rasmussen | |
2017-08-14 | add a "rewind" and "fast forward" button for android Wear | Cé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 |