Skip to content

Conversation

@daniloercoli
Copy link
Contributor

This PR fix an issue where passing an empty user to the library generates a bad crash.
I've also added other checks over the properties passed to the event, so the library should not crash if an invalid input is given.

  • Also modernized gradle, and SDK.

Version number is also bumped, so we can release a new version of the library when this is merged to develop.

cc @maxme

stmt.execute();

db.setTransactionSuccessful();
} catch(IllegalArgumentException e) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add our checkstyle config in this project (there is a missing space between catch and ()

@maxme maxme self-assigned this Apr 13, 2017
@daniloercoli
Copy link
Contributor Author

Fixed the missing space. Yeah, we may want to add the checkstyle config. Maybe in another PR?

@maxme
Copy link
Contributor

maxme commented Apr 14, 2017

Maybe in another PR?

Yeah definitely not in that one, opened a ticket #31

@maxme
Copy link
Contributor

maxme commented Apr 14, 2017

PR looks good, I'll publish a new version to bintray. We can update the dependency in wpandroid 7.2.

@maxme maxme merged commit 93954b5 into develop Apr 14, 2017
@maxme maxme deleted the issue/fix-null-event-names-and-users branch April 14, 2017 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants