The LBRY Android app (on F-Droid)
Go to file
2022-05-22 19:49:56 +02:00
.github Update PULL_REQUEST_TEMPLATE.md 2019-10-28 10:29:43 -04:00
.gitsecret Instant verification (#974) 2020-08-19 17:23:35 +01:00
app Merge upstream commits 2021-09-06 18:46:51 +02:00
fastlane/metadata/android/en-US Explain AntiFeatures 2022-05-22 19:49:56 +02:00
gradle/wrapper Merge from upstream and fix conflicts 2021-03-13 06:12:11 +01:00
.gitignore sdk 0.100.0 / switch to maven central for lbrysdk Gradle dependency 2021-06-25 19:07:47 +01:00
.gitlab-ci.yml remove reference to bintray 2021-06-25 19:34:58 +01:00
.gitmodules Remove lbry-android-sdk submodule 2020-06-29 11:40:52 +02:00
build.gradle sdk 0.100.0 / switch to maven central for lbrysdk Gradle dependency 2021-06-25 19:07:47 +01:00
gradle.properties Native rewrite (#878) 2020-05-23 07:49:00 +01:00
gradlew Use gradle-wrapper 6.1.1 2020-09-14 18:51:05 +02:00
gradlew.bat Use gradle-wrapper 6.1.1 2020-09-14 18:51:05 +02:00
lbry-android.keystore.secret Instant verification (#974) 2020-08-19 17:23:35 +01:00
LICENSE Update LICENSE 2020-02-03 04:38:17 +07:00
README.md Fix conflicts on merging 2020-12-18 14:46:35 +01:00
release.sh update release.sh for unsigned APKs 2020-03-01 21:37:57 +01:00
settings.gradle Native rewrite (#878) 2020-05-23 07:49:00 +01:00

LBRY Android

pipeline status GitHub license

An Android browser and wallet for the LBRY network.

LBRY Android GIF

Installation

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

  1. Via the F-Droid Android app. Search for LBRY and install the version you prefer.
  2. Download the LBRY file from the F-Droid website. Search for LBRY on F-Droid's website, it should be listed as LBRY FDroid, download the APK file and install it on your device.

Usage

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

Running from Source

Clone the repository and open the project in Android Studio. Android Studio will automatically run the initial build process.

Create file 'twitter.properties' in app/ folder with the following content:

twitterConsumerKey=XXXXXX

twitterConsumerSecret=XXXXXX

Click the Sync button and when process finishes, the Run button to launch the app on your simulator or connected debugging device after the build process is complete.

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)