Skip to content

Releases: adef145/PlotAndroid

Release 0.2.0

Choose a tag to compare

@adef145 adef145 released this 04 Mar 05:44

Support:

  1. List Class. List class will be translate into ArrayList.
  2. Map Class. Map class will be translate into Serializable.
  3. Parceler lib. See this link.

Release 0.1.1

Choose a tag to compare

@adef145 adef145 released this 24 Aug 10:42
  • Handle IBinder type.
  • Refactor naming function. Change function exportBundle into pack, change function importBundle into unpack.
  • Refactor naming in annotation @PlotBundle. Change exported into packable, change imported into unpackable

Release 0.0.2

Choose a tag to compare

@adef145 adef145 released this 21 Aug 14:00

This version support type:

  • boolean & boolean array
  • byte & byte array
  • char & char array
  • charsequence, charsequence array & charsequence array list
  • double & double array
  • float & float array
  • integer, integer array & integer array list
  • parcelable, parcelable array & parcelable array list
  • serializable
  • string, string array & string array list