AndroPyTool icon indicating copy to clipboard operation
AndroPyTool copied to clipboard

wrong apk name if it contains dot

Open fabriziopicconi opened this issue 5 years ago • 1 comments

if apk name contains dot (ex: vlc_v2.5.12.apk), then apk_name_no_extensions becomes vlc_v2512 instead of vlc_v2.5.12

fabriziopicconi avatar Oct 18 '18 12:10 fabriziopicconi

This is because AndroPyTool allows to use MongoDB, but it does not support dots in a key. This is something that I have to change. The key for each app in the database should be a unique ID or maybe a hash, but not the apk name.

alexMyG avatar Feb 18 '19 08:02 alexMyG