SafeParcel icon indicating copy to clipboard operation
SafeParcel copied to clipboard

Helper library and format description for SafeParcel, a version-agnostic parcelable serializer

Results 2 SafeParcel issues
Sort by recently updated
recently updated
newest added

[The documentation for SafeParcel proguard](https://github.com/microg/SafeParcel/blob/master/proguard.txt) doesn't keep `SafeParcelable`. This has been causing some issues for me. I notice in a few places (like [here](https://github.com/microg/SafeParcel/blob/efb2c7f09f8f6d8cd2af295545314c1596df77a3/safe-parcel/src/main/java/org/microg/safeparcel/SafeParcelable.java#L29) and [here](https://github.com/microg/SafeParcel/blob/efb2c7f09f8f6d8cd2af295545314c1596df77a3/safe-parcel/src/main/java/org/microg/safeparcel/SafeParcelUtil.java#L142)) `SafeParcelable` is used. Configuring...

question

I was working with SafeParcel library and noticed, that it is not supporting enums. Enums are great language constructs, they make the code ways easier to read. Unfortunately in order...