mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
6fd360e62d
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. |
||
---|---|---|
.. | ||
.gitignore | ||
androidmarketapi-0.5.jar | ||
make.sh | ||
protobuf-java-2.2.0.jar | ||
README.txt | ||
run.sh | ||
test.java |
=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/