The LBRY Android app
Go to file
Akinwale Ariwodola 1820710f06
Merge pull request #160 from lbryio/linkify-description
make links in file descriptions clickable
2018-06-07 05:00:33 +01:00
.github Create issue_template.md (#50) 2018-04-06 11:29:11 +01:00
app Merge pull request #160 from lbryio/linkify-description 2018-06-07 05:00:33 +01:00
p4a Improvements to the UriBar implementation and some navigation tweaks. 2018-05-26 00:20:44 +01:00
recipes Fix service_identity requirements. Add certifi for Twisted SSL verification. 2018-05-16 00:49:47 +01:00
src/main bumpversion 0.1.6 --> 0.1.7 2018-05-27 22:00:46 +01:00
.gitignore First alpha release (#52) 2018-03-31 10:28:26 +01:00
.travis.yml Fix missing react-native-cli tools for build (#128) 2018-05-15 18:59:04 +01:00
BUILD.md Add development information to the documentation (#123) 2018-05-23 14:09:57 +01:00
build.sh Splash screen, discover and file Pages (#30) 2018-03-11 16:32:13 +01:00
buildozer.spec.sample Fix service_identity requirements. Add certifi for Twisted SSL verification. 2018-05-16 00:49:47 +01:00
buildozer.spec.travis Fix service_identity requirements. Add certifi for Twisted SSL verification. 2018-05-16 00:49:47 +01:00
deploy.sh Splash screen, discover and file Pages (#30) 2018-03-11 16:32:13 +01:00
lbry-android.keystore.enc Travis CI deployment to AWS and Github releases (#114) 2018-05-09 19:26:57 +01:00
LICENSE create LICENSE file 2018-02-05 13:05:36 -08:00
package-lock.json now with download progress bar and media playback 2018-03-18 15:42:16 +01:00
README.md buildozer link 2018-04-30 15:25:08 -04:00
release.sh Travis CI deployment to AWS and Github releases (#114) 2018-05-09 19:26:57 +01:00

LBRY Android

Build Status

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.

Installation

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

  1. Via the Google Play Store. While in alpha, it will not show in the Play Store unless you sign up here.
  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 homescreen if that was created upon install.

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.io regarding any security issues. Our PGP key is here if you need it.

Contact

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