forked from codenameone/CodenameOne
-
Notifications
You must be signed in to change notification settings - Fork 0
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
110419_1216PM_addingChangesFromCn1 #21
Merged
Merged
Conversation
This file contains 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
Added basic CSS sample. Updated gitibnore to ignore private and config directories in Samples.
…een full-screen and not.
…onent in the hierarchy. This bug only affected desktop builds - not simulator. It stems from the fact that when native peers are added to the frame, they go in the CENTER spot of the layout, so the canvas is no longer relaid out by the frame's borderlayout. This fixes #2712
…lla.org/en-US/docs/Web/CSS/var RFE #2709 Added sample demonstrating use of variables in project.
…g the parsing phase, it should now include the line number of the CSS. Some steps are performed after the parsing phase - e.g. when we're actually building the .res file. In these cases it will now report which UIID was being processed, and which style property was being updated at the time. This should make it much easier to track down CSS errors. #2748
Added CameraKitSample.
…pilation issue with Kotlin. #2752
Added option to export a sample as a netbeans project in SampleRunner
Fixed issue with classes that are only referenced from native code being culled automatically. This fixes a few issues with CameraKit on iOS, as the CameraCallbacks class is only referenced from native code.
…is called and mail accounts aren't set up yet in settings. #2756
Added support for cn1.library.path property in SampleRunner that can be added to build hints to specify a priority path where to look for cn1libs. If cn1libs are found in this directory, they are used instead of loading them from github directly. This is handy for local development and testing of cn1libs.
…pports audio/wav mimetype recording by default. Install the https://github.com/shannah/CN1MP3Encoder cn1lib to any project to add support for audio/mp3. Added samples for recording audio.
DurankGts
pushed a commit
that referenced
this pull request
Sep 16, 2020
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.