1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 18:50:11 +02:00
fdroidserver/fdroidserver
Hans-Christoph Steiner d68830418b apps with no <uses-sdk> get strange values of minSdkVersion
Using this example app which does not have <uses-sdk>:
https://android.googlesource.com/platform/development/+log/master/samples/ApiDemos/assets/HelloActivity.apk

aapt then returns "sdkVersion:'IceCreamSandwich'".  minSdkVersion is only
ever supposed to be an integer, so this is a bizarre APK.  It is included
only as a binary in the git repo for Android sample code.  But who knows
what else is out there, so report and error and carry on with the update
process.
2014-06-04 22:01:25 -04:00
..
getsig Remove trailing spaces and tabs 2013-12-30 17:05:25 +01:00
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py Remove dead mvnflags code 2014-06-01 19:05:10 +02:00
checkupdates.py Fix crash in checkupdates with auto-updates 2014-06-04 13:29:01 +02:00
common.py make FDroidPopen output based on --verbose 2014-06-04 22:01:25 -04:00
gpgsign.py Remove excess usage description from gpgsign 2014-05-12 23:00:20 +01:00
import.py Add support for gitlab.com repos to import 2014-06-01 16:37:33 +02:00
init.py init: make prompt for SDK path exit cleanly on Ctrl-C 2014-06-04 21:54:55 -04:00
install.py fix PEP8 "W391 blank line at end of file" 2014-05-06 11:45:03 -04:00
lint.py Add warnings for repo clonings in build recipes 2014-06-01 19:12:00 +02:00
metadata.py Fix the script defaults 2014-06-01 19:11:49 +02:00
publish.py Fix too long lines in publish 2014-05-12 23:01:53 +01:00
readmeta.py Fix some more pep8 warnings 2014-05-28 09:33:14 +02:00
rewritemeta.py Fix several read_metadata-related issues 2014-05-20 17:48:45 +01:00
scanner.py Use ordered dicts for defaults in apps and builds 2014-05-31 23:54:50 +02:00
server.py A few more PEP8 fixes 2014-05-07 16:17:46 +02:00
stats.py Fix several read_metadata-related issues 2014-05-20 17:48:45 +01:00
update.py apps with no <uses-sdk> get strange values of minSdkVersion 2014-06-04 22:01:25 -04:00
verify.py fix PEP8 E124/E125/126/127/128 indentation issues 2014-05-06 14:36:33 -04:00