The LBRY Android app (on F-Droid)
Go to file
Akinwale Ariwodola 40c36df414
Native rewrite (#878)
* initial native rewrite commit
* update gitlab CI script
* add printVersionName gradle task
* fix Gitlab CI script
* Fix first time wallet sync. add Discover dialog to  Following page.
* Finish Following and All Content views. Add customize your tags view.
* Wallet sync get and set preferences, update interval.
* Editor's Choice. Reposts. Some ontent page tweaks.
* display no related content view when none loaded
* Search cache. File view updates. Floating wallet balance.
* Send tip dialog. Channel page share and follow/unfollow.
* Handle lbry:// url scheme. Properly set URL bar values. SDK 0.71.0.
* Channel follow/unfollow fixes. Display stream cost.
* Channel management and channel creation / editing
* phone number verification and rewards page
* add Invites page
* tweak player loading and playback when loading new claims
* tweak about page layout
* display text and markdown content
* purchase_uri for free content
* don't display invites history if none exist
* fix channel list adapters
* change launch mode from singleInstance to singleTask
* url history and player fixes
* Library page. URL and view history.
* bumpversion 0.15.0 --> 0.15.1
* Make file view a fragment to prevent headaches with multiple Android task recents
* Better handling of file view URLs. Some issue list fixes.
* Abandon channels and bulk delete files tasks. Some visual tweaks.
* bumpversion 0.15.1 --> 0.15.2
* fix some events
* Some visual tweaks. Wunderbar clear focus hotfix for some devices.
* sdk 0.74.0. Publish and Publishes pages.
* Fix displayed amounts. Send Firebase token with install_new.
* Some dark theme and crash fixes. Implement publish form.
* Fix minor typo for string in 'generate_address_hint'.
* Publish form and publish creation flow. UI tweaks and fixes.
* Basic native mobile publishing
* remove closeDatabase calls causing crashes
* Implement file and channel page delete actions. UI action cleanup.
* publish drivers for unresolved file page and featured search result item
* show URL suggestions and data network (DHT) settings
* Filter own claims from downloads. Fix address input.
* fix edit channel crash
* fix for possible blank / invalid video thumbnails
* adjust minimum deposit. fix channel edit mode.
* quick skip and playback speed media controls
* change play and pause icons
* Fix file size display. Tweak playback speed control.
* Add exoplayer mediasession extension. Set player auto attributes.
* Inline publish address validation error. Increase image upload request timeout.
* fix no related content display
* Claim new_android reward. Use canonical_url for share links.
* force US locale for amount / bid values sent with sdk requests
* Afrikaans and Spanish strings
* Add media player error handling policy. Use : in share links.
* don't proceed with publish if optimization is in progress.
2020-05-23 07:49:00 +01:00
.github Update PULL_REQUEST_TEMPLATE.md 2019-10-28 10:29:43 -04:00
.gitsecret sdk 0.62.0. update secret files. 2020-03-02 18:39:35 +01:00
app Native rewrite (#878) 2020-05-23 07:49:00 +01:00
gradle/wrapper Native rewrite (#878) 2020-05-23 07:49:00 +01:00
.dockerignore DOCKER-DEV: Local development in a docker container (#595) 2019-07-11 02:30:41 +01:00
.gitignore Native rewrite (#878) 2020-05-23 07:49:00 +01:00
.gitlab-ci.yml Native rewrite (#878) 2020-05-23 07:49:00 +01:00
.gitmodules New build (#854) 2020-02-27 19:20:06 +01:00
build.gradle Native rewrite (#878) 2020-05-23 07:49:00 +01:00
build.sh Splash screen, discover and file Pages (#30) 2018-03-11 16:32:13 +01:00
deploy.sh Splash screen, discover and file Pages (#30) 2018-03-11 16:32:13 +01:00
gradle.properties Native rewrite (#878) 2020-05-23 07:49:00 +01:00
gradlew Native rewrite (#878) 2020-05-23 07:49:00 +01:00
gradlew.bat Native rewrite (#878) 2020-05-23 07:49:00 +01:00
lbry-android.keystore.secret sdk 0.62.0. update secret files. 2020-03-02 18:39:35 +01:00
LICENSE Update LICENSE 2020-02-03 04:38:17 +07:00
README.md readme: lbrynet-daemon -> LBRY SDK 2020-03-02 16:45:23 +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. This app bundles LBRY SDK as a background service with a UI layer built with React Native.

LBRY Android GIF

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 from the device's app drawer or via the shortcut on the home screen if that was created upon installation.

Running from Source

Please refer to https://github.com/lbryio/lbry-react-native/blob/master/README.md

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)