https://github.com/lbryio/lbry-fdroid
The LBRY Android app (on F-Droid)
https://github.com/lbryio/lbry-fdroid
Last synced: about 1 month ago
JSON representation
The LBRY Android app (on F-Droid)
- Host: GitHub
- URL: https://github.com/lbryio/lbry-fdroid
- Owner: lbryio
- License: mit
- Created: 2020-07-03T15:41:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T17:49:56.000Z (about 3 years ago)
- Last Synced: 2025-04-05T10:51:15.389Z (2 months ago)
- Language: Java
- Size: 482 MB
- Stars: 65
- Watchers: 8
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LBRY Android
[](https://ci.lbry.tech/lbry/lbry-android/commits/master)
[](https://github.com/lbryio/lbry-android/blob/master/LICENSE)An Android browser and wallet for the [LBRY](https://lbry.com) network.
## 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.
1. Download the LBRY file from [the F-Droid website](https://f-droid.org). 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=XXXXXXtwitterConsumerSecret=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](LICENSE).## Security
We take security seriously. Please contact [email protected] regarding any security issues. Our PGP key is [here](https://keybase.io/lbry/key.asc) if you need it.## Contact
The primary contact for this project is [@akinwale](https://github.com/akinwale) ([email protected])