Skip to content

scmart/token-android-client

Repository files navigation

Token Browser for Android

The android client for connecting to the Token platform

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)

Adding a dependency

The plugin gradle-witness 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
	Copyright (c) 2017 Token Browser, 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/>.

About

Android client for Token

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages