Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/odyseeteam/odysee-android

The Odysee Android app with wallet functionality
https://github.com/odyseeteam/odysee-android

android blockchain censorship-resistance java

Last synced: 2 days ago
JSON representation

The Odysee Android app with wallet functionality

Awesome Lists containing this project

README

        

# Odysee Android


license

## Build from Source
To build the app, even as a debug APK, you will need to copy `app/twitter.properties.sample` file as `app/twitter.properties`

### Build Variants

There are two build variants: Full and FOSS. The Full variant uses Google APIs and the FOSS variant doesn't. You can switch between them on the "Build Variants" tab in Android Studio.

## Release
To create an APK file which can be installed on real devices, you will need to create a digital signature and then edit `app/build.gradle` file the following way:

```groovy
android {
signingConfigs {
release {
storeFile file('<>')
storePassword '<>'
keyAlias '<>'
keyPassword '<>'
}
}
(...)

buildTypes {
release {
(...)
debuggable false
signingConfig signingConfigs.release
}
```

Then you will be able to build a signed APK file via Build/Generate Signed Bundle/APK... menu item on Android Studio

## Contributing
We :heart: contributions from everyone and contributions to this project are encouraged, and compensated. We welcome [bug reports](https://github.com/OdyseeTeam/odysee-android/issues/), [bug fixes](https://github.com/OdyseeTeam/odysee-android/pulls) and feedback is always appreciated.

## [![contributions welcome](https://img.shields.io/github/issues/OdyseeTeam/odysee-android?style=for-the-badge&color=informational)](https://github.com/OdyseeTeam/odysee-android/issues) [![GitHub contributors](https://img.shields.io/github/contributors/OdyseeTeam/odysee-android?style=for-the-badge)](https://gitHub.com/OdyseeTeam/odysee-android/graphs/contributors/)

## 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.

## Contact
The primary contact for this project is [@akinwale](https://github.com/akinwale) ([email protected])