chiark / gitweb /
fdroidserver.git
13 years agoDefined additional srclibs
Ciaran Gultnieks [Thu, 19 Apr 2012 09:56:51 +0000 (10:56 +0100)]
Defined additional srclibs

13 years agoMinor license clarification in docs
Ciaran Gultnieks [Thu, 19 Apr 2012 09:56:09 +0000 (10:56 +0100)]
Minor license clarification in docs

13 years agoAdded license and vcs type analysis to stats
Ciaran Gultnieks [Sun, 8 Apr 2012 13:07:01 +0000 (14:07 +0100)]
Added license and vcs type analysis to stats

13 years agoVarious documentation updates
Ciaran Gultnieks [Sun, 8 Apr 2012 12:00:57 +0000 (13:00 +0100)]
Various documentation updates

13 years agoAllow sdk and ndk path substitution in init command too
Ciaran Gultnieks [Sun, 8 Apr 2012 12:00:07 +0000 (13:00 +0100)]
Allow sdk and ndk path substitution in init command too

13 years agoChanged maven target to 'package' and disabled signing
Ciaran Gultnieks [Sun, 8 Apr 2012 08:08:24 +0000 (09:08 +0100)]
Changed maven target to 'package' and disabled signing

13 years agoAllow SDK and NDK paths to be subsituted into prebuild commands
Ciaran Gultnieks [Sun, 8 Apr 2012 08:07:39 +0000 (09:07 +0100)]
Allow SDK and NDK paths to be subsituted into prebuild commands

13 years agoAdd new srclib for bitcoinj wallet clone
Ciaran Gultnieks [Sun, 8 Apr 2012 08:07:08 +0000 (09:07 +0100)]
Add new srclib for bitcoinj wallet clone

13 years agoRecognise build output with space in filename (and show full output in verbose mode)
Ciaran Gultnieks [Thu, 5 Apr 2012 22:35:39 +0000 (23:35 +0100)]
Recognise build output with space in filename (and show full output in verbose mode)

13 years agoImport support for bare git:// protocol
Ciaran Gultnieks [Tue, 3 Apr 2012 20:13:51 +0000 (21:13 +0100)]
Import support for bare git:// protocol

13 years agoTolerate trailing / on github import
Ciaran Gultnieks [Tue, 3 Apr 2012 19:50:36 +0000 (20:50 +0100)]
Tolerate trailing / on github import

13 years agoAdded git-svn requirement to docs
Ciaran Gultnieks [Fri, 23 Mar 2012 16:41:20 +0000 (16:41 +0000)]
Added git-svn requirement to docs

13 years agoMerge commit 'refs/merge-requests/88' of git://gitorious.org/f-droid/fdroidserver...
Ciaran Gultnieks [Thu, 15 Mar 2012 16:37:51 +0000 (16:37 +0000)]
Merge commit 'refs/merge-requests/88' of git://gitorious.org/f-droid/fdroidserver into merge-requests/88

Conflicts:
fdroidserver/build.py

13 years agoMerge commit 'refs/merge-requests/87' of git://gitorious.org/f-droid/fdroidserver...
Ciaran Gultnieks [Thu, 15 Mar 2012 16:35:20 +0000 (16:35 +0000)]
Merge commit 'refs/merge-requests/87' of git://gitorious.org/f-droid/fdroidserver into merge-requests/87

13 years agoFine-tune error reporting of vercode mismatch
Tias Guns [Wed, 14 Mar 2012 23:59:05 +0000 (23:59 +0000)]
Fine-tune error reporting of vercode mismatch

I had a recipe that used 'Build Version: 0.1,2,...' with a ' ' between
the : and the version number. This failed in uncomprehensible ways
untill I figured the above out.

Perhaps a better solution would be to make the parser insensitive to
spaces between the ':' and what's after it?

13 years agoAdd missing spaces to output version discrepancy error message.
Paul Sokolovsky [Tue, 13 Mar 2012 18:26:40 +0000 (20:26 +0200)]
Add missing spaces to output version discrepancy error message.

Fixes output like:
'Unexpected version/version code in outputAPK: 0.3.1 / 5Expected: 1.0 / 1'.

