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
|
# v0.1.1
|
||||||
- Sharing updated (by @scoute-dich)
|
- Sharing updated (by @scoute-dich)
|
||||||
- Screenshotting updated
|
- Screenshotting updated
|
||||||
- Gitter integration (by @de-live-gdev)
|
- Gitter integration (by @gsantner)
|
||||||
- Code refactoring
|
- Code refactoring
|
||||||
- Start working on #6
|
- Start working on #6
|
||||||
- Waffle.io integration
|
- Waffle.io integration
|
||||||
|
@ -13,10 +13,10 @@ First version of the organization *Diaspora for Android*
|
||||||
Consists mostly of code from:
|
Consists mostly of code from:
|
||||||
- Diaspora-Native-Webapp (by @martinchodev )
|
- Diaspora-Native-Webapp (by @martinchodev )
|
||||||
- scoutedich additions (by @scoute-dich)
|
- scoutedich additions (by @scoute-dich)
|
||||||
- de-live-gdev additions (by @de-live-gdev)
|
- gsantner additions (by @gsantner)
|
||||||
|
|
||||||
### v1.3 (scoutedich)
|
### v1.3 (scoutedich)
|
||||||
*big thanks to de-live-gdev*
|
*big thanks to gsantner*
|
||||||
- gitignore
|
- gitignore
|
||||||
- Link to profile
|
- Link to profile
|
||||||
- Move menu actions
|
- Move menu actions
|
||||||
|
|
|
@ -37,6 +37,6 @@ It requires access to the Internet and to external storage to be able to upload
|
||||||
|
|
||||||
## Project members:
|
## Project members:
|
||||||
|
|
||||||
- de-live-gdev (<https://de-live-gdev.github.io>)
|
- gsantner (<https://gsantner.github.io>)
|
||||||
- martinchodev (<https://github.com/martinchodev>)
|
- martinchodev (<https://github.com/martinchodev>)
|
||||||
- scoute-dich (<https://github.com/scoute-dich>)
|
- scoute-dich (<https://github.com/scoute-dich>)
|
||||||
|
|
|
@ -4,7 +4,7 @@ import android.content.Context;
|
||||||
import android.content.SharedPreferences;
|
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 {
|
public class AppSettings {
|
||||||
private final SharedPreferences pref;
|
private final SharedPreferences pref;
|
||||||
|
|
|
@ -10,7 +10,7 @@ import org.json.JSONException;
|
||||||
import org.json.JSONObject;
|
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 {
|
public class WebUserProfile {
|
||||||
private static final int MINIMUM_WEBUSERPROFILE_LOAD_TIMEDIFF = 5000;
|
private static final int MINIMUM_WEBUSERPROFILE_LOAD_TIMEDIFF = 5000;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package com.github.dfa.diaspora_android.listener;
|
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 {
|
public interface WebUserProfileChangedListener {
|
||||||
void onUserProfileNameChanged(String name);
|
void onUserProfileNameChanged(String name);
|
||||||
|
|
|
@ -14,7 +14,7 @@ import java.io.IOException;
|
||||||
import java.io.InputStream;
|
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> {
|
public class ImageDownloadTask extends AsyncTask<String, Void, Bitmap> {
|
||||||
ImageView imageView;
|
ImageView imageView;
|
||||||
|
|
|
@ -15,7 +15,7 @@ import java.net.HttpURLConnection;
|
||||||
import java.net.URL;
|
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> {
|
public class ProfileFetchTask extends AsyncTask<Void, Void, Void> {
|
||||||
// Code for getting the profile async without any UI/WebView
|
// 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;
|
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 {
|
public class AvatarImageLoader {
|
||||||
private File avatarFile;
|
private File avatarFile;
|
||||||
|
|
|
@ -129,7 +129,7 @@
|
||||||
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
||||||
<string name="license_text"><b>Beteiligte:</b><br>
|
<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>
|
• scoute-dich https://github.com/scoute-dich<br> <br>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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>
|
https://github.com/scoute-dich/Diaspora</i><br><br>
|
||||||
|
|
||||||
<b>v1.3.</b><br>
|
<b>v1.3.</b><br>
|
||||||
<i>big thanks to de-live-gdev</i><br>
|
<i>big thanks to gsantner</i><br>
|
||||||
|
|
||||||
• gitignore<br>
|
• gitignore<br>
|
||||||
• Link to profile<br>
|
• Link to profile<br>
|
||||||
|
@ -173,7 +173,7 @@
|
||||||
<string name="license_title" translatable="false">Copyright © 2016</string>
|
<string name="license_title" translatable="false">Copyright © 2016</string>
|
||||||
<string name="license_text"><b>Contributors:</b><br>
|
<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>
|
• scoute-dich https://github.com/scoute-dich<br> <br>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
|
Loading…
Reference in a new issue