detlef icon indicating copy to clipboard operation
detlef copied to clipboard

Detlef Gpodderson. An Android podcast application for gpodder.net.

Results 29 detlef issues
Sort by recently updated
recently updated
newest added

Today, detlef crashed during a refresh operation. I used alogcat to find the problematic feed: http://smlr.us/?feed=rss2&cat=4 This is the sunday morning linux review. Normally on smlr.us, but the domain isn't...

It should be possible to view the episode's full information without starting it playing. There should be another click to actually play it. Clicking this should probably promote it to...

Today I listend to an episode and the playback of detlef stopped. - the first time I started a download over my wifi - the second time I started Airdroid...

Make sure it's using foreground mode, like https://github.com/bherrmann7/Car-Cast/issues/38, Documentation [here](http://developer.android.com/reference/android/app/Service.html#startForeground%28int,%20android.app.Notification%29). I did a quick grep of the code for startForeground or setForeground and didn't find anything.

Using gpodder.net for feed parsing is slow. Instead, fetch and parse feeds locally.

Unlike changing the user name, changing the password & device name does not trigger account reverification.

Refresh takes quite some time when the user is subscribed to more podcasts, maybe change to device updates API endpoint

Please show the complete show notes and also show the provided links so that I can start the browser directly from the player activity

There are some design guidelines for Android which you should make use of: https://developer.android.com/design/index.html Especially - https://developer.android.com/design/patterns/app-structure.html / Section "Allow cutting through hierarchies" - Action Bar - https://developer.android.com/design/patterns/actionbar.html - Selection...

enhancement