1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-16 01:01:11 +01:00

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

@ -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;