-
Notifications
You must be signed in to change notification settings - Fork 594
adding new screen for dynamic type ahead #8274
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
Contributor
|
@microsoft/3pcxp_adaptivecard please review |
almedina-ms
reviewed
Feb 6, 2023
...roid/adaptivecards/src/main/java/io/adaptivecards/renderer/input/ChoiceSetInputRenderer.java
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 6, 2023
...roid/adaptivecards/src/main/java/io/adaptivecards/renderer/input/ChoiceSetInputRenderer.java
Outdated
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 6, 2023
...ivecards/src/main/java/io/adaptivecards/renderer/input/customcontrols/ValidatedTextView.java
Outdated
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 6, 2023
...ivecards/src/main/java/io/adaptivecards/renderer/typeaheadsearch/TypeAheadSearchViewModel.kt
Outdated
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 6, 2023
...ivecards/src/main/java/io/adaptivecards/renderer/typeaheadsearch/TypeAheadSearchViewModel.kt
Outdated
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 6, 2023
...ivecards/src/main/java/io/adaptivecards/renderer/typeaheadsearch/TypeAheadSearchViewModel.kt
Outdated
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 6, 2023
source/android/adaptivecards/src/main/res/layout/activity_type_ahead_search.xml
Outdated
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 6, 2023
source/android/adaptivecards/src/main/res/layout/activity_type_ahead_search.xml
Outdated
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 6, 2023
source/android/adaptivecards/src/main/res/layout/adaptive_card_select_item.xml
Outdated
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 6, 2023
...bile/src/main/java/io/adaptivecards/adaptivecardssample/MainActivityAdaptiveCardsSample.java
Outdated
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 6, 2023
...bile/src/main/java/io/adaptivecards/adaptivecardssample/MainActivityAdaptiveCardsSample.java
Show resolved
Hide resolved
almedina-ms
reviewed
Feb 22, 2023
...tivecards/src/main/java/io/adaptivecards/renderer/typeaheadsearch/TypeAheadSearchActivity.kt
Outdated
Show resolved
Hide resolved
almedina-ms
approved these changes
Feb 22, 2023
…soft/AdaptiveCards into dipja/dynamic-type-ahead-3
…o dipja/dynamic-type-ahead-3
…soft/AdaptiveCards into dipja/dynamic-type-ahead-3
dipja
added a commit
that referenced
this pull request
Feb 24, 2023
…ead (#8273) * adding resources for dynamic type ahead ui * adding custom icons * fix typo * addressing comments * adding msft copyright * Adding new screen for dynamic type ahead (#8274) * adding new screen for dynamic type ahead * removing comments * updating sample app to use channel adaptor to fetch dynamic choices * fixing customization support in new type ahead screen * setting content description for buttons --------- Co-authored-by: dipja <dipja@Dipeshs-MacBook-Pro.local> Co-authored-by: dipja <dipja@Dipeshs-MBP.guest.corp.microsoft.com> --------- Co-authored-by: dipja <dipja@Dipeshs-MacBook-Pro.local> Co-authored-by: dipja <dipja@Dipeshs-MBP.guest.corp.microsoft.com>
dipja
added a commit
that referenced
this pull request
Feb 24, 2023
* adding choices resolver for base element renderer * moving card level host interactions using channel adaptor * resolving comments * Adding resources for dynamic type ahead UI and new screen for type ahead (#8273) * adding resources for dynamic type ahead ui * adding custom icons * fix typo * addressing comments * adding msft copyright * Adding new screen for dynamic type ahead (#8274) * adding new screen for dynamic type ahead * removing comments * updating sample app to use channel adaptor to fetch dynamic choices * fixing customization support in new type ahead screen * setting content description for buttons --------- Co-authored-by: dipja <dipja@Dipeshs-MacBook-Pro.local> Co-authored-by: dipja <dipja@Dipeshs-MBP.guest.corp.microsoft.com> --------- Co-authored-by: dipja <dipja@Dipeshs-MacBook-Pro.local> Co-authored-by: dipja <dipja@Dipeshs-MBP.guest.corp.microsoft.com> * highting query text in dynamic choices * fixing error message visibility --------- Co-authored-by: dipja <dipja@Dipeshs-MacBook-Pro.local> Co-authored-by: dipja <dipja@Dipeshs-MBP.guest.corp.microsoft.com>
rankush
pushed a commit
to rankush/AdaptiveCards
that referenced
this pull request
May 8, 2024
* adding choices resolver for base element renderer * moving card level host interactions using channel adaptor * resolving comments * Adding resources for dynamic type ahead UI and new screen for type ahead (microsoft#8273) * adding resources for dynamic type ahead ui * adding custom icons * fix typo * addressing comments * adding msft copyright * Adding new screen for dynamic type ahead (microsoft#8274) * adding new screen for dynamic type ahead * removing comments * updating sample app to use channel adaptor to fetch dynamic choices * fixing customization support in new type ahead screen * setting content description for buttons --------- Co-authored-by: dipja <dipja@Dipeshs-MacBook-Pro.local> Co-authored-by: dipja <dipja@Dipeshs-MBP.guest.corp.microsoft.com> --------- Co-authored-by: dipja <dipja@Dipeshs-MacBook-Pro.local> Co-authored-by: dipja <dipja@Dipeshs-MBP.guest.corp.microsoft.com> * highting query text in dynamic choices * fixing error message visibility --------- Co-authored-by: dipja <dipja@Dipeshs-MacBook-Pro.local> Co-authored-by: dipja <dipja@Dipeshs-MBP.guest.corp.microsoft.com>
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.
#Feature - [Android][Third PR] Dynamic Type Ahead
This is the third PR covers code changes to add new screen for dynamic type ahead. When user clicks on the Input.Choiceset which has choices.data, a new screen is opened. The choices in this screen are fetched dynamically from the host and allows user to make selections and clear then as well.
Demo video: https://microsoftapc-my.sharepoint.com/:v:/g/personal/dipja_microsoft_com/EXNORsa2hb5OmkhneRPBcWABW8B9OGCif_AVEezf0mQRjA
Feature Details: https://github.com/microsoft/AdaptiveCards/blob/dipja/dynamic-type-ahead-doc-android/specs/DesignDiscussions/DynamicTypeAhead.md
Design Doc: https://github.com/microsoft/AdaptiveCards/blob/dipja/dynamic-type-ahead-doc-android/specs/DesignDiscussions/DynamicTypeAheadAndroid.md
Microsoft Reviewers: Open in CodeFlow