From cfc97c64d9b468f2830d569b313c8f4a4d99a496 Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Thu, 5 May 2016 18:19:15 +0200 Subject: [PATCH] Bump version to v0.1.1 --- CHANGELOG.md | 27 ++++++++++++++++++++++----- README.md | 24 ++++++++++++++---------- app/build.gradle | 4 ++-- 3 files changed, 38 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5619ebc..5b5d206a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ -### v1.3 +# v0.1.1 +- Sharing updated (by @scoute-dich) +- Screenshotting updated +- Gitter integration (by @de-live-gdev) +- Code refactoring +- Start working on #6 +- Waffle.io integration +- Travis CI integration +- Bump Gradle, Build-Tools, Libs to Android Studio 2.1 defaults + +# v0.1.0 (Diaspora for Android) +First version of the organization *Diaspora for Android* +Consists mostly of code from: +- Diaspora-Native-Webapp (by @martinchodev ) +- scoutedich additions (by @scoute-dich) +- de-live-gdev additions (by @de-live-gdev) + +### v1.3 (scoutedich) *big thanks to de-live-gdev* - gitignore - Link to profile @@ -6,18 +23,18 @@ - Refactoring part1 - bump libs -### v1.2 +### v1.2 (scoutedich) - using strings in podactivity - improved share activity -### v1.1 +### v1.1 (scoutedich) - new about app and help dialogs - better snackbar integration -### v1.0.1 +### v1.0.1 (scoutedich) - click toolbar to load strem -### v1.0 +### v1.0 (Diaspora-Native-Webapp as base + scoutedich additions) First release: - all features of original Diaspora-Native-Webapp diff --git a/README.md b/README.md index 5cf5c5ab..559a5058 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,14 @@ [![F-Droid](https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png)](https://f-droid.org/repository/browse/?fdid=com.github.dfa.diaspora_android) -**NOTICE:** Project was moved to , README and paths need to be updated. - [![Build Status](https://travis-ci.org/Diaspora-for-Android/diaspora-android.svg?branch=master)](https://travis-ci.org/Diaspora-for-Android/diaspora-android) [![Join the chat at https://gitter.im/Diaspora-for-Android/diaspora-android](https://badges.gitter.im/Diaspora-for-Android/diaspora-android.svg)](https://gitter.im/Diaspora-for-Android/diaspora-android?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Stories in Start](https://badge.waffle.io/Diaspora-for-Android/diaspora-android.svg?label=help%20wanted&title=waffle.io)](http://waffle.io/Diaspora-for-Android/diaspora-android) -## Main developers: +# Diaspora for Android -- de-live-gdev () -- martinchodev () -- scoute-dich () - -# Diaspora - -This is an unofficial webview based client for the community-run, distributed social network "Diaspora". It's currently under development and should be used with that in mind. Please submit any bugs you might find. +This is an unofficial webview based client for the community-run, distributed social network **[Diaspora](https://joindiaspora.com/)**. It's currently under development and should be used with that in mind. Please submit any bugs you might find. +**Notice:** This is the repo of the latest version of the unoffical Diaspora Android App. ### License It's released under GNU GENERAL PUBLIC LICENSE (see LICENCE). @@ -37,3 +30,14 @@ It requires access to the Internet and to external storage to be able to upload - Watch [Changelog](https://github.com/scoute-dich/Diaspora/blob/master/CHANGELOG.md) - See [license](https://github.com/scoute-dich/Diaspora/blob/master/LICENSE.md) - See [screenshots](https://github.com/scoute-dich/Diaspora/blob/master/SCREENSHOTS.md) + +## Contributions +We are always open for any kind of contribution. (PR's, bug reports, feature requests, ..) +If you got any questions feel free to ask at [Gitter](https://gitter.im/Diaspora-for-Android/diaspora-android). +Note that the main project members are mostly busy with their job/university/school and may not react or start coding immediately. + +## Project members: + +- de-live-gdev () +- martinchodev () +- scoute-dich () diff --git a/app/build.gradle b/app/build.gradle index 520087ab..7900c572 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.dfa.diaspora_android" minSdkVersion 15 targetSdkVersion 23 - versionCode 1 - versionName "0.1.0" + versionCode 2 + versionName "0.1.1" } buildTypes { release {