Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | |||
2017-06-05 | 1183 Update feed item image | Martin Fietz | |
2017-06-05 | 1183 Reorder methods | Martin Fietz | |
2017-06-05 | 1183 Update feed image | Martin Fietz | |
2017-06-05 | Refactor | Martin Fietz | |
2017-06-05 | Remove unused methods from DB Reader and DB Adapter | Martin Fietz | |
2017-06-04 | Using MessageEvent to deliver error message | ByteHamster | |
2017-06-04 | Merge pull request #2305 from ByteHamster/share-file | H. Lehmann | |
Allow sharing feed file, as suggested in #2236 | |||
2017-06-04 | Check successful file deletion | ByteHamster | |
2017-06-04 | Review changes | ByteHamster | |
2017-06-04 | When automatically updating feeds, check if a network connection is ↵ | Martin Fietz | |
available first | |||
2017-05-19 | Fixed playback progress bar position after start | ByteHamster | |
2017-05-07 | Keep playing episode when switching between day and night modes | Martin Fietz | |
2017-05-03 | Allow sharing feed file, as suggested in #2236 | ByteHamster | |
2017-05-01 | Fix french translation | Martin Fietz | |
2017-05-01 | Merge branch 'develop' of github.com:AntennaPod/AntennaPod into develop | Martin Fietz | |
2017-05-01 | Update translations | Martin Fietz | |
2017-05-01 | Catch exception when reading duration via metadata retriever | Martin Fietz | |
2017-05-01 | Prevent NPEs | Martin Fietz | |
2017-04-23 | Merge pull request #2311 from dklimkin/PodDBAdapter | Martin Fietz | |
Reducing lock contention on PodDbAdapter. | |||
2017-04-22 | Small rework of PodDbAdapter: | Danial Klimkin | |
- Reducing lock contention on PodDbAdapter; - Slightly better lists handling. | |||
2017-04-22 | Auto-fix style on PodDBAdapter, no real changes. | Danial Klimkin | |
2017-04-22 | Merge branch 'develop' of github.com:AntennaPod/AntennaPod into develop | Martin Fietz | |
2017-04-22 | Update translations | Martin Fietz | |
2017-04-22 | Don't show playlist button when queue is empty | Martin Fietz | |
2017-04-22 | Some 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-21 | Added null check when closing network request | ByteHamster | |
Fixes #2307 | |||
2017-04-17 | Update translations | Martin Fietz | |
2017-04-16 | Update translations | Martin Fietz | |
2017-04-16 | Merge pull request #2294 from ByteHamster/stats-duration | Martin Fietz | |
Allow choosing between getDuration and getPlayedDuration | |||
2017-04-16 | Merge pull request #2302 from mfietz/issue/2269-incorrect-weekdays | Martin Fietz | |
When date string parsing failed, try parsing the string without the weekday | |||
2017-04-16 | Merge pull request #2300 from ByteHamster/chapter-durations | Martin Fietz | |
Added duration to chapters list |