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 80c57d4e9..ac049b926 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 8ddec4e90..bf6219193 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 41819f205..9b5f3306a 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 a9a829ca8..933182431 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 cbf6cb3cd..f95353e87 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 b53fca0fe..57f4d8a54 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 acae4d9e1..f10c475ea 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 b9b879211..e664172f0 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 ad44b82e9..124a142b7 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 c8b175282..e1b985325 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 c323afc2c..c52d807ac 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 6f016c39a..0f943146d 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 c37f01a4f..97ad868df 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 d9f05a61e..048719c9d 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 @@ /** * 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 5b748875d..2d471060f 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 622177cab..92049d5a1 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 e28521ecb..797cdb718 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 545273bdb..20f0a4f96 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 6cc3afe6c..f9619f67b 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 @@ 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 c345b4e54..4c7b744ed 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 2b1902eda..0834ee959 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 072b1f7ee..4f0b3491f 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 f296f6f83..34db08d70 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 0f9a84558..b542ab52f 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 0ef009bc0..e01c5f5b6 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 99c4833f6..f28ddd0ca 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 33b60e61b..88bc27661 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 db71a5f95..b68da449c 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 3284c4063..2f0f38c80 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 41a3198ca..82f430a2a 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 @@ /** * 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 f9b76cb91..de34db3d4 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 38ab0f69c..7167ca6e1 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 e8da255ac..b0369aad3 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 3a33fb6ec..c4c0e2785 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 11480f05f..eb15a83e5 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 70e16f6c5..37cf1b358 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 ae1df256b..8197d6ff0 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 cbfc68b6d..f1f27931b 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 8ec2aad49..d399a30e9 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 d4ce510a5..f9ed91693 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 static void getUserProfile(final WebView wv) { " 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 44623ccd4..af10c11ae 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 b9f5c4c3b..fce060624 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 99d8cf10f..50481fd35 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 . */