forked from codenameone/CodenameOne
-
Notifications
You must be signed in to change notification settings - Fork 0
270121_12:36PM_addingChangesFromCn1 #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
DurankGts
wants to merge
870
commits into
DurankGts:master
Choose a base branch
from
codenameone:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
That occurs when tabbing between components as explained in this reddit thread: https://www.reddit.com/r/cn1/comments/u3p4kk/a_recurring_error_that_would_drastically_reduce/
Incorrect message for cookie setting to the wrong domain due to domains starting with `.`. Also replaced `System.out` with `Log` which is the right way to do this.
…3579) Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/srikanth-lingala/zip4j/releases) - [Commits](srikanth-lingala/zip4j@v2.9.1...v2.10.0) --- updated-dependencies: - dependency-name: net.lingala.zip4j:zip4j dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…to fix issue with cocoapods.
…leAtFixedRate(TimerTask,Date,long) not setting the delay properly. #3580
…cher launched before JavaSEPort had been instantiated. #3590
removed whitespace
* Material Design Icon Font update 5/11/21 * Update material design icons 6/22
…#3608) Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 10.0.10. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.41.v20210516...jetty-10.0.10) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Assuming no special case theme constants
…ed=true to main and facebook activities to support newer devices.
created shaded jar for sqlite-jdbc library that shades the slf4j dependency at a namespace that should not conflict.
This is a temporary fix for https://stackoverflow.com/questions/78883926/do-i-still-need-the-modulecn1libs-module-listing-in-my-codename-one-project See this: https://gist.github.com/curtjacobs1/7cb10d596b75345d746d40c93ef4145f A better fix would probably fail the build with a better error message.
… on maven central
new build hints: android.rootCheck=true|false android.fridaDetection=true|false
* feat: add ios jailbreak detection via build hint new build hint ios.detectJailbreak=true|false * fixup * fix compile errors
v2.2.1 no longer works.
Second attempt to fix issue #3850 , when the Enter key is pressed the TextField loses focus, now I have added this condition to the code that if it is a multi-line TextArea then when the Enter key is pressed it wraps maintaining the focus on the TextField instead if it is a single line TextField it enters the onEditorAction() function
* fix: Android geofence permissions 29+ * hard-coded FLAG_MUTABLE because not available in older versions
…#3863) * Refactor LocationSimulation: Replace Google Maps with Open Street Map Refactor LocationSimulation: Replace Google Maps with OpenStreetMap - Replaced the Google Maps implementation with OpenStreetMap in the LocationSimulation feature. - Enhanced the functionality to dynamically update form fields (latitude and longitude) when the map position changes. - Known Issue: When LocationSimulation is closed and reopened, the map does not display. The current workaround is to keep LocationSimulation open throughout the development process. * Refactor LocationSimulation: Remove commented out code for previous Google map page and change lambdas to anonymous classes to follow Java 7 syntax. Tested functionality using a bare-bones Java app via Codename One Initializr. pull request: #3863 issue: #3173 Known Issue: - When LocationSimulation is closed and reopened, the map does not display. -Workaround: Keep LocationSimulation open during the development process.
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Added trigger to publish on published event as the tag event is not being triggered when publishing a release anymore
Removed on release trigger, as it seemed to fire twice
* feat: [3868] Added support for debugging webviews in iOS * fixed typo compile error on ios --------- Co-authored-by: Steve Hannah <[email protected]>
…d by setEndDate (#3873)
…xt (#3875) Fixes #3851 Co-authored-by: Steve Hannah <[email protected]>
* fix: [3851] fix regression crash in ios text fields * updated cache to v4 in workflow --------- Co-authored-by: Steve Hannah <[email protected]>
Changed calendar to integrate usage of add Fixed #3884
* feat: [3888] Add support for safe areas in android #3888 * fixed lambda not supported * fixed lambda not supported * change to use reflection so we can compile on older sdk * fixed compile errors * made variables final for 1.6 compatibility
When you opened MainWindow.xib in latest Xcode, it complains that it is in an old format. It gives 2 choices: 1. Open source only 2. Update format This PR is the result of updating the format and saving it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.