chiark / gitweb /
Merge branch 'use_date_from_apk_in_known_apks' into 'master'
[fdroidserver.git] / fdroidserver / update.py
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
2015-09-25 Daniel MartíReplace MD5withRSA with SHA1withRSA. Fixes #26.
2015-09-21 Daniel MartíMerge branch 'master' into 'master'
2015-09-19 Daniel MartíRemove Dogecoin donation support
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-09-05 Daniel MartíSpecify that disabled builds aren't failing builds
2015-09-01 Daniel MartíMerge branch 'support-xml-json-yaml-for-metadata' into...
2015-09-01 Hans-Christoph Steinereliminate Boolean metadata type, only 'bool' is needed
2015-09-01 Hans-Christoph Steinerconvert internal representation of AntiFeatures to...
2015-08-29 Daniel MartíSimplify some file logic with "with"
2015-08-27 Ciaran GultnieksMerge branch 'per-app-repos' into 'master'
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-25 Hans-Christoph Steinernew config option: per-app repos to support nightly...
2015-08-25 Hans-Christoph Steinerscan_apks() sets cachechanged, so no tricks needed
2015-07-27 Daniel MartíMerge branch 'some-compatibility-fixes' of https:/...
2015-07-23 Hans-Christoph Steinerupdate: warn if APK has a date that is newer than the...
2015-06-29 Ciaran GultnieksFix update fail when icons are missing
2015-06-28 Daniel MartíHotfix: Client 0.92 breaks if web/source/tracker are...
2015-06-26 Daniel MartíStable clients understand UpstreamNonFree now
2015-06-26 Daniel MartíHotfix for 7b68b90569 - don't cal .split() on None
2015-06-26 Daniel Martíupdate: never include empty elements in the index
2015-06-09 Daniel MartíBump index version to 13: <changelog> added
2015-06-09 Daniel Martíupdate: don't always place the changelog element
2015-06-04 Ciaran GultnieksStop fdroid update saying it requires signing keys...
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-05-22 Daniel Martífix E713 test for membership should be 'not in'
2015-05-15 Ciaran GultnieksFix 'fdroid update' regression
2015-05-14 Ciaran GultnieksMerge branch 'support-all-signing-key-types' into ...
2015-05-14 Ciaran GultnieksMerge branch 'debug-builds' into 'master'
2015-05-14 Ciaran GultnieksMerge branch 'master' into 'master'
2015-05-14 Hans-Christoph Steinersupport all APK signing key types: DSA, EC, RSA
2015-05-14 Daniel MartíACCESS_SUPERUSER is now deprecated
2015-05-08 Hans-Christoph Steiner`fdroid update --create-key` to create a keystore/key
2015-05-08 Hans-Christoph Steinermake `fdroid update` check that it can sign the repo...
next