diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c4b72fb..a5bfc7a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Change Log Version 4.2.0 *(In Development)* -------------------------------- +**Maven `artifactId` is now to 'actionbarsherlock'.** + Note: The `.Dialog` themes are now deprecated. These will be removed in a future version of the library. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..30d383364 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +Contributing +============ + +If you would like to contribute code to ActionBarSherlock you can do so through +GitHub by forking the repository and sending a pull request. + +When submitting code, please make every effort to follow existing conventions +and style in order to keep the code as readable as possible. Please also make +sure your code compiles by running `mvn clean verify`. Checkstyle failures +during compilation indicate errors in your style and can be viewed in the +`checkstyle-result.xml` file. diff --git a/README.md b/README.md index c3f9e4bb0..6506c361d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ and up. Try out the sample applications on the Android Market: [Feature Demos][4], [Fragments][5], and [RoboGuice][6]. -Continuous integration is provided by [CloudBees BuildHive][7]. +Continuous integration is provided by [Travis CI][7]. @@ -57,4 +57,4 @@ License [4]: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.demos [5]: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.fragments [6]: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.roboguice - [7]: https://buildhive.cloudbees.com/job/JakeWharton/job/ActionBarSherlock/ + [7]: https://travis-ci.org/JakeWharton/ActionBarSherlock