1. 06 6月, 2017 11 次提交
  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