This is the official repository for the ForemWebView-android library which is used in Forem Android App
ForemWebView-android is a WebView based library designed specifically keeping in mind the Forem Android App. This library can be used by an other app to use instance of a forem in their own android app.
- Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add the dependency
implementation 'com.github.forem:ForemWebView-android:${latest_release}'
- Adding jitpack
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
- Add the dependency
<dependency>
<groupId>com.github.forem</groupId>
<artifactId>ForemWebView-android</artifactId>
<version>{latest_release}</version>
</dependency>
Documentation
- Fork the project & clone locally.
- Create a branch, naming it either a feature or bug:
git checkout -b feature/that-new-feature
orbug/fixing-that-bug
- Code and commit your changes. Bonus points if you write a good commit message:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/that-new-feature
- Create a pull request for your branch 🎉
You can find additional project related resources on wiki-page.
We expect contributors to abide by our underlying code of conduct. All conversations and discussions on GitHub (issues, pull requests, etc.) must be respectful and harassment-free.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Please see the LICENSE file in our repository for the full text.
Like many open source projects, we require that contributors provide us with a Contributor License Agreement (CLA). By submitting code to the DEV project, you are granting us a right to use that code under the terms of the CLA.
Our version of the CLA was adapted from the Microsoft Contributor License Agreement, which they generously made available to the public domain under Creative Commons CC0 1.0 Universal.
Any questions, please refer to our license FAQ doc or email yo@dev.to