Skip to content

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
wants to merge 870 commits into
base: master
Choose a base branch
from

Conversation

DurankGts
Copy link
Owner

No description provided.

shai-almog and others added 30 commits April 17, 2022 09:41
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>
…leAtFixedRate(TimerTask,Date,long) not setting the delay properly. #3580
…cher launched before JavaSEPort had been instantiated. #3590
…r mojo because event handler generation depends on the codename one plugin and it is non-trivial to support it properly in Maven. It will be re-enabled after we have added proper support for it. This change requires forthcoming changes to guibuilder project in order to take effect.

#3593
#3592
* 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.
shannah and others added 30 commits August 24, 2024 13:56
created shaded jar for sqlite-jdbc library that shades the slf4j dependency at a namespace that should not conflict.
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
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]>
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.