Ciaran Gultnieks
436cc0c6d1
Tidier market check launching
2011-12-13 22:39:29 +00:00
Ciaran Gultnieks
b7e09a28f4
Metadata: version updates
2011-11-27 13:20:49 +00:00
Ciaran Gultnieks
1191650b99
Failed attempt to make marketcheck work again. Need new device ID.
2011-10-02 11:52:48 +01:00
Ciaran Gultnieks
29ada7392f
Some extra diagnostics stuff in build.py
2011-10-02 11:52:13 +01:00
Ciaran Gultnieks
f00378d27c
Be more friendly about a null repsonse in the market checker
2011-06-24 00:07:54 +01:00
Ciaran Gultnieks
797596c4a6
Merge commit 'refs/merge-requests/11' of git://gitorious.org/f-droid/fdroidserver
2011-02-17 22:20:27 +00:00
Ciaran Gultnieks
b7c79f4436
Need a different device/sdk for the market check, that one doesn't work any more
2011-02-12 22:01:45 +00:00
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
f334b42ab4
Updated version of androidmarketapi
2011-01-19 22:30:46 +00: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
a6ecfd6942
Library sources
2010-10-27 20:10:39 +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