Update markdown files

This commit is contained in:
Gregor Santner 2016-05-31 15:42:13 +02:00
parent 94e14d2019
commit a0d81da63d
10 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
# v0.1.1
- Sharing updated (by @scoute-dich)
- Screenshotting updated
- Gitter integration (by @de-live-gdev)
- Gitter integration (by @gsantner)
- Code refactoring
- Start working on #6
- Waffle.io integration
@ -13,10 +13,10 @@ 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)
- gsantner additions (by @gsantner)
### v1.3 (scoutedich)
*big thanks to de-live-gdev*
*big thanks to gsantner*
- gitignore
- Link to profile
- Move menu actions

View File

@ -37,6 +37,6 @@ It requires access to the Internet and to external storage to be able to upload
## Project members:
- de-live-gdev (<https://de-live-gdev.github.io>)
- gsantner (<https://gsantner.github.io>)
- martinchodev (<https://github.com/martinchodev>)
- scoute-dich (<https://github.com/scoute-dich>)

View File

@ -4,7 +4,7 @@ import android.content.Context;
import android.content.SharedPreferences;
/**
* Created by de-live-gdev on 20.03.16. Part of Diaspora WebApp.
* Created by gsantner on 20.03.16. Part of Diaspora WebApp.
*/
public class AppSettings {
private final SharedPreferences pref;

View File

@ -10,7 +10,7 @@ import org.json.JSONException;
import org.json.JSONObject;
/**
* Created by de-live-gdev on 24.03.16. Part of Diaspora WebApp.
* Created by gsantner on 24.03.16. Part of Diaspora WebApp.
*/
public class WebUserProfile {
private static final int MINIMUM_WEBUSERPROFILE_LOAD_TIMEDIFF = 5000;

View File

@ -1,7 +1,7 @@
package com.github.dfa.diaspora_android.listener;
/**
* Created by Gregor Santner (de-live-gdev) on 26.03.16.
* Created by Gregor Santner (gsantner) on 26.03.16.
*/
public interface WebUserProfileChangedListener {
void onUserProfileNameChanged(String name);

View File

@ -14,7 +14,7 @@ import java.io.IOException;
import java.io.InputStream;
/**
* Created by Gregor Santner (de-live-gdev) on 24.03.16.
* Created by Gregor Santner (gsantner) on 24.03.16.
*/
public class ImageDownloadTask extends AsyncTask<String, Void, Bitmap> {
ImageView imageView;

View File

@ -15,7 +15,7 @@ import java.net.HttpURLConnection;
import java.net.URL;
/**
* Created by Gregor Santner (de-live-gdev) on 30.03.16.
* Created by Gregor Santner (gsantner) on 30.03.16.
*/
public class ProfileFetchTask extends AsyncTask<Void, Void, Void> {
// Code for getting the profile async without any UI/WebView

View File

@ -10,7 +10,7 @@ import com.github.dfa.diaspora_android.task.ImageDownloadTask;
import java.io.File;
/**
* Created by Gregor Santner (de-live-gdev) on 24.03.16.
* Created by Gregor Santner (gsantner) on 24.03.16.
*/
public class AvatarImageLoader {
private File avatarFile;

View File

@ -129,7 +129,7 @@
(c) = © ; (r) = ® ; x^2 = x²"</string>
<string name="license_text">&lt;b>Beteiligte:&lt;/b>&lt;br>
&#8226; de-live-gdev https://de-live-gdev.github.io&lt;br>
&#8226; gsantner https://gsantner.github.io&lt;br>
&#8226; scoute-dich https://github.com/scoute-dich&lt;br> &lt;br>
This program is free software: you can redistribute it and/or modify

View File

@ -142,7 +142,7 @@
https://github.com/scoute-dich/Diaspora&lt;/i>&lt;br>&lt;br>
&lt;b>v1.3.&lt;/b>&lt;br>
&lt;i>big thanks to de-live-gdev&lt;/i>&lt;br>
&lt;i>big thanks to gsantner&lt;/i>&lt;br>
&#8226; gitignore&lt;br>
&#8226; Link to profile&lt;br>
@ -173,7 +173,7 @@
<string name="license_title" translatable="false">Copyright © 2016</string>
<string name="license_text">&lt;b>Contributors:&lt;/b>&lt;br>
&#8226; de-live-gdev https://de-live-gdev.github.io&lt;br>
&#8226; gsantner https://gsantner.github.io&lt;br>
&#8226; scoute-dich https://github.com/scoute-dich&lt;br> &lt;br>
This program is free software: you can redistribute it and/or modify