From 768b46678c9881477125a5e1b4d8a1b45cd863a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot=20=28=40U-Exp=29?= Date: Fri, 10 Oct 2014 14:56:21 +0200 Subject: [PATCH] Update README.md about contributions --- README.md | 4 ++-- .../owncloud_sms/providers/SmsDataProvider.java | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04119f2..12dc746 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ ownCloud SMS Android Application licence is in reflexion, then sources are parti ## Contributions -We are searching for translations in others langs (german, spanish, russian). +We are searching for translations in others langs (german, russian, italian, japanese). -To contribute please download res/values/strings.xml and give us a translated version ! +To contribute please download res/values/strings.xml and res/values/google_playstore_strings.xml and give us a translated version ! ## Requirements - An ownCloud instance with ocsms app diff --git a/src/fr/unix_experience/owncloud_sms/providers/SmsDataProvider.java b/src/fr/unix_experience/owncloud_sms/providers/SmsDataProvider.java index acbdfe3..be5318e 100644 --- a/src/fr/unix_experience/owncloud_sms/providers/SmsDataProvider.java +++ b/src/fr/unix_experience/owncloud_sms/providers/SmsDataProvider.java @@ -40,7 +40,6 @@ public class SmsDataProvider extends ContentProvider { @Override public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) { - // TODO Auto-generated method stub return null; }