chiark / gitweb /
add char limits for text: Name=30, Video=256, WhatsNew=500
authorHans-Christoph Steiner <hans@eds.org>
Wed, 12 Apr 2017 15:53:49 +0000 (17:53 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 19 Apr 2017 08:05:24 +0000 (10:05 +0200)
commita7daec7c361f21f22876fef40fff95af3b37f7ef
treebf3496a74f6a67ec771edcb64c81329b24ffbdc9
parentac26304bf422557d65016982d932e911dabb59bb
add char limits for text: Name=30, Video=256, WhatsNew=500

Since this info can come from automated sources, this prevents giant blobs
from being mistakenly stuck in these fields.  It also brings it inline with
the standard lengths other popular app stores use.

https://support.google.com/googleplay/android-developer/answer/113469?hl=en
https://stackoverflow.com/a/20276565
fdroidserver/common.py