biud436 / MV-App-Builder

APK 빌드가 어려운 초보자분들을 돕기 위해 직접 만든 APK 빌드 프로그램입니다.
MIT License
7 stars 2 forks source link

adding a new feature that cuts out Key Alias until 8 characters. #13

Closed biud436 closed 2 years ago

biud436 commented 2 years ago

the previous key alias value is the same as below, it is pretty long.

bWFzbW53cWVwamFzZHF3ZGFjenhhdw==

so I've added the feature that can cut off the key alias value until 8 characters like as below text.

bWFzbW53

this feature will be applied to next version (v0.2.28).

and the key value is unique. however, it is hard to memorize using normal human brain.

so I think that has to add a new feature that can store key configuration file to temporary store file.