chiark / gitweb /
fdroidserver.git
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íREADME: It's virtualenv that we want
2016-03-11 Daniel MartíCI: Use pip install to grab all deps
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ígitignore: ignore all test-generated tmp dirs
2016-03-11 Daniel MartíFix detection of pyflakes3 found in Debian
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íSwitch README and docs to indicate python 3
2016-03-11 Daniel Martípep8: start obeying E226
2016-03-11 Daniel Martípep8: Don't ignore rules we already obey
2016-03-11 Daniel Martíimport: switch to python3 urllib
2016-03-11 Daniel Martíupdate test: replace decode('hex') with unhexlify
2016-03-11 Daniel Martímetadata test: load pickle in bytes, not str
2016-03-11 Daniel MartíFix python headers in some source files
2016-03-11 Daniel Martítests: switch to python3
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
2016-03-10 Daniel MartíRun 2to3 on makebuildserver
2016-03-10 Daniel Martípre-commit: port to python3
2016-03-10 Daniel MartíRemove import workarounds for Python2
2016-03-10 Daniel MartíRemove code that worked around python2 unicode
2016-03-10 Daniel MartíGet readmeta and rewritemeta running under python3
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íSwitch to io.StringIO
2016-03-10 Daniel MartíFix imports in Python 3
2016-03-10 Daniel MartíSwitch all headers to python3
2016-03-10 Hans-Christoph... makebuildserver: use VB software virt if hardware is...
2016-03-10 Hans-Christoph... corrected word order in release alias
2016-03-10 Hans-Christoph... Merge branch 'jenkins-makebs' into 'master'
2016-03-10 Daniel Martíjenkins: build a variety of apps
2016-03-10 Daniel Martíjenkins: only build one version per app
2016-03-10 Daniel Martíjenkins: update fdroiddata if existing
2016-03-10 Daniel Martícheckupdates: sort tags by date in one go
2016-03-08 Daniel Martíbuild: don't remove wrapper dir gradle/
2016-03-07 Daniel Martílint: Also warn about gitlab links missing /issues
2016-03-07 Daniel MartíREADME: Use new CI badge url
2016-03-06 Daniel MartíMerge branch 'import' into 'master'
2016-03-06 Boris Krautimport: use .git suffix only for repo-url
2016-03-05 Daniel MartíREADME: Fix CI badge
2016-03-05 Daniel MartíCI: Install missing gcc and python-dev packages
2016-03-03 Daniel Martílint: error on `fdroid import` disable line
2016-02-29 Daniel MartíCI: No longer needed to install any deps
2016-02-29 Daniel MartíCI: Use our own image
2016-02-28 Daniel MartíMerge branch 'p1' into 'master'
2016-02-28 Daniel MartíMerge branch 'faster-ci' into 'master'
2016-02-27 Daniel MartíCI: Install Android SDK only if necessary
2016-02-23 Daniel Martícommon: make jdk detection more strict
2016-02-23 Daniel Martíconfig.buildserver.py: use new java_paths keys
2016-02-23 Daniel Martíbuild: don't error on .fdroid* files in fdroiddata
2016-02-20 Daniel MartíMerge branch 'scanner-repos' into 'master'
2016-02-20 Daniel Martídocs: add missing maven repos
2016-02-18 Daniel MartíMerge branch 'p2' into 'master'
2016-02-18 Dmitriy BogdanovAdd '--use-date-from-apk' option to bash-completion
2016-02-18 Dmitriy BogdanovAdd an option to use dates from APK
2016-02-18 Dmitriy BogdanovFix update crash in case of unset dates in APK
2016-02-18 Hans-Christoph... setup.py: fix missing comma in classifiers 0.6.0
2016-02-18 Hans-Christoph... `python setup.py release` alias for making official...
2016-02-18 Daniel MartíBump to 0.6.0
2016-02-17 Dmitriy BogdanovAdd FDroidPopen usage test
2016-02-17 Dmitriy BogdanovFix pubkey extraction on update
2016-02-17 Ciaran GultnieksChange can't update category name - closes #80
2016-02-17 Daniel MartíAllow commonsware and gradle plugin repos
2016-02-17 Daniel MartíMerge branch 'debian-import-freeze' into 'master'
2016-02-17 Hans-Christoph... make "Current Version Code" default to most recent APK
2016-02-17 Hans-Christoph... added 'mirrors' option to config for giving official...
2016-02-16 Hans-Christoph... use utf-8 as default encoding for config.py
2016-02-15 Hans-Christoph... Merge branch 'full-bsd-osx-port' into 'master'
2016-02-15 Hans-Christoph... travis-ci: make pip install deps based on setup.py
2016-02-15 Hans-Christoph... PEP8 fix E225 missing whitespace around operator
2016-02-15 Hans-Christoph... travis-ci: run test suite on OSX and GNU/Linux
2016-02-15 Hans-Christoph... init: check if examples/ exists in layout before using...
2016-02-15 Hans-Christoph... pre-commit: make pyflakes optional to support older...
2016-02-15 Hans-Christoph... support BSD and GNU sed in tests
2016-02-15 Hans-Christoph... run-tests: use OSX/BSD compatible `mktemp -d`
2016-02-15 Hans-Christoph... only test ./gendocs on GNU/Linux
2016-02-15 Hans-Christoph... complete-ci-tests: exit with error if setup is not...
next