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; }