Commit graph

963 commits

Author SHA1 Message Date
Ciaran Gultnieks f9c0ce9b73 Metadata: version updates 2012-02-28 22:03:45 +00:00
Ciaran Gultnieks 14f7e5c2c9 Metadata: corrected sketcher website 2012-02-27 21:12:49 +00:00
Ciaran Gultnieks 2efff61a1a Disabled sketcher for now 2012-02-27 21:11:31 +00:00
Nicolas Raoul d2c4cc928d Added Sketcher as per submission http://f-droid.org/forums/topic/sketcher/ 2012-02-27 21:09:05 +00:00
Nicolas Raoul ead312ffba Fixed spacing for consistency 2012-02-27 21:05:37 +00:00
Nicolas Raoul 05188c96fe Added category to the 4 apps that had Category:None 2012-02-27 21:05:04 +00:00
Nicolas Raoul 0a84c12f74 Very useful app, unfortunately I can't seem to compile it despite JNI flag. It might need other flags 2012-02-27 21:02:49 +00:00
Nicolas Raoul e475cc3659 Renamed license to follow convention used for the other apps 2012-02-27 21:01:59 +00:00
Ciaran Gultnieks 16393f30e1 Docs for importing 2012-02-27 20:38:00 +00:00
Ciaran Gultnieks b072be4db3 Updated docs to use command dispatcher 2012-02-27 20:17:31 +00:00
Ciaran Gultnieks b3b0998847 Metadata: added bitcoin wallet 2012-02-27 19:38:57 +00:00
Ciaran Gultnieks 7f8fa5d1e8 Added freefall 2012-02-27 11:30:22 +00:00
Ciaran Gultnieks 93fe03340c Documentation for direct install 2012-02-27 09:16:52 +00:00
Ciaran Gultnieks c916b2501b Import from gitorious projects 2012-02-27 09:08:25 +00:00
Ciaran Gultnieks 8bddc35955 Fixed the build --install function 2012-02-27 09:07:36 +00:00
Ciaran Gultnieks 09874b5256 Metadata: version updates 2012-02-27 07:32:58 +00:00
Ciaran Gultnieks 3168f7c87d Metadata: new sparserss version 2012-02-26 19:17:27 +00:00
Ciaran Gultnieks 19bc8bdc4c Metadata: latest yaxim 2012-02-26 17:39:32 +00:00
Ciaran Gultnieks 94a1ef9eba Command dispatcher 2012-02-26 17:18:50 +00:00
Ciaran Gultnieks ddbeb0496a Missed a config thingy 2012-02-26 17:15:07 +00:00
Ciaran Gultnieks 9d36e2bf82 Resolved some unpleasant global-scope usage and related issues 2012-02-26 17:14:15 +00:00
Ciaran Gultnieks 232b0762b1 Metadata: new Hacker's Keyboard version 2012-02-26 17:11:00 +00:00
Ciaran Gultnieks f7f9f0d249 All callable scripts now implement main() 2012-02-26 14:18:58 +00:00
Ciaran Gultnieks 1c435ace53 Restructured build.py a bit 2012-02-26 14:09:25 +00:00
Ciaran Gultnieks c0437dbe1a Stats, etc 2012-02-25 09:19:10 +00:00
Ciaran Gultnieks b4879569f9 Manual in lots of formats 2012-02-25 08:30:43 +00:00
Ciaran Gultnieks c9ce5c2919 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 3f4d92c36c 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 79950f9543 Metadata: needed targets to build autoanswer 2012-02-25 07:38:50 +00:00
Ciaran Gultnieks 8a16bc18cf Metadata: better donate link for Addi 2012-02-25 07:38:12 +00:00
Ciaran Gultnieks b40a34d7c4 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 a6bc8b7aa9 new app by me: FasterGPS 1.0, to speed up gps fix, GPLv3 2012-02-24 21:36:34 +00:00
Ciaran Gultnieks 39322ad282 Build server docs (partial) 2012-02-24 18:19:52 +00:00
Ciaran Gultnieks c6bea2753d Some more documentation 2012-02-24 17:56:49 +00:00
Paul Sokolovsky b6d1ad17d1 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 e9e5947b73 Allow for manual native code building 2012-02-24 07:42:49 +00:00
Ciaran Gultnieks d0bab930b1 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 a2673432d2 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 103d39c2e9 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 fb817e1a12 Add Addi - Matlab/Octave clone.
http://code.google.com/p/addi/
2012-02-23 22:13:08 +02:00
Paul Sokolovsky 38ce13bc25 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 b94926cea3 Move docs to docs directory, and generate HTML 2012-02-23 14:32:35 +00:00
Ciaran Gultnieks 7d1c34133d Synced README changes back into fdroid.texi 2012-02-23 14:24:39 +00:00
Ciaran Gultnieks 0205382911 Some more work on the documentation 2012-02-23 13:57:38 +00:00
Ciaran Gultnieks 89d62bc1ec Fixed up some documentation stuff 2012-02-23 10:43:02 +00:00
Ciaran Gultnieks f9b1d0e69f Metadata: updated droidnotify version 2012-02-23 09:47:05 +00:00
Ciaran Gultnieks 5f69f2ec27 For the sake of correctness 2012-02-22 23:58:05 +00:00
Ciaran Gultnieks f4ec31efa5 Revert "SparkleShare: Add patch to allow install on camera-less devices."
This reverts commit 998d42fd4e84afa09a2803dc25d61437d042a6d5. 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 01a1fc00a5 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 4185c1a12f Fixed category on AnkiDroid 2012-02-22 15:10:20 +00:00