chiark / gitweb /
fdroidserver.git
2014-05-20 Ciaran GultnieksRemove mysterious keyword arguments
2014-05-20 Ciaran GultnieksFix several read_metadata-related issues
2014-05-20 Daniel MartíAdd gradle 1.12 for the plugin version 0.10
2014-05-16 Daniel Martílint: warn about empty descriptions
2014-05-15 Ciaran GultnieksSupport https://code.google.com in fdroid import
2014-05-13 Ciaran GultnieksMinor manual typo fix
2014-05-13 Ciaran GultnieksAdd documentation for Update Check Ignore
2014-05-13 Ciaran GultnieksAdd ability to ignore updates based on version name...
2014-05-12 Ciaran GultnieksFix too long lines in publish
2014-05-12 Ciaran GultnieksRemove excess usage description from gpgsign
2014-05-12 Ciaran GultnieksRemove unused imports
2014-05-12 Ciaran GultnieksCorrect logging output for gpgsign when already signed
2014-05-12 Ciaran GultnieksAdd 'fdroid gpgsign' command
2014-05-12 Daniel MartíStop the gradle version searches once one is found
2014-05-11 Ciaran GultnieksAdd proprietary samsung jar to usual suspects
2014-05-07 Daniel MartíA few more PEP8 fixes
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph... fix PEP8 "E226 missing whitespace around arithmetic...
2014-05-06 Hans-Christoph... fix PEP8 E124/E125/126/127/128 indentation issues
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph... fix PEP8 "E261 at least two spaces before inline comment"
2014-05-06 Hans-Christoph... fix PEP8 "W391 blank line at end of file"
2014-05-06 Hans-Christoph... fix PEP8 "E303 too many blank lines (2)"
2014-05-06 Hans-Christoph... fix PEP8 "E302 expected 1 blank lines, found 0"
2014-05-06 Hans-Christoph... fix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph... fix PEP8 "E401 multiple imports on one line"
2014-05-06 Hans-Christoph... fix PEP8 "E712 comparison to True should be 'if cond...
2014-05-06 Hans-Christoph... fix PEP8 "E703 statement ends with a semicolon"
2014-05-06 Hans-Christoph... fix PEP8 "E225 missing whitespace around operator"
2014-05-06 Hans-Christoph... fix PEP8 "E228 missing whitespace around modulo operator"
2014-05-06 Hans-Christoph... fix PEP8 "E251 unexpected spaces around keyword / param...
2014-05-06 Hans-Christoph... fix PEP8 "W291 trailing whitespace"
2014-05-06 Hans-Christoph... fix PEP8 "E202 whitespace before ']' or '}'"
2014-05-06 Hans-Christoph... fix PEP8 "E201 whitespace after '(' or '[' or '{'"
2014-05-06 Hans-Christoph... fix PEP8 "E231 missing whitespace after ','"
2014-05-06 Hans-Christoph... fix PEP8 "E203 whitespace before ':' or ','"
2014-05-06 Hans-Christoph... fix PEP8 "E711 comparison to None should be 'if cond...
2014-05-06 Hans-Christoph... fix "fdroidserver/build.py:41: redefinition of unused...
2014-05-06 Daniel MartíAdd missing -q/--quiet completions
2014-05-06 Daniel MartíAlso pre-compile list regex warnings
2014-05-06 Daniel MartíWarn about leading spaces in descriptions
2014-05-01 Ciaran GultnieksRemove the other explicit vagrant references
2014-05-01 Ciaran GultnieksRemove some explicit references to the vagrant user
2014-05-01 Ciaran GultnieksSeparate the VM setup process from the build
2014-05-01 Ciaran GultnieksFix a few whitespace errors in build.py
2014-04-30 Ciaran GultnieksMore PEP8 compliance (build.py, partial)
2014-04-30 Ciaran GultnieksRemove the rest of the PEP8 errors from stats.py
2014-04-30 Ciaran GultnieksRemove strange semicolons
2014-04-29 Ciaran GultnieksCache aggregate stats to save time
2014-04-29 Daniel MartíAlso remove 'disable' from auto-update builds
2014-04-29 Daniel MartíRun git submodule sync before git submodule update
2014-04-29 Daniel MartíUpdate 'fdroid build' args on bash-completion
2014-04-29 Ciaran GultnieksAdd extra options to import completion
2014-04-28 Daniel MartíRevert "Don't auto update apps with the latest build...
2014-04-28 Daniel MartíSmall glob fix to fd-commit
2014-04-28 Daniel MartíAdd support for new files
2014-04-28 Ciaran GultnieksAdd config entry for optional gpg key
2014-04-27 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-04-27 Daniel MartíSlightly better summary/name warning message
2014-04-27 Ciaran GultnieksShow detached gpg sigs for apks in repo browser
2014-04-26 Hans-Christoph... update: report signing key fingerprint in same format...
2014-04-24 Hans-Christoph... server: fix logging of file upload to awsbucket
2014-04-24 Hans-Christoph... server: test using config.get() in case dict value...
2014-04-24 Hans-Christoph... init: --no-prompt to skip sdk_path prompt
2014-04-23 Hans-Christoph... init: --android-home for forcing the path to the Androi...
2014-04-23 Hans-Christoph... init: only overwrites config.py, so run even if repo...
2014-04-23 Hans-Christoph... init: split out defconfig and sdk test to run before...
2014-04-23 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-23 Hans-Christoph... add generic installation instructions to README
2014-04-23 Hans-Christoph... make awsbucket upload only new or changed files, ignore...
2014-04-23 Hans-Christoph... if the AWS S3 bucket does not exist, create it
2014-04-23 Hans-Christoph... support cloud storage with libcloud, starting with...
2014-04-23 Hans-Christoph... implement -q and -v for `fdroid server`
2014-04-23 Hans-Christoph... reorg `fdroid server` to allow for multiple server...
2014-04-23 Hans-Christoph... make `fdroid server` check whether serverwebroot is set
2014-04-23 Hans-Christoph... if using crypto smartcard, remind user to plug it in
2014-04-23 Hans-Christoph... overwrite password files if they exist
2014-04-23 Hans-Christoph... update manual to use public https:// URLs to git repos
2014-04-23 Hans-Christoph... fix warnings in python files manifest
2014-04-23 Hans-Christoph... when running `pip install` tests, cache downloads from...
2014-04-22 Daniel MartíSupport custom maven/gradle resource paths
2014-04-22 Daniel MartíRun maven with jar.sign.skip=true too
2014-04-20 Daniel MartíReflect new summary char limit
2014-04-18 Daniel MartíProperly complete partially written vercodes
2014-04-18 Daniel MartíCount warnings and apps in lint
2014-04-18 Daniel MartíAdd summary-related lint warnings
2014-04-17 Daniel MartíOnly do the latest five tags when using UCM:Tags on git
2014-04-17 Daniel MartíNo longer use universal_newlines
2014-04-17 Ciaran GultnieksFix donate/flattr links in web repo browser
2014-04-17 Ciaran GultnieksChange widget implementation to allow multiple instances
2014-04-17 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-16 Daniel MartíAlso ignore .bzr when scanning
2014-04-15 Daniel MartíAlso glob the 'rm' field
2014-04-15 Daniel MartíGlob scanignore and scandelete
2014-04-15 Daniel MartíRewrite much of the source scanner
2014-04-15 Daniel MartíFix: some apks have a zip mimetype instead of a jar one
2014-04-15 Daniel MartíFix apk path on gradle builds with many subdirs
2014-04-13 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-12 viccuadupdated gitorious repo links to gitlab repo links
2014-04-12 Torsten Groteremove border around Flattr button
next