Closed yate closed 9 years ago
upped version, it will take a while to make it through f-droid, but we can test manually.
On Sun, Dec 14, 2014 at 11:58 PM, yate notifications@github.com wrote:
Attempt #2 https://github.com/grzegorznittner/chanu/issues/2 at fixing captcha's. You might want to test this a good amount, I think it's working okay now, although it's kind of a mess. Also I haven't fixed it in reporting, but starting threads and replying seems to work.
The gist of it is we need to post a request to google with the capture and the challenge token, get the response token back and send that in with the
4chan reply.
You can merge this Pull Request by running
git pull https://github.com/yate/chanu captcha-fix
Or view, comment on, or merge it at:
https://github.com/grzegorznittner/chanu/pull/441 Commit Summary
- fix captcha
- clean up
- revert back to android-19
File Changes
- M Gallery2/.classpath https://github.com/grzegorznittner/chanu/pull/441/files#diff-0 (1)
- M app/src/com/chanapps/four/activity/PostReplyActivity.java https://github.com/grzegorznittner/chanu/pull/441/files#diff-1 (1014)
- M app/src/com/chanapps/four/component/URLFormatComponent.java https://github.com/grzegorznittner/chanu/pull/441/files#diff-2 (4)
- M app/src/com/chanapps/four/data/Captcha.java https://github.com/grzegorznittner/chanu/pull/441/files#diff-3 (23)
- M app/src/com/chanapps/four/data/ChanFileStorage.java https://github.com/grzegorznittner/chanu/pull/441/files#diff-4 (1)
- M app/src/com/chanapps/four/task/LoadCaptchaTask.java https://github.com/grzegorznittner/chanu/pull/441/files#diff-5 (64)
Patch Links:
- https://github.com/grzegorznittner/chanu/pull/441.patch
- https://github.com/grzegorznittner/chanu/pull/441.diff
— Reply to this email directly or view it on GitHub https://github.com/grzegorznittner/chanu/pull/441.
Attempt 2 at fixing captcha's. You might want to test this a good amount, I think it's working okay now, although it's kind of a mess. Also I haven't fixed it in reporting, but starting threads and replying seems to work.
The gist of it is we need to post a request to google with the captcha text and the challenge token, get the response token back, then send that in with the 4chan reply.