159494f083
(https://github.com/lbryio/lbry-android/issues/1151) Because a lot of dimensions get reused, when I moved the dimensions file I used names like "large_1", "small_1", and "normal_1" for dimension values. I tried this to allow to cut down on repetitive values in the dimens file. "small" values range between 0dp and 15dp "normal" values range between 16dp to 119dp "large" values are anything over 120dp (the largest is 480dp) |
||
---|---|---|
.github | ||
.gitsecret | ||
app | ||
gradle/wrapper | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
lbry-android.keystore.secret | ||
LICENSE | ||
README.md | ||
release.sh | ||
settings.gradle |
LBRY Android
An Android browser and wallet for the LBRY network.
Installation
The minimum supported Android version is 5.0 Lollipop. There are two ways to install:
- Via the Google Play Store. Anyone can join the open beta in order to install the app from the Play Store.
- 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
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)