reddinator icon indicating copy to clipboard operation
reddinator copied to clipboard

App & Widget for Reddit

Results 20 reddinator issues
Sort by recently updated
recently updated
newest added

au.com.wallaceit.reddinator.activity.ViewAllSubredditsActivity.DLTask is an inner class of au.com.wallaceit.reddinator.activity.ViewAllSubredditsActivity, which means The AsyncTask class holds strong reference to the Activity. In other words, there is a potential memory leak danger. I think...

There is a annoymous AsyncTask object in au.com.wallaceit.reddinator.core.SubredditManager.loadDefaultSubredditsau methods. This object won't be cancelled. I think we should replace it with non-anonymous object and cancel it in the onDestroy() method....

Open a page with Youtube video. Start playing the video and leave the app by pressing home button (or lock screen or switch to another app), sound from video can...

When I swipe to see other columns on the sheet, I switch to comments tab

//package name: au.com.wallaceit.reddinator //version: 3.21.2 & 3.21.0 java.lang.NullPointerException at au.com.wallaceit.reddinator.ui.RWebView.onCreateContextMenu(RWebView.java:121) at android.view.View.createContextMenu(View.java:8037) at com.android.internal.view.menu.ContextMenuBuilder.show(ContextMenuBuilder.java:81) at com.android.internal.policy.impl.PhoneWindow$DecorView.showContextMenuForChild(PhoneWindow.java:2242) at android.view.ViewGroup.showContextMenuForChild(ViewGroup.java:647) at android.view.ViewGroup.showContextMenuForChild(ViewGroup.java:647) at android.view.ViewGroup.showContextMenuForChild(ViewGroup.java:647) at android.view.ViewGroup.showContextMenuForChild(ViewGroup.java:647) at android.view.ViewGroup.showContextMenuForChild(ViewGroup.java:647) at android.view.ViewGroup.showContextMenuForChild(ViewGroup.java:647) at android.view.ViewGroup.showContextMenuForChild(ViewGroup.java:647)...

//package name: au.com.wallaceit.reddinator //version: 3.21.2 & 3.21.0 java.lang.NullPointerException: uriString at android.net.Uri$StringUri.(Uri.java:468) at android.net.Uri$StringUri.(Uri.java:458) at android.net.Uri.parse(Uri.java:430) at au.com.wallaceit.reddinator.core.Utilities.intentActionView(Utilities.java:292) at au.com.wallaceit.reddinator.activity.WebViewActivity.onOptionsItemSelected(WebViewActivity.java:173) at android.app.Activity.onMenuItemSelected(Activity.java:2566) at com.android.internal.policy.impl.PhoneWindow.onMenuItemSelected(PhoneWindow.java:986) at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:742) at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:152) at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:881) at...

//package name: au.com.wallaceit.reddinator //version: 3.21.0 java.lang.OutOfMemoryError at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method) at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:503) at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:356) at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:800) at android.content.res.Resources.loadDrawable(Resources.java:2110) at android.content.res.Resources.getDrawable(Resources.java:695) at android.graphics.drawable.AnimationDrawable.inflate(AnimationDrawable.java:282) at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:901) at android.graphics.drawable.Drawable.createFromXml(Drawable.java:837) at android.content.res.Resources.loadDrawable(Resources.java:2092) at android.content.res.TypedArray.getDrawable(TypedArray.java:601) at...

many reddit clients allow seamless switching between multiple accounts without logging out. reddinator should have that feature, too.

I'm loving the new stack widget, but when I refresh it doesn't go back to the first position in the list. To further clarify, if I go down 5, refresh,...

Likely due to a new remote views factory being spawned.