Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/odyseeteam/odysee-android
- Owner: OdyseeTeam
- License: mit
- Created: 2021-06-28T18:47:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T20:41:18.000Z (11 months ago)
- Last Synced: 2024-10-26T10:54:35.747Z (19 days ago)
- Topics: android, blockchain, censorship-resistance, java
- Language: Java
- Homepage:
- Size: 11.5 MB
- Stars: 135
- Watchers: 14
- Forks: 27
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Odysee Android
## 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])