Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

#7956 [Shell] Unable to focus and unfocus search handler for Android #14375

Closed
wants to merge 11 commits into from

Commits on Jun 29, 2021

  1. xamarin#7956 SearchHandler XAML declared. Focused and Unfocused Event…

    …Handlers triggering test. FAILS (does nothing)
    Germán Coines Laguna committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    35ac0e0 View commit details
    Browse the repository at this point in the history
  2. xamarin#7956 InheritedSearchHandler XAML declared. Focused and Unfocu…

    …sed EventHandlers triggering test. FAILS (does nothing)
    Germán Coines Laguna committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    19a9ada View commit details
    Browse the repository at this point in the history
  3. Added the FocusChange EventHandler to AppCompatAutoCompleteTextView _…

    …textBlock.
    
    This is done in order to propagate any Focus state change from the textBlock (graphically, the search bar for the SearchHandler) to the SearchHandler IsFocused state.
    
    This causes the SearchHandler.OnIsFocusedPropertyChanged method to finally execute, as it was originally expected to do so.
    Germán Coines Laguna committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    eb30d5c View commit details
    Browse the repository at this point in the history
  4. override of OnFocused and OnUnfocus methods on InheritedSearchHandler.

    Germán Coines Laguna committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    828ba2f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. ammends derived from @pictos code review.

    Germán Coines Laguna committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    15ff9ed View commit details
    Browse the repository at this point in the history
  2. Update Xamarin.Forms.Platform.Android/Renderers/ShellSearchView.cs

    Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
    germancoines and pictos authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    a097670 View commit details
    Browse the repository at this point in the history
  3. indentation

    Germán Coines Laguna committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    db148b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    8c93095 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    20c2cb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    8c112be View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    ffae0ea View commit details
    Browse the repository at this point in the history