Podax icon indicating copy to clipboard operation
Podax copied to clipboard

Podcast client for Android

Results 40 Podax issues
Sort by recently updated
recently updated
newest added

//package name: com.axelby.podax //version: 7.06 //target sdk version: android-18 java.lang.VerifyError: com/axelby/podax/PodcastProvider at java.lang.Class.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1130) at android.app.ActivityThread.installProvider(ActivityThread.java:4867) at android.app.ActivityThread.installContentProviders(ActivityThread.java:4485) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4425) at android.app.ActivityThread.access$1300(ActivityThread.java:141) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137)...

//package name: com.axelby.podax //version: 6.2 android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5) at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:734) at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754) at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64) at android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1574) at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1520) at com.axelby.podax.SubscriptionProvider.update(SubscriptionProvider.java:168) at android.content.ContentProvider$Transport.update(ContentProvider.java:260) at android.content.ContentResolver.update(ContentResolver.java:1040)...

//package name: com.axelby.podax //version: 6.2 android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5) at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:734) at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754) at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64) at android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1574) at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1520) at com.axelby.podax.SubscriptionProvider.update(SubscriptionProvider.java:168) at android.content.ContentProvider$Transport.update(ContentProvider.java:260) at android.content.ContentResolver.update(ContentResolver.java:1040)...

//package name: com.axelby.podax //version: 6.2 android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5) at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:734) at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754) at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64) at android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1574) at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1520) at com.axelby.podax.SubscriptionProvider.update(SubscriptionProvider.java:168) at android.content.ContentProvider$Transport.update(ContentProvider.java:260) at android.content.ContentResolver.update(ContentResolver.java:1040)...

Some podcasts feeds use redirects, and thus do not work in Podax. Example: ``` http://freakshow.fm/feed/opus/ ```

Similar effect as bug report #199. Crashes every time preferences in the menu is selected.

After playing with Podax for about 30 minutes it's still not clear what the download button on the queue page does or how it's intended to be used. The button...

I don't want message contents to be shown in the lock screen, so I configured my phone to "hide sensitive information" from notifications on the lock screen. Unfortunately, as a...

Could you please remove the crash report pop up? FOr some reason Podax crashes a lot, almost always when it is doing something in the background. I now get a...

I have an opml file, and a fresh download of Podax. I can add feeds one by one but I don't see an OPML import button or menu option anywhere....