mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-19 05:46:16 +00:00
66 lines
1.6 KiB
Markdown
66 lines
1.6 KiB
Markdown
# ownCloud SMS Android Application Offical Repository
|
|
|
|
## Introduction
|
|
|
|
ownCloud SMS app push your Android devices conversation into your ownCloud instance, using ocsms app.
|
|
|
|
Android download link: https://play.google.com/store/apps/details?id=fr.unix_experience.owncloud_sms
|
|
|
|
ocsms app sources are available here: https://github.com/nerzhul/ocsms/
|
|
|
|
## Application documentation
|
|
|
|
You can found application documentation here: https://github.com/nerzhul/ownCloud-SMS-App/wiki
|
|
|
|
## Licence
|
|
|
|
ownCloud SMS Android Application licence is in reflexion, then sources are partial.
|
|
|
|
- App locales and layouts are under BSD 2 clause licence
|
|
- App DataProviders are under AGPLv3
|
|
|
|
## Contributions
|
|
|
|
We are searching for translations in others langs
|
|
|
|
To contribute please download res/values/strings.xml and res/values/google_playstore_strings.xml and give us a translated version !
|
|
|
|
You can also contribute by adding patches in Java code or cleanups.
|
|
|
|
## Requirements
|
|
- An ownCloud instance with ocsms app
|
|
|
|
## Build requirements
|
|
- nrz-androidlib (last version)
|
|
- Owncloud-Android-Library v1.0
|
|
|
|
## Issue template
|
|
|
|
Server
|
|
- ownCloud version: X.X.X
|
|
- PHP version: X.X
|
|
- HTTPd server: <apache|nginx...>
|
|
- HTTPS: <yes|no>
|
|
|
|
Client
|
|
- Android version: X.X.X
|
|
- Phone: <phone-model>
|
|
- ownCloud SMS app version: X.X.X
|
|
|
|
Please create your issues for the client here:
|
|
|
|
https://github.com/nerzhul/ownCloud-SMS-App/issues
|
|
|
|
And for the server app here:
|
|
|
|
https://github.com/nerzhul/ocsms/issues
|
|
|
|
## Developpers
|
|
|
|
You can found our continuous integration here: http://jenkins.unix-experience.fr/job/ownCloud%20SMS%20%28Android%29/
|
|
|
|
### Coding guidelines
|
|
|
|
- No empty lines at EOF
|
|
- No trailing whitespaces
|