The LBRY Android app
Go to file
2020-02-27 18:37:45 +01:00
.github Update PULL_REQUEST_TEMPLATE.md 2019-10-28 10:29:43 -04:00
.gitsecret tweak CI. fix missing secret file. 2020-02-27 13:38:06 +01:00
app update CI 2020-02-27 15:30:15 +01:00
gradle/wrapper new project structure compatiable with Android Studio 2020-02-27 09:11:14 +01:00
.dockerignore DOCKER-DEV: Local development in a docker container (#595) 2019-07-11 02:30:41 +01:00
.gitignore fix app folder 2020-02-27 09:58:42 +01:00
.gitlab-ci.yml install openjdk for deploy stage 2020-02-27 18:37:45 +01:00
.gitmodules remove app submodules 2020-02-27 09:55:02 +01:00
build.gradle new project structure compatiable with Android Studio 2020-02-27 09:11:14 +01:00
build.sh Splash screen, discover and file Pages (#30) 2018-03-11 16:32:13 +01:00
deploy.sh Splash screen, discover and file Pages (#30) 2018-03-11 16:32:13 +01:00
Dockerfile Fix npm install 2020-01-31 19:51:32 +02:00
gradle.properties dexOptions 2020-02-27 15:25:35 +01:00
gradlew new project structure compatiable with Android Studio 2020-02-27 09:11:14 +01:00
gradlew.bat new project structure compatiable with Android Studio 2020-02-27 09:11:14 +01:00
lbry-android.keystore.secret tweak CI. fix missing secret file. 2020-02-27 13:38:06 +01:00
LICENSE Update LICENSE 2020-02-03 04:38:17 +07:00
README.md Added gif as requested 2019-10-21 11:00:33 +05:30
release.sh use android base image. set ANDROID_SDK_ROOT env. 2020-02-27 14:49:22 +01:00
settings.gradle new project structure compatiable with Android Studio 2020-02-27 09:11:14 +01:00

LBRY Android

pipeline status GitHub license

An Android browser and wallet for the LBRY network. This app bundles lbrynet-daemon as a background service with a UI layer built with React Native. The APK is built using buildozer and the Gradle build tool.

LBRY Android GIF

Installation

The minimum supported Android version is 5.0 Lollipop. There are two ways to install:

  1. Via the Google Play Store. Anyone can join the open beta in order to install the app from the Play Store.
  2. Direct APK install available at http://build.lbry.io/android/latest.apk. You will need to enable installation from third-party sources on your device in order to install from this source.

Usage

The app can be launched by opening LBRY Browser from the device's app drawer or via the shortcut on the home screen if that was created upon installation.

Running from Source

The app is built from source via Buildozer. After cloning the repository, copy buildozer.spec.sample to buildozer.spec and modify this file as necessary for your environment. Please see BUILD.md for detailed build instructions.

Contributing

Contributions to this project are welcome, encouraged, and compensated. For more details, see https://lbry.io/faq/contributing

License

This project is MIT licensed. For the full license, see LICENSE.

Security

We take security seriously. Please contact security@lbry.com regarding any security issues. Our PGP key is here if you need it.

Contact

The primary contact for this project is @akinwale (akinwale@lbry.com)