Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbryio/lbry-android
The LBRY Android app
https://github.com/lbryio/lbry-android
android censorship-resistance kivy lbry p4a wallet
Last synced: 6 days ago
JSON representation
The LBRY Android app
- Host: GitHub
- URL: https://github.com/lbryio/lbry-android
- Owner: lbryio
- License: mit
- Created: 2017-08-13T01:04:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T18:07:52.000Z (about 2 years ago)
- Last Synced: 2025-01-10T17:06:52.731Z (13 days ago)
- Topics: android, censorship-resistance, kivy, lbry, p4a, wallet
- Language: Java
- Homepage:
- Size: 481 MB
- Stars: 2,427
- Watchers: 29
- Forks: 110
- Open Issues: 161
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LBRY Android
[![pipeline status](https://ci.lbry.tech/lbry/lbry-android/badges/master/pipeline.svg)](https://ci.lbry.tech/lbry/lbry-android/commits/master)
[![GitHub license](https://img.shields.io/github/license/lbryio/lbry-android)](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 Google Play Store. Anyone can join the [open beta](https://play.google.com/apps/testing/io.lbry.browser) in order to install the app from the Play Store.
1. Direct APK install available at [http://build.lbry.io/android/latest.apk](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** 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
```Copy the file 'google-services.sample.json' to 'google-services.json' in the app/ folder.
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://lbry.com/faq/pgp-key) if you need it.## Contact
The primary contact for this project is [@akinwale](https://github.com/akinwale) ([email protected])