1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-18 19:20:08 +02:00
fdroidserver/marketcheck
Henrik Tunedal 6fd360e62d Fixed text corruption problem in marketcheck.
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.
2011-01-27 19:59:57 +01:00
..
.gitignore A little proof of concept of getting current market version number for an app 2010-10-27 12:27:33 +01:00
androidmarketapi-0.5.jar Updated version of androidmarketapi 2011-01-19 22:30:46 +00:00
make.sh Updated version of androidmarketapi 2011-01-19 22:30:46 +00:00
protobuf-java-2.2.0.jar A little proof of concept of getting current market version number for an app 2010-10-27 12:27:33 +01:00
README.txt Library sources 2010-10-27 20:10:39 +01:00
run.sh Updated version of androidmarketapi 2011-01-19 22:30:46 +00:00
test.java Fixed text corruption problem in marketcheck. 2011-01-27 19:59:57 +01:00

=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/