chiark / gitweb /
rename Build fields: version -> versionName, vercode -> versionCode
[fdroidserver.git] / fdroidserver / update.py
2017-02-24 Hans-Christoph Steinerrename Build fields: version -> versionName, vercode...
2017-02-24 Hans-Christoph Steinerconvert App to subclass of dict to support parsing...
2017-02-24 Hans-Christoph Steinersort repo index data to make index.xml generation repro...
2017-02-21 Hans-Christoph SteinerMerge branch 'name' into 'master'
2017-02-19 Boris Krautupdate: add name to skeleton
2017-02-17 Hans-Christoph SteinerMerge branch 'feature/git-mirroring' into 'master'
2017-02-17 thez3roadd git repo mirroring
2017-01-21 Hans-Christoph SteinerMerge branch 'collection-of-fixes' into 'master'
2017-01-20 Hans-Christoph Steinerbreak out categories.txt generation to standalone method
2017-01-20 Hans-Christoph Steinerfix bad caching of non-APK files in the repo
2016-12-06 Hans-Christoph SteinerMerge branch 'collection-fixes-and-KnownVuln' into...
2016-12-05 Hans-Christoph Steinercheck all APKs for old versions of OpenSSL
2016-11-16 Hans-Christoph SteinerMerge branch 'makebs' into 'master'
2016-11-15 Daniel Martíall: make newer pycodestyle happy
2016-11-07 Daniel MartíMerge branch 'build-FPE-update-zip' into 'master'
2016-11-07 Hans-Christoph Steinergpg-sign all valid files in the repo, including source...
2016-11-07 Hans-Christoph Steinerallow arbitrary build products, not only APKs
2016-11-02 Daniel MartíMerge branch 'support-media-files' into 'master'
2016-11-02 Hans-Christoph Steinerreuse os.stat() result when checking for non-APK files
2016-11-02 Hans-Christoph Steinersupport adding arbitrary files to a repo
2016-11-02 Hans-Christoph Steinercreate addElementIfInApk() function for clean up common...
2016-11-02 Hans-Christoph Steinerremove unused 'apps' argument from update.scan_apks()
2016-11-02 Hans-Christoph Steinersupport all valid versionCode values, i.e. Java Integer...
2016-09-12 Daniel MartíMerge branch 'control-errors-warnings' into 'master'
2016-09-12 Hans-Christoph Steinermake metadata exceptions optional based on CLI flag
2016-08-26 Daniel MartíMerge branch 'fix-push-requests' into 'master'
2016-08-24 Hans-Christoph Steinerrename server request from "delete" to "uninstall"
2016-08-24 Hans-Christoph Steinersanitize mirror URLs to prevent path segments from...
2016-08-17 Hans-Christoph SteinerMerge branch 'push-install' into 'master'
2016-08-16 Hans-Christoph Steinerset up install/delete lists for "push" commands from...
2016-08-09 Hans-Christoph SteinerMerge branch 'java-home-lookup' into 'master'
2016-08-09 Hans-Christoph SteinerMerge branch 'permission-parsing' into 'master'
2016-08-09 Dominik SchürmannParse maxSdkVersion and -23 permission tags
2016-08-01 Ciaran GultnieksCatch another case of invalid wiki page names
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-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 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-17 Ciaran GultnieksMerge branch 'use-android-update-sdk' into 'master'
2016-06-15 Hans-Christoph Steinerinvalidate apkcache if the metadata version is different
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 Steinerread/write F-Droid files always as UTF-8
2016-05-29 Ciaran GultnieksAdd extra debug logging for move to/from archive
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-03-11 Daniel MartíMerge branch 'master' into 'master'
2016-03-11 Daniel MartíMerge branch 'py3' into 'master'
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-10 Daniel MartíReplace iterkeys() with keys()
2016-03-10 Daniel Martíupdate: replace encode('hex') with hexlify
2016-03-10 Daniel MartíReplace md5 with hashlib.md5
2016-03-10 Daniel MartíPort urllib and HTMLParser imports to python3
2016-03-10 Daniel MartíReplace itervalues() with values()
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íReplace iteritems() with items()
2016-03-10 Daniel MartíSwitch all headers to python3
2016-02-28 Daniel MartíMerge branch 'p1' into 'master'
2016-02-20 Daniel MartíMerge branch 'scanner-repos' into 'master'
2016-02-18 Daniel MartíMerge branch 'p2' into 'master'
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-17 Dmitriy BogdanovFix pubkey extraction on update
2016-02-17 Ciaran GultnieksChange can't update category name - closes #80
2016-02-17 Daniel MartíMerge branch 'debian-import-freeze' into 'master'
2016-02-17 Hans-Christoph Steinermake "Current Version Code" default to most recent APK
2016-02-17 Hans-Christoph Steineradded 'mirrors' option to config for giving official...
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-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2016-01-04 Daniel MartíMerge branch 'master' into 'master'
2016-01-03 Dominik GeorgeAdd Author Name and Author Email fields. (Closes: #90)
2015-12-29 NeroBurnerexcept named exception handling
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-02 Daniel MartíRework build into a class
2015-11-28 Daniel MartíRework app into a class
2015-11-26 Daniel Martíupdate: remove icons when removing disabled builds
2015-11-26 Daniel Martíupdate: move apk icons to and from archive too
2015-11-26 Daniel Martíupdate: lower apps without apks logs to debug
2015-10-24 Daniel Martíupdate: fix for 0fa6aac2881
2015-10-24 Daniel MartíRemove densities getter
2015-10-06 Ciaran GultnieksFix moving of gpg sigs between repo and archive
2015-10-01 Daniel MartíDon't use exists() on symlinks
2015-10-01 Daniel MartíSmarter archive policy apk moving
next