Giter Site home page Giter Site logo

swrllist's Introduction

Build Status

Swrl List

Sister app to http://swrl.co, Swrl List is an Android app where you can quickly create a list of things you Should Watch Read or Listen to.

Play Store Listing (Alpha): https://play.google.com/store/apps/details?id=co.swrl.list

Developer Guide

This is a normal Android application built with gradle.

Tests

All development on this project will be written following TDD practices.

The Espresso Library is used to run integration tests using the AndroidJUnitRunner. To run, simply set up Android Studio to run all tests in the module.

If you wish to use gradle directly...

For Unit tests:

./gradlew test

For all tests including Espresso tests:

Start up an Android Emulator, see https://developer.android.com/studio/run/managing-avds.html, then run:

./gradlew connectedAndroidTest

Finally, if you want to run all the instrumented tests against AWS Device Farm, first set the following ENV variables:

  1. DEVICEFARMPROJECTNAME
  2. DEVICEFARMDEVICEPOOL
  3. DEVICEFARMACCESSKEY
  4. DEVICEFARMSECRETKEY

See http://docs.aws.amazon.com/devicefarm/latest/developerguide/aws-device-farm-gradle-plugin-setting-up.html for details.

Then run:

 ./gradlew devicefarmUpload

Publishing to the Play Store

  1. Set the key and store password in keystore.properties (NEVER COMMIT THIS)

  2. Bump the versionCode in build.gradle

  3. Bump the versionName in build.gradle

  4. Update the whatsnew file in the play directory for the store listing

  5. Update any screenshots etc

  6. Update the strings.xml for the whatsnew in app dialog

  7. Ensure all tests pass

  8. Run:

    ./gradlew publishRelease

deployToPlayStore.sh run the tests and publish steps

swrllist's People

Contributors

mrkyle7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.