A cool new feature that would be useful to a lot of developers I think would be private sign key automation. Let me make clear what I mean:
When you work with several projects at the same time sometimes you forget to change the private signing key to the related signing key of each project ending up to sign with the same key two or more projects. So a cool feature would be to add a checkbox where you create or select your key that would indicate an 'Add to project attributes' feature. When checked it could add a "#PrivateSignKey: <password>, <relative path to the key file>" just like as seen in this thread:
When you work with several projects at the same time sometimes you forget to change the private signing key to the related signing key of each project ending up to sign with the same key two or more projects. So a cool feature would be to add a checkbox where you create or select your key that would indicate an 'Add to project attributes' feature. When checked it could add a "#PrivateSignKey: <password>, <relative path to the key file>" just like as seen in this thread:
Modules Attributes
Basic4android v2.50 includes a new method for handling project and modules settings. These settings are now set in the code itself. The menu items were removed. The attributes syntax is simple. The hash sign (#) followed by the attribute name, a colon and the value. Some attributes can...
www.b4x.com