CodenameOne icon indicating copy to clipboard operation
CodenameOne copied to clipboard

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.

Results 188 CodenameOne issues
Sort by recently updated
recently updated
newest added

https://github.com/aNNiMON/Lightweight-Stream-API https://github.com/ThreeTen/threetenbp/ Both would allow better API's for date/time and streams and should integrate nicely with the retrolambda support.

help wanted
good first issue
first-timers-only
up-for-grabs
your-first-pr

Hi, I am working on adding a push-to-talk feature to the app. I was able to implement everything I need, until I ran into the issue with receiving audio while...

This is a strange one. I could have sworn that this wasn't happening before, but I don't see any change affecting the Picker in the commits. The following minimal code...

The issue is related to https://github.com/codenameone/CodenameOne/issues/3475 Ironically, in Android 11 the cn1 Permission dialog with options "Don't ask" and "Ask again" (see the screenshot) is displayed right away, after the...

I noticed that you define setter functions for static final variables static final String ConfirmSwapDescription = "Click on Done to confirm swapping colors"; becomes #define get_static_arimaa_ArimaaConstants_ArimaaState_ConfirmSwapDescription(threadStateArgument) get_static_online_game_BaseBoard_BoardState_ConfirmSwapDescription(threadStateArgument) #define set_static_arimaa_ArimaaConstants_ArimaaState_ConfirmSwapDescription(threadStateArgument, valueArgument)...

Push notifications with newline characters (`\n`) should result in line break in push notifications. ### Android The cursory research I've done so far on this issue is not conclusive on...

Priority-High

I'm receiving crash reports for many months now, almost daily, related to an app that I am no longer maintaining and have also removed from the stores. Probably there are...

When submitting a new PR github actions correctly runs `pr.yml` labeled as "PR CI". But it also runs "Java CI" (ant.yml) which shouldn't be run as it's marked to only...

help wanted
good first issue
first-timers-only
up-for-grabs
your-first-pr

Please check why when I have svg image with different Width and Height your generated java code don't use the orinal size of the svg image. check the attached code:...