James Smith

Results 13 comments of James Smith

It looks identical to the issue already reported on the dex2jar github repo: https://github.com/pxb1988/dex2jar/issues/462

There are definitely classes present in the decompiled output of 2.9.22 that are missing in 2.10.12 I can reproduce this when decompiling the dex file that produces the error. This...

I tested with the latest dex2jar build from https://github.com/DexPatcher/dex2jar and it seems to work correctly with my APK

I can't share the APK unfortunately. It's from an unreleased product my company is working on. If I have some time I'll see if I can reproduce it with a...

This is a duplicate of #6 I'm working on getting a fix out this week.

Hi I've noticed this behaviour myself - I'm hoping to get some time later this week to fix it

That's similar to what I was thinking of doing - except I was thinking of doing it in [performItemClick](http://developer.android.com/reference/android/widget/AdapterView.html#performItemClick(android.view.View, int, long)) or [performClick](http://developer.android.com/reference/android/view/View.html#performClick%28%29). That should solve the issue of scrolling...

Yes, this bug report is about making the section header clickable

I've pushed a commit to the dev branch which should prevent the list items from getting the click events. The section header should receive touch events as well, but I...

The getCountForSection method will have a parameter passed in that indicates which section you should return the count for. So you can use this parameter to determine how many items...