chiark / gitweb /
Set the FDroidOpen output default back to true
[fdroidserver.git] / fdroidserver / common.py
2014-06-22 Daniel MartíSet the FDroidOpen output default back to true
2014-06-22 Daniel MartíWarn about config permissions before loading the defaults
2014-06-22 Daniel MartíA bit more None magic to fix some UCMs
2014-06-21 Daniel MartíDon't output everything when using --verbose
2014-06-20 Daniel MartíRevert "Keep version names even if found separate from...
2014-06-19 Daniel MartíBetter support for gradle plugin versions
2014-06-19 Daniel MartíUse gradle_dir, not root_dir, to fetch the plugin version
2014-06-16 Daniel MartíCurrent build-tools is 19.1.0, not 19.1
2014-06-16 Daniel MartíBump default build_tools, small fixes
2014-06-16 Daniel MartíWarn if build_tools is not set up properly
2014-06-16 Daniel MartíKeep version names even if found separate from the...
2014-06-12 Daniel MartílintVital was added in 0.8, only exclude it then
2014-06-09 Ciaran GultnieksMerge branch 'rsync-improvements-for-fdroid-server...
2014-06-07 Daniel Martíjni problem is critical, so make it an error
2014-06-05 Ciaran GultnieksMerge branch 'test-updates-and-related-bug-fixes' into...
2014-06-05 Daniel MartíBe less clumsy when removing signingConfigs
2014-06-05 Hans-Christoph Steinermake FDroidPopen output based on --verbose
2014-06-05 Hans-Christoph Steineradd more SDK checks: build-tools/19.0.3 and presense...
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-28 Daniel MartíFix some more pep8 warnings
2014-05-27 Daniel MartíMore strict string search regex
2014-05-20 Ciaran GultnieksCentralise management of srclib metadata
2014-05-20 Ciaran GultnieksRestore friendly error messages
2014-05-13 Ciaran GultnieksAdd ability to ignore updates based on version name...
2014-05-11 Ciaran GultnieksAdd proprietary samsung jar to usual suspects
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 "W391 blank line at end of file"
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 "E225 missing whitespace around 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-04-29 Daniel MartíRun git submodule sync before git submodule update
2014-04-27 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-04-23 Hans-Christoph Steinerinit: --android-home for forcing the path to the Androi...
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 Steinerimplement -q and -v for `fdroid server`
2014-04-23 Hans-Christoph Steineroverwrite password files if they exist
2014-04-22 Daniel MartíSupport custom maven/gradle resource paths
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 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-11 Daniel MartíSupport gradle variables without an equals sign
2014-04-11 Daniel MartíFix counting of scanner problems
2014-04-08 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-07 Hans-Christoph Steiner'smartcardoptions' config item for setting up HSMs...
2014-04-07 Hans-Christoph Steinerimproved error messages related to missing/non-function...
2014-04-03 Daniel MartíMake pylint happy about re-using the 'added' var
2014-04-03 Daniel Martíscan_source: print problems, only return the total...
2014-04-02 Daniel MartíAdd default repotype() to make pylint happy
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/137' of gitorious...
2014-04-01 Daniel MartíFix bankdroid build
2014-04-01 Daniel MartíAdd keyaliases config default
2014-04-01 Hans-Christoph Steinerset the default keystore to the same as the default...
2014-04-01 Hans-Christoph Steinerstop passing passphrases via args, instead use prepared...
2014-03-31 Daniel MartíFix indexing issue with recursive srclibs
2014-03-27 Daniel MartíStart rewriting git@github submodues to use https
2014-03-21 Daniel MartíBetter gradle signing keys regexes
2014-03-21 Daniel MartíInclude possible src/AndroidManifest.xml gradle manifes...
2014-03-18 Daniel MartíSupport auto names on gradle projects
2014-03-18 Daniel MartíMake SilentPopen use FDroidPopen, switch a few from...
2014-03-18 Daniel MartíMake "reading config.py" a debug print
2014-03-18 Daniel MartíProperly use logging.warn in some places
2014-03-17 Daniel MartíTry to fix <pre> issues on large lastbuilds
2014-03-16 Daniel MartíProperly identify jar files
2014-03-16 Ciaran GultnieksCorrection to 6b309aff
2014-03-16 Ciaran GultnieksDon't use an autoname if it's not found
2014-03-16 Ciaran GultnieksDon't look for strings in unrelated projects
2014-03-16 Ciaran GultnieksExtra debug logging for autoname gathering
2014-03-13 Daniel MartíAlso strip project.properties of ant keysigning options
2014-03-09 Daniel MartíBump default build-tools version
2014-03-05 Daniel MartíDon't reset a repo if its .fdroidvcs file ends with...
2014-03-02 Daniel MartíDon't add an extra space to git svn clone
2014-02-28 Daniel MartíFix gradle patching in a more generic way
2014-02-25 Ciaran GultnieksRemove unused import
2014-02-23 Daniel MartíLook for strings in all xml dirs properly
2014-02-23 Daniel MartíUpdate build-tools to 19.0.2
2014-02-23 Daniel MartíFix srclib 'Srclibs:' regression
2014-02-23 Daniel MartíBetter gradle signingConfig patching
2014-02-19 Daniel MartíIterate over srclib Srclibs with indexes properly
2014-02-18 Daniel MartíSome JARs have zip mimetype
2014-02-18 Daniel Martígit-svn fix: run fetch to actually get new tags and...
2014-02-18 Daniel MartíWarn about zip files like with jar files
2014-02-18 Daniel MartíAlso catch compiled java classes in the scanner
2014-02-18 Daniel MartíCatch all jar files
2014-02-17 Daniel MartíMove config.py keystore checks to after vars have been...
next