Eric

Results 4 issues of Eric

A Generated Maven project at [https://start.codenameone.com/](https://start.codenameone.com/) has unnecessary line breaks in pom.xml of the project's root directory MyApp/myapp/pom.xml which requires a lot of scrolling when studying the pom.xml. Can the...

It's important to have a feature that can disable banner ads. E.g. An app that shows banner ads before user pays for subscription. Discussion here -> https://www.reddit.com/r/cn1/comments/1eqe8um/comment/lj099gx/

``` Display.getInstance().share(filePath, null, mimeType); ``` Successfully shares single files. Executing the share function in a loop to share 3 different files with different mime types like plain/text, image/jpeg, application/pdf Eg....

Enable FileChooser to be able to select binary files or any file in iOS like in Android. Discussed here https://www.reddit.com/r/cn1/comments/1fe2gma/how_can_filechooser_select_binary_or_any_file_in/