chiark / gitweb /
use 'metadata' name throughout: --createmeta to --create-metadata
[fdroidserver.git] / fdroidserver /
2014-06-05 Hans-Christoph Steineruse 'metadata' name throughout: --createmeta to --creat...
2014-06-05 Hans-Christoph Steinerinit: make prompt for SDK path exit cleanly on Ctrl-C
2014-06-05 Hans-Christoph Steineradd more SDK checks: build-tools/19.0.3 and presense...
2014-06-04 Daniel MartíFix crash in checkupdates with auto-updates
2014-06-01 Daniel MartíAdd warnings for repo clonings in build recipes
2014-06-01 Daniel MartíFix the script defaults
2014-06-01 Daniel MartíNo need to check for non-default build items
2014-06-01 Daniel MartíRemove dead mvnflags code
2014-06-01 Daniel MartíAdd support for gitlab.com repos to import
2014-06-01 Daniel MartíStore build comments by vercode, not version
2014-06-01 Daniel MartíDon't allow for duplicate build entries
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-30 Daniel MartíRe-order app_defaults to match the writing order
2014-05-30 Daniel MartíSimplify field/flag checking and bool flag usage
2014-05-30 Daniel MartíMake unspecified license use regex
2014-05-29 Daniel MartíMerge branch 'recent-bug-fixes' into 'master'
2014-05-29 Hans-Christoph Steinerfixes #12: make `fdroid update -c` do complete update...
2014-05-29 Hans-Christoph SteinerFixes #8: if unknown APKs found, prompt to use -c or...
2014-05-29 Hans-Christoph Steinerfix PEP8 E128 continuation line under-indented for...
2014-05-28 Daniel MartíFix some more pep8 warnings
2014-05-27 Daniel MartíFix pyflakes errors in readmeta
2014-05-27 Daniel MartíMake readmeta use srclibs and check for config.py too
2014-05-27 Daniel MartíMore strict string search regex
2014-05-27 Daniel MartíAlso use srclibs in checkupdates
2014-05-26 Daniel MartíWarn about summaries that are not capitalized
2014-05-23 Daniel MartíFall back to launchable-activity label if application...
2014-05-20 Ciaran GultnieksCentralise management of srclib metadata
2014-05-20 Ciaran GultnieksRestore friendly error messages
2014-05-20 Ciaran GultnieksLose the other unused read_metadata parameter
2014-05-20 Ciaran GultnieksRemove mysterious keyword arguments
2014-05-20 Ciaran GultnieksFix several read_metadata-related issues
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 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-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 Steinerfix PEP8 "E226 missing whitespace around arithmetic...
2014-05-06 Hans-Christoph Steinerfix PEP8 E124/E125/126/127/128 indentation issues
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E261 at least two spaces before inline comment"
2014-05-06 Hans-Christoph Steinerfix PEP8 "W391 blank line at end of file"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E303 too many blank lines (2)"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 1 blank lines, found 0"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E401 multiple imports on one line"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E712 comparison to True should be 'if cond...
2014-05-06 Hans-Christoph Steinerfix PEP8 "E703 statement ends with a semicolon"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E225 missing whitespace around operator"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E228 missing whitespace around modulo operator"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E251 unexpected spaces around keyword / param...
2014-05-06 Hans-Christoph Steinerfix PEP8 "W291 trailing whitespace"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E202 whitespace before ']' or '}'"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E201 whitespace after '(' or '[' or '{'"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E231 missing whitespace after ','"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E203 whitespace before ':' or ','"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E711 comparison to None should be 'if cond...
2014-05-06 Hans-Christoph Steinerfix "fdroidserver/build.py:41: redefinition of unused...
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-28 Daniel MartíRevert "Don't auto update apps with the latest build...
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-26 Hans-Christoph Steinerupdate: report signing key fingerprint in same format...
2014-04-24 Hans-Christoph Steinerserver: fix logging of file upload to awsbucket
2014-04-24 Hans-Christoph Steinerserver: test using config.get() in case dict value...
2014-04-24 Hans-Christoph Steinerinit: --no-prompt to skip sdk_path prompt
2014-04-23 Hans-Christoph Steinerinit: --android-home for forcing the path to the Androi...
2014-04-23 Hans-Christoph Steinerinit: only overwrites config.py, so run even if repo...
2014-04-23 Hans-Christoph Steinerinit: split out defconfig and sdk test to run before...
2014-04-23 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-23 Hans-Christoph Steinermake awsbucket upload only new or changed files, ignore...
2014-04-23 Hans-Christoph Steinerif the AWS S3 bucket does not exist, create it
2014-04-23 Hans-Christoph Steinersupport cloud storage with libcloud, starting with...
2014-04-23 Hans-Christoph Steinerimplement -q and -v for `fdroid server`
2014-04-23 Hans-Christoph Steinerreorg `fdroid server` to allow for multiple server...
2014-04-23 Hans-Christoph Steinermake `fdroid server` check whether serverwebroot is set
2014-04-23 Hans-Christoph Steinerif using crypto smartcard, remind user to plug it in
2014-04-23 Hans-Christoph Steineroverwrite password files if they exist
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-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
next