chiark / gitweb /
Merge branch 'patch-2' into 'master'
[fdroidserver.git] / fdroidserver /
2016-07-13 Daniel MartíMerge branch 'precommit-fixes' into 'master'
2016-07-13 Ciaran GultnieksMerge branch 'use_date_from_apk_in_known_apks' into...
2016-07-13 Daniel MartíMerge branch 'apk-extension-obb-support' into 'master'
2016-07-07 Hans-Christoph Steineradd SHA-256 hashes of each OBB file
2016-07-07 Hans-Christoph Steinersupport .obb files for Opaque Binary Blog APK Expansions
2016-07-01 Ciaran GultnieksVarious changes to get makebuildserver to work with...
2016-06-27 Hans-Christoph SteinerMerge branch 'java8-and-other-fixes' into 'master'
2016-06-27 Hans-Christoph Steinerhandle APKs with filenames encoded with CP437
2016-06-27 Hans-Christoph SteinerFDroidPopen must have a locale to support UTF-8 filenames
2016-06-27 Hans-Christoph Steinerload bash profile using --login when running builds...
2016-06-27 Hans-Christoph Steinerproperly close opened images
2016-06-27 Daniel MartíMerge branch 'api-24' into 'master'
2016-06-27 Daniel MartíMerge branch 'permission-fix' into 'master'
2016-06-26 Dominik SchürmannMake permission parsing more specific
2016-06-26 Dmitriy BogdanovPass default date to KnownApks.recordapk()
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-21 Hans-Christoph Steinercheck whether metadata file is a duplicate before parsi...
2016-06-21 Hans-Christoph SteinerMerge branch 'fix-buildserver' into 'master'
2016-06-18 Ciaran GultnieksFix buildserver, broken by e449d2f
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 Daniel Martílint: only check unused exlibs if using all apps
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-15 Hans-Christoph Steinerinvalidate apkcache if the metadata version is different
2016-06-15 Hans-Christoph Steinerbuildserver: setup env vars using standard script
2016-06-14 Hans-Christoph SteinerMerge branch 'targetSdkVersion' into 'master'
2016-06-14 Hans-Christoph Steinerparse targetSdkVersion from APKs
2016-06-14 Hans-Christoph Steinerofficial Android default minSdkVersion is 1 not 0
2016-06-14 Hans-Christoph Steinerrename 'sdkversion' var to 'minSdkVersion' to avoid...
2016-06-14 Hans-Christoph Steinerrename maxSdkVersion variables to match Android
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-05-29 Ciaran GultnieksAdd extra debug logging for move to/from archive
2016-05-05 Daniel MartíMerge branch 'lint-unused-files' into 'master'
2016-05-05 Daniel Martílint: Add check for missing and unused extlibs
2016-05-05 Daniel Martílint: make the check for format a regular check
2016-05-05 Daniel Martílint: error on unused files
2016-04-20 Daniel Martílint: gradle does have target= support
2016-04-14 Daniel MartíMerge branch 'fix-virtualenv' into 'master'
2016-04-12 Daniel MartíMerge branch 'apkcache_compatibility' into 'master'
2016-04-12 Dmitriy BogdanovAdd an encoding parameter to open apkcache created...
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-29 Hans-Christoph SteinerMerge branch 'base-image' into 'master'
2016-03-28 Hans-Christoph SteinerMerge branch 'master' into 'master'
2016-03-27 mimi89999Fix error in build.py
2016-03-24 Daniel Martírewritemeta: fix after !62 breakage
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 Steinerimport app into fdroid directly from git clone
2016-03-23 Hans-Christoph Steinerrename metadata.write_metadata() to match metadata...
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-23 Hans-Christoph Steinersupport .fdroid.* metadata file in source root of app...
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 py3 bug when running `fdroid build` with a buildserver
2016-03-15 Hans-Christoph Steinerfix stab at a Cygwin port (aaaahh Windows!)
2016-03-14 Daniel MartíMerge branch 'master' into 'master'
2016-03-14 Ciaran GultnieksFix python3 checkupdates crashes
2016-03-14 Ciaran GultnieksFix another python3 build crash
2016-03-14 Daniel MartíMerge branch 'master' into 'master'
2016-03-14 Hans-Christoph Steineralways parse versions as strings, not bytes
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ímetadata: always open metadata files in UTF-8
2016-03-11 Daniel MartíFix issue related to creating fdroidvcs file
2016-03-11 Daniel Martímetadata: slightly speed up post_metadata_parse
2016-03-11 Daniel Martímetadata: Sorting builds twice is not necessary
2016-03-11 Daniel MartíUndo utf-8 text wrap workaround
2016-03-11 Daniel Martíimport: switch to python3 urllib
2016-03-11 Daniel MartíFix python headers in some source files
2016-03-11 Daniel Martíupdate: fix encoding issues with the xml index
2016-03-11 Daniel Martíupdate: get output bytes, not str, from keytool
2016-03-11 Daniel Martícommon: Introduce FDroidPopenBytes
2016-03-10 Daniel MartíReplace iterkeys() with keys()
2016-03-10 Daniel Martíupdate: replace encode('hex') with hexlify
2016-03-10 Daniel Martípublish: fix hashing of strings
2016-03-10 Daniel Martíinit: fix writing into file
2016-03-10 Daniel MartíReplace md5 with hashlib.md5
2016-03-10 Daniel Martícommon: fix str fetching from manifest xml
2016-03-10 Daniel MartíPort urllib and HTMLParser imports to python3
2016-03-10 Daniel MartíReplace remaining file() usage
2016-03-10 Daniel MartíFDroidPopen: return str again
2016-03-10 Daniel MartíReplace itervalues() with values()
2016-03-10 Daniel MartíPort to python3's configparser
2016-03-10 Daniel Martílint: remove sets usage
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íupdate: replace ord() with bytearray
2016-03-10 Daniel MartíMake pre-commit hook pass after python3 switch
next