1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-17 17:14:54 +02:00

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" applicationId "de.baumann.diaspora"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 23 targetSdkVersion 23
versionCode 6 versionCode 8
versionName "1.1" versionName "1.1"
} }
buildTypes { buildTypes {
@ -18,6 +18,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
} }
lintOptions {
disable 'MissingTranslation'
}
} }
dependencies { 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_conversations">Ungelesene Unterhaltung. Öffnen?</string>
<string name="new_notifications">Ungelesene Benachrichtigung. Lesen?</string> <string name="new_notifications">Ungelesene Benachrichtigung. Lesen?</string>
<string name="help_about">Changelog</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> </resources>