Hans-Peter Lehmann

Results 624 comments of Hans-Peter Lehmann

Do you have some kind of battery saver enabled? Then Android might decide to schedule background tasks later than usual. > If that's the case, then the "Mobile updates" config...

Should be somewhere on `SyncService.java` when setting up the WorkRequest. The idea is to add an additional checkbox to the popup dialog on the "Mobile networks" setting.

Retrying *all* failed downloads will probably lead to unexpected behavior, when we retry a download that failed 2 years ago. Instead, I think we should implement #5869, which requests retrying...

Setting the ViewBinding to null sounds kind of risky. We currently don't unregister from EventBus in onDestroyView and if there is an event later, it might write to the `null`...

I think this needs a lot more changes than just unregistering EventBus in onDestroyView. We also need to stop any background loading with RxJava that might later write to the...

> New episode will always be empty for me as I always remove new flag You can do that on the home screen, then :) The idea was to let...

The home screen would be a sidebar entry like the existing ones (and can therefore be hidden by long-pressing).

I do not want to do big structural changes, to be honest. Removing the sidebar would make many users (including me :D) not happy.

> Would such a change (back goes to subscription grid) be welcomed, perhaps as a temporary compromise while the discussion of the design of a prospective home screen continues? I...

> Personally I would say the 'queue' should be the 'home' of AntennaPod. This is how AntennaPod was meant to be used. AntennaPod does not have any analytics, so I...