Skip to content

Commit

Permalink
Bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Santner committed May 5, 2016
1 parent 0a88c1d commit cfc97c6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 17 deletions.
27 changes: 22 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,40 @@
### 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
- Move menu actions
- 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
Expand Down
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/Diaspora-for-Android/diaspora-android>, 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:


- de-live-gdev (<https://de-live-gdev.github.io>)
- martinchodev (<https://github.com/martinchodev>)
- scoute-dich (<https://github.com/scoute-dich>)

# Diaspora
# Diaspora for Android

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).
Expand All @@ -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 (<https://de-live-gdev.github.io>)
- martinchodev (<https://github.com/martinchodev>)
- scoute-dich (<https://github.com/scoute-dich>)
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cfc97c6

Please sign in to comment.