chiark / gitweb /
Reduce code duplication
[fdroidserver.git] / fdroidserver / update.py
2017-04-03 Torsten GroteReduce code duplication
2017-04-03 Torsten GroteAdd method for downloading (and verifying) a repository...
2017-03-31 Hans-Christoph SteinerMerge branch 'move-index-methods' into 'master'
2017-03-31 Torsten GroteRe-use config and options from common module in index
2017-03-29 Torsten GroteMove index related methods to new index module
2017-03-29 Torsten GroteMove index signing methods into signindex.py
2017-03-27 Hans-Christoph SteinerMerge branch 'smaller-methods' into 'master'
2017-03-27 Hans-Christoph SteinerMerge branch 'notabug' into 'master'
2017-03-27 Hans-Christoph SteinerMerge branch 'build_tools_log' into 'master'
2017-03-22 Torsten GroteReturn public key and fingerprint after generating...
2017-03-22 Torsten GroteFactor out code from update.main() to individual functions
2017-03-22 Michael Pöhnfix exception handling in dscanner and update.py
2017-03-17 Hans-Christoph SteinerMerge branch 'scan-single-apk' into 'master'
2017-03-17 Torsten GroteFactor code for scanning a single APK out into its...
2017-03-17 Torsten GroteMerge branch 'index-v1' into 'master'
2017-03-17 Hans-Christoph Steinersignindex: support signing index-v1.jar
2017-03-17 Hans-Christoph Steinermove update.signjar() to common so it can also be used...
2017-03-17 Hans-Christoph Steinerwarn and ignore graphics files that have no matching...
2017-03-17 Hans-Christoph Steinercopy graphic assets from fdroiddata and app source...
2017-03-17 Hans-Christoph Steinerinclude graphics and screenshots from repo in V1 index
2017-03-17 Hans-Christoph Steinerinclude push install/uninstall requests in index-v1
2017-03-17 Hans-Christoph Steinerconvert internal dict keys to match fdroidclient's...
2017-03-17 Hans-Christoph Steiner`fdroid update` uses datetime instances for timestamps
2017-03-17 Hans-Christoph Steineradd index V1 format, a direct translation of internal...
2017-03-17 Hans-Christoph Steinerbreak out jar signing into function so it can be reused
2017-03-17 Hans-Christoph Steineronly set 'No description available' in the old index...
2017-03-17 Michael PöhnMerge branch 'buildserver-auto-install' into 'master'
2017-03-17 Hans-Christoph SteinerMerge branch 'metadata_output_vars' into 'master'
2017-03-16 Hans-Christoph SteinerMerge branch 'binary-transparency' into 'master'
2017-03-16 Hans-Christoph Steinerupdate: include git config name/email in binary transpa...
2017-03-15 Hans-Christoph Steinernew repo-wide config option for a Binary Transparency Log
2017-03-15 Hans-Christoph Steinerupdate: fix crash in debug logging message
2017-03-10 Hans-Christoph SteinerMerge branch 'include-ota-zip-in-index-xml' into 'master'
2017-03-10 Hans-Christoph Steinerfix source tarball filename for media files
2017-03-10 Hans-Christoph Steinerinclude non-APKs that match metadata and fdroid-generat...
2017-03-10 Hans-Christoph Steinerupdate: do not include fdroid-generated tarballs as...
2017-03-07 Hans-Christoph SteinerMerge branch 'pre-indexv1-fixes' into 'master'
2017-03-06 Hans-Christoph Steineruses-permission maxSdkVersion as int, and enforces...
2017-03-06 Hans-Christoph Steinernon-APK files will not have minSdkVersion, so don't...
2017-02-28 Hans-Christoph SteinerMerge branch 'metadata-fixes-and-tests' into 'master'
2017-02-28 Hans-Christoph Steinerfix bug including media files
2017-02-28 Hans-Christoph Steinerrename lastupdated to lastUpdated to match fdroid client
2017-02-24 Torsten GroteMerge branch 'make-Build-App-act-like-dicts' into ...
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'
next