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

28 Commits

Author SHA1 Message Date
Henrik Tunedal
4cfc02ae9d 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
7324d40b2d Fix typo in README 2011-03-18 19:18:13 +01:00
Henrik Tunedal
92a2022d2c Indicate if an app requires root privileges 2011-03-09 00:16:53 +01:00
Ciaran Gultnieks
263e4c4e7b Added the ability to fix the old apostrophe thing 2011-03-03 20:25:18 +00:00
Ciaran Gultnieks
84ba9b19be Added the ability to flag an unbuildable release 2011-03-02 21:47:48 +00:00
Henrik Tunedal
bffeb61eb7 Oops. Fix README. 2011-03-01 01:38:14 +01:00
Henrik Tunedal
bce5da2543 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
fb27ce69a0 Allow the equals sign in prebuild commands 2011-02-25 23:19:17 +01:00
Ciaran Gultnieks
d45efbddad Added 'fixtrans' build option 2011-02-01 14:54:34 +00:00
Ciaran Gultnieks
2895250014 Build documentation updates and a new option (novcheck 2011-01-31 22:57:56 +00:00
Ciaran Gultnieks
50a962db31 Some build and update system improvements, including the ability to set javac encoding 2011-01-26 16:02:30 +00:00
Ciaran Gultnieks
9e9aa79c44 Added support for donate links in the metadata - sooner or later these will be used in the client 2011-01-19 00:12:36 +00:00
Ciaran Gultnieks
4a323dda66 Support for submodules in build process 2011-01-15 23:24:41 +00:00
Ciaran Gultnieks
1b71121a20 Improved the documentation for 'oldsdkloc' option 2011-01-15 13:19:02 +00:00
Michael Haas
69aa9f38cb Add PATH requirement 2011-01-14 14:29:09 +01:00
Ciaran Gultnieks
4497d6c91e Added support for bzr 2011-01-10 14:54:50 +00:00
Ciaran Gultnieks
10505120d4 Added ability to run ndk build script if the ant build doesn't do it 2011-01-10 08:31:35 +00:00
Ciaran Gultnieks
8525782c7a Lots of mad hacks to make com.funambol.android auto-build 2011-01-09 15:52:00 +00:00
Ciaran Gultnieks
a855e38fff Some more build capabilities, and an optimisation for SVN when doing tag checkouts 2011-01-08 22:31:55 +00:00
Ciaran Gultnieks
9386d092e2 More build capabilities - svn authentication, ndk location, custom ant target 2011-01-08 21:07:58 +00:00
Ciaran Gultnieks
ea7fe6b3e0 Automatic transfer of specified built apps to repository during update 2011-01-05 22:20:57 +00:00
Ciaran Gultnieks
a6b4830add Added support for mercurial 2011-01-03 10:55:18 +00:00
Ciaran Gultnieks
f863c2225c Added the ability to expect build output in a different place 2011-01-03 00:04:32 +00:00
Ciaran Gultnieks
f73926ea94 Added a build feature to be able to remove a specified file before building 2011-01-02 23:15:56 +00:00
Ciaran Gultnieks
cae8bd1546 Added ability to build from svn without checking out the entire repo 2011-01-02 11:27:50 +00:00
Ciaran Gultnieks
06cc795565 Allowed for APKs with bad names, and added Mobile C64, which is one of those 2010-12-29 16:43:04 +00:00
Ciaran Gultnieks
410da2479e Documentation of metadata format 2010-12-15 21:27:59 +00:00
Ciaran Gultnieks
52e9c929a7 Initial files 2010-10-21 23:26:38 +01:00