chiark / gitweb /
Merge branch 'support-xml-json-yaml-for-metadata' into 'master'
[fdroidserver.git] / fdroidserver / update.py
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...
2015-02-01 Ciaran GultnieksFailed to update what page?
2015-01-11 Ciaran GultnieksDetect apk cache changes to avoid having to blow the...
2015-01-11 Ciaran GultnieksAdd ability to not sign the indexes when doing fdroid...
2015-01-11 Ciaran GultnieksAllow repo pubkey to defined directly in config
2015-01-11 Boris KrautAdd "Changelog:" metadata field.
2014-12-31 Daniel MartíOne remaining dump badging without output=False
2014-12-30 Ciaran GultnieksMerge branch 'doc-update-v1' into 'master'
2014-12-14 Daniel MartíDon't break os.symlink if app names contain '/'
2014-12-14 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-12-14 Hans-Christoph Steinerfind cmds from SDK build-tools in a more flexible way...
2014-11-17 Ciaran GultnieksMerge branch 'current-version-links' into 'master'
2014-11-11 Hans-Christoph Steinerremove url-unsafe characters from "current version...
2014-11-11 Hans-Christoph Steinerwhen symlinking current version of app, include gpg...
2014-11-11 Hans-Christoph Steinerstatic URLs to "Current Version" of each app
2014-11-07 Ciaran GultnieksMerge branch 'some-bug-fixes' into 'master'
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-11-07 Hans-Christoph Steinermove apk signature verification into getsig() function
2014-11-07 Daniel MartíReplace getsig.java with a pure python implementation
2014-11-07 Hans-Christoph Steineruse jarsigner to verify the APK signature is valid
2014-09-23 Daniel MartíTry using Auto Name before falling back to appid for...
2014-08-28 Daniel MartíFix typo in app link hrefs
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-08-11 Ciaran GultnieksRemove gpg sig when removing disabled builds
2014-08-10 Daniel MartíDon't assume that Result: will be in the first line
2014-08-08 Ciaran GultnieksFix update, broken in 7ac0c5abb2d
2014-08-08 Ciaran GultnieksImprove 'no sdk version found' output
2014-08-05 Ciaran GultnieksMerge branch 'master' into 'master'
2014-08-05 Daniel Martíupdate: use sets for permissions and features to avoid...
2014-07-17 Ciaran GultnieksPut lastbuild log on wiki by vercode (with redirect)
2014-07-02 Daniel MartíFind aapt as part of the main config initialisation
2014-07-01 Daniel MartíImprove some log levels
2014-07-01 Daniel MartíMerge branch 'bug-fixes-for-v0.2.1' of https://gitlab...
2014-07-01 Daniel MartíRename PopenResult.stdout to output since it also conta...
2014-07-01 Hans-Christoph Steineronly move GPG signature if APK exists
2014-07-01 Hans-Christoph Steinercheck repo icons exist now before running through all...
2014-06-30 Ciaran GultnieksMove gpg signatures to archive along with the other...
2014-06-30 Daniel MartíAlways run aapt with SilentPopen
2014-06-25 Ciaran GultnieksFix nasty problem caused by 7c2e61a4
2014-06-22 Daniel MartíDon't use logging.info with verbose ifs
2014-06-05 Ciaran GultnieksMerge branch 'test-updates-and-related-bug-fixes' into...
2014-06-05 Hans-Christoph Steinersome APKs do not have a name, like system APKs
2014-06-05 Hans-Christoph Steinerupdate: improve warning about APKs set to be debuggable
2014-06-05 Hans-Christoph Steinerapps with no <uses-sdk> get strange values of minSdkVersion
2014-06-05 Hans-Christoph Steinerupdate: skip APKs that cannot be parsed instead of...
2014-06-05 Hans-Christoph Steinermake FDroidPopen output based on --verbose
2014-06-05 Hans-Christoph Steinerupdate: remove overly verbose message about icon sizing...
2014-06-05 Hans-Christoph Steineruse 'metadata' name throughout: --createmeta to --creat...
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-29 Daniel MartíMerge branch 'recent-bug-fixes' into 'master'
2014-05-29 Hans-Christoph Steinerfixes #12: make `fdroid update -c` do complete update...
2014-05-29 Hans-Christoph SteinerFixes #8: if unknown APKs found, prompt to use -c or...
2014-05-28 Daniel MartíFix some more pep8 warnings
2014-05-23 Daniel MartíFall back to launchable-activity label if application...
2014-05-07 Daniel MartíA few more PEP8 fixes
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E226 missing whitespace around arithmetic...
2014-05-06 Hans-Christoph Steinerfix PEP8 E124/E125/126/127/128 indentation issues
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "W391 blank line at end of file"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E303 too many blank lines (2)"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 1 blank lines, found 0"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E401 multiple imports on one line"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E225 missing whitespace around operator"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E228 missing whitespace around modulo operator"
2014-05-06 Hans-Christoph Steinerfix PEP8 "W291 trailing whitespace"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E231 missing whitespace after ','"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E203 whitespace before ':' or ','"
2014-04-27 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-04-26 Hans-Christoph Steinerupdate: report signing key fingerprint in same format...
2014-04-23 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-23 Hans-Christoph Steinerif using crypto smartcard, remind user to plug it in
next