13 years agobuild.py: pass options.verbose all the way to common.prepare_source
Tias Guns [Mon, 12 Mar 2012 21:11:45 +0000 (21:11 +0000)]
build.py: pass options.verbose all the way to common.prepare_source

13 years agocommon.prepare_source: better detection of errors
Tias Guns [Mon, 12 Mar 2012 21:08:43 +0000 (21:08 +0000)]
common.prepare_source: better detection of errors

when running 'android update', sometimes the program returns an error on
stderr without giving a !=0 errorcode.
This patch detects such an error, and throws a proper BuildException

(in my case, it printed the following to stderr:
Error: The project either has no target set or the target is invalid.
Please provide a --target to the 'android update' command.)

13 years agocommon.prepare_source: add verbose option and use it
Tias Guns [Mon, 12 Mar 2012 21:05:12 +0000 (21:05 +0000)]
common.prepare_source: add verbose option and use it

The prepare_source method runs commands and everything, but the -v
option gives no insight into what is happening in this method.
This patch adds some verbose output, useful to discover why/where a scan
fails

13 years ago--help is canonical
Ciaran Gultnieks [Mon, 12 Mar 2012 20:31:58 +0000 (20:31 +0000)]
--help is canonical

13 years agoMerge commit 'refs/merge-requests/86' of git://gitorious.org/f-droid/fdroidserver...
Ciaran Gultnieks [Mon, 12 Mar 2012 20:30:04 +0000 (20:30 +0000)]
Merge commit 'refs/merge-requests/86' of git://gitorious.org/f-droid/fdroidserver into merge-requests/86

13 years agoFix getsig referencing
Ciaran Gultnieks [Mon, 12 Mar 2012 20:17:37 +0000 (20:17 +0000)]
Fix getsig referencing

13 years agoscanner: use -p check like in build.py, give error if package does not exist
Tias Guns [Sun, 11 Mar 2012 21:59:25 +0000 (21:59 +0000)]
scanner: use -p check like in build.py, give error if package does not exist

13 years agorewritemeta: add -p option to specify package
Tias Guns [Sun, 11 Mar 2012 21:35:17 +0000 (21:35 +0000)]
rewritemeta: add -p option to specify package

useful if you're only working on a few packages and 'rewritemetadata' would make your working tree dirty

13 years agocheckupdates: use -p check like in build.py, give error if package does not exist
Tias Guns [Sun, 11 Mar 2012 21:30:17 +0000 (21:30 +0000)]
checkupdates: use -p check like in build.py, give error if package does not exist

13 years agofdroid.py: a pointer to the -h option of commands
Tias Guns [Sun, 11 Mar 2012 21:15:17 +0000 (21:15 +0000)]
fdroid.py: a pointer to the -h option of commands

13 years agofdroid.py: list commands when not giving a right command (I used ./fdroid -h and...
Tias Guns [Sun, 11 Mar 2012 21:09:32 +0000 (21:09 +0000)]
fdroid.py: list commands when not giving a right command (I used ./fdroid -h and expected actual info, even if -h is not valid

13 years agoAdded documentation for the Category metadata field
Ciaran Gultnieks [Sun, 11 Mar 2012 21:14:04 +0000 (21:14 +0000)]
Added documentation for the Category metadata field

13 years agoUpdated docs for separate server tools and data repositories
Ciaran Gultnieks [Sun, 11 Mar 2012 21:03:55 +0000 (21:03 +0000)]
Updated docs for separate server tools and data repositories

13 years agoMoved the upload scripts to a proper command
Ciaran Gultnieks [Sun, 11 Mar 2012 13:17:37 +0000 (13:17 +0000)]
Moved the upload scripts to a proper command

13 years agoMove getsig into the package
Ciaran Gultnieks [Sun, 11 Mar 2012 12:53:13 +0000 (12:53 +0000)]
Move getsig into the package

13 years agoShouldn't need to .gitignore those any more
Ciaran Gultnieks [Sun, 11 Mar 2012 12:03:45 +0000 (12:03 +0000)]
Shouldn't need to .gitignore those any more

13 years agoMetadata is now in the fdroiddata repo
Ciaran Gultnieks [Sun, 11 Mar 2012 12:02:37 +0000 (12:02 +0000)]
Metadata is now in the fdroiddata repo

13 years agoThe build and stats directory is now in the fdroiddata repo
Ciaran Gultnieks [Sun, 11 Mar 2012 12:00:01 +0000 (12:00 +0000)]
The build and stats directory is now in the fdroiddata repo

13 years agoMake the server tools an installable package (with distutils) - wip
Ciaran Gultnieks [Sun, 11 Mar 2012 11:59:19 +0000 (11:59 +0000)]
Make the server tools an installable package (with distutils) - wip

13 years agoMerge commit 'refs/merge-requests/85' of git://gitorious.org/f-droid/fdroidserver...
Ciaran Gultnieks [Sat, 10 Mar 2012 20:13:13 +0000 (20:13 +0000)]
Merge commit 'refs/merge-requests/85' of git://gitorious.org/f-droid/fdroidserver into merge-requests/85

13 years agoMetadata: removed disabled flag from cmis
Ciaran Gultnieks [Sat, 10 Mar 2012 20:06:32 +0000 (20:06 +0000)]
Metadata: removed disabled flag from cmis

13 years agoMerge commit 'refs/merge-requests/83' of git://gitorious.org/f-droid/fdroidserver...
Ciaran Gultnieks [Sat, 10 Mar 2012 20:03:52 +0000 (20:03 +0000)]
Merge commit 'refs/merge-requests/83' of git://gitorious.org/f-droid/fdroidserver into merge-requests/83

13 years agoMerge commit 'refs/merge-requests/84' of git://gitorious.org/f-droid/fdroidserver...
Ciaran Gultnieks [Sat, 10 Mar 2012 20:01:02 +0000 (20:01 +0000)]
Merge commit 'refs/merge-requests/84' of git://gitorious.org/f-droid/fdroidserver into merge-requests/84

13 years agoStats, etc
Ciaran Gultnieks [Sat, 10 Mar 2012 20:00:17 +0000 (20:00 +0000)]
Stats, etc

13 years agoAdd prboom4android - PrBoom (Doom) port.
Paul Sokolovsky [Sat, 10 Mar 2012 17:38:07 +0000 (19:38 +0200)]
Add prboom4android - PrBoom (Doom) port.

http://code.google.com/p/prboom4android

13 years agoAdd Tttris - A Tetris clone.
Paul Sokolovsky [Sat, 10 Mar 2012 17:13:26 +0000 (19:13 +0200)]
Add Tttris - A Tetris clone.

http://code.google.com/p/tttris

13 years agoMetadata: various version updates
Ciaran Gultnieks [Sat, 10 Mar 2012 13:36:37 +0000 (13:36 +0000)]
Metadata: various version updates

13 years agoMetadata: remove pre-built native libs from adaway
Ciaran Gultnieks [Sat, 10 Mar 2012 13:35:44 +0000 (13:35 +0000)]
Metadata: remove pre-built native libs from adaway

13 years agoMetadata: org.ttrssreader back a version
Ciaran Gultnieks [Sat, 10 Mar 2012 13:30:24 +0000 (13:30 +0000)]
Metadata: org.ttrssreader back a version

13 years agoDocumentation for update check mode and current version fields
Ciaran Gultnieks [Sat, 10 Mar 2012 12:50:57 +0000 (12:50 +0000)]
Documentation for update check mode and current version fields

13 years agoNew update checking mode
Ciaran Gultnieks [Sat, 10 Mar 2012 12:50:34 +0000 (12:50 +0000)]
New update checking mode

13 years agoMetadata: added non-fre dependency to metadata for trafikinfo
Ciaran Gultnieks [Sat, 10 Mar 2012 12:37:18 +0000 (12:37 +0000)]
Metadata: added non-fre dependency to metadata for trafikinfo

13 years agoMetadata: new version of FreeFall
Ciaran Gultnieks [Sat, 10 Mar 2012 11:42:27 +0000 (11:42 +0000)]
Metadata: new version of FreeFall

13 years agoMetadata: re-enabled adaway, fastergps, fox.ttrss
Ciaran Gultnieks [Fri, 9 Mar 2012 21:40:42 +0000 (21:40 +0000)]
Metadata: re-enabled adaway, fastergps, fox.ttrss

License header was Google's mistake, corrected at
http://code.google.com/p/marketbilling/source/detail?r=c414a3dfef020a98afea0daffeed970940cbe86a

13 years agoUpdate docs for 'update' and 'buildjni' with dir list support info.
Paul Sokolovsky [Wed, 7 Mar 2012 06:54:47 +0000 (08:54 +0200)]
Update docs for 'update' and 'buildjni' with dir list support info.

13 years agoAllow 'update' and 'buildjni' to accept list of subdir paths to run tools within.
Paul Sokolovsky [Wed, 7 Mar 2012 06:46:56 +0000 (08:46 +0200)]
Allow 'update' and 'buildjni' to accept list of subdir paths to run tools within.

This is useful for multi-component projects (main app + libraries in separate
dirs). Older adhoc values (update=no, buildjni=yes) for both options are
retained, except that to ignore jni/ directory, buildjni=no instead of
buildjni=manual should be used now.

Also, if --verbose is given, print message about runnibg ndk-build - native
libraries can be quite big and process long, so this is useful to keep user
in loop. To achieve this, had to global'ize options.

13 years agoDisabled FasterGPS - contains code All Rights Reserved by Google
Ciaran Gultnieks [Fri, 9 Mar 2012 20:39:38 +0000 (20:39 +0000)]
Disabled FasterGPS - contains code All Rights Reserved by Google

13 years agoMetadata: new Adaway version, but disabled - 3 files are All Rights Reserved (by...
Ciaran Gultnieks [Fri, 9 Mar 2012 20:37:42 +0000 (20:37 +0000)]
Metadata: new Adaway version, but disabled - 3 files are All Rights Reserved (by Google)

13 years agoAnchor correction
Ciaran Gultnieks [Fri, 9 Mar 2012 15:20:26 +0000 (15:20 +0000)]
Anchor correction

13 years agoResolve some anomalies with build --force
Ciaran Gultnieks [Fri, 9 Mar 2012 15:17:16 +0000 (15:17 +0000)]
Resolve some anomalies with build --force

13 years agoLink license abbreviations on the web site to real descriptions
Ciaran Gultnieks [Fri, 9 Mar 2012 15:16:47 +0000 (15:16 +0000)]
Link license abbreviations on the web site to real descriptions

13 years agoMetadata: added the other ttrss client (but disabled, a source file says All Rights...
Ciaran Gultnieks [Fri, 9 Mar 2012 14:45:08 +0000 (14:45 +0000)]
Metadata: added the other ttrss client (but disabled, a source file says All Rights Reserved

13 years agoMetadata: latest ttrssreader
Ciaran Gultnieks [Fri, 9 Mar 2012 14:15:08 +0000 (14:15 +0000)]
Metadata: latest ttrssreader

13 years agoRecognise MIT license on Google Code in importer
Ciaran Gultnieks [Tue, 6 Mar 2012 23:15:34 +0000 (23:15 +0000)]
Recognise MIT license on Google Code in importer

13 years agoRecognise MIT license on Google Code in importer
Ciaran Gultnieks [Tue, 6 Mar 2012 23:13:42 +0000 (23:13 +0000)]
Recognise MIT license on Google Code in importer

13 years agoMetadata: added XServer
Ciaran Gultnieks [Tue, 6 Mar 2012 20:29:23 +0000 (20:29 +0000)]
Metadata: added XServer

13 years agoAbility to run a scan but avoid slow svn repos
Ciaran Gultnieks [Tue, 6 Mar 2012 19:55:40 +0000 (19:55 +0000)]
Ability to run a scan but avoid slow svn repos

13 years agoMetadata: added E Numbers
Ciaran Gultnieks [Tue, 6 Mar 2012 19:55:14 +0000 (19:55 +0000)]
Metadata: added E Numbers

13 years agoExclude .hg directory from scans, it can contain jars that were removed
Ciaran Gultnieks [Tue, 6 Mar 2012 19:54:37 +0000 (19:54 +0000)]
Exclude .hg directory from scans, it can contain jars that were removed

13 years agoScan for suspicious class loading
Ciaran Gultnieks [Tue, 6 Mar 2012 19:50:19 +0000 (19:50 +0000)]
Scan for suspicious class loading

13 years agoAdded importer support for bitbucket repos
Ciaran Gultnieks [Tue, 6 Mar 2012 19:43:29 +0000 (19:43 +0000)]
Added importer support for bitbucket repos

13 years agoMetadata: mods to make Dongsa build
Ciaran Gultnieks [Tue, 6 Mar 2012 13:26:20 +0000 (13:26 +0000)]
Metadata: mods to make Dongsa build

13 years agoMerge commit 'refs/merge-requests/80' of git://gitorious.org/f-droid/fdroidserver...
Ciaran Gultnieks [Tue, 6 Mar 2012 13:02:17 +0000 (13:02 +0000)]
Merge commit 'refs/merge-requests/80' of git://gitorious.org/f-droid/fdroidserver into merge-requests/80

13 years agoAdded Dongsa Korean verb conjugator
Dan Bravender [Tue, 6 Mar 2012 12:24:43 +0000 (21:24 +0900)]
Added Dongsa Korean verb conjugator

13 years agoMetadata: version updates
Ciaran Gultnieks [Mon, 5 Mar 2012 20:39:14 +0000 (20:39 +0000)]
Metadata: version updates

13 years agoMetadata: set update check mode for PageTurner
Ciaran Gultnieks [Sun, 4 Mar 2012 11:23:07 +0000 (11:23 +0000)]
Metadata: set update check mode for PageTurner

13 years agoTemporarily shrunk the Sanity description - reveals a bug in the client
Ciaran Gultnieks [Sat, 3 Mar 2012 13:34:21 +0000 (13:34 +0000)]
Temporarily shrunk the Sanity description - reveals a bug in the client

13 years agoPesky carriage returns
Ciaran Gultnieks [Sat, 3 Mar 2012 11:01:41 +0000 (11:01 +0000)]
Pesky carriage returns

13 years agoShow categories on web site from data, not hard-coded
Ciaran Gultnieks [Sat, 3 Mar 2012 10:56:28 +0000 (10:56 +0000)]
Show categories on web site from data, not hard-coded

13 years agoMetadata: changed category from Readers to Reading and added additional applications
Ciaran Gultnieks [Sat, 3 Mar 2012 10:40:04 +0000 (10:40 +0000)]
Metadata: changed category from Readers to Reading and added additional applications

13 years agoOpen "Science & Education" category with couple of initial apps.
Paul Sokolovsky [Fri, 2 Mar 2012 17:07:57 +0000 (19:07 +0200)]
Open "Science & Education" category with couple of initial apps.

13 years agoCarpenter's level is for sure not a game, move to Office
Paul Sokolovsky [Fri, 2 Mar 2012 17:03:50 +0000 (19:03 +0200)]
Carpenter's level is for sure not a game, move to Office

(Office to be renamed to Office & Productivity).

13 years agoMove apps clearly involved with phone/SMS functions to corresponding category.
Paul Sokolovsky [Fri, 2 Mar 2012 16:59:47 +0000 (18:59 +0200)]
Move apps clearly involved with phone/SMS functions to corresponding category.

13 years agoMove ebook applications to "Readers" category.
Paul Sokolovsky [Fri, 2 Mar 2012 16:52:59 +0000 (18:52 +0200)]
Move ebook applications to "Readers" category.

13 years agoMerge commit 'refs/merge-requests/79' of git://gitorious.org/f-droid/fdroidserver...
Ciaran Gultnieks [Fri, 2 Mar 2012 12:47:43 +0000 (12:47 +0000)]
Merge commit 'refs/merge-requests/79' of git://gitorious.org/f-droid/fdroidserver into merge-requests/79

13 years agoMetadata: pdfview - if you need bash, say so
Ciaran Gultnieks [Fri, 2 Mar 2012 12:17:29 +0000 (12:17 +0000)]
Metadata: pdfview - if you need bash, say so

13 years agoMerge commit 'refs/merge-requests/76' of git://gitorious.org/f-droid/fdroidserver...
Ciaran Gultnieks [Fri, 2 Mar 2012 11:56:41 +0000 (11:56 +0000)]
Merge commit 'refs/merge-requests/76' of git://gitorious.org/f-droid/fdroidserver into merge-requests/76

13 years agoStats, etc.
Ciaran Gultnieks [Fri, 2 Mar 2012 11:48:02 +0000 (11:48 +0000)]
Stats, etc.

13 years agoAdditional blob to scan for
Ciaran Gultnieks [Fri, 2 Mar 2012 11:46:41 +0000 (11:46 +0000)]
Additional blob to scan for

13 years agoMetadata: version updates
Ciaran Gultnieks [Fri, 2 Mar 2012 11:46:05 +0000 (11:46 +0000)]
Metadata: version updates

13 years agoMetadata: added (disabled, wip) hedgewars metadata
Ciaran Gultnieks [Fri, 2 Mar 2012 11:45:19 +0000 (11:45 +0000)]
Metadata: added (disabled, wip) hedgewars metadata

13 years agoAdded CMIS Browser. Disabled because error, probably error in my metadata rather...
Nicolas Raoul [Fri, 2 Mar 2012 11:07:35 +0000 (20:07 +0900)]
Added CMIS Browser. Disabled because error, probably error in my metadata rather than error in the app itself

13 years agoMetadata: enabled Sanity
Ciaran Gultnieks [Thu, 1 Mar 2012 20:56:21 +0000 (20:56 +0000)]
Metadata: enabled Sanity

13 years agoMetadata: version updates
Ciaran Gultnieks [Thu, 1 Mar 2012 17:59:58 +0000 (17:59 +0000)]
Metadata: version updates

13 years agoMetadata: added Sanity (but disabled)
Ciaran Gultnieks [Thu, 1 Mar 2012 16:20:38 +0000 (16:20 +0000)]
Metadata: added Sanity (but disabled)

13 years agoMetadata: updated xbmc remote (repo moved)
Ciaran Gultnieks [Wed, 29 Feb 2012 20:42:42 +0000 (20:42 +0000)]
Metadata: updated xbmc remote (repo moved)

13 years agoAdd aMetro - Subway navigator
Paul Sokolovsky [Wed, 29 Feb 2012 16:42:21 +0000 (18:42 +0200)]
Add aMetro - Subway navigator

http://code.google.com/p/ametro

13 years agoAdd Dialer2 - Clean T9-like phone dialer
Paul Sokolovsky [Wed, 29 Feb 2012 16:19:20 +0000 (18:19 +0200)]
Add Dialer2 - Clean T9-like phone dialer

https://bitbucket.org/dnaq/dialer2

13 years agoMetadata: version updates
Ciaran Gultnieks [Tue, 28 Feb 2012 22:03:45 +0000 (22:03 +0000)]
Metadata: version updates

13 years agoAdd quitetaskmanager - Simple process viewer/killer.
Paul Sokolovsky [Tue, 28 Feb 2012 21:11:06 +0000 (23:11 +0200)]
Add quitetaskmanager - Simple process viewer/killer.

http://code.google.com/p/quitetaskmanager/

13 years agoAdd QuiteSleep - Manage incoming calls when you're busy
Paul Sokolovsky [Mon, 27 Feb 2012 17:55:47 +0000 (19:55 +0200)]
Add QuiteSleep - Manage incoming calls when you're busy

http://code.google.com/p/quitesleep/

13 years agoAdd APV - Android PDF Viewer
Paul Sokolovsky [Sun, 26 Feb 2012 15:46:06 +0000 (17:46 +0200)]
Add APV - Android PDF Viewer

http://code.google.com/p/apv/

13 years agoMetadata: corrected sketcher website
Ciaran Gultnieks [Mon, 27 Feb 2012 21:12:49 +0000 (21:12 +0000)]
Metadata: corrected sketcher website

13 years agoDisabled sketcher for now
Ciaran Gultnieks [Mon, 27 Feb 2012 21:11:31 +0000 (21:11 +0000)]
Disabled sketcher for now