matomo-org / matomo-sdk-android

SDK for Android to measure your apps with Matomo. Works on Android phones, tablets, Fire TV sticks, and more!
BSD 3-Clause "New" or "Revised" License
388 stars 162 forks source link

Merge develop into master. #55

Closed d4rken closed 9 years ago

d4rken commented 9 years ago

@dotsbb I think we can merge the current develop branch into master. I've been using it in production for a month now and I'm satisfied.

New people looking to integrate Piwik into their app shouldn't use the build from current master branch.

We could increase the version to 0.0.2 as there were some major changes.

When merging we should also make sure the .jar file is either updated or removed to prevent confusion.

Not sure whats going on with #31

dotsbb commented 9 years ago

@d4rken It's nice to hear from you. I'm very grateful for your feedback!

For sure, it's good time to merge dev into master. I would rather bump dev vesrion to 0.1.0. Current master should be 0.0.2 because it's already ahead https://github.com/piwik/piwik-sdk-android/tree/v0.0.1 by ~50 commits.

Before we merge it I think it would be nice to have following list done:

I'll try to find some spare time to do it on weekends.

d4rken commented 9 years ago

:+1: sounds good.

We could attach the changelog to releases. i.e. Read commits between current tag and previous tag, create release for current tag, write changelog into its description.