Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-01 | Merge remote-tracking branch 'upstream/develop' into ↵ | ByteHamster | |
auto_download_12_hour_option_2685 | |||
2019-02-01 | Null handling in OnlineFeedViewActivity (#3004) | Burt Wiley Snyder | |
2019-01-15 | NonNull annotation | ByteHamster | |
2019-01-15 | Only delete from queue if deletion of media succeeds | ByteHamster | |
2019-01-15 | Merge pull request #2921 from qkolj/delete-episodes | H. Lehmann | |
Add delete option to episode's context menu | |||
2019-01-15 | Merge pull request #2961 from HaBaLeS/AP2253 | H. Lehmann | |
Remove silence in podcast episodes | |||
2019-01-11 | #2947 - fix app crash in some error case with ExoPlayer. | orionlee | |
(It does not address root problems in #2947 though). | |||
2019-01-06 | Merge pull request #2944 from abendebury/develop | H. Lehmann | |
Fix bug preventing database import on Android 9. | |||
2019-01-05 | Add skip silence checkbox to audio control | falko | |
Add new Checkbox to dialog. Enable only if ExoPlayer is selected. Selection directly changes player behavior | |||
2019-01-05 | Enable ExoPlayer feature to skip silence | falko | |
SetSpeed was change to SetPlaybackParams which contain speed and a switch to skip silence. For Players that fo not support this the call is ignored or only SetSpeed is used. It is only working if ExoPlayeris used Default is OFF | |||
2019-01-05 | Update ExoPlayer Version to 2.9.3 | falko | |
In order to support the feature to skip silence audio ExoPlayer must be updated. Lateste avaiable Version is 2.9.3 | |||
2019-01-04 | fix code formatting | orionlee | |
2019-01-04 | episode cleanup 12 hour option - use hours internally part 2 (persisted ↵ | orionlee | |
shared preference) requires data migartion: app versionCode increased to 1070196 | |||
2019-01-04 | episode cleanup 12 hour option - use hours internally part 1 (actual ↵ | orionlee | |
algorithm, no persistence) | |||
2019-01-04 | episode cleanup 12 hour option: add unit test to prepare for using hours | orionlee | |
rather than days as data structure | |||
2019-01-04 | Mark method only used in testing. | orionlee | |
2019-01-04 | #2685: add "12 hours after finishing" option for auto download episodes cleanup | orionlee | |
2019-01-04 | Mark method only used in testing. | orionlee | |
2019-01-04 | #2685: add "12 hours after finishing" option for auto download episodes cleanup | orionlee | |
2019-01-03 | Fix a style issue and fix the test | Petar Kukolj | |
2019-01-03 | Merge pull request #2913 from orionlee/auto_feed_update_fix_in_airplane_2906 | H. Lehmann | |
Auto feed update fix in airplane mode | |||
2019-01-03 | Merge pull request #2859 from ByteHamster/glide-48 | H. Lehmann | |
Upgraded Glide to version 4.8.0 | |||
2019-01-03 | Fixed loading embedded picture | ByteHamster | |
2018-12-26 | Code style | ByteHamster | |
2018-12-26 | Merge branch 'develop' into rxjava2 | ByteHamster | |
2018-12-25 | Fix bug preventing database import on Android 9. | Alexei Bendebury | |
Fixes #2925, fix suggested by ByteHamster. | |||
2018-12-23 | Merge branch 'develop' into glide-48 | H. Lehmann | |
2018-12-02 | Move "Delete Removes from Queue" logic to DBWriter | Petar Kukolj | |
2018-11-29 | Add delete option to episode's context menu | Petar Kukolj | |
This PR makes following changes: - Adds delete option to episode's context menus in queue and feed list - Adds a storage preference that allows episodes to be automatically removed from queue when they are deleted (by clicking delete in context menu, or pressing trash can icon on `Completed` tab of `Downloads` page) - Adds a test for the aforementioned preference | |||
2018-11-21 | #2906: refactor: move auto feed update by interval helper, | orionlee | |
checkShouldRefreshFeeds(), to proper level of abstraction. | |||
2018-11-21 | #2906: fix automatic feed update (by time interval) incorrectly run in ↵ | orionlee | |
airplane mode | |||
2018-11-17 | Use fragment tags instead of position indexes for saving chosen fragment | Petar Kukolj | |
2018-11-15 | Add go to page option | Petar Kukolj | |
2018-11-14 | Add configurable behavior of the back button | Petar Kukolj | |
This PR allows users to change how the back button functions. Closes #2196 Possible choices are following: - **Default** - back button functions how it currently functions (closes the app if there is nowhere to go back to) - **Open navigation drawer** - back button always opens the navigation drawer instead of closing the app - **Double tap to exit** - like default, but requires two taps to close the app - **Confirm to exit** - like default, but prompts user if they really want to exit | |||
2018-11-11 | Merge pull request #2889 from AntennaPod/2882 | Martin Fietz | |
Prevent NPE | |||
2018-11-07 | 2463 Do not close the database anymore | Martin Fietz | |
2018-11-07 | 2463 Disable WAL | Martin Fietz | |
2018-11-04 | Prevent NPE | Martin Fietz | |
2018-10-21 | Merge branch 'develop' into glide-48 | H. Lehmann | |
2018-10-21 | Remove redundant type casts | egsavage | |
2018-10-21 | Optimize imports | egsavage | |
2018-10-21 | Merge pull request #2854 from gaul/error-prone | Martin Fietz | |
Fix error-prone errors | |||
2018-10-20 | Merge branch 'develop' | Martin Fietz | |
2018-10-20 | Merge pull request #2861 from ByteHamster/pref-expanded-notification | Martin Fietz | |
Hiding expand notification preference on API 26 | |||
2018-10-16 | Override JobIntentService to catch SecurityExceptions | Martin Fietz | |
2018-10-15 | Hiding expand notification preference on API 26 | ByteHamster | |
2018-10-14 | Upgraded Glide to version 4.8.0 | ByteHamster | |
2018-10-13 | Fix error-prone errors | Andrew Gaul | |
2018-09-30 | Merge pull request #2839 from ↵ | Martin Fietz | |
AntennaPod/bugfix/2691-auto-update-network-not-ready When auto refreshing feeds, give network some time to get available | |||
2018-09-30 | Migrate rxjava to version 2 | Martin Fietz | |