1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00

Updated Home (markdown)

Ner'zhul 2015-03-24 19:49:08 +01:00
parent 5a8f4ed561
commit cfbd4d0c4e

@ -20,6 +20,11 @@ That's all.
# App parameters # App parameters
When an account was created, going back to **Settings** and select **ownCloud-SMS**. When an account was created, going back to **Settings** and select **ownCloud-SMS**.
You can select the following parameters:
* Differential sync interval
* Enable sync on: 2G, 3G, 4G, GPRS and Wi-Fi
# App mechanics # App mechanics
The application uses three mechanics to push your messages to your ownCloud instance The application uses three mechanics to push your messages to your ownCloud instance
@ -28,3 +33,6 @@ The application uses three mechanics to push your messages to your ownCloud inst
2. Push on send/received: When your first received a message after a phone start or an account configuration, the phone start a push on send/received message. Each time your send or received a message, the phone push the message to the server, if data was available. 2. Push on send/received: When your first received a message after a phone start or an account configuration, the phone start a push on send/received message. Each time your send or received a message, the phone push the message to the server, if data was available.
3. Push on network up: When your data connection comes up, application check if messages were received whereas data connection was unavailable and sync every messages since last synced message date 3. Push on network up: When your data connection comes up, application check if messages were received whereas data connection was unavailable and sync every messages since last synced message date
# Building application
Because some parts can be common to multiple applications, you need to get my Android-lib present here: https://github.com/nerzhul/nrz-androidlib