Skip to content
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

Handler staging #547

Merged
merged 23 commits into from
Mar 18, 2021
Merged

Handler staging #547

merged 23 commits into from
Mar 18, 2021

Commits on Mar 18, 2021

  1. TimePicker Handlers (#454)

    * TimePickerHandlers
    
    * Undo changes in sample
    
    * Add some nullability fixes
    
    * Fix build error
    
    * Changes from PR feedback
    
    * Fixed build error
    
    * Updated tests
    
    * Roll time picker and popup into one control
    
    * Move 24 hour view check to handler
    
    * Pull NSLocale -> CultureInfo code out to common property
    
    Co-authored-by: E.Z. Hart <hartez@users.noreply.github.com>
    Co-authored-by: E.Z. Hart <hartez@gmail.com>
    3 people committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    b5665a3 View commit details
    Browse the repository at this point in the history
  2. CheckBoxHandlers (#432)

    jsuarezruiz authored and hartez committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    68987b1 View commit details
    Browse the repository at this point in the history
  3. Rename ICheck -> ICheckBox, remove Color stuff (to be replaced with B…

    …rush
    
    later), fix DeviceTests
    hartez committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    efd792b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    753e8ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e992050 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc5722c View commit details
    Browse the repository at this point in the history
  7. Better text on example

    hartez committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e5b2278 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ae6e56 View commit details
    Browse the repository at this point in the history
  9. Remove IView from IPlaceholder

    hartez committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    3dd218f View commit details
    Browse the repository at this point in the history
  10. Implement IsTextPredictionEnabled property on Editor (#515)

    * Initial implementation
    
    * Added Tests
    
    * Added PortHandler Attributes
    
    * Added Tests
    
    * Handle turning text prediction back on
    
    Co-authored-by: E.Z. Hart <hartez@gmail.com>
    hevey and hartez committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a9a4900 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b4f6a76 View commit details
    Browse the repository at this point in the history
  12. Implement CharacterSpacing property in SearchBarHandlers (#494)

    * Implement CharacterSpacing in SearchBarHandlers
    
    * Tests failing because of static
    
    * Rounding for Android
    
    * Fix iOS test
    
    * There! No magic numbers!
    
    * Fix rebase issuse and make SearchBar stuff work on iOS
    
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    Co-authored-by: E.Z. Hart <hartez@gmail.com>
    3 people committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1d8b317 View commit details
    Browse the repository at this point in the history
  13. Stepper Handlers (#517)

    * StepperHandlers
    
    * Fixed Stepper handler broken tests
    
    * Remove duplicate searchbar
    
    * Add IStepper interface
    
    Co-authored-by: E.Z. Hart <hartez@gmail.com>
    jsuarezruiz and hartez committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    07ca2a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b6f3c17 View commit details
    Browse the repository at this point in the history
  15. Picker Handlers (#433)

    * PickerHandlers
    
    * Nullability fixes
    
    * Updated Picker device tests
    
    * New things in the tests!
    
    * Removed unnecessary Android Api level validation
    
    * Added Picker Items null validation in iOS PickerHandler
    
    * Moved Picker Handler tests between different classes
    
    * Renamed NativePicker to MauiPicker
    
    * Removed unused code from iOS PickerExtensions
    
    * Fix build error
    
    * Fix build error
    
    * Remove duplicate class
    
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    Co-authored-by: E.Z. Hart <hartez@gmail.com>
    3 people committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    f1298b4 View commit details
    Browse the repository at this point in the history
  16. ActivityIndicator Handlers (#417)

    * ActivityIndicatorHandler
    
    * Register IActivityIndicator
    
    * Add comments to IActivityIndicator
    
    * Fix build error
    jsuarezruiz authored and hartez committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2798eb9 View commit details
    Browse the repository at this point in the history
  17. Implement Font properties in SearchBarHandlers (#533)

    * Speed up PR builds (#510)
    
    Reduce the jobs and use the new pools
    
    * implement Font properties in SearchBarHandlers
    
    * Fix rebase issues
    
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    Co-authored-by: E.Z. Hart <hartez@gmail.com>
    3 people committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    6ec9b0e View commit details
    Browse the repository at this point in the history
  18. Implemented LineHeight on Label (#538)

    * Implemented LineHeight on Label (#368)
    
    * Fix-up after rebase
    
    Co-authored-by: E.Z. Hart <hartez@gmail.com>
    AmrAlSayed0 and hartez committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e0c4403 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    70af9b5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    72b6b08 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ef7fb50 View commit details
    Browse the repository at this point in the history
  22. Centralize time extensions

    hartez committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    856738d View commit details
    Browse the repository at this point in the history
  23. Fix mapping

    hartez committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    5b0416f View commit details
    Browse the repository at this point in the history