1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-19 19:40:17 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
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
Ciaran Gultnieks
948fd00ef3 Market API now requires a (random) device I 2010-11-27 09:10:33 +00:00
Ciaran Gultnieks
cbaf8b27f3 Now puts current market version name/code into metadata files 2010-10-27 20:57:19 +01:00
Ciaran Gultnieks
150034daaa Check current market version for all apps in our repo - just displays, does not update metadata yet 2010-10-27 14:20:26 +01:00
Ciaran Gultnieks
817b3bbaf1 A little proof of concept of getting current market version number for an app 2010-10-27 12:27:33 +01:00