Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Req: Backward compatibility #1

Closed
cachapa opened this issue Mar 7, 2013 · 2 comments
Closed

Req: Backward compatibility #1

cachapa opened this issue Mar 7, 2013 · 2 comments

Comments

@cachapa
Copy link

cachapa commented Mar 7, 2013

It's a good idea, but the current implementation requires API >= 14.
I just tried it on Android 2.3, and got a
java.lang.NoSuchMethodError: android.view.View.setAccessibilityDelegate

I'd be interested in giving it another go, if backward compatibility is in the plans for the future :-)

@JakeWharton
Copy link
Owner

Ah, yeah. That's easily abstracted behind a version check. I'm not sure why I didn't just outright delete those method calls.

@JakeWharton
Copy link
Owner

Fixed on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants