rafern
|
63873d9f42
|
Fix objects equal to null not being detected as null (#11283)
|
2019-09-16 12:16:38 -07:00 |
|
Todd Volkert
|
ace5d59072
|
Fix rawTypes errors in Android embedding classes (#9326)
|
2019-06-14 00:27:06 -07:00 |
|
Dan Field
|
5d1c1a027e
|
Remove more asserts and fix a11y check (#8896)
|
2019-05-08 01:19:24 -07:00 |
|
Dan Field
|
480844608c
|
Remove asserts and add BuildConfig (#8821)
|
2019-05-02 17:30:19 -07:00 |
|
Ian Hickson
|
8a7ae957ff
|
Undeprecated BigInteger support, but document what it actually does. (#6903)
|
2018-12-15 08:32:20 -08:00 |
|
Michael Goderbauer
|
70a1106b50
|
Unify copyright lines (#6757)
|
2018-11-07 12:24:35 -08:00 |
|
Mikkel Nygaard Ravn
|
9671f63459
|
Make standard codecs extensible (#4770)
|
2018-03-16 00:08:08 +00:00 |
|
Mikkel Nygaard Ravn
|
84fc920fde
|
Deprecate support for big integers in standard message codec (#4528)
|
2018-01-09 23:58:45 +01:00 |
|
Jason Simmons
|
ab2bc15fcc
|
Align doubles to 8 bytes in the StandardMessageCodec (#3779)
See https://github.com/flutter/flutter/issues/10701
|
2017-06-15 21:15:25 -07:00 |
|
Mikkel Nygaard Ravn
|
da8ebf40bd
|
Document channel message value conversions (#3633)
|
2017-04-28 23:31:11 +02:00 |
|
Mikkel Nygaard Ravn
|
68194b8df8
|
Distinguish between null platform message and one with zero-byte payload (#3577)
|
2017-04-09 00:07:28 +02:00 |
|
Mikkel Nygaard Ravn
|
b97103b441
|
Flutter channels for iOS (#3470)
Flutter channels now also supported on iOS. Use FlutterMessageChannel or FlutterMethodChannel with binary/string/json/standard codecs.
|
2017-03-13 23:57:46 +01:00 |
|
Mikkel Nygaard Ravn
|
f9c1f5fa53
|
Remove usage of JDK7 features not available until Android SDK 19+ (#3462)
|
2017-03-06 13:22:29 +01:00 |
|
Mikkel Nygaard Ravn
|
74de13c0bd
|
FlutterXxxChannel concepts added to support Flutter/Android interop (#3446)
New concepts: FlutterMessageChannel (basic message send/receive superseding existing FlutterView methods), FlutterMethodChannel (method invocation and event streams), pluggable codecs for messages and method calls: unencoded binary, string, json, and 'standard' flutter binary encoding.
|
2017-03-01 13:54:32 +01:00 |
|