disable 'MissingTranslation'

This commit is contained in:
scoute-dich 2016-03-15 19:43:08 +01:00
parent f84af83129
commit d90b595490
2 changed files with 5 additions and 20 deletions

View File

@ -9,7 +9,7 @@ android {
applicationId "de.baumann.diaspora"
minSdkVersion 15
targetSdkVersion 23
versionCode 6
versionCode 8
versionName "1.1"
}
buildTypes {
@ -18,6 +18,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
disable 'MissingTranslation'
}
}
dependencies {

View File

@ -154,24 +154,5 @@ along with this program. If not, see http://www.gnu.org/licenses.<br> <br
<string name="new_conversations">Ungelesene Unterhaltung. Öffnen?</string>
<string name="new_notifications">Ungelesene Benachrichtigung. Lesen?</string>
<string name="help_about">Changelog</string>
<string name="about_text">
&lt;i>For more informations visit the Projectsite on github:&lt;br>
https://github.com/scoute-dich/Diaspora&lt;/i>&lt;br>&lt;br>
&lt;b>v1.1:&lt;/b>&lt;br>
&#8226; new about app and help dialogs&lt;br>
&#8226; better snackbar integration&lt;br>&lt;br>
&lt;b>v1.0.1:&lt;/b>&lt;br>
&#8226; click on titelbar to load stream&lt;br>&lt;br>
&lt;b>v1.0:&lt;/b>&lt;br>
&#8226; all features of original Diaspora-Native-Webapp&lt;br>
&#8226; popup menus (view settings, diaspora settings, share function)&lt;br>
&#8226; share function (link, screenshot)&lt;br>
&#8226; design improvements&lt;br>
&#8226; implemented android marshmallow perimssion model&lt;br>
&#8226; implemented swipe to refresh
</string>
</resources>