GithubHelp home page GithubHelp logo

kylece / toshi-android-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scmart/token-android-client

1.0 2.0 0.0 8.07 MB

Android client for Toshi

License: GNU General Public License v3.0

Java 78.00% Kotlin 21.88% Shell 0.12%

toshi-android-client's Introduction

Token Android Cover

Getting Started

  1. Clone this code to your machine
  2. Download and fully install Android Studio
  3. Open this code in Android Studio (Choosing the containing directory in Android Studio Open dialog works)
  4. Click the Play button ([Ctrl] + [Alt] + R)

Running the linter

ktlint is used to check the format of the Kotlin code. It requires that wildcard imports are disabled in Android Studio.

To disable wildcard imports:

  • Go to Preferences... -> Editor -> Code Style -> Kotlin
  • open Imports tab, select all Use single name import options and remove import java.util.* from Packages to Use Import with '*'.

The linter an be run via gradle task check or ktlint

Adding a dependency

The plugin gradle-witness is used to verify dependencies. You will need to add the relevant checksums to build.gradle. More information can be found on the gradle-witness project.

Making a new build for Play store (Dev only)

  1. Open app/build.gradle
  2. Increase the versionCode by 1.
  3. Optionally change the versionName to whatever you want.
  4. Build the APK however you want (in Android Studio or via gradle)
    • The APK is split so you will end up with multiple APKs. Gradle takes care of numbering them correctly.
    • You'll need the release certificate, alias and password.
  5. Commit the changes to build.gradle, upload the APKs to Play store

Get it on Google Play

	Copyright (c) 2017 Toshi Inc

	This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

toshi-android-client's People

Contributors

anskaal avatar csdodd avatar martintoften avatar sprusr avatar tristan avatar

Stargazers

 avatar

Watchers

 avatar  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.