Commit graph

13893 commits

Author SHA1 Message Date
Henrik Tunedal 317371e8bd Simplify SDK path configuration
As long as we're making the user specify the path to the SDK, we can
use that information to find all the tools - there's no need for
specifying the location of aapt separately or requiring the tools to
be in $PATH.
2011-04-06 23:45:41 +02:00
Henrik Tunedal 70df15644c Use longer example passwords
A minimum password length of 6 characters is enforced by keytool, so
the example passwords wouldn't work.
2011-04-06 23:45:29 +02:00
Ciaran Gultnieks bec5a6c63f Metadata: grammatical improvement to battery dog description 2011-04-06 17:43:25 +01:00
Ciaran Gultnieks 3765a77df1 Metadata: version updates 2011-04-06 17:12:01 +01:00
Henrik Tunedal c61da7513f Metadata: add market version for Remembeer 2011-04-06 00:28:45 +02:00
Henrik Tunedal 639801b53e Merge commit 'refs/merge-requests/13' of gitorious.org:f-droid/fdroidserver into integ 2011-04-06 00:27:31 +02:00
John Sullivan 0955652f73 Working metadata file for Remembeer, tested with build.py. 2011-04-05 18:05:25 -04:00
Ciaran Gultnieks 4c61d5a171 Metadata: version updates 2011-04-03 09:30:10 +01:00
Ciaran Gultnieks cd131f5e1b Metadata: version updates 2011-04-03 08:15:06 +01:00
Henrik Tunedal 5b960338ff Metadata: add 4 applications
Android Battery Dog, Flygtider, Ghost Commander and Vanilla Music.
2011-04-02 00:18:56 +02:00
Henrik Tunedal 88af3fa07d Force Subversion to overwrite files 2011-04-01 23:36:29 +02:00
Henrik Tunedal 159ab3ea09 Show key fingerprint when signing index 2011-04-01 19:20:32 +02:00
Ciaran Gultnieks f1e848270b Metadata: updated yaxim, added servestream 2011-03-30 10:26:45 +01:00
John Sullivan 60f062f920 Remove extra Use Built line. 2011-03-29 14:39:58 -04:00
John Sullivan 43561dddee Remove incorrect target=. 2011-03-29 14:35:39 -04:00
John Sullivan 736e235828 Add metadata file for Remembeer. 2011-03-29 14:19:14 -04:00
Ciaran Gultnieks f37259913a Metadata: version updates, and added AndroSS 2011-03-29 09:44:46 +01:00
Henrik Tunedal 54c39f84c3 Extract repository certificate automatically 2011-03-27 22:59:47 +02:00
Ciaran Gultnieks e3de33edbd Metadata: new app - acal 2011-03-27 11:55:54 +01:00
Ciaran Gultnieks 5b82525e4b Metadata: version updates 2011-03-26 10:48:12 +00:00
Ciaran Gultnieks 6ebe32d996 Metadata: version updates 2011-03-26 06:06:30 +00:00
Ciaran Gultnieks 702d532c04 Metadata: version updates 2011-03-22 00:19:49 +00:00
Henrik Tunedal 97cdb0babe Include SHA-256 hash in addition to MD5
The MD5 hash element must come last, for compatibility with older
clients.
2011-03-18 19:18:13 +01:00
Henrik Tunedal 777f354496 Fix typo in README 2011-03-18 19:18:13 +01:00
Ciaran Gultnieks 2f6285acb1 Metadata: version updates 2011-03-17 22:34:52 +00:00
Ciaran Gultnieks 7743aa48c2 Metadata: version updates 2011-03-17 15:18:56 +00:00
Ciaran Gultnieks 2b4f4ae973 Metadata: version updates 2011-03-12 21:55:18 +00:00
Ciaran Gultnieks b584fd4411 Metadata: version updates and a new app 2011-03-10 23:26:37 +00:00
Henrik Tunedal bcd4e7d6b5 Metadata: add Copy to Clipboard 2011-03-10 23:52:17 +01:00
Leonardo De Luca 525ca06552 Metadata: add Duck Duck Go search provider 2011-03-10 22:57:14 +01:00
Henrik Tunedal 02635cc2bf Metadata: shorten long summaries 2011-03-10 13:56:10 +01:00
Ciaran Gultnieks b794b4c441 Metadata: added swallowcatcher 2011-03-10 00:09:46 +00:00
Ciaran Gultnieks 4407c87d77 Metadata: version updates 2011-03-09 22:17:30 +00:00
Henrik Tunedal 434107cc4a Indicate if an app requires root privileges 2011-03-09 00:16:53 +01:00
Ciaran Gultnieks 205d745a4d Correction to previous commit 2011-03-03 23:39:12 +00:00
Ciaran Gultnieks 3dd07a6f4b Removed some excess verbosity from build.py 2011-03-03 22:41:45 +00:00
Ciaran Gultnieks 54bd642826 Metadata: version updates 2011-03-03 20:25:38 +00:00
Ciaran Gultnieks ee5b894f52 Added the ability to fix the old apostrophe thing 2011-03-03 20:25:18 +00:00
Ciaran Gultnieks 3a02e99495 Added mythdroid 2011-03-02 23:07:55 +00:00
Henrik Tunedal d42ce50e8d Metadata: fix my last commit 2011-03-02 23:15:31 +01:00
Ciaran Gultnieks ee2d74abf8 Metadata: version updates 2011-03-02 21:48:06 +00:00
Ciaran Gultnieks 3f5e290689 Added the ability to flag an unbuildable release 2011-03-02 21:47:48 +00:00
Henrik Tunedal e79a802446 Metadata: 6 new applications 2011-03-02 22:00:42 +01:00
Ciaran Gultnieks 9a1d7172b3 Metadata: version updates 2011-03-01 13:11:43 +00:00
Henrik Tunedal 05582038dc Oops. Fix README. 2011-03-01 01:38:14 +01:00
Henrik Tunedal c5d386e629 Metadata parsing changes
A few small changes to the format of metadata files:

"Build Version" lines can now contain include commas by escaping them
with a backslash. They can also be split over multiple lines by ending
each line (except the last) with a backslash.

Additionally, empty lines in descriptions should now work correctly.
2011-03-01 01:28:24 +01:00
Henrik Tunedal d5480af85a Remove key.store from default.properties as well 2011-02-27 00:40:20 +01:00
Henrik Tunedal 900a9e9993 Allow the equals sign in prebuild commands 2011-02-25 23:19:17 +01:00
Henrik Tunedal 8be6fa47ab Allow absolute path to repo_icon 2011-02-25 23:11:39 +01:00
Ciaran Gultnieks 0cd9dbf68b Metadata - adjustment, because that generates a 312MB source tarball 2011-02-24 23:20:15 +00:00