Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@winfoozmnayef winfoozmnayef released this 08 Feb 19:31
  • Remove AnalyticsIndex annotation and replace it with annotation processing arguments which can be set from gradle
  • Remove Kotlin code generation and now WinAnalytics only generates Java code.
  • Add new keys to Event annotation
    • 'add' which contains array of Data to add new keys with Analytics'annotation keys which added to class
    • 'remove' which contains array of Keys to remove from Analytics Annotation
  • Add adapters module which contains analytics adapters, now it's contains MixpanelAdapter and FirebaseAdapter
  • Remove kotlin-sample module and replace java-sample module with new sample module which contains mix of kotlin and java code with better explanation
  • Update javapoet version
  • Add utils to convert HashMap to Bundle or JSONObject
  • Convert some classes to kotlin
  • Bug fixing