1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-17 00:54:53 +02:00

Bump version to v0.1.1

This commit is contained in:
Gregor Santner 2016-05-05 18:19:15 +02:00
parent 0a88c1d400
commit cfc97c64d9
3 changed files with 38 additions and 17 deletions

View file

@ -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* *big thanks to de-live-gdev*
- gitignore - gitignore
- Link to profile - Link to profile
@ -6,18 +23,18 @@
- Refactoring part1 - Refactoring part1
- bump libs - bump libs
### v1.2 ### v1.2 (scoutedich)
- using strings in podactivity - using strings in podactivity
- improved share activity - improved share activity
### v1.1 ### v1.1 (scoutedich)
- new about app and help dialogs - new about app and help dialogs
- better snackbar integration - better snackbar integration
### v1.0.1 ### v1.0.1 (scoutedich)
- click toolbar to load strem - click toolbar to load strem
### v1.0 ### v1.0 (Diaspora-Native-Webapp as base + scoutedich additions)
First release: First release:
- all features of original Diaspora-Native-Webapp - all features of original Diaspora-Native-Webapp

View file

@ -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) [![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) [![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) [![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) [![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 (<https://de-live-gdev.github.io>) 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.
- martinchodev (<https://github.com/martinchodev>) **Notice:** This is the repo of the latest version of the unoffical Diaspora Android App.
- scoute-dich (<https://github.com/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.
### License ### License
It's released under GNU GENERAL PUBLIC LICENSE (see LICENCE). 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) - 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 [license](https://github.com/scoute-dich/Diaspora/blob/master/LICENSE.md)
- See [screenshots](https://github.com/scoute-dich/Diaspora/blob/master/SCREENSHOTS.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>)

View file

@ -9,8 +9,8 @@ android {
applicationId "com.github.dfa.diaspora_android" applicationId "com.github.dfa.diaspora_android"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 23 targetSdkVersion 23
versionCode 1 versionCode 2
versionName "0.1.0" versionName "0.1.1"
} }
buildTypes { buildTypes {
release { release {