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

Fix for missing method in Android's JSON library #2

Merged
merged 2 commits into from
Jun 8, 2016

Conversation

marcnause
Copy link
Member

This should fix issue #1.

I added a class which checks if the method exists via reflection. If it does, it will be used, if it does not, a workaround (basically the same which is done in original method) is used.

I was able to send data to the backend with https://github.com/loklak/loklak_wok_android using loklakj compiled with the changes in this pull request.

marcnause added 2 commits June 6, 2016 23:16
…lection) exists or not. If it does not exist (for example because the target is an Android device), a workaround will be used.
@sudheesh001 sudheesh001 merged commit 8bf3f7f into loklak:master Jun 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants