1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 03:10:09 +02:00
Commit Graph

2363 Commits

Author SHA1 Message Date
Daniel Martí
c76d2321f3 Add support for gradle 1.11 (and plugin ver 0.9) 2014-03-07 15:21:18 +01:00
Daniel Martí
0709df985f Update BV notation in the manual 2014-03-06 11:10:54 +01:00
Daniel Martí
19c99feb16 Don't reset a repo if its .fdroidvcs file ends with a newline 2014-03-05 13:22:58 +01:00
Daniel Martí
496d3d1650 Remove gradle wrapper binaries and scripts 2014-03-05 12:32:58 +01:00
Ciaran Gultnieks
2a7e0f4abe Same again, for native code message 2014-03-04 23:55:55 +00:00
Ciaran Gultnieks
50ee21727a Improve min/max sdk messages in repo browser 2014-03-04 23:51:26 +00:00
Ciaran Gultnieks
a7cdc69dae Fix for 28773ea 2014-03-04 23:46:25 +00:00
Ciaran Gultnieks
a082b3c631 Minor typo fix 2014-03-04 23:36:50 +00:00
Ciaran Gultnieks
78bee1990c Remove apks with no metadata (unless told to create it) 2014-03-04 23:36:50 +00:00
Daniel Martí
28773ea7de Add basic support for min/max sdk on the web repo 2014-03-04 09:22:16 +01:00
Daniel Martí
fc09d23ad0 Add basic support for abis on the web repo 2014-03-04 09:21:58 +01:00
Daniel Martí
67d75e550b Don't add an extra space to git svn clone 2014-03-02 13:39:48 +01:00
Daniel Martí
d7ca28bbbe Fix gradle patching in a more generic way 2014-02-28 11:27:10 +01:00
Ciaran Gultnieks
9d59184d94 Fix a few build-time logging levels 2014-02-27 08:55:06 +00:00
Ciaran Gultnieks
c1df8b5bef Correct error in 8d95091f 2014-02-26 15:18:28 +00:00
Ciaran Gultnieks
8d95091f4d Set ssh logging level appropriately 2014-02-25 12:46:32 +00:00
Ciaran Gultnieks
a6c1b33a8c Remove unused import 2014-02-25 12:46:22 +00:00
Ciaran Gultnieks
76492ee9da Correction to bb16e37 2014-02-23 22:37:10 +00:00
Ciaran Gultnieks
a8cf0fa724 Fix stats (broken in f3db000) 2014-02-23 22:34:27 +00:00
Daniel Martí
e13b483d99 Speed up ndk-builds by using all cores 2014-02-23 23:33:19 +01:00
Daniel Martí
a4ab105234 Look for strings in all xml dirs properly 2014-02-23 20:09:42 +01:00
Daniel Martí
858f89e3ac Update build-tools to 19.0.2 2014-02-23 12:21:28 +01:00
Daniel Martí
45bd80634c Fix srclib 'Srclibs:' regression 2014-02-23 11:57:03 +01:00
Daniel Martí
6cd34a1d21 Better gradle signingConfig patching
This fixes the building of impeller 0.8.7
2014-02-23 11:54:58 +01:00
Ciaran Gultnieks
5cd47137dd Improved some logging levels for stats 2014-02-22 10:05:07 +00:00
Ciaran Gultnieks
bb16e37a24 Improve checkupdates output further 2014-02-22 10:03:19 +00:00
Ciaran Gultnieks
cb92ea1598 Fixed some logging levels for wiki update, apk cache, etc 2014-02-22 10:00:29 +00:00
Ciaran Gultnieks
37dda9414c Add --quiet option, restricting output to warnings/errors 2014-02-22 09:46:24 +00:00
Ciaran Gultnieks
5920d636dc Fix some checkupdates logging levels 2014-02-22 09:32:29 +00:00
Ciaran Gultnieks
75b787b9ce Revert "Avoid auto-name exception noise"
This reverts commit ce8bca7971.
2014-02-22 09:13:00 +00:00
Ciaran Gultnieks
ce8bca7971 Avoid auto-name exception noise 2014-02-22 09:11:50 +00:00
Daniel Martí
01ccc54b29 Update complete AM.xml file from master as of February 20th 2014
Taken from:
https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/AndroidManifest.xml
2014-02-20 20:52:17 +01:00
Ciaran Gultnieks
9f333fafa7 Fix list/grid switching retaining page 2014-02-20 10:43:15 +00:00
Daniel Martí
f2aaf9e928 Add support for AGPL, LGPL and WTFPL in the web client 2014-02-20 10:34:13 +01:00
Ciaran Gultnieks
b56cc26b16 Fix search/category change retaining page 2014-02-20 09:29:00 +00:00
Daniel Martí
4dec28e0bc Fix dumb wp-fdroid added bug 2014-02-20 09:25:39 +01:00
Daniel Martí
2ff3308f84 Fix writing of categories 2014-02-19 18:09:54 +01:00
Daniel Martí
8888cd6339 Add support for maxSdkVersion, bump index version integer 2014-02-19 17:30:06 +01:00
Daniel Martí
32ae8bc565 Don't auto update apps with the latest build disabled 2014-02-19 11:05:55 +01:00
Daniel Martí
0c2104039b Iterate over srclib Srclibs with indexes properly 2014-02-19 10:27:46 +01:00
Daniel Martí
3483bad392 Make app['Categories'] a list, get unique categories via a set 2014-02-19 10:27:38 +01:00
Daniel Martí
be7c6aceec Do the rest of the stats with counters too 2014-02-19 10:03:42 +01:00
Daniel Martí
f3db0003e7 Use Counter objects when processing logs
This should somewhat speed things up, and makes the code simpler
2014-02-19 09:59:44 +01:00
Daniel Martí
27c0caba60 Fix bash-completion header 2014-02-19 01:22:38 +01:00
Daniel Martí
9d8c576cb1 Don't use logging before it's set up 2014-02-19 01:14:40 +01:00
Daniel Martí
687057a473 Implement proper fdroid --help 2014-02-19 00:38:09 +01:00
Daniel Martí
a1d85e32f1 Some JARs have zip mimetype 2014-02-18 16:16:46 +01:00
Daniel Martí
3f485e509f git-svn fix: run fetch to actually get new tags and branches 2014-02-18 10:34:49 +01:00
Daniel Martí
b9728b2980 Warn about zip files like with jar files 2014-02-18 08:32:35 +01:00
Daniel Martí
d185e04d9e Also catch compiled java classes in the scanner 2014-02-18 08:32:16 +01:00