The LBRY Android app
Go to file
Akinwale Ariwodola 0638b9f133
ongoing pre-beta tasks (#284)
* tapping on the player controls container while it is visible should hide the container
* change 'click' to 'tap'
* add related content component
* file list item resolving display tweaks
* increase number of search results to 25
* fix name display for identity claims in search results
2018-09-05 14:43:39 +01:00
.github Create issue_template.md (#50) 2018-04-06 11:29:11 +01:00
app ongoing pre-beta tasks (#284) 2018-09-05 14:43:39 +01:00
p4a better performance on lower end devices with react-native-fast-image (#275) 2018-09-01 22:04:50 +01:00
recipes Merge pull request #233 from lbryio/python-requirements-tweak 2018-08-15 17:02:21 +01:00
src/main ongoing pre-beta tasks (#284) 2018-09-05 14:43:39 +01:00
.gitignore Add Vagrantfile for easier development environments (#138) 2018-07-23 15:16:55 +01:00
.travis.yml Build and package modifications for react-native-video module updates (#225) 2018-08-11 20:48:54 +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 implement phone verification (#274) 2018-09-03 02:57:54 +01:00
buildozer.spec.travis implement phone verification (#274) 2018-09-03 02:57:54 +01:00
buildozer.spec.vagrant implement phone verification (#274) 2018-09-03 02:57:54 +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 Use HTML for screenshot in README 2018-06-30 12:30:48 +01:00
release.sh implement phone verification (#274) 2018-09-03 02:57:54 +01:00
Vagrantfile Build and package modifications for react-native-video module updates (#225) 2018-08-11 20:48:54 +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.

LBRY Android Screenshot

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)