diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 80c57d4e..7bdba0fe 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -38,7 +38,7 @@ Upload screenshots via drag&drop if needed and apply resizing: #### Debug output -Please post the output of adb logcat. The log should begin with the start of Diaspora for Android and include all the steps it takes to reproduce the problem. +Please post the output of adb logcat. The log should begin with the start of dandelion* and include all the steps it takes to reproduce the problem. IMPORTANT: In-App debug log must be activated and the app restarted first! ```` diff --git a/app/src/main/java/com/github/dfa/diaspora_android/App.java b/app/src/main/java/com/github/dfa/diaspora_android/App.java index b53fca0f..57f4d8a5 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/App.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/App.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/activity/AboutActivity.java b/app/src/main/java/com/github/dfa/diaspora_android/activity/AboutActivity.java index acae4d9e..f10c475e 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/activity/AboutActivity.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/activity/AboutActivity.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/activity/AspectListFragment.java b/app/src/main/java/com/github/dfa/diaspora_android/activity/AspectListFragment.java index b9b87921..e664172f 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/activity/AspectListFragment.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/activity/AspectListFragment.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/activity/DiasporaStreamFragment.java b/app/src/main/java/com/github/dfa/diaspora_android/activity/DiasporaStreamFragment.java index ad44b82e..124a142b 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/activity/DiasporaStreamFragment.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/activity/DiasporaStreamFragment.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/activity/MainActivity.java b/app/src/main/java/com/github/dfa/diaspora_android/activity/MainActivity.java index c8b17528..e1b98532 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/activity/MainActivity.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/activity/MainActivity.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/activity/PodSelectionFragment.java b/app/src/main/java/com/github/dfa/diaspora_android/activity/PodSelectionFragment.java index c323afc2..c52d807a 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/activity/PodSelectionFragment.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/activity/PodSelectionFragment.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/activity/TagListFragment.java b/app/src/main/java/com/github/dfa/diaspora_android/activity/TagListFragment.java index 6f016c39..0f943146 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/activity/TagListFragment.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/activity/TagListFragment.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/data/DiasporaAspect.java b/app/src/main/java/com/github/dfa/diaspora_android/data/DiasporaAspect.java index c37f01a4..97ad868d 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/data/DiasporaAspect.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/data/DiasporaAspect.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/data/DiasporaUserProfile.java b/app/src/main/java/com/github/dfa/diaspora_android/data/DiasporaUserProfile.java index d9f05a61..048719c9 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/data/DiasporaUserProfile.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/data/DiasporaUserProfile.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ @@ -32,7 +32,7 @@ import org.json.JSONObject; /** * User profile - * Created by gsantner (https://gsantner.github.io/) on 24.03.16. Part of Diaspora for Android. + * Created by gsantner (https://gsantner.github.io/) on 24.03.16. Part of dandelion*. */ public class DiasporaUserProfile { private static final int MINIMUM_USERPROFILE_LOAD_TIMEDIFF = 5000; diff --git a/app/src/main/java/com/github/dfa/diaspora_android/listener/DiasporaUserProfileChangedListener.java b/app/src/main/java/com/github/dfa/diaspora_android/listener/DiasporaUserProfileChangedListener.java index 5b748875..2d471060 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/listener/DiasporaUserProfileChangedListener.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/listener/DiasporaUserProfileChangedListener.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/receiver/OpenExternalLinkReceiver.java b/app/src/main/java/com/github/dfa/diaspora_android/receiver/OpenExternalLinkReceiver.java index 622177ca..92049d5a 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/receiver/OpenExternalLinkReceiver.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/receiver/OpenExternalLinkReceiver.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/receiver/UpdateTitleReceiver.java b/app/src/main/java/com/github/dfa/diaspora_android/receiver/UpdateTitleReceiver.java index e28521ec..797cdb71 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/receiver/UpdateTitleReceiver.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/receiver/UpdateTitleReceiver.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/service/AvatarImageLoader.java b/app/src/main/java/com/github/dfa/diaspora_android/service/AvatarImageLoader.java index 545273bd..20f0a4f9 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/service/AvatarImageLoader.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/service/AvatarImageLoader.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/service/FetchPodsService.java b/app/src/main/java/com/github/dfa/diaspora_android/service/FetchPodsService.java index 6cc3afe6..f5ffad03 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/service/FetchPodsService.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/service/FetchPodsService.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/service/HashtagContentProvider.java b/app/src/main/java/com/github/dfa/diaspora_android/service/HashtagContentProvider.java index c345b4e5..4c7b744e 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/service/HashtagContentProvider.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/service/HashtagContentProvider.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . diff --git a/app/src/main/java/com/github/dfa/diaspora_android/service/ImageDownloadTask.java b/app/src/main/java/com/github/dfa/diaspora_android/service/ImageDownloadTask.java index 2b1902ed..0834ee95 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/service/ImageDownloadTask.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/service/ImageDownloadTask.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/service/ProfileFetchTask.java b/app/src/main/java/com/github/dfa/diaspora_android/service/ProfileFetchTask.java index 072b1f7e..4f0b3491 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/service/ProfileFetchTask.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/service/ProfileFetchTask.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/ui/BadgeDrawable.java b/app/src/main/java/com/github/dfa/diaspora_android/ui/BadgeDrawable.java index f296f6f8..34db08d7 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/ui/BadgeDrawable.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/ui/BadgeDrawable.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/ui/HtmlTextView.java b/app/src/main/java/com/github/dfa/diaspora_android/ui/HtmlTextView.java index 0f9a8455..b542ab52 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/ui/HtmlTextView.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/ui/HtmlTextView.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/CustomFragment.java b/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/CustomFragment.java index 0ef009bc..e01c5f5b 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/CustomFragment.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/CustomFragment.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemeHelper.java b/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemeHelper.java index 99c4833f..f28ddd0c 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemeHelper.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemeHelper.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . This class is inspired by org.horasapps.LeafPic diff --git a/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemedActivity.java b/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemedActivity.java index 33b60e61..88bc2766 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemedActivity.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemedActivity.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemedFragment.java b/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemedFragment.java index db71a5f9..b68da449 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemedFragment.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/ThemedFragment.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/util/AppLog.java b/app/src/main/java/com/github/dfa/diaspora_android/util/AppLog.java index 3284c406..2f0f38c8 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/util/AppLog.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/util/AppLog.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/util/AppSettings.java b/app/src/main/java/com/github/dfa/diaspora_android/util/AppSettings.java index 41a3198c..82f430a2 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/util/AppSettings.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/util/AppSettings.java @@ -1,15 +1,15 @@ /* - This file is part of the Diaspora for Android. - Diaspora for Android is free software: you can redistribute it and/or modify + This file is part of the dandelion*. + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ package com.github.dfa.diaspora_android.util; @@ -30,7 +30,7 @@ import java.util.List; /** * Settings - * Created by gsantner (https://gsantner.github.io/) on 20.03.16. Part of Diaspora for Android. + * Created by gsantner (https://gsantner.github.io/) on 20.03.16. Part of dandelion*. */ public class AppSettings { private final SharedPreferences prefApp; diff --git a/app/src/main/java/com/github/dfa/diaspora_android/util/DiasporaUrlHelper.java b/app/src/main/java/com/github/dfa/diaspora_android/util/DiasporaUrlHelper.java index f9b76cb9..de34db3d 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/util/DiasporaUrlHelper.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/util/DiasporaUrlHelper.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/util/Helpers.java b/app/src/main/java/com/github/dfa/diaspora_android/util/Helpers.java index 38ab0f69..7167ca6e 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/util/Helpers.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/util/Helpers.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/BrowserFragment.java b/app/src/main/java/com/github/dfa/diaspora_android/web/BrowserFragment.java index e8da255a..b0369aad 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/BrowserFragment.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/BrowserFragment.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/ContextMenuWebView.java b/app/src/main/java/com/github/dfa/diaspora_android/web/ContextMenuWebView.java index 3a33fb6e..c4c0e278 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/ContextMenuWebView.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/ContextMenuWebView.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/CustomWebViewClient.java b/app/src/main/java/com/github/dfa/diaspora_android/web/CustomWebViewClient.java index 11480f05..eb15a83e 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/CustomWebViewClient.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/CustomWebViewClient.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/DiasporaStreamWebChromeClient.java b/app/src/main/java/com/github/dfa/diaspora_android/web/DiasporaStreamWebChromeClient.java index 70e16f6c..37cf1b35 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/DiasporaStreamWebChromeClient.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/DiasporaStreamWebChromeClient.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/FileUploadWebChromeClient.java b/app/src/main/java/com/github/dfa/diaspora_android/web/FileUploadWebChromeClient.java index ae1df256..8197d6ff 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/FileUploadWebChromeClient.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/FileUploadWebChromeClient.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/ProgressBarWebChromeClient.java b/app/src/main/java/com/github/dfa/diaspora_android/web/ProgressBarWebChromeClient.java index cbfc68b6..f1f27931 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/ProgressBarWebChromeClient.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/ProgressBarWebChromeClient.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/ProxyHandler.java b/app/src/main/java/com/github/dfa/diaspora_android/web/ProxyHandler.java index 8ec2aad4..d399a30e 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/ProxyHandler.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/ProxyHandler.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/WebHelper.java b/app/src/main/java/com/github/dfa/diaspora_android/web/WebHelper.java index d4ce510a..f9ed9169 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/WebHelper.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/WebHelper.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ @@ -80,7 +80,7 @@ public class WebHelper { " var links = followed_tags.nextElementSibling.children[0].children;" + " var tags = [];" + " for(var i = 0; i < links.length - 1; i++) {" + // the last element is "Manage followed tags" link - " tags.push(links[i].innerText.substring(1));" + + " tags.push(links[i].innerText.replace('#',''));" + " }" + " gon.user[\"android_app.followed_tags\"] = tags;" + " } catch(e) {}" + diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/BrowserFallback.java b/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/BrowserFallback.java index 44623ccd..af10c11a 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/BrowserFallback.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/BrowserFallback.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/CustomTabActivityHelper.java b/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/CustomTabActivityHelper.java index b9f5c4c3..fce06062 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/CustomTabActivityHelper.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/CustomTabActivityHelper.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */ diff --git a/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/CustomTabsHelper.java b/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/CustomTabsHelper.java index 99d8cf10..50481fd3 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/CustomTabsHelper.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/web/custom_tab/CustomTabsHelper.java @@ -1,18 +1,18 @@ /* - This file is part of the Diaspora for Android. + This file is part of the dandelion*. - Diaspora for Android is free software: you can redistribute it and/or modify + dandelion* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Diaspora for Android is distributed in the hope that it will be useful, + dandelion* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with the Diaspora for Android. + along with the dandelion*. If not, see . */