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
94e14d2019
commit
a0d81da63d
10 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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>)
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
||||
<string name="license_text"><b>Beteiligte:</b><br>
|
||||
|
||||
• de-live-gdev https://de-live-gdev.github.io<br>
|
||||
• gsantner https://gsantner.github.io<br>
|
||||
• scoute-dich https://github.com/scoute-dich<br> <br>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
https://github.com/scoute-dich/Diaspora</i><br><br>
|
||||
|
||||
<b>v1.3.</b><br>
|
||||
<i>big thanks to de-live-gdev</i><br>
|
||||
<i>big thanks to gsantner</i><br>
|
||||
|
||||
• gitignore<br>
|
||||
• Link to profile<br>
|
||||
|
@ -173,7 +173,7 @@
|
|||
<string name="license_title" translatable="false">Copyright © 2016</string>
|
||||
<string name="license_text"><b>Contributors:</b><br>
|
||||
|
||||
• de-live-gdev https://de-live-gdev.github.io<br>
|
||||
• gsantner https://gsantner.github.io<br>
|
||||
• scoute-dich https://github.com/scoute-dich<br> <br>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
Loading…
Reference in a new issue