mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Update markdown files
This commit is contained in:
parent
cfc97c64d9
commit
94e14d2019
9 changed files with 52 additions and 17 deletions
34
.github/ISSUE_TEMPLATE.md
vendored
Normal file
34
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
#### General information
|
||||||
|
|
||||||
|
* **Device:** eg Nexus 5, Samsung Galaxy S6
|
||||||
|
* **Android Version:** eg Android 6.0.1 Stock or Android 4.2 CM
|
||||||
|
* **Pod:** eg pod.geraspora.de, self hosted, or doesn't matter
|
||||||
|
* **Diaspora pod version:** eg. 0.5.99.0-p9bd2337c (can be found on the bottom)
|
||||||
|
* **App source:** eg F-Droid, PlayStore, self build (latest HEAD)
|
||||||
|
* **App version:** eg 0.1.1, or commit
|
||||||
|
|
||||||
|
|
||||||
|
I have:
|
||||||
|
- [ ] searched open and closed issues for duplicates
|
||||||
|
- [ ] Diaspora for Android installed with an version >= 0.1.1
|
||||||
|
- [ ] read <https://github.com/Diaspora-for-Android/diaspora-android/blob/master/CONTRIBUTING.md>
|
||||||
|
|
||||||
|
#### Steps to reproduce
|
||||||
|
|
||||||
|
1. …
|
||||||
|
2. …
|
||||||
|
3. …
|
||||||
|
|
||||||
|
|
||||||
|
#### Expected result
|
||||||
|
|
||||||
|
What is the expected output? What do you see instead?
|
||||||
|
|
||||||
|
|
||||||
|
#### Debug output
|
||||||
|
|
||||||
|
Please post the output of adb logcat. The log should begin with the start of Diaspora for Android and include all the steps it takes to reproduce the problem.
|
||||||
|
|
||||||
|
````
|
||||||
|
adb logcat -s com.github.dfa.diaspora_android
|
||||||
|
````
|
|
@ -1 +1,3 @@
|
||||||
|
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.
|
||||||
|
Note that the main project members are mostly busy with their job/university/school and may not react or start coding immediately.
|
21
README.md
21
README.md
|
@ -10,8 +10,17 @@
|
||||||
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.
|
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.
|
**Notice:** This is the repo of the latest version of the unoffical Diaspora Android App.
|
||||||
|
|
||||||
|
- [Download App](https://github.com/Diaspora-for-Android/diaspora-android/releases)
|
||||||
|
- Watch [Changelog](https://github.com/Diaspora-for-Android/diaspora-android/blob/master/CHANGELOG.md)
|
||||||
|
- See [Screenshots](https://github.com/Diaspora-for-Android/diaspora-android/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.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
It's released under GNU GENERAL PUBLIC LICENSE (see LICENCE).
|
It's released under GNU GENERAL PUBLIC LICENSE (see [LICENCE](https://github.com/Diaspora-for-Android/diaspora-android/blob/master/LICENSE.md)).
|
||||||
|
|
||||||
### Native
|
### Native
|
||||||
It's "native" because it's developed in Java + the Android SDK (Android Studio). Other Diaspora clients are developed using frameworks like AppCelerator Titanium. A native app will always be more efficient and almost certainly be faster and make better use of the resources of the device.
|
It's "native" because it's developed in Java + the Android SDK (Android Studio). Other Diaspora clients are developed using frameworks like AppCelerator Titanium. A native app will always be more efficient and almost certainly be faster and make better use of the resources of the device.
|
||||||
|
@ -26,16 +35,6 @@ The minimum version supported is Ice Cream Sandwitch, Android version 4.0.3 (or
|
||||||
### Permissions
|
### Permissions
|
||||||
It requires access to the Internet and to external storage to be able to upload photos when creating a new post and for taking screenshots.
|
It requires access to the Internet and to external storage to be able to upload photos when creating a new post and for taking screenshots.
|
||||||
|
|
||||||
- Download [APK](https://github.com/scoute-dich/Diaspora/releases)
|
|
||||||
- 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:
|
## Project members:
|
||||||
|
|
||||||
- de-live-gdev (<https://de-live-gdev.github.io>)
|
- de-live-gdev (<https://de-live-gdev.github.io>)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
![1](https://github.com/scoute-dich/Diaspora/blob/master/Screenshots/Screenshot_20160303-194540.png?raw=true)
|
![1](https://raw.githubusercontent.com/Diaspora-for-Android/diaspora-android/v0.1.1/Screenshots/Screenshot_20160303-194540.png)
|
||||||
![2](https://github.com/scoute-dich/Diaspora/blob/master/Screenshots/Screenshot_20160303-194559.png?raw=true)
|
![2](https://raw.githubusercontent.com/Diaspora-for-Android/diaspora-android/v0.1.1/Screenshots/Screenshot_20160303-194559.png)
|
||||||
![3](https://github.com/scoute-dich/Diaspora/blob/master/Screenshots/Screenshot_20160303-194608.png?raw=true)
|
![3](https://raw.githubusercontent.com/Diaspora-for-Android/diaspora-android/v0.1.1/Screenshots/Screenshot_20160303-194608.png)
|
||||||
![4](https://github.com/scoute-dich/Diaspora/blob/master/Screenshots/Screenshot_20160303-194621.png?raw=true)
|
![4](https://raw.githubusercontent.com/Diaspora-for-Android/diaspora-android/v0.1.1/Screenshots/Screenshot_20160303-194621.png)
|
||||||
![5](https://github.com/scoute-dich/Diaspora/blob/master/Screenshots/Screenshot_20160303-194752.png?raw=true)
|
![5](https://raw.githubusercontent.com/Diaspora-for-Android/diaspora-android/v0.1.1/Screenshots/Screenshot_20160303-194752.png)
|
Binary file not shown.
Before Width: | Height: | Size: 733 KiB |
Binary file not shown.
Before Width: | Height: | Size: 429 KiB |
Binary file not shown.
Before Width: | Height: | Size: 782 KiB |
Binary file not shown.
Before Width: | Height: | Size: 429 KiB |
Binary file not shown.
Before Width: | Height: | Size: 429 KiB |
Loading…
Reference in a new issue