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

1038 Commits

Author SHA1 Message Date
Ciaran Gultnieks
9ca42ec9f4 Manual in lots of formats 2012-02-25 08:30:43 +00:00
Ciaran Gultnieks
fb1358a163 Merge commit 'refs/merge-requests/75' of git://gitorious.org/f-droid/fdroidserver into merge-requests/75 2012-02-25 07:44:20 +00:00
Ciaran Gultnieks
3dfd7956e1 Merge commit 'refs/merge-requests/74' of git://gitorious.org/f-droid/fdroidserver into merge-requests/74 2012-02-25 07:41:38 +00:00
Ciaran Gultnieks
8d0ffcfa02 Metadata: needed targets to build autoanswer 2012-02-25 07:38:50 +00:00
Ciaran Gultnieks
22b9c0f71c Metadata: better donate link for Addi 2012-02-25 07:38:12 +00:00
Ciaran Gultnieks
38fa0a4e68 Merge commit 'refs/merge-requests/73' of git://gitorious.org/f-droid/fdroidserver into merge-requests/73 2012-02-24 21:44:15 +00:00
Dominik
2b7e2117bd new app by me: FasterGPS 1.0, to speed up gps fix, GPLv3 2012-02-24 21:36:34 +00:00
Ciaran Gultnieks
2d91c30806 Build server docs (partial) 2012-02-24 18:19:52 +00:00
Ciaran Gultnieks
68f8ed2250 Some more documentation 2012-02-24 17:56:49 +00:00
Paul Sokolovsky
a348106f03 Make sure that for per-version src tarballs, VCS dirs are really excluded.
A full path is passed to the filter function, so old code didn't really work.
2012-02-24 14:40:15 +02:00
Ciaran Gultnieks
ce1deec8dd Allow for manual native code building 2012-02-24 07:42:49 +00:00
Ciaran Gultnieks
479362aa55 Merge commit 'refs/merge-requests/70' of git://gitorious.org/f-droid/fdroidserver into merge-requests/70 2012-02-24 07:13:10 +00:00
Ciaran Gultnieks
0d619af3ca Merge commit 'refs/merge-requests/68' of git://gitorious.org/f-droid/fdroidserver into merge-requests/68 2012-02-24 07:11:54 +00:00
Paul Sokolovsky
e1c85dfc21 Patch before running prebuild commands.
Sometimes an application provides a script to initialize its build
environment, and it may be required to patch such a script before running
it (typical case is hardcoding developer's local paths). More generally,
"declaritive" ways of changing code (e.g., forceversion, patch, etc.)
should be preferred to prebuild, which should be used as the last resort
(as it is too generic and thus verbose). So, it's right ordering in that
respect either.
2012-02-24 03:21:00 +02:00
Paul Sokolovsky
fbdf93e4b0 Add Addi - Matlab/Octave clone.
http://code.google.com/p/addi/
2012-02-23 22:13:08 +02:00
Paul Sokolovsky
1b669ed1ab Add AutoAnswer: auto-answer phone calls based on some criteria.
http://code.google.com/p/auto-answer/
2012-02-23 22:12:32 +02:00
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
Dominik
9c2bc4ad67 AdAway version 1.27 2012-02-21 18:51:13 +01:00
Dominik
940c85e4da Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-02-21 18:48:14 +01: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
Dominik
3fa185d056 AdAway version 1.26 2012-02-20 19:20:26 +01:00
Dominik
10749615e1 merge 2012-02-20 19:19:19 +01: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