1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-07-22 09:26:33 +00:00

Notify that the feature is not already implement for restore_messages & prepare bump version (not ready yet)

This commit is contained in:
Loic Blot 2016-09-07 23:56:54 +02:00
parent c934f0deeb
commit 929c4d2f76
5 changed files with 13 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="fr.unix_experience.owncloud_sms"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="37"
android:versionName="0.21.2"> <!-- From Android 4.0 to 6.0 -->
android:versionCode="39"
android:versionName="0.22.0"> <!-- From Android 4.0 to 6.0 -->
<uses-sdk android:maxSdkVersion="23"/>
<uses-permission android:name="android.permission.READ_SMS"/>

View File

@ -36,4 +36,12 @@
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="fr.unix_experience.owncloud_sms.activities.remote_account.RestoreMessagesActivity">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/feature_not_already_implemented"
android:id="@+id/textView"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"/>
</RelativeLayout>

View File

@ -172,5 +172,6 @@
<string name="account_actions">Account actions</string>
<string name="error_connection_failed_not_found">Connection failed, the server returns 404 NOT FOUND. Ensure you set the correct path for your ownCloud instance.</string>
<string name="nothing_to_sync">There is nothing to sync.</string>
<string name="feature_not_already_implemented">This feature is not already implemented and will be available soon.</string>
</resources>

View File

@ -159,4 +159,5 @@
<string name="account_actions">Actions du compte</string>
<string name="error_connection_failed_not_found">Echec de connexion, le serveur a retourné 404 NON TROUVE. Assurez vous d\'avoir spécifié la bonne URL.</string>
<string name="nothing_to_sync">Il n\'y a rien à synchroniser.</string>
<string name="feature_not_already_implemented">Cette fonctionnalité n\'est pas implémentée mais elle sera disponible bientôt.</string>
</resources>

View File

@ -207,4 +207,5 @@
<string name="account_actions">Account actions</string>
<string name="error_connection_failed_not_found">Connection failed, the server returns 404 NOT FOUND. Ensure you set the correct path for your ownCloud instance.</string>
<string name="nothing_to_sync">There is nothing to sync.</string>
<string name="feature_not_already_implemented">This feature is not already implemented and will be available soon.</string>
</resources>