Skip to content

Releases: adef145/PlotAndroid

Release 0.2.0

04 Mar 05:44
Compare
Choose a tag to compare

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

24 Aug 10:42
Compare
Choose a tag to compare
  • 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

21 Aug 14:00
Compare
Choose a tag to compare

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