Yan Zhulanow
|
eefb490a8a
|
Parcelable: Use efficient serialize strategy for Java/Kotlin Parcelables only from the current source roots (KT-20029)
|
2017-09-12 22:07:15 +03:00 |
|
Yan Zhulanow
|
1b688182cd
|
Parcelable: Use specialized write/create methods where available (KT-20057)
|
2017-09-12 22:07:14 +03:00 |
|
Yan Zhulanow
|
f6d7a17227
|
Parcelable: Remove 'ACC_STATIC' flag from Creator class, Dalvik dex checker hates it, and it's illegal anyway (KT-20034)
|
2017-09-12 22:07:13 +03:00 |
|
Yan Zhulanow
|
033386b47d
|
Parcelable: Do not check property types if the Parcelable class has a custom Parceler implementation (KT-20062)
|
2017-09-12 22:07:12 +03:00 |
|
Yan Zhulanow
|
be3273a933
|
Parcelable: Flags argument should be propagated to the nested Parcelable's writeToParcel() (KT-20019)
|
2017-09-12 22:07:08 +03:00 |
|
Yan Zhulanow
|
3587a2a08e
|
Parcelable: Use ClassLoader from the container class to load Parcelable (KT-20027)
When the parameter type is just "Parcelable", we would not pick the wrong (system) class loader anymore.
|
2017-09-12 22:07:08 +03:00 |
|
Yan Zhulanow
|
c9ec1a2511
|
Parcelable: Array serializer should correctly handle wide primitive types – long, double (KT-20002)
|
2017-09-12 22:07:07 +03:00 |
|
Yan Zhulanow
|
32fc340d62
|
Parcelable: Parcelize overrides describeContents despite being already implemented (KT-20026)
|
2017-09-12 22:07:06 +03:00 |
|
Yan Zhulanow
|
e645da64da
|
Parcelable: Use the Parcelable implementation class as a containing declaration for Creator (KT-19899)
|
2017-09-12 22:07:06 +03:00 |
|
Yan Zhulanow
|
eee28d8507
|
Parcelable: Fix signature for Serializable Parcel serializer (KT-19749)
|
2017-09-12 22:07:04 +03:00 |
|
Yan Zhulanow
|
ea1068a822
|
Parcelable, minor: Rename MagicParcel to Parcelize
|
2017-07-26 20:19:32 +03:00 |
|
Yan Zhulanow
|
4200629347
|
Parcelable: Support CharSequence, IBinder/IInterface, objects, enums. Serialize Parcelable efficiently if possible
|
2017-07-26 20:19:20 +03:00 |
|
Yan Zhulanow
|
19eb30b3ae
|
Parcelable: Add test for clinit merging
|
2017-07-26 20:19:19 +03:00 |
|
Yan Zhulanow
|
3062e72282
|
Parcelable: Support Parcelizer interface in order to be able to customize serialization
|
2017-07-26 20:19:18 +03:00 |
|
Yan Zhulanow
|
96c9bcd820
|
Parcelable: Allow custom describeContents() implementation
|
2017-07-26 20:19:17 +03:00 |
|
Yan Zhulanow
|
c23bca6afe
|
Parcelable: Add Parcelable functionality to Android Extensions plugin
|
2017-07-26 20:19:15 +03:00 |
|