mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-29 10:46:35 +00:00
Full sync was previously not really good, Sms were ordered by date DESC, then the last date was good and when multiple loop iterations occurs, only 1 iteration happened SmsBuffer now owns LastMessageDate instead of AndroidSmsFetcher Full sync is now owned by AsyncsmsSync instead of MainActivity Last message date is more accurate and less error prone
Nextcloud SMS (Android)
Nextcloud SMS app pushes your Android devices conversation into your Nextcloud instance, using ocsms app.
▶️ Access
ocsms app sources are available here: https://github.com/nerzhul/ocsms/
📓 Application documentation
You can find the application documentation here: https://github.com/nerzhul/ownCloud-SMS-App/wiki
🔗 Requirements
❗ Reporting issues
- Client: https://github.com/nerzhul/ownCloud-SMS-App/issues
- Server: https://github.com/nextcloud/ocsms/issues
🚀 Contributions
- We are searching for translations into others languages. To contribute please download
res/values/strings.xml
andres/values/google_playstore_strings.xml
and provide a Pull Request with a translated version! - You can also contribute by adding patches in Java code or cleanups.
Build requirements
- gradle
Coding guidelines
- No empty lines at EOF
- No trailing whitespaces
📓 License
Nextcloud SMS Android Application license is in reflexion, then sources are partial.
- App locales and layouts are under BSD 2 clause license
- App DataProviders are under AGPLv3
Description
Languages
Java
100%