chiark / gitweb /
Replace getsig.java with a pure python implementation
[fdroidserver.git] / fdroidserver / update.py
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
2014-04-11 Ciaran GultnieksPoint wiki current/history links to gitlab
2014-04-08 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-07 Hans-Christoph Steinersupport repo signing with a key on a smartcard
2014-04-07 Hans-Christoph Steiner'smartcardoptions' config item for setting up HSMs...
2014-04-07 Hans-Christoph Steinermake repo_keyalias like a config option: leave it comme...
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/138' of gitorious...
2014-04-01 Hans-Christoph Steinerfix genkey key listing in `fdroid init`
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/137' of gitorious...
2014-04-01 Hans-Christoph Steinerstop passing passphrases via args, instead use prepared...
2014-03-25 Daniel MartíRevert "Wrap maintainer notes in <pre> to keep newlines...
2014-03-24 Daniel MartíWrap maintainer notes in <pre> to keep newlines and...
2014-03-04 Ciaran GultnieksRemove apks with no metadata (unless told to create it)
2014-02-22 Ciaran GultnieksFixed some logging levels for wiki update, apk cache...
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
2014-02-19 Daniel MartíAdd support for maxSdkVersion, bump index version integer
2014-02-19 Daniel MartíMake app['Categories'] a list, get unique categories...
2014-02-17 Daniel MartíCan't update an app if there is no CV
2014-02-07 Daniel MartíDo some warnings properly
2014-02-07 Daniel MartíTry to fix some TypeErrors
2014-02-03 Daniel MartíTypo
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-01-31 Daniel MartíMerge branch 'master' into logging
2014-01-31 Hans-Christoph Steineruse https URI for f-droid.org everywhere and avoid...
2014-01-30 Daniel MartíMerge branch 'master' into logging
2014-01-29 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíUpdate my own copyright notices
2014-01-27 Daniel MartíHalf-way done switching prints for logs
2014-01-27 Daniel MartíLots more FDroidPopen replacements
2014-01-24 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2014-01-24 Daniel MartíAvoid more possible crashes when invalid icons are...
2014-01-23 Ciaran GultnieksMerge commit 'refs/merge-requests/134' of git://gitorio...
2014-01-20 Ciaran GultnieksLose some spurious 'apps to update' entries from wiki
2014-01-16 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2014-01-16 Ciaran GultnieksResolve some missing wiki category issues
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2014-01-14 Daniel MartíDon't crash if the app icons are wrong
2014-01-09 Ciaran GultnieksTransfer apk info when archiving
2014-01-09 Daniel MartíFix: Re-add <icon> element to index
2014-01-09 Daniel MartíBump index version to 11, add index version changelog
2014-01-09 Daniel MartíAvoid possible crashes
2014-01-09 Daniel MartíSupport application and launchable-activity icons as...
2014-01-09 Daniel MartíCreate icons dicts like the rest
2014-01-09 Daniel MartíDon't print twice as many lines when resizing icons
2014-01-09 Daniel MartíKeep the same ZipFile instance to retrieve all the...
next