mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 04:12:08 +01:00
v1.1 see changelog
This commit is contained in:
parent
ec50f38eb2
commit
e72ea39e4f
3 changed files with 6 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
### v1.0.1
|
### v1.1
|
||||||
- new about app and help dialogs
|
- new about app and help dialogs
|
||||||
- better snackbar integration
|
- better snackbar integration
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ android {
|
||||||
applicationId "de.baumann.diaspora"
|
applicationId "de.baumann.diaspora"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 4
|
versionCode 5
|
||||||
versionName "1.1"
|
versionName "1.1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -133,11 +133,12 @@
|
||||||
<string name="donate_1">Via Bitcoin</string>
|
<string name="donate_1">Via Bitcoin</string>
|
||||||
|
|
||||||
<string name="about_text">
|
<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>
|
<b>v1.1:</b><br>
|
||||||
• new about app and help dialogs<br>
|
• new about app and help dialogs<br>
|
||||||
• better snackbar integration<br>
|
• better snackbar integration<br><br>
|
||||||
• click on titelbar to load stream<br><br>
|
|
||||||
|
|
||||||
<b>v1.0.1:</b><br>
|
<b>v1.0.1:</b><br>
|
||||||
• click on titelbar to load stream<br><br>
|
• click on titelbar to load stream<br><br>
|
||||||
|
@ -148,10 +149,7 @@
|
||||||
• share function (link, screenshot)<br>
|
• share function (link, screenshot)<br>
|
||||||
• design improvements<br>
|
• design improvements<br>
|
||||||
• implemented android marshmallow perimssion model<br>
|
• implemented android marshmallow perimssion model<br>
|
||||||
• implemented swipe to refresh<br><br>
|
• implemented swipe to refresh
|
||||||
|
|
||||||
<i>Projectsite on github:<br>
|
|
||||||
https://github.com/scoute-dich/Diaspora/</i>
|
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<string name="license_yes">OK</string>
|
<string name="license_yes">OK</string>
|
||||||
|
|
Loading…
Reference in a new issue