1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-09 17:00:12 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Henrik Tunedal
1ba9f79888 Explicitly specify output encoding in marketcheck.
FileWriter uses "the default character encoding", which seems like
asking to live in interesting times. The program assumes UTF-8 when
it reads the file, so it should obviously do the same when it writes
it back.
2011-02-06 05:13:44 +01:00
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