Steve just implemented one of the harder RFE’s we had in a while. It isn’t finished but we can already try some of these features and you should be able to try some of these rich types of push messages.
The difficulty stems from the way these push messages are implemented differently in the native OS’s outside of the domain where we have full control. As part of that work our entire developer guide section related to push was rewritten here: https://github.com/codenameone/CodenameOne/wiki/Push-Notifications
It isn’t available yet in the developer guide as I’m still busy with the book and would need to do some work to incorporate it correctly but this is a huge leap forward for our push support.
We’ll have more announcements about this in the coming months.
Validation on iOS
Francesco Galgani implemented this pull request which animates validation errors in InputComponent
on top of the Label
.
This was merged and looks great but it did create a regression in validation where regular text fields fail at the moment and throw an exception. We might push a hotfix on Thursday to fix that issue.