The LBRY Android app (on F-Droid)
Go to file
Akinwale Ariwodola 8b2694efb7
New build (#508)
* fix build for openssl 1.1.1b required for sdk
(cherry picked from commit aa49e3b2755b97b6331cdbbb89efc954de8d5977)

* use js code from master

* fix openssl recipe and tweak build
(cherry picked from commit 6e94c27021c7bd7b1e880c2fc314850e36a5a38e)

* remove unused build recipes
(cherry picked from commit f5c0577bdb175bfc0990602936bbc9e2052e1f25)
2019-03-30 21:58:45 +01:00
.github added dod 2018-11-12 14:48:16 -05:00
.gitsecret Gitlab CI (#498) 2019-03-26 15:08:50 +01:00
app New build (#508) 2019-03-30 21:58:45 +01:00
p4a New build (#508) 2019-03-30 21:58:45 +01:00
recipes New build (#508) 2019-03-30 21:58:45 +01:00
scripts add modified mangled-glibc-syscalls.h for crystax build 2019-03-30 20:43:15 +01:00
src/main Build update (#495) 2019-03-25 07:45:19 +01:00
.gitignore Gitlab CI (#498) 2019-03-26 15:08:50 +01:00
.gitlab-ci.yml New build (#508) 2019-03-30 21:58:45 +01:00
.travis.yml Build update (#495) 2019-03-25 07:45:19 +01:00
BUILD.md Python 3.7 build (#381) 2018-12-27 09:04:21 +01:00
build.sh Splash screen, discover and file Pages (#30) 2018-03-11 16:32:13 +01:00
buildozer.spec.sample New build (#508) 2019-03-30 21:58:45 +01:00
buildozer.spec.travis New build (#508) 2019-03-30 21:58:45 +01:00
buildozer.spec.vagrant New build (#508) 2019-03-30 21:58:45 +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
lbry-android.keystore.secret Gitlab CI (#498) 2019-03-26 15:08:50 +01:00
LICENSE create LICENSE file 2018-02-05 13:05:36 -08:00
README.md add pipeline status to README.md 2019-03-30 10:24:20 +01:00
release.sh Gitlab CI (#498) 2019-03-26 15:08:50 +01:00
Vagrantfile add / update recipes and build changes for Python 3.6.6 compatibility (#315) 2018-10-07 15:59:03 +01:00

LBRY Android

pipeline 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. 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.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)