mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +01:00
v1.3 see changelog
This commit is contained in:
parent
5345e87c40
commit
1838b35c9a
4 changed files with 25 additions and 8 deletions
|
@ -1,3 +1,11 @@
|
|||
### v1.3
|
||||
*big thanks to de-live-gdev*
|
||||
- gitignore
|
||||
- Link to profile
|
||||
- Move menu actions
|
||||
- Refactoring part1
|
||||
- bump libs
|
||||
|
||||
### v1.2
|
||||
- using strings in podactivity
|
||||
- improved share activity
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "de.baumann.diaspora"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 23
|
||||
versionCode 16
|
||||
versionName "1.2.1"
|
||||
versionCode 17
|
||||
versionName "1.3"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="@android:dimen/notification_large_icon_width"
|
||||
android:layout_height="@android:dimen/notification_large_icon_height"
|
||||
android:paddingTop="@dimen/nav_header_vertical_spacing"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
android:src="@drawable/ic_launcher"
|
||||
|
|
|
@ -137,18 +137,27 @@
|
|||
<i>For more informations visit the Projectsite on github:<br>
|
||||
https://github.com/scoute-dich/Diaspora</i><br><br>
|
||||
|
||||
<b>v1.2:</b><br>
|
||||
<b>v1.3.</b><br>
|
||||
<i>big thanks to de-live-gdev</i><br>
|
||||
|
||||
• gitignore<br>
|
||||
• Link to profile<br>
|
||||
• Move menu actions<br>
|
||||
• Refactoring part1<br>
|
||||
• bump libs<br><br>
|
||||
|
||||
<b>v1.2.</b><br>
|
||||
• using strings in podactivity<br>
|
||||
• improved share activity<br><br>
|
||||
|
||||
<b>v1.1:</b><br>
|
||||
<b>v1.1.</b><br>
|
||||
• new about app and help dialogs<br>
|
||||
• better snackbar integration<br><br>
|
||||
|
||||
<b>v1.0.1:</b><br>
|
||||
<b>v1.0.1.</b><br>
|
||||
• click on titelbar to load stream<br><br>
|
||||
|
||||
<b>v1.0:</b><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>
|
||||
|
|
Loading…
Reference in a new issue