-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Entry keyboard handler #507
Closed
Closed
Changes from 22 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
5e2c75f
Base code for handlers.
bkaankose c53ac07
Platform specific extension parts in the handlers and partially imple…
bkaankose 84d43aa
Test code in sample for numeric keyboard input type.
bkaankose ab7c3f7
iOS Handler port.
bkaankose 505020d
KeyListener implementation for Android handler.
bkaankose 6339569
Keyboard added for EntryStub.
bkaankose 3795b0a
fix for wrong property name mapping
bkaankose 407d314
better property summary
bkaankose 3e7b632
bindable proeprty added to Entry
bkaankose e80c407
Device tests for all non custom keyboard types are implemented for bo…
bkaankose 27595c5
MapKeyboard order changed in order to prevent unwanted changes to oth…
bkaankose bc5daa5
Numeric entry to samples with placeholder.
bkaankose d6891f7
Merge remote-tracking branch 'upstream/main' into entry-keyboard-handler
bkaankose 0fa4eaa
Fixed merging error with namespaces.
bkaankose 220d27d
Better PortHandler for UpdateInputType in Android renderer.
bkaankose 37eba9a
pattern matching usage in keyboard extensions for android.
bkaankose a38ab4c
Moved LocalizedDigitsKeyListener to Core.Android project
bkaankose a473775
Delete KeyboardExtensions in Android Compatibility.
bkaankose a8e0983
Possible iOS Compatibility for Extensions.
bkaankose 42f0326
Missing SearchBarRenderer usings.
bkaankose 05dad63
Added missing usings for iOS renderers.
bkaankose 83183ca
more missing references in iOS renderers...
bkaankose a4c8c3d
Merge branch 'main' into entry-keyboard-handler
mattleibow c4de573
Removed already ported extension methods in iOS and changed the usage…
bkaankose 3551d17
Merge branch 'entry-keyboard-handler' of https://github.com/bkaankose…
bkaankose 7b57f0a
Inverted LogaliczedDigitKeyListener return logic to better one.
bkaankose 020f597
Merge remote-tracking branch 'upstream/main' into entry-keyboard-handler
bkaankose 8b52d74
Merged main.
bkaankose 9f18522
Merge remote-tracking branch 'upstream/main' into entry-keyboard-handler
bkaankose 82af140
Merge branch 'main' into entry-keyboard-handler
bkaankose d7ba5a9
Merge branch 'main' into entry-keyboard-handler
rmarinho 3b1bfc4
Merge branch 'main' into entry-keyboard-handler
jsuarezruiz 5555ab7
Fix build errors
jsuarezruiz 85d6ee1
Added TODO
jsuarezruiz fef77f6
- fix compile errors
PureWeen 04f8ed5
Merge branch 'dev/handlers' into pr/507
mattleibow c3385ba
Fix tests for Android
mattleibow 4232070
Fix iOS tests
mattleibow e46da29
Fix tests properly
mattleibow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
1 change: 1 addition & 0 deletions
1
src/Compatibility/Core/src/iOS/Renderers/SearchHandlerAppearanceTracker.cs
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this never here before? Do we really need to add this for derived controls @PureWeen?