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

915 Commits

Author SHA1 Message Date
Ciaran Gultnieks
ea985430b0 Move docs to docs directory, and generate HTML 2012-02-23 14:32:35 +00:00
Ciaran Gultnieks
95ea92dc97 Synced README changes back into fdroid.texi 2012-02-23 14:24:39 +00:00
Ciaran Gultnieks
20b30c64f7 Some more work on the documentation 2012-02-23 13:57:38 +00:00
Ciaran Gultnieks
c43e3dae71 Fixed up some documentation stuff 2012-02-23 10:43:02 +00:00
Ciaran Gultnieks
16fc7397bd Metadata: updated droidnotify version 2012-02-23 09:47:05 +00:00
Ciaran Gultnieks
1b7f265b40 For the sake of correctness 2012-02-22 23:58:05 +00:00
Ciaran Gultnieks
785df58e9a Revert "SparkleShare: Add patch to allow install on camera-less devices."
This reverts commit 998d42fd4e. There
doesn't seem to be any point in patching this:
a) It's already been in the repo a long time
b) If we issue another version of a package, with the exact same
version name and code, how is anybody supposed to know which is which?
(I realise in this case it wouldn't make much difference, but the
general principle is important)
c) There is a technical problem in that if a different version of what
should be the same apk is pushed to the repo, installations will be
rejected by the client (until an update is done) because they will see
that the file they download is not what it was supposed to be.
d) The developer says he is fixing it in the next release anyway.
2012-02-22 15:28:59 +00:00
Ciaran Gultnieks
8a5d918a83 Merge commit 'refs/merge-requests/67' of git://gitorious.org/f-droid/fdroidserver into merge-requests/67 2012-02-22 15:14:47 +00:00
Ciaran Gultnieks
0bd3be46af Fixed category on AnkiDroid 2012-02-22 15:10:20 +00:00
Hans-Emil Skogh
c8d96efc8f Added filtering of applications based on category to the F-Droid wordpress plugin. 2012-02-22 14:59:16 +00:00
Hans-Emil Skogh
05e7146de0 Added (subtle) license information for latest apps. 2012-02-22 14:59:06 +00:00
Hans-Emil Skogh
2f4d198589 Changed latest apps from being rendered by update.py to wp-fdroid.php.
This also adds icons to the latest app widget listing.
2012-02-22 14:58:57 +00:00
Hans-Emil Skogh
9e77ebd899 Changed from the deprecated register_sidebar_widget() to wp_register_sidebar_widget(). 2012-02-22 14:58:44 +00:00
Hans-Emil Skogh
5d59d3c34d Added icons for protection levels "signature" and "signatureOrSystem".
This completes the list of published protection levels so far.
2012-02-22 14:58:32 +00:00
Ciaran Gultnieks
e8573029bc Metadata: various version updates 2012-02-21 21:46:01 +00:00
Ciaran Gultnieks
fd2d28e733 Stats, etc 2012-02-21 16:57:15 +00:00
Paul Sokolovsky
998d42fd4e SparkleShare: Add patch to allow install on camera-less devices.
Reported as https://github.com/NewProggie/SparkleShare-Android/issues/68
2012-02-21 08:34:10 +02:00
Paul Sokolovsky
cd0790095f SparkleShare: Set category as Internet.
It's clearly not a System, that's kind of catch-all category, but anything
better fitting should be used whenever possible. It is marketed as a
collaboration tool, so might warrint Office, but on a closer look it's
actually nothing more than a networked sync app. Hence, Internet.
2012-02-21 08:32:55 +02:00
Ciaran Gultnieks
ffe6bc1e13 Switch apk/source download links to use https 2012-02-21 00:02:30 +00:00
Ciaran Gultnieks
777af32dc0 Latest buildserver wip 2012-02-21 00:01:07 +00:00
Ciaran Gultnieks
8e4cb9f5a3 Metadata: some more simplications resulting from d38317f8 2012-02-19 21:09:30 +00:00
Ciaran Gultnieks
d6deb15c0a Correction to d38317f 2012-02-19 12:16:41 +00:00
Ciaran Gultnieks
3f5c29c30f Support force update of build.xml without target, for r14 2012-02-18 21:30:18 +00:00
Ciaran Gultnieks
2f1951ef32 Platform tools r14 compatibility 2012-02-18 21:28:34 +00:00
Ciaran Gultnieks
bccc6ce7ec Metadata: simplifications resulting from previous commit 2012-02-18 14:38:31 +00:00
Ciaran Gultnieks
d38317f8be Just get rid of bin/ and gen/ rather than failing scans 2012-02-18 14:37:43 +00:00
Ciaran Gultnieks
9d6f5bf887 Stats, etc. 2012-02-18 12:57:58 +00:00
Ciaran Gultnieks
7237933b9b Additional gitignore 2012-02-18 12:33:32 +00:00
Ciaran Gultnieks
30e6ec1d77 Merge commit 'refs/merge-requests/66' of git://gitorious.org/f-droid/fdroidserver into merge-requests/66 2012-02-18 12:29:31 +00:00
Ciaran Gultnieks
a154301fa4 Metadata: various version updates 2012-02-18 10:39:04 +00:00
Ciaran Gultnieks
f88f5b7404 Some more wip on build server integration 2012-02-18 10:38:49 +00:00
Paul Sokolovsky
bd6619ee01 Update docs for forceversion/forcevercode. 2012-02-16 23:09:57 +02:00
Paul Sokolovsky
10567fc0cc Remove support for deprecated insertversion/insertvercode
No longer occur in metadata.
2012-02-16 22:59:24 +02:00
Paul Sokolovsky
071642155e Replace insertversion/insertvercode with force* variants. 2012-02-16 22:58:35 +02:00
Paul Sokolovsky
eab72a3127 Add forceversion/forcevercode options to replace insertversion/insertvercode.
Unlike insertversion/insertvercode which accept pattern for old version/code,
which yet need to be prepared, then tested, and with that still named
confusingly, forceversion/forcevercode are boolean-style parameters which,
if specified for build, replace whatever version/code specified in
AndroidManifest.xml with the values from recipe.
2012-02-16 22:58:35 +02:00
Nicolas Raoul
9ed02069b8 Added compass from MIUI. http://f-droid.org/forums/topic/miui-compass/ 2012-02-15 08:26:16 +00:00
Ciaran Gultnieks
6214998f66 Metadata: use srclib for fhem 2012-02-15 07:54:06 +00:00
Michael Haas
02b66c59b4 Fix andfhem website 2012-02-15 07:48:06 +00:00
Michael Haas
73dcbb0699 Add android frontend for home automation softwarwe fhem. 2012-02-15 07:47:44 +00:00
Ciaran Gultnieks
12b6fb7771 Metadata: adjusted adaway description 2012-02-15 07:25:58 +00:00
Dominik
5e75683009 AdAway 1.25 2012-02-15 07:16:21 +00:00
Paul Sokolovsky
40201fdf48 update.py: Allow to output pretty (human-readable) index.xml . 2012-02-15 07:10:29 +00:00
Ciaran Gultnieks
56ebfc0c18 Metadata: version updates 2012-02-15 07:07:49 +00:00
Ciaran Gultnieks
161df270ed Publish a category list with the repo, for quicker access 2012-02-14 20:39:10 +00:00
Ciaran Gultnieks
71897f3aff Some more improvements to the importer 2012-02-14 20:37:55 +00:00
Ciaran Gultnieks
d38ccb2e06 Metadata: various version updates 2012-02-14 20:36:57 +00:00
Ciaran Gultnieks
c5ab19b285 Metadata: added mahjongg builder 2012-02-14 13:34:53 +00:00
Ciaran Gultnieks
05268eb3b9 Metadata: version updates 2012-02-14 13:34:38 +00:00
Ciaran Gultnieks
4387ef8c63 Metadata: added Taps Of Fire 2012-02-12 13:35:57 +00:00
Ciaran Gultnieks
93f4b6d86d Metadata: updated versions of aardict and droidnotify 2012-02-12 09:15:58 +00:00