CodeRAD
CodeRAD copied to clipboard
Rapid Application Development toolkit and templates for Java developers using Codename One.
Given a sequence of add, remove, add events on an `EntityList`, the `EntityListView` can end up showing incorrect items. For example: ``` entityList.add(a); entityList.remove(a); entityList.add(a); ``` The root cause of...
I have a `radLabel` linked to a property which is a `Date` type, and uses the `TimeAgo` date format, like this: ``` ``` When the property value is `null`, I'd...
Bumps commons-text from 1.9 to 1.10.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
I get the below error when running mvn clean package and mvn clean install. I can't really figure out the cause. This is my project: [my-app](https://github.com/ahmed-shakir/my-app) **Stacktrace:** ``` [ERROR] Failed...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.72 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.72 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Until now I used a lot `PropertyBusinessObject` to store the data. I'm used to create the app database using almost only `PropertyBusinessObject` objects. They are very convenient to exchange data...