mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 02:09:41 +02:00
Merge dandelion news and FAQ content all into markdown files in the dandelion repository
This commit is contained in:
parent
c65aab3840
commit
774c5bec59
29 changed files with 135 additions and 62 deletions
|
@ -13,7 +13,7 @@ import java.util.List;
|
|||
|
||||
|
||||
/**
|
||||
* Created by gsantner (https://gsantner.net/ on 30.09.16.
|
||||
* Created by gsantner (gsantner AT mailbox DOT org on 30.09.16.
|
||||
* DiasporaPodList - List container for DiasporaPod's, with methods to merge with other DiasporaPodLists
|
||||
* DiasporaPod - Data container for a Pod, can include N DiasporaPodUrl's
|
||||
* DiasporaPodUrl - A Url of an DiasporaPod
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.json.JSONObject;
|
|||
|
||||
/**
|
||||
* User profile
|
||||
* Created by gsantner (https://gsantner.net/) on 24.03.16. Part of dandelion*.
|
||||
* Created by gsantner (gsantner AT mailbox DOT org) on 24.03.16. Part of dandelion*.
|
||||
*/
|
||||
public class DiasporaUserProfile {
|
||||
private static final int MINIMUM_USERPROFILE_LOAD_TIMEDIFF = 5000;
|
||||
|
|
|
@ -21,7 +21,7 @@ package com.github.dfa.diaspora_android.listener;
|
|||
import com.github.dfa.diaspora_android.data.DiasporaUserProfile;
|
||||
|
||||
/**
|
||||
* Created by gsantner (https://gsantner.net/) on 26.03.16.
|
||||
* Created by gsantner (gsantner AT mailbox DOT org) on 26.03.16.
|
||||
* Interface that needs to be implemented by classes that listen for Profile related changes
|
||||
*/
|
||||
public interface DiasporaUserProfileChangedListener {
|
||||
|
|
|
@ -37,7 +37,7 @@ import butterknife.OnItemSelected;
|
|||
|
||||
/**
|
||||
* Dialog that helps the user configure a pod
|
||||
* Created by gsantner (http://gsantner.net) on 06.10.16.
|
||||
* Created by gsantner on 06.10.16.
|
||||
*/
|
||||
public class PodSelectionDialog extends ThemedAppCompatDialogFragment {
|
||||
public static final String TAG = "com.github.dfa.diaspora_android.ui.PodSelectionDialog";
|
||||
|
|
|
@ -37,7 +37,7 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* Settings
|
||||
* Created by gsantner (https://gsantner.net/) on 20.03.16. Part of dandelion*.
|
||||
* Created by gsantner (gsantner AT mailbox DOT org) on 20.03.16. Part of dandelion*.
|
||||
*/
|
||||
@SuppressWarnings("ConstantConditions")
|
||||
public class AppSettings extends SharedPreferencesPropertyBackend {
|
||||
|
|
|
@ -32,7 +32,6 @@ import com.github.dfa.diaspora_android.activity.MainActivity;
|
|||
|
||||
/**
|
||||
* Created by Gregor Santner on 07.08.16.
|
||||
* http://gsantner.net
|
||||
*/
|
||||
public class WebHelper {
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2017-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2017-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License: Apache 2.0 / Commercial
|
||||
* License: Apache 2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2021 Gregor Santner <https://gsantner.net>
|
||||
* Maintained 2017-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
* License: Creative Commons Zero (CC0 1.0) / Public Domain
|
||||
* http://creativecommons.org/publicdomain/zero/1.0/
|
||||
*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2021 Gregor Santner <https://gsantner.net>
|
||||
* Maintained 2017-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
* License: Creative Commons Zero (CC0 1.0) / Public Domain
|
||||
* http://creativecommons.org/publicdomain/zero/1.0/
|
||||
*
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2018-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2018-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License: Apache 2.0 / Commercial
|
||||
* License: Apache 2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2018-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2018-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License: Apache 2.0 / Commercial
|
||||
* License: Apache 2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2016-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2016-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License: Apache 2.0 / Commercial
|
||||
* License: Apache 2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2017-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2017-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License: Apache 2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2017-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2017-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License: Apache 2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2016-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2016-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License of this file: Apache 2.0 (Commercial upon request)
|
||||
* License of this file: Apache 2.0
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
*
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2017-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2017-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License: Apache 2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2018-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2018-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License of this file: Apache 2.0 (Commercial upon request)
|
||||
* License of this file: Apache 2.0
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
*
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2016-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2016-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License of this file: Apache 2.0 (Commercial upon request)
|
||||
* License of this file: Apache 2.0
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
*
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2017-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2017-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License of this file: Apache 2.0 (Commercial upon request)
|
||||
* License of this file: Apache 2.0
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
*
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2017-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2017-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License of this file: Apache 2.0 (Commercial upon request)
|
||||
* License of this file: Apache 2.0
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
*
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2017-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2017-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License of this file: Apache 2.0 (Commercial upon request)
|
||||
* License of this file: Apache 2.0
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
*
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
/*#######################################################
|
||||
*
|
||||
* Maintained by Gregor Santner, 2017-
|
||||
* https://gsantner.net/
|
||||
* Maintained 2017-2023 by Gregor Santner <gsantner AT mailbox DOT org>
|
||||
*
|
||||
* License of this file: Apache 2.0 (Commercial upon request)
|
||||
* License of this file: Apache 2.0
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* https://github.com/gsantner/opoc/#licensing
|
||||
*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
* Gregor Santner (gsantner)
|
||||
~° http://gsantner.net
|
||||
~° https://github.com/gsantner
|
||||
|
||||
* Paul Schaub (vanitasvitae)
|
||||
~° https://github.com/vanitasvitae
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue