chiark / gitweb /
FDroidPopen must have a locale to support UTF-8 filenames
[fdroidserver.git] / fdroidserver / common.py
2016-06-27 Hans-Christoph SteinerFDroidPopen must have a locale to support UTF-8 filenames
2016-06-27 Daniel MartíMerge branch 'api-24' into 'master'
2016-06-24 Daniel Martíall: add and switch to build-tools v24
2016-06-21 Daniel MartíMerge branch 'some-build-fixes' into 'master'
2016-06-21 Hans-Christoph Steineradd force_build_tools config option
2016-06-17 Hans-Christoph SteinerMerge branch 'add-sig-algs-1' into 'master'
2016-06-17 Markus KilåsAdding support for DSA and ECDSA signatures.
2016-06-17 Ciaran GultnieksMerge branch 'use-android-update-sdk' into 'master'
2016-06-16 Daniel Martícommon: always set android ndk env vars
2016-06-09 Daniel MartíMerge branch 'fix-file-read-write-encoding' into 'master'
2016-06-07 Hans-Christoph Steineruse UTF8 as default instead of ASCII for .java .gradle...
2016-06-07 Hans-Christoph Steinerread/write F-Droid files always as UTF-8
2016-06-07 Hans-Christoph Steinerread/write Java .properties files in proper encoding
2016-04-05 Hans-Christoph SteinerMerge branch 'ci-update' into 'master'
2016-04-05 Daniel MartíAdd and switch to build-tools 23.0.3
2016-04-02 Daniel Martícommon: never pass None to replace_config_vars
2016-03-30 Daniel MartíFix build crash introduced in 3768d7a4
2016-03-23 Hans-Christoph SteinerMerge branch 'fdroid-build-in-git-repo' into 'master'
2016-03-23 Hans-Christoph Steinerstandardize on .yml as the file extension for YAML
2016-03-23 Hans-Christoph Steinerbuild: set default config for .fdroid.* metadata
2016-03-23 Hans-Christoph Steinerdo not require if config.py if using local metadata
2016-03-23 Hans-Christoph Steinerrefactor env handling for FDroidPopen to support .fdroi...
2016-03-16 Daniel Martícheckupdates: don't ignore repeated tags
2016-03-16 Daniel MartíMerge branch 'master' into 'master'
2016-03-15 Hans-Christoph Steinerfix stab at a Cygwin port (aaaahh Windows!)
2016-03-11 Daniel MartíMerge branch 'master' into 'master'
2016-03-11 Daniel MartíMerge branch 'py3' into 'master'
2016-03-11 Daniel MartíMerge branch 'checkupdates-speedup' into 'master'
2016-03-11 Daniel MartíFix issue related to creating fdroidvcs file
2016-03-11 Daniel MartíFix python headers in some source files
2016-03-11 Daniel Martícommon: Introduce FDroidPopenBytes
2016-03-10 Daniel Martíinit: fix writing into file
2016-03-10 Daniel Martícommon: fix str fetching from manifest xml
2016-03-10 Daniel MartíReplace remaining file() usage
2016-03-10 Daniel MartíFDroidPopen: return str again
2016-03-10 Daniel Martícommon: update base64 encoding of bytes
2016-03-10 Daniel MartíPort all imports to python3
2016-03-10 Daniel MartíRemove import workarounds for Python2
2016-03-10 Daniel MartíReplace basestring with str
2016-03-10 Daniel MartíReplace iteritems() with items()
2016-03-10 Daniel MartíReplace execfile with open+compile+exec
2016-03-10 Daniel MartíFix imports in Python 3
2016-03-10 Daniel Martícheckupdates: sort tags by date in one go
2016-02-28 Daniel MartíMerge branch 'p1' into 'master'
2016-02-23 Daniel Martícommon: make jdk detection more strict
2016-02-17 Dmitriy BogdanovFix pubkey extraction on update
2016-02-15 Daniel Martíoutput= is now a glob path and can do gradle
2016-02-12 Daniel MartíMerge branch 'master' into 'master'
2016-02-12 Hans-Christoph Steinerfix PEP9 E713 test for membership should be 'not in'
2016-02-12 Hans-Christoph Steinercommon: do not crash if the java_paths are not what...
2016-02-11 Daniel Martícommon: add regexp for arch oracle paths
2016-02-11 Daniel Martícommon: fix JDK detection on latest arch
2016-02-11 Hans-Christoph SteinerMerge branch 'auto-detect-java-homes' into 'master'
2016-02-11 Hans-Christoph Steineruse jarsigner and keytool from same JDK as is being...
2016-02-11 Hans-Christoph Steinerautomatically detect various installed JDKs and set...
2016-01-31 Daniel MartíMerge branch 'licenses' into 'master'
2016-01-26 Ciaran GultnieksHandle with invalid manifests better
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2015-12-31 Daniel Martígradle: stop trying to patch outputFile
2015-12-29 NeroBurnerhandle Queue
2015-12-29 NeroBurnerOctal numbers 0600 to 0o600
2015-12-29 NeroBurnerexcept named exception handling
2015-12-29 NeroBurnerChange print-function to have brackets
2015-12-24 Daniel Martígradle: Completely get rid of gradlepluginver
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-02 Daniel MartíPre-compile more regexes
2015-12-02 Daniel MartíFix default update= on ant builds
2015-12-02 Daniel MartíRework build into a class
2015-11-28 Daniel MartíRework app into a class
2015-11-18 Daniel Martíimport: don't crash due to missing id
2015-11-16 Daniel MartíDon't crash if AM.xml has no application element
2015-11-14 Daniel Martícommon: error if any glob paths are unused
2015-11-05 Daniel MartíBump build-tools to 23.0.2
2015-11-03 Daniel MartíInstall Java 1.8 alongside 1.7 for retrolambda
2015-11-01 Daniel Martícheckupdates: check packages in AM.xml files too
2015-10-30 Daniel Martícheckupdates: work around multiple package ids
2015-10-26 Daniel MartíAlso fix local.prop files before subdir
2015-10-25 Daniel MartíAdd an extra strip() to work around tostring issue
2015-10-25 Daniel Martícommon: Compile more regexes only once
2015-10-24 Daniel MartíAlso replace git@gitlab.com submodule urls
2015-10-24 Daniel MartíTypo fix for 91daacb8896e796
2015-10-24 Daniel Martícommon: don't crash if an sdk binary is not found
2015-10-04 Daniel Martíextension simplifications
2015-10-04 Daniel MartíAdd basic yaml metadata writing
2015-10-03 Daniel MartíRework path glob expansion
2015-09-30 Daniel Martícheckupdates: Ignore xml tags in string content
2015-09-30 Daniel MartíFetch string contents in a safer way
2015-09-30 Daniel MartíFix for bb2cbd527b
2015-09-29 Daniel MartíIncrease wiki error detail length limit
2015-09-24 Daniel Martícheckupdates: ignore gradle comments
2015-09-22 Daniel Martígradle: don't strip out comments
2015-09-21 Daniel MartíMerge branch 'asynchronous_reader' into 'master'
2015-09-20 NeroBurnerAdd asynchronous filereader, fix python3 lockups
2015-09-14 Daniel MartíMerge branch 'dont-use-sudo-brew' into 'master'
2015-09-14 Daniel MartíRewrite scanner logic
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-12 Daniel MartíAllow slashes in tags
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-08 Ciaran GultnieksMerge branch 'master' of https://gitlab.com/fdroid...
2015-09-08 Daniel Martícheckupdates improvements for gradle projects
next