mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-03 05:13:57 -04:00
The problem was due to marketcheck using DataInputStream.readLine(), which is a fundamentally broken function and has been deprecated since Java 1.1. Strings in Java consist of Unicode characters, not bytes.
=Libraries= androidmarketapi-0.3.jar is Apache 2.0 licensed - source from: http://code.google.com/p/android-market-api/ https://code.google.com/p/protobuf/ is New BSD licensed - source from: https://code.google.com/p/protobuf/