Add Travis CI and update readme

filtering
Floens 10 years ago
parent 6cb564fcbc
commit db491446ef
  1. 10
      .travis.yml
  2. 5
      Clover/app/build.gradle
  3. 28
      README.md

@ -0,0 +1,10 @@
language: android
android:
components:
- platform-tools
- tools
- extra-android-m2repository
- build-tools-22.0.1
- android-22
script: cd Clover && ./gradlew build

@ -86,6 +86,7 @@ dependencies {
compile 'com.squareup.okhttp:okhttp:2.3.0'
compile 'de.greenrobot:eventbus:2.4.0'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
betaCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
}

@ -1,24 +1,26 @@
# Clover - 4chan browser for Android
# Clover - 4chan browser for Android
[![build status](https://travis-ci.org/Floens/Clover.svg?branch=dev)](https://travis-ci.org/Floens/Clover) [![PayPal donaton](https://img.shields.io/badge/donate-paypal-brightgreen.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=45YW6N3QEHSV8)
[![Get it on Google Play](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=org.floens.chan)
[![Get it on Google Play](https://developer.android.com/images/brand/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=org.floens.chan)
Clover is a fast Android app for browsing [4chan](https://www.4chan.org/).
Clover is a fast Android app for browsing 4chan.
This repo contains all the code for Clover.
[F-Droid](https://f-droid.org/repository/browse/?fdid=org.floens.chan)
[GitHub releases](https://github.com/Floens/Clover/releases)
[Clover website](http://floens.github.io/Clover/)
[Website](http://floens.github.io/Clover/)
[Google Play](https://play.google.com/store/apps/details?id=org.floens.chan)
[APK downloads](https://github.com/Floens/Clover/releases)
## Issues and features
[The issues page](https://github.com/Floens/Clover/issues) is for reporting bugs and feature requests.
Please search before reporting an issue to avoid duplicates.
## Joining the beta
[Join this G+ community](https://plus.google.com/communities/108906508206092146956) and follow the instructions in the "About this community" box.
## Beta
A beta version is occasionally uploaded before a normal release for testing and feedback.
To join the beta, [join this G+ community](https://plus.google.com/communities/108906508206092146956) and follow the instructions in the "About this community" box.
## Contributing
See the [Clover setup guide](https://github.com/Floens/Clover/wiki/Building-Clover) when you want to make changes to the code.
[The issues page](https://github.com/Floens/Clover/issues) is for reporting bugs and feature requests.
Be sure to search for existing items on the todo list and issues page before reporting anything.
## Building Clover
See the [Clover setup guide](https://github.com/Floens/Clover/wiki/Building-Clover) for a guide on building Clover.
## TODO

Loading…
Cancel
Save