1. 06 6月, 2017 2 次提交
    • M
      Run Flutter on iOS and Android with color correct Skia (#3716) · fe827576
      mattsarett 提交于
      ***Turns on color correct rendering for Android and iOS
      ***Communicates dst color space to raster cache
      ***Turns on color space aware image decoding
      
      Test:
      ***color_testing_demo on Pixel XL
      ***flutter_gallery on iPad Mini and iPad Pro (haven't figured out how to run manual_tests on iOS)
      
      TODO:
      I needed to split up this CL somewhere. These are follow-up tasks.
      ***Make desktop backends color correct
      ***Make debugging tools (ex: encoding frames to png) preserve color space
      ***Investigate using UIKit API to allow iOS to fine tune color space of rendered content
      fe827576
    • C
      Set autocapitalizationType on iOS (#3735) · 2727002f
      Chris Bracken 提交于
      Disables auto-capitalization on iOS text fields for TextInputTypes other
      than text.
      2727002f
  2. 03 6月, 2017 7 次提交
  3. 02 6月, 2017 4 次提交
  4. 01 6月, 2017 2 次提交
  5. 31 5月, 2017 1 次提交
  6. 27 5月, 2017 1 次提交
  7. 25 5月, 2017 2 次提交
  8. 24 5月, 2017 6 次提交
  9. 23 5月, 2017 3 次提交
  10. 20 5月, 2017 3 次提交
    • C
      Update iOS HapticFeedback.vibrate implementation (#3702) · 5a7e862c
      Chris Bracken 提交于
      Use AudioServicesPlaySystemSound instead of AudioServicesPlayAlertSound.
      This avoids the potential of a system beep on devices without support
      for haptic feedback.
      5a7e862c
    • M
      AX fixes for scrolling on iOS (#3701) · dac08413
      Michael Goderbauer 提交于
      Scrollable elements can now be scrolled in accessibility mode and they scroll in the right direction.
      
      Note: App crashes right after scroll finishes (that's a separate problem as the app currently crashes after every action performed in accessibility mode).
      dac08413
    • M
      AX fixes for iOS (#3700) · 9db5ebee
      Michael Goderbauer 提交于
      * AX fixes for iOS
      
      With this, the accessibility frame (for VoiceOver, etc.) is drawn at the right position around a widget.
      
      * review comments
      9db5ebee
  11. 18 5月, 2017 4 次提交
  12. 17 5月, 2017 2 次提交
  13. 16 5月, 2017 3 次提交