chiark / gitweb /
checkupdates: use html.unescape instead of HTMLParser.unescape
[fdroidserver.git] / fdroidserver / checkupdates.py
2017-09-12 Marcus Hoffmanncheckupdates: use html.unescape instead of HTMLParser...
2017-09-12 Marcus Hoffmanncheckupdates: fix google play check method
2017-05-25 Torsten GroteMerge branch 'modernize-pylint' into 'master'
2017-05-23 Hans-Christoph Steinerfix pylint unused-argument
2017-05-22 Hans-Christoph SteinerMerge branch 'exceptions' into 'master'
2017-05-22 Torsten GroteReplace sys.exit() in non-main functions by exceptions
2017-03-15 Ciaran GultnieksRemove whitespace from HTTP update check versions
2017-03-15 Ciaran GultnieksCatch update check failure and proceed, not bomb out
2017-02-24 Torsten GroteMerge branch 'make-Build-App-act-like-dicts' into ...
2017-02-24 Hans-Christoph Steinerrename Build fields: version -> versionName, vercode...
2016-12-06 Hans-Christoph SteinerMerge branch 'collection-fixes-and-KnownVuln' into...
2016-12-05 Hans-Christoph SteinerApp.get_last_build() method to replace duplicated code
2016-11-16 Hans-Christoph SteinerMerge branch 'makebs' into 'master'
2016-11-15 Daniel Martíall: make newer pycodestyle happy
2016-09-26 Ciaran GultnieksMerge branch 'checkupdates-crash' into 'master'
2016-09-26 Daniel Martícheckupdates: avoid crash with --auto and None CVC
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-03-23 Hans-Christoph SteinerMerge branch 'fdroid-build-in-git-repo' into 'master'
2016-03-23 Hans-Christoph Steinerrename metadata.write_metadata() to match metadata...
2016-03-14 Daniel MartíMerge branch 'master' into 'master'
2016-03-14 Ciaran GultnieksFix python3 checkupdates crashes
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íMerge branch 'checkupdates-speedup' into 'master'
2016-03-10 Daniel MartíPort urllib and HTMLParser imports to python3
2016-03-10 Daniel MartíPort all imports to python3
2016-03-10 Daniel MartíReplace iteritems() with items()
2016-03-10 Daniel MartíSwitch all headers to python3
2016-03-10 Daniel Martícheckupdates: sort tags by date in one go
2016-02-11 Daniel MartíMerge branch 'jmastr/use_tag_if_version_name_is_unknown...
2016-02-11 Julian Strobluse tag if version name is unknown
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2015-12-29 NeroBurnerexcept named exception handling
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-07 Daniel Martícheckupdates: fix --auto build copy
2015-12-02 Daniel MartíRework build into a class
2015-11-28 Daniel MartíRework app into a class
2015-11-14 Daniel MartíDon't crash if no auto name is found
2015-11-14 Daniel Martícheckupdates: find new subdirs for autonames too
2015-10-30 Daniel Martícheckupdates: work around multiple package ids
2015-10-27 Daniel Martícheckupdates: better "no tags" messages
2015-10-27 Daniel Martícheckupdates: no need to sort tags if len()<=5
2015-10-26 Daniel Martícheckupdates: don't blindly accept subdir
2015-10-26 Daniel Martícheckupdates: compare CVs as ints, not strs
2015-10-25 Daniel Martícheckupdates: never auto-update to older versions
2015-10-25 Daniel MartíDon't double check package name
2015-10-25 Daniel Martícheckupdates: don't ignore root directory
2015-10-25 Daniel Martícheckupdates: Make RepoManifest change subdir too
2015-10-25 Daniel Martícheckupdates: let Tags detect subdir changes
2015-10-25 Daniel MartíBe consistent about root_dir/build_dir naming
2015-10-25 Daniel MartíFix a small indentation issue
2015-10-04 Daniel Martíwrite_metadata fixes
2015-09-25 Daniel MartíMake write_metadata take a writer
2015-09-15 Daniel MartíReplace some hard-coded paths with os.path.join
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-12 Daniel Martícheckupdates: Avoid variable/string names as CV
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-09 Daniel Martícheckupdates: log vercode operation activity
2015-09-09 Daniel Martícheckupdates: don't auto update to older versions
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-09-01 Daniel MartíMerge branch 'support-xml-json-yaml-for-metadata' into...
2015-09-01 Hans-Christoph Steinermetadata: rename metafile to metadatapath when it is...
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-24 Daniel Martícheckupdates: be more verbose with tags
2015-08-14 Daniel MartíAdd "Update Check Name:Ignore"
2015-06-18 Daniel MartíImprove xml string extracting support
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-06-03 Daniel MartíRevert back to always updating Auto Name
2015-01-31 Ciaran GultnieksMerge branch 'fxbuilddeps' into 'master'
2015-01-26 Ciaran GultnieksRemove shell option from FDroidPopen
2015-01-13 Ciaran GultnieksCorrection to 5b868c8a4
2015-01-12 Ciaran GultnieksOnly set Auto Name if one isn't set already
2015-01-11 Ciaran GultnieksDocumentation fix
2015-01-11 Ciaran GultnieksMore detail for package ID mismatches
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-09-15 Daniel MartíFix a few remaining gradle flavour crashes
2014-09-13 Daniel MartíCentralise handling of default gradle flavours
2014-09-13 Daniel MartíMake gradle and antcommands (previously antcommand...
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-07-18 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-07-18 Daniel MartíDrop svn support in favour of git-svn
2014-07-07 Daniel MartíDon't use generic Exception raises
2014-07-04 Daniel Martícheckupdates: don't print traces independently
2014-07-03 Daniel MartíUse shorter and non-redundant 'or' clauses for 'if...
2014-07-03 Daniel MartíRecognise changes in subdirs in Tags and RepoManifest
2014-07-03 Daniel Martívcs_* stuff should not raise BuildExceptions
2014-07-03 Daniel MartíAlso make the Tags UCM complain about unknown package id
2014-07-02 Daniel MartíException handling improvements
2014-06-30 Daniel MartíAlways run read_srclibs as part of read_metadata
2014-06-26 Daniel MartíError if UCM:Tags is used with git-svn without tags...
2014-06-04 Daniel MartíFix crash in checkupdates with auto-updates
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 Steinerfix PEP8 E128 continuation line under-indented for...
2014-05-28 Daniel MartíFix some more pep8 warnings
2014-05-27 Daniel MartíAlso use srclibs in checkupdates
2014-05-20 Ciaran GultnieksFix several read_metadata-related issues
2014-05-13 Ciaran GultnieksAdd ability to ignore updates based on version name...
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
next