mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +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
|
||||
- better snackbar integration
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ android {
|
|||
applicationId "de.baumann.diaspora"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 23
|
||||
versionCode 4
|
||||
versionCode 5
|
||||
versionName "1.1"
|
||||
}
|
||||
buildTypes {
|
||||
|
|
|
@ -133,11 +133,12 @@
|
|||
<string name="donate_1">Via Bitcoin</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>
|
||||
• click on titelbar to load stream<br><br>
|
||||
• better snackbar integration<br><br>
|
||||
|
||||
<b>v1.0.1:</b><br>
|
||||
• click on titelbar to load stream<br><br>
|
||||
|
@ -148,10 +149,7 @@
|
|||
• share function (link, screenshot)<br>
|
||||
• design improvements<br>
|
||||
• implemented android marshmallow perimssion model<br>
|
||||
• implemented swipe to refresh<br><br>
|
||||
|
||||
<i>Projectsite on github:<br>
|
||||
https://github.com/scoute-dich/Diaspora/</i>
|
||||
• implemented swipe to refresh
|
||||
</string>
|
||||
|
||||
<string name="license_yes">OK</string>
|
||||
|
|
Loading…
Reference in a new issue