Commit graph

727 commits

Author SHA1 Message Date
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
Daniel Martí
ed64737678 real name can't be None 2013-06-12 12:05:55 +02:00
Daniel Martí
58f555737f Add "Auto Name" field, fill it in checkupdates 2013-06-11 00:30:30 +02:00
Daniel Martí
9c3b4a9daa Substitute variables in Prepare for srclibs too 2013-06-09 23:15:46 +02:00
Ciaran Gultnieks
68df47779d Fix more srclib-related stuff 2013-06-05 12:54:47 +01:00
Ciaran Gultnieks
cfa2646b8f Transfer srclibs properly 2013-06-04 22:42:18 +01:00
Ciaran Gultnieks
9ff536eae6 Use bash for init/prebuild, not sh 2013-06-04 22:38:44 +01:00
Daniel Martí
785e17428a Add support for spaces in git-svn tags, fixes 2013-06-03 11:20:49 +02:00
Daniel Martí
c11464bdd5 Fix git-svn tags and checkouts 2013-06-03 10:56:17 +02:00
Ciaran Gultnieks
94afbd8878 Merge branch 'master' of gitorious.org:f-droid/fdroidserver 2013-05-31 07:59:50 +01:00
Ciaran Gultnieks
7707e0902e Report missing srclib properly 2013-05-31 07:50:47 +01:00
Daniel Martí
5d36f41c3f Forgot to remove "trunk" in git-svn checkout 2013-05-28 16:36:52 +02:00
Daniel Martí
86cff4e49c Treat git-svn git checkouts correctly. Mute tags/* 2013-05-28 16:25:23 +02:00
Daniel Martí
d042a685ce branches= on git-svn + muliple arguments allowed 2013-05-27 15:03:42 +02:00
Daniel Martí
0861f870a3 More os.path.join() use cases 2013-05-24 23:43:49 +02:00
Daniel Martí
79ec50719d Add Tags and RM support for srclib, don't copy dir 2013-05-24 23:35:56 +02:00
Ciaran Gultnieks
8d85c7c2c3 Be less vague about svn errors
There can be multiple svn repos in use (e.g. srclibs) so it's helpful
to report the source of a failure.
2013-05-22 10:18:10 +01:00
Ciaran Gultnieks
d832bf8e9e Better build log formatting for wiki 2013-05-20 21:19:53 +01:00
Daniel Martí
77a7e640ad Forgot to remove a debugging print 2013-05-20 21:57:46 +02:00
Daniel Martí
6808d5d5ed Revert "fix vercodes."
This (partially) reverts commit 05735e9fca.
2013-05-20 15:48:55 +02:00
Daniel Martí
05735e9fca build-tools TODO is unnecessary. fix vercodes. 2013-05-20 14:06:18 +02:00
Daniel Martí
9efa52276d Use build/srclib instead of build/extlib 2013-05-20 13:34:03 +02:00
Daniel Martí
eb39d110d0 Externalize srclibs to fdroiddata 2013-05-20 13:16:06 +02:00
Daniel Martí
775e348853 TODO: use new build-tools path 2013-05-17 09:25:27 +02:00
Daniel Martí
d44d3863ee Add "No Source Since:[Version]" field.
I'll document it once we make sure it works fine.
2013-05-16 21:45:25 +02:00
David Black
6b749852b5 had forgotten to change error message in srclib when copy/pasting 2013-05-15 17:24:26 +01:00
David Black
dfd5a9fd65 Rescu srclib 2013-05-15 17:22:04 +01:00
Daniel Martí
979dc7840d Use non-greedy version matches 2013-05-15 17:08:17 +02:00
Daniel Martí
f8dfe532e6 Properly match app_version or version 2013-05-15 14:33:14 +02:00
Daniel Martí
166432e0b1 "app_version" is sometimes called "version" 2013-05-15 14:23:18 +02:00
Daniel Martí
607beec675 Use tags for Google-Gson 2013-05-14 23:53:43 +02:00
Daniel Martí
7fce90deba Add PhotoView srclib 2013-05-14 23:06:06 +02:00
Daniel Martí
13e760ece6 Version names can contain any character 2013-05-14 21:23:36 +02:00
Daniel Martí
f6fb7416c5 Fall back to res/values to avoid @strings/app_name 2013-05-14 20:50:40 +02:00
David Black
cd7f12e44e add libs/armeabi-v7a to list of dirs deleted before building...
I had completely forgotten that native libs were being deleted before
building . It is a sensible thing to do but I'm sure others will fall
foul of this one day.
2013-05-08 14:04:33 +01:00
David Black
552822d9ac Common-AskSven srclib 2013-05-06 20:41:42 +01:00
David Black
442538a98e Jutf7 srclib 2013-05-03 15:53:37 +01:00
David Black
3621a9a5f5 NineOldAndroids srclib (dependency of ShowCase-Androzic) 2013-05-02 13:04:38 +01:00
David Black
149cdff204 ShowCaseView (Androzic fork thereof) srclib 2013-05-02 12:21:16 +01:00