Michael Goderbauer
e44cd55fc4
Manually given hint,value,label,trait has precedence for TextFields on iOS ( #4777 )
2018-03-12 17:56:08 -07:00
Chinmay Garde
ba67d0fe71
Don’t specify a stencil buffer attachment for the onscreen FBO. ( #4778 )
2018-03-12 17:37:11 -07:00
Jason Simmons
f0c0da5ca5
Revert "Enable libtxt as the default text renderer" ( #4774 )
...
This reverts commit d9fcdfb676fcec50b0bdf6e57731b511fa922b46.
2018-03-12 11:40:19 -07:00
Jason Simmons
d9fcdfb676
Enable libtxt as the default text renderer ( #4773 )
2018-03-12 11:15:21 -07:00
Adam Barth
14c940e277
Switch from fxl::Mutex to std::mutex ( #4764 )
...
We're going to remove fxl::Mutex soon.
2018-03-09 11:19:23 -08:00
Chinmay Garde
5bffdefbbf
Use weak pointers to the accesibility bridge from objects vended to the UIKit accessibility framework. ( #4761 )
2018-03-08 17:23:01 -08:00
Jason Simmons
1d0da77995
Revert "Enable libtxt as the default text renderer ( #4751 )" ( #4758 )
...
This reverts commit 1b7325ca6825a1305d5521a5c0abe6fb32688dea.
2018-03-08 16:17:02 -08:00
Michael Goderbauer
7f7634fa17
Add SemanticsFlag for Header ( #4752 )
2018-03-06 15:43:13 -08:00
Jason Simmons
1b7325ca68
Enable libtxt as the default text renderer ( #4751 )
2018-03-06 13:12:39 -08:00
Jason Simmons
24cf8ebd86
Support hot and cold reload when using the APK asset provider on Android ( #4746 )
...
* deprecate snapshot_override, which is an obsolete predecessor of hot reload
* give the APKAssetProvider to the engine in the initial call to RunBundle
* later calls to Engine::RunBundleAndSource or Engine::SetAssetBundlePath
will replace the APK asset provider with a DirectoryAssetBundle that uses
the newly pushed assets
2018-03-06 10:40:19 -08:00
Michael Goderbauer
16fe8f6b98
Use android.view.View as default for a11y nodes ( #4737 )
2018-03-05 09:51:08 -08:00
Sarah Zakarias
a00f8e8bc0
Read assets out of APK on Android ( #4742 )
2018-03-05 14:09:45 +01:00
Chris Bracken
269bab73b6
Add nil check for country code and language code ( #4732 )
...
NSLocale objectForKey: may return nil for NSLocaleLanguageCode and
NSLocateCountryCode in certain cases.
This adds a defensive nil check for such cases.
2018-03-01 13:46:22 -08:00
Michael Goderbauer
a4b1fccdaa
Fix traversal order for a11y scrolling ( #4726 )
...
Fixes https://github.com/flutter/flutter/issues/14987 , but why?
2018-03-01 04:53:58 -08:00
Sarah Zakarias
4d7065af2d
remove unavailabe API from FlutterDartProject.mm ( #4724 )
2018-02-28 14:04:14 +01:00
Sarah Zakarias
42bbef1d7e
Remove unavailable API in FlutterDartProject.h ( #4723 )
2018-02-28 13:37:00 +01:00
Mikkel Nygaard Ravn
3656278894
Make deprecated API unavailable ( #4722 )
2018-02-28 11:14:43 +01:00
xster
ba98f2634b
Add more haptic feedback varieties ( #4699 )
...
* Add more haptic feedback varieties
* Make the specific feedback types do nothing on <iOS 10
2018-02-27 14:55:18 -08:00
Jason Simmons
e133da723c
Revert "Enable libtxt as the default text renderer ( #4697 )" ( #4717 )
...
This reverts commit 33b88173f3820690169348859bbdc29133179e0b.
The libtxt font collection cache is consuming too much memory at startup.
2018-02-27 10:25:27 -08:00
Chris Bracken
a5134d878b
Re-enable Dart_TimelineGetMicros on init on macOS ( #4712 )
...
Previously, a call to Dart_TimelineGetMicros() before a call to
Dart_Initialize() resulted in a crash. This was fixed in
dart-lang/sdk@7434bcad57 .
Related:
* flutter/flutter#4006 : SkyShell.app on Mac crashes on startup
* dart-lang/sdk#26486 : [dart_tools_api.h] Dart_TimelineGetMicros crashes on Mac if called before Dart_Initialize
2018-02-24 10:21:40 -08:00
Yegor
3bbc71df69
fix naming of static function intToComparisonResult ( #4685 )
2018-02-22 11:24:51 -07:00
Jason Simmons
33b88173f3
Enable libtxt as the default text renderer ( #4697 )
2018-02-21 13:34:31 -08:00
Todd Volkert
ead227f118
Respect Switch::SkiaDeterministicRendering in all runtime modes ( #4695 )
...
https://github.com/flutter/flutter/issues/14519
2018-02-20 19:36:34 -08:00
Todd Volkert
4cafde3c80
Add flag to skip call to SkGraphics::Init() ( #4694 )
...
https://github.com/flutter/flutter/issues/14519
2018-02-20 17:42:11 -08:00
Mikkel Nygaard Ravn
13cf22c284
Place LICENSE as sibling of podspec ( #4691 )
2018-02-19 16:33:30 +01:00
Yegor
503f86d54c
iOS a11y: Implement strong down weak up reference management ( #4602 )
...
* fix iOS crash in a11y mode when used too fast
* clang-format
2018-02-15 16:33:05 -08:00
Jason Simmons
a8bda71e62
Use an alpha type that matches the color type in Android software rendering ( #4681 )
...
Fixes https://github.com/flutter/flutter/issues/14709
2018-02-15 13:00:57 -08:00
Siva
19e8d9b2bf
Fix strong flag setting ( #4683 )
...
* Turn on strong mode by default when a platform file is present in the
bundle instead of using a flag passed into the engine which might not be
true when we invoke an installed app.
* - Roll dart to version fe96de2858f078e4ad04f8f30640184bf3d8102d
* Update license file.
2018-02-15 11:02:31 -08:00
Brian Osman
f8778fce17
On iOS, render to an offscreen surface to avoid renderbuffer slowdown ( #4680 )
...
* On iOS, render to an offscreen surface to avoid renderbuffer slowdown
Fixes https://github.com/flutter/flutter/issues/14565
* null out old offscreen surface
2018-02-14 16:17:35 -05:00
Chris Bracken
439edca287
Fix unguarded availability warnings for iOS ( #4664 )
...
Place all iOS code that relies on APIs introduced in iOS versions later
than our base SDK version (iOS 8) behind @available checks. This allows
us to enable the -Wunguarded-availability compiler flag for iOS builds
in the buildroot repo.
2018-02-13 11:49:43 -08:00
Greg Spencer
f5a4a93787
Swap setTraversalBefore to setTraversalAfter, since setTraversalBefore is broken. ( #4656 )
...
It seems that setTraversalBefore doesn't work as well as setTraversalAfter for some reason, although I'm using them the same way. Some apps would lock up TalkBack when traversing if setTraversalBefore was set, but not with the equivalent setTraversalAfter.
It's not entirely clear why this is, but I'm going with this to at least get it fixed for apps we know about.
Addresses flutter/flutter#14600
See also flutter/flutter#14607
2018-02-12 10:02:25 -08:00
Michael Goderbauer
a00f94582b
Add accessibilityFocus and loseAccessibilityFocus as a11y actions ( #4655 )
2018-02-09 17:47:52 -08:00
Michael Goderbauer
8ac6f6efa1
Encode scrolling status into tree ( #4647 )
2018-02-09 15:39:58 -08:00
Alexander Aprelev
c60d817093
Remove xibs ( #4648 )
2018-02-07 16:20:06 -08:00
Brian Salomon
58e6c23ece
Modernize GrContext creation ( #4640 )
2018-02-06 13:45:31 -08:00
Jason Simmons
9d93a07bde
Update PlatformViewAndroid for the new definition of SemanticsNodeUpdates ( #4636 )
2018-02-05 16:11:51 -08:00
Yegor
6dd49f0695
iOS a11y text entry (~70% of it) ( #4575 )
...
* implement iOS text field editing in a11y mode
* address Chinmay's comments
* replace node in child list when changing type
2018-02-05 15:14:13 -08:00
Jason Simmons
15430edc1f
Fix some errors in Javadoc annotations ( #4622 )
2018-01-31 13:56:32 -08:00
Greg Spencer
96acd1a383
Adding semantics traversal order support ( #4540 )
...
This adds support for semantics traversal ordering.
It is a companion to flutter/flutter#14060 , adding support for a sortIndex in the semantics data passed to the engine.
Addresses flutter/flutter#12187
2018-01-30 13:42:12 -08:00
Chris Bracken
dbc071aa62
Use @available checks for iOS 11 features ( #4619 )
...
Use @available checks for iOS 11 features
2018-01-30 09:36:21 -08:00
Coder256
c92e3df2b1
Only implement application:performActionForShortcutItem:completionHandler: on iOS 9.0+. And fix some tests. ( #4600 )
2018-01-30 08:00:39 -08:00
Michael Goderbauer
3107f167dc
Remove unnecessary trim ( #4616 )
...
... which caused trouble for a11y "select all".
2018-01-29 18:12:29 -08:00
Chris Bracken
521c73ded8
Revert "Use @available checks for iOS 11 features ( #4596 )" ( #4597 )
...
This reverts commit 89b6d435205d9bcdf8dde965dd1b0432482407c5.
Apparently the clang toolchain is still hitting issues. Will give this
another go after the next clang toolchain update.
2018-01-26 16:08:18 -08:00
Chris Bracken
89b6d43520
Use @available checks for iOS 11 features ( #4596 )
...
Guard code that deals with iOS safe area insets behind an @available
check.
This cleans up some old TODOs from before out clang toolchain supported
@available.
2018-01-26 15:51:00 -08:00
Chris Bracken
f937d93138
Extract common iOS asset path lookup code ( #4594 )
...
Consolidates the asset path lookup logic from FlutterDartProject and FlutterMain().
2018-01-26 14:27:46 -08:00
Alexander Aprelev
6921873c71
Lookup FTLAssetsPath when deducing assets path on ios ( #4593 )
...
* Lookup FTLAssetsPath when deducing assets path on ios
* WS
* Proper fix
* Another whitespace fix
2018-01-26 13:45:04 -08:00
Michael Goderbauer
a1e4f2f991
Add semantic actions for copy, cut, and paste ( #4592 )
2018-01-26 12:11:38 -08:00
Abhishek Amit
2dd385fd7e
Allow embedder clients to provide a resource context ( #4588 )
...
* Allow embedder clients to provide a resource context. Closes flutter/flutter#14263 .
2018-01-25 17:30:23 -08:00
Michael Goderbauer
7c34dfafc9
Adds a11y action for selecting text (and moving cursor) ( #4589 )
...
See https://github.com/flutter/flutter/pull/14275 for framework side change.
Also includes some minor clean-ups for consistency.
Required for https://github.com/flutter/flutter/issues/13469 .
2018-01-25 15:00:29 -08:00
Michael Goderbauer
4c82c566ed
a11y: Announce changes to cursor position on Android ( #4587 )
2018-01-24 16:54:14 -08:00