Commit graph

1215 commits

Author SHA1 Message Date
Ciaran Gultnieks
42497533a5 Revert "Don't stop if srclib paths are hard-coded"
This reverts commit 33a95637c0.
2013-10-09 10:11:34 +01:00
Ciaran Gultnieks
5ce730a3a0 Detect proprietary youtube api lib 2013-10-09 09:48:41 +01:00
Daniel Martí
33a95637c0 Don't stop if srclib paths are hard-coded
If the raise takes place, UCMs with srclibs don't work.
2013-10-08 00:38:24 +02:00
Daniel Martí
890a1adb6f Do not repeat stderr and stdout when -v/--verbose 2013-10-02 19:29:17 +02:00
Ciaran Gultnieks
8f8360fcf6 Don't try and parse username/password out of repo address except for svn 2013-10-02 10:25:26 +01:00
Ciaran Gultnieks
e9aff5f31d Add HTTP update check mode 2013-10-01 10:19:17 +01:00
Daniel Martí
89a4e17c3b Added myself to copyright notices 2013-09-28 21:06:33 +02:00
Daniel Martí
e3682bd5a8 Fix many cases of UCM for Gradle 2013-09-21 19:43:31 +02:00
Daniel Martí
4193caa0d4 Remove all bin dirs on update= dirs, be more verbose 2013-09-16 12:53:27 +02:00
Daniel Martí
c4237fe732 Fixes to gotorevision(None)
Up until now, this would do nothing in most cases
2013-09-15 23:20:42 +02:00
Daniel Martí
9257690f95 Allow for leading and trailing whitespaces in ';'-separated lists (e.g. update= abc ; def ; ...) 2013-09-11 13:45:02 +02:00
Daniel Martí
fba8fb839c Allow spaces before/after field key names 2013-09-11 01:07:51 +02:00
Daniel Martí
fed04a0429 Don't print all metadata reads; Only print when an exception is present 2013-09-06 22:38:36 +02:00
Daniel Martí
94b083063a Add UCM:Tags support to hg 2013-09-06 20:33:47 +02:00
Paul Sokolovsky
24af895915 Print progress messages as a build goes thru various stages.
Without this, we get bunch of messages at the start of build, which
end with "Applying patch", and then all the things hangs for several
minutes (or more, in case of network problems, etc). So, consistently
keep user aware od what's happening. Note that --verbose switch affects
deatiledness and amount of output (in particular, if it's given, "build"
command output goes to console instead of log).
2013-08-28 22:12:33 +03:00
Daniel Martí
76d3b56ff5 Remove a bunch of unused imports 2013-08-22 16:42:57 +02:00
Daniel Martí
f6554d846c Remove bin/ and gen/ in update= dirs too! 2013-08-21 16:20:27 +02:00
Daniel Martí
562f539e96 When parsing manifests, default version name to "Unknown" 2013-08-15 16:01:33 +02:00
Daniel Martí
990321d33d Fetch CV @string values at checkupdates 2013-08-15 12:15:44 +02:00
Daniel Martí
13a8b1fd0a Return none if no AM.xml paths exist 2013-08-14 15:07:26 +02:00
Daniel Martí
36f524e624 Do not duplicate verbose output when parsing metadata 2013-08-14 14:27:05 +02:00
Daniel Martí
2fdd274580 Merge branch 'gradle' (finally!)
Conflicts:
	fdroidserver/checkupdates.py
2013-08-14 12:03:19 +02:00
Daniel Martí
a23fb27155 Forgot to remove debugging prints 2013-08-13 16:00:51 +02:00
Daniel Martí
0ad09f6481 Improve checkupdates further, Auto Name works with gradle 2013-08-13 15:58:43 +02:00
Daniel Martí
1fcb56b946 Use last found package name if none found 2013-08-13 15:25:47 +02:00
Daniel Martí
cf47e151f7 Small fixes to checkupdates 2013-08-13 14:51:40 +02:00
Daniel Martí
578e030ee6 Try and adapt checkupdates to gradle better 2013-08-13 12:02:48 +02:00
Daniel Martí
1e7bfc9864 Don't run gradle during checkudpates. Use whatever can be found. 2013-08-09 17:15:27 +02:00
Daniel Martí
705a05f4c1 Market is broken, don't default to it 2013-08-08 16:47:26 +02:00
Daniel Martí
ece2ece071 Deprecate aapt_path in favour of sdk_path + build_tools 2013-08-08 13:00:02 +02:00
Daniel Martí
d86a68b858 Fix gradle checkupdates with tags and RM. new settings. 2013-08-08 12:55:48 +02:00
Daniel Martí
89a9447a8c Use src/ rather than source/ 2013-08-03 18:53:01 +02:00
Daniel Martí
8c8a20bcb1 Merge master into gradle 2013-08-03 18:37:29 +02:00
Daniel Martí
7ff2fafb1b Print which srclib are we updating 2013-08-03 18:18:10 +02:00
Daniel Martí
a5b8659632 New gradle=[flavour] field 2013-08-03 17:07:55 +02:00
Daniel Martí
59e212d7a3 Try and use new gradle AM.xml path 2013-08-03 16:44:14 +02:00
Daniel Martí
a49b405780 Remove deprecated parameter 2013-07-31 19:51:02 +02:00
Frans Gifford
e0e6e711c3 Use config.py to locate aapt
This uses aapt_path in config.py to locate the aapt command. The latest
Android SDK moved aapt out of platform-tools/ causing builds which depend
on this path to fail.

Signed-off-by: Frans Gifford <frans.gifford@cs.ox.ac.uk>
2013-07-31 19:51:02 +02:00
Daniel Martí
6adc661e0e Auto Names: handle escaped \' and nested strings 2013-07-10 12:02:19 +02:00
Daniel Martí
69619a5acf Use all xml files to figure out strings 2013-07-08 15:24:48 +02:00
Daniel Martí
fa552b12cb Add retrieve_string(); use it in parse_androidmanifest 2013-07-05 22:34:53 +02:00
Daniel Martí
bc6e9cd4b4 Try a better regex match for the versionName 2013-07-04 15:55:44 +02:00
Daniel Martí
c2c1792727 Better @string globbing, should fix some AutoNames 2013-06-27 21:39:00 +02:00
Ciaran Gultnieks
e86aab59b6 More srclib-related fixing 2013-06-25 19:13:36 +01:00
Daniel Martí
39c315953f labels can be on the same line as <application 2013-06-15 18:33:24 +02:00
Daniel Martí
304412dee5 Never use @string/* as Auto Name 2013-06-14 10:09:23 +02:00
Daniel Martí
d1ef217895 Only match label of the first application element 2013-06-14 10:06:22 +02:00
Daniel Martí
3f7b6b8734 Allow extra fields in real name string 2013-06-14 08:42:43 +02:00
Daniel Martí
182fd08cf4 Remove tabs from previous commit 2013-06-13 09:37:42 +02:00
David Black
00471847c5 add google-play-services and crittercism to scanner 2013-06-12 15:20:58 +01:00