forked from codenameone/CodenameOne
-
Notifications
You must be signed in to change notification settings - Fork 0
180717_addingChangesFromCn1Repository #2
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
Merged
Merged
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
… in latest round of efficiency commits. ParparVM.
Also fixed simulator behaviour with startEditingAsync to stop editing on existing field before proceeding to start editing the new text field. Since the JavaSE port uses invokeAndBlock for editString, starting to edit a field before finishing editing another field will cause the old field to appear blank until editing is finished on the othe field. #1836
…collapse twice before it would do anything. This situation would arise if you press collapse/expand, then manually drag the divider to a new position, then press collapse/expand resp again.
…certain sequencies of divider changes.
…. It uses static methods for simplified static import code
…ly if the device has a physical back button on UWP. #2099
…, ctrl) is pressed.
… the iOS source broke the find/replace pattern match that the build server uses to allow the user to override permissions with build hints. This should fix this issue on SO https://stackoverflow.com/questions/43289640/facebook-graph-api-scope-issue-in-ios/43315629?noredirect=1#comment75395107_43315629
…ge & FileSystemStorage methods to global context
…f in absence of the Cookie header. This causes ConnectionRequest setCookiesEnabled() to be respected now.
… a memory leak in components that used browser component such as the MapContainer. We may need to review code that uses non-static anonymous inner classes that may outlive the containing class, as this appears to have been the problem here. Especially cases where the anonymous inner classes are added as listeners to other components.
…erences for insets in layered layout. Previously auto insets and percent insets may obtain incorrect values when calling Inset.changeReference(). Also changed the API of changeUnits() to take the parent container rather than the affected component as this is more flexible to work with. Deprecated previous api.
Fixed SQL error on "WHERE" Clause that uses "," instead of "AND" for chaining arguements
Clarified that getCursor applies to mouse cursor to avoid confusion
Updated JavaDoc
…sn't used so this should work now
…state of the divider.
…ed caps mode to button so Android buttons can have all caps
…ure of the text area
…oesn't throw exception anymore during preprocessing.
…This wasn't necessary for some reason when building project directly in Xcode, but xcodebuild fails to build for some reason if we don't change the import method. I'm more confused as to why xcode works than why xcode build doesn't. In any case, this define will fix it. Forthcoming patch to build server will automatically set this flag appropriately.
…ound rect border class intended to provide deeper customizations and consistency for round rectangles
… designer and the theme and updated android theme with better button type fidelity
…etimes ripple slid into other buttons. Added a global flag to control ripple for better consistency
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.