Giter VIP home page Giter VIP logo

android-base's Introduction

Android app skeleton

Continuous integration

  • Travis CI Build Status
  • Circle CI Build Status
  • Codecov codecov

Prerequisites

Updating secret keys

  1. Decrypt file:
openssl aes-256-cbc -d -md sha256 -nosalt -a -pass pass:{KEY} -in secrets/keys.properties.crypted > temp.properties
  1. Add/remove keys inside temp.properties
  2. Encrypt temp.properties back
openssl aes-256-cbc -e -md sha256 -nosalt -a -pass pass:{KEY} -in temp.properties -out ./secrets/keys.properties.crypted
  1. Clean up: rm temp.properties.

What's included:

Setup

  1. Clone application as new project with original remote named "android-base"

    git clone --depth 1 git://github.com/fs/android-base.git --origin android-base [MY-NEW-PROJECT]
    

    Note: we use depth parameter here in order to not copy the history of changes in base project

  2. Create your new repository on the GitHub and push master into it. Make sure master branch is tracking origin repo.

    cd [MY-NEW-PROJECT] git remote add origin [email protected]:[MY-GITHUB-ACCOUNT]/[MY-NEW-PROJECT].git git push -u origin master

  3. Import the project into your favourite IDE. Just select the root build.gradle and your IDE will do the rest.

Configuration

Deploying to Fabric

  1. Increase app version & build number.
  2. Commit changes.
  3. Create git tag.
  4. git push && git push --tags
  5. Wait until https://circleci.com finish build.
  6. Open crashlytics application on Android device
  7. Find Android Base app, click on it and click "Update".

android-base's People

Contributors

almaziskhakov avatar antonchaynikov avatar ilmazgumerov avatar ilyaeremin avatar meoyawn avatar revedko avatar timurvafin avatar valeriymakarshin 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.