chiark / gitweb /
Rewrite much of the source scanner
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 15 Apr 2014 21:33:54 +0000 (23:33 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 15 Apr 2014 21:33:54 +0000 (23:33 +0200)
commit8f0f896d9112f98bee441b274f7159fb6c55f1d5
treef0764084f09ac489543b2406798d9e7b72403ff4
parentb92b722c6d99cae11ffa1bd227698343fc3d6844
Rewrite much of the source scanner

* Group apk, jar and zip files in the same case
* Use regex to support more patterns and be more flexible
* Only check for usual suspects in jar files (saves time)
* Also catch unknown zip-like files as warnings
fdroidserver/common.py