From 4ed9a0169ae96d5ba8a8b55d8f61d1178978186f Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Fri, 24 Feb 2017 18:47:14 +0100 Subject: [PATCH] Update LICENSE & README; Replace leftovers of diasporaForAndroid; --- .github/ISSUE_TEMPLATE.md | 15 +++++++-------- CONTRIBUTING.md | 2 +- CONTRIBUTORS.txt | 2 +- LICENSE.md | 4 +++- README.md | 1 + .../java/com/github/dfa/diaspora_android/App.java | 8 ++++---- .../diaspora_android/activity/AboutActivity.java | 8 ++++---- .../activity/AspectListFragment.java | 8 ++++---- .../activity/DiasporaStreamFragment.java | 8 ++++---- .../diaspora_android/activity/MainActivity.java | 8 ++++---- .../activity/PodSelectionFragment.java | 8 ++++---- .../activity/TagListFragment.java | 8 ++++---- .../dfa/diaspora_android/data/DiasporaAspect.java | 8 ++++---- .../data/DiasporaUserProfile.java | 10 +++++----- .../DiasporaUserProfileChangedListener.java | 8 ++++---- .../receiver/OpenExternalLinkReceiver.java | 8 ++++---- .../receiver/UpdateTitleReceiver.java | 8 ++++---- .../service/AvatarImageLoader.java | 8 ++++---- .../service/FetchPodsService.java | 10 +++++----- .../service/HashtagContentProvider.java | 8 ++++---- .../service/ImageDownloadTask.java | 8 ++++---- .../service/ProfileFetchTask.java | 8 ++++---- .../dfa/diaspora_android/ui/BadgeDrawable.java | 8 ++++---- .../dfa/diaspora_android/ui/HtmlTextView.java | 8 ++++---- .../diaspora_android/ui/theme/CustomFragment.java | 8 ++++---- .../diaspora_android/ui/theme/ThemeHelper.java | 8 ++++---- .../diaspora_android/ui/theme/ThemedActivity.java | 8 ++++---- .../diaspora_android/ui/theme/ThemedFragment.java | 8 ++++---- .../github/dfa/diaspora_android/util/AppLog.java | 8 ++++---- .../dfa/diaspora_android/util/AppSettings.java | 10 +++++----- .../diaspora_android/util/DiasporaUrlHelper.java | 8 ++++---- .../github/dfa/diaspora_android/util/Helpers.java | 8 ++++---- .../dfa/diaspora_android/web/BrowserFragment.java | 8 ++++---- .../diaspora_android/web/ContextMenuWebView.java | 8 ++++---- .../diaspora_android/web/CustomWebViewClient.java | 8 ++++---- .../web/DiasporaStreamWebChromeClient.java | 8 ++++---- .../web/FileUploadWebChromeClient.java | 8 ++++---- .../web/ProgressBarWebChromeClient.java | 8 ++++---- .../dfa/diaspora_android/web/ProxyHandler.java | 8 ++++---- .../dfa/diaspora_android/web/WebHelper.java | 10 +++++----- .../web/custom_tab/BrowserFallback.java | 8 ++++---- .../web/custom_tab/CustomTabActivityHelper.java | 8 ++++---- .../web/custom_tab/CustomTabsHelper.java | 8 ++++---- 43 files changed, 169 insertions(+), 167 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 80c57d4e..ac049b92 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,12 +1,11 @@ #### General information -* **Device:** -* **Android Version:** -* **App version:** -* **App source:** -* **Pod:** -* **Diaspora pod version:** +* **Android Device:** +* **Android API Version:** +* **App version:** +* **App source:** +* **Pod version:** @@ -38,7 +37,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/CONTRIBUTING.md b/CONTRIBUTING.md index 8ddec4e9..bf621919 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ We are always open for any kind of contribution. (PR's, bug reports, feature requests, translations, ..) -If you got any questions feel free to join our IRC conference at `#dandelion @irc.freenode.net` or [Gitter](https://gitter.im/Diaspora-for-Android/diaspora-android). +If you got any questions feel free to join our IRC conference at `#diaspora-android @irc.freenode.net`. Note that the main project members are mostly busy with their job/university/school and may not react or start coding immediately. We use Crowdin to translate dandelion\*. Join our project here: diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 41819f20..9b5f3306 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -16,5 +16,5 @@ Nacho Fernández (nacho_f AT joindiaspora DOT com): Spanish translation Naofumi Fukue (https://github.com/naofum): Japanese translation pskosinski (email AT pskosinski DOT pl): Polish translation SansPseudoFix (https://github.com/SansPseudoFix): French translation -secitem (https://pod.geraspora.de/u/secitem): Czech translation +secitem (secitem AT tuta DOT io): Czech translation Zsolt Szakács (maxigaz AT diaspora DOT zone): Hungarian translation diff --git a/LICENSE.md b/LICENSE.md index a9a829ca..93318243 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -13,8 +13,10 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. +If you want to publish dandelion\* in an app store, you have to change the app name (dandelion\*), package name & (blue) launcher icon. See "7. Additional Terms" of GPL. You also have to provide the modifications in source code somewhere online for free. This is explicitly not about building the app and sharing with some friends, it's about app stores. F-Droid is explicitly allowed to publish as dandelion\*. The reason is, that most app stores allow an app id just once, which would block our uploads if somebody else uploaded. Also, we want to keep control on where the app is published, and want to make sure there is no malware in it. + # Miscellaneous We took some inspiration and code from LeafPic. Go check it out, its free software as well! -https://github.com/HoraApps/LeafPic \ No newline at end of file +https://github.com/HoraApps/LeafPic diff --git a/README.md b/README.md index cbf6cb3c..f95353e8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This is an unofficial webview based client for the community-run, distributed so - Download ([F-Droid](https://f-droid.org/repository/browse/?fdid=com.github.dfa.diaspora_android), [Release Archive](https://github.com/Diaspora-for-Android/dandelion/releases)) - Watch [Changelog](https://github.com/Diaspora-for-Android/dandelion/blob/master/CHANGELOG.md) - See [Screenshots](https://github.com/Diaspora-for-Android/dandelion/blob/master/SCREENSHOTS.md) +- Get updates from our diaspora\* account: [dandelion00@diasp.org](https://diasp.org/people/48b78420923501341ef3782bcb452bd5) ## Contributions We are always open for any kind of contribution. (PR's, bug reports, feature requests, translations, ..) 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..f9619f67 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 . */ @@ -41,7 +41,7 @@ import info.guardianproject.netcipher.NetCipher; public class FetchPodsService extends Service { public static final String EXTRA_PODLIST = "pods"; public static final String MESSAGE_PODS_RECEIVED = "com.github.dfa.diaspora.podsreceived"; - public static final String PODDY_PODLIST_URL = "https://raw.githubusercontent.com/Diaspora-for-Android/diaspora-android/master/app/src/main/res/raw/podlist.json"; + public static final String PODDY_PODLIST_URL = "https://raw.githubusercontent.com/Diaspora-for-Android/dandelion/master/app/src/main/res/raw/podlist.json"; public FetchPodsService() { } 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 . */