diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9e72a7..d5619ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index faf1c4ef..c2c073f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml index 81140fb1..122001e8 100644 --- a/app/src/main/res/layout/nav_header_main.xml +++ b/app/src/main/res/layout/nav_header_main.xml @@ -16,8 +16,8 @@ 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>