UnifiedPush connector library
|
sim
b0cce8bb64
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/main Pipeline was successful
ci/woodpecker/tag/main Pipeline was successful
ci/woodpecker/tag/tests Pipeline was successful
ci/woodpecker/release/tests Pipeline was successful
ci/woodpecker/release/main Pipeline was successful
|
||
|---|---|---|
| .woodpecker | Add tests CI | |
| connector | 3.2.0 | |
| dokka | Add kdoc documentation | |
| gradle/wrapper | Bump dependencies | |
| scripts | Use age and oct to publish lib | |
| .gitignore | removing .idea from git | |
| .jitpack.yml | Bump java in .jitpack.yml | |
| build.gradle | Bump kotlin to 2.3.0 | |
| Doc.md | fix: typos and grammar ( #27 ) | |
| gradle.properties | fix: typos and grammar ( #27 ) | |
| gradlew | chore: update Gradle configuration | |
| gradlew.bat | chore: update Gradle configuration | |
| LICENSE | Update LICENSE | |
| README.md | Remove jitpack badge | |
| settings.gradle | fix: Keep rootProject.name to Gradle approved characters | |
UnifiedPush android-connector
This is a library that can be used by an end user application to receive notifications from any unified push provider. An example application is available to show basic usage of the library.
Documentation
General documentation is available at https://unifiedpush.org
Generate documentation
Documentation for this library can be generated with Dokka:
$ ./gradlew dokkaHtml
Generate documentation for all UnifiedPush modules:
The steps for all UnifiedPush modules are included in [scripts/doc.sh]. It does the following:
- Clone the repositories you wish to generate documentation
- Checkout the version of the different repositories
- Add the modules to the project settings
- Run
dokkaHtmlMultiModule
$ ./gradlew dokkaHtmlMultiModule
Funding
This project is funded through NGI Zero Core, a fund established by NLnet with financial support from the European Commission's Next Generation Internet program. Learn more at the NLnet project page.