mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +01:00
disable 'MissingTranslation'
This commit is contained in:
parent
f84af83129
commit
d90b595490
2 changed files with 5 additions and 20 deletions
|
@ -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 {
|
||||
|
|
|
@ -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">
|
||||
<i>For more informations visit the Projectsite on github:<br>
|
||||
https://github.com/scoute-dich/Diaspora</i><br><br>
|
||||
|
||||
<b>v1.1:</b><br>
|
||||
• new about app and help dialogs<br>
|
||||
• better snackbar integration<br><br>
|
||||
|
||||
<b>v1.0.1:</b><br>
|
||||
• click on titelbar to load stream<br><br>
|
||||
|
||||
<b>v1.0:</b><br>
|
||||
• all features of original Diaspora-Native-Webapp<br>
|
||||
• popup menus (view settings, diaspora settings, share function)<br>
|
||||
• share function (link, screenshot)<br>
|
||||
• design improvements<br>
|
||||
• implemented android marshmallow perimssion model<br>
|
||||
• implemented swipe to refresh
|
||||
</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue