diff --git a/app/src/fdroid/java/app/fedilab/android/activities/BasePeertubeActivity.java b/app/src/fdroid/java/app/fedilab/android/activities/BasePeertubeActivity.java index d6eaf669..956e7f89 100644 --- a/app/src/fdroid/java/app/fedilab/android/activities/BasePeertubeActivity.java +++ b/app/src/fdroid/java/app/fedilab/android/activities/BasePeertubeActivity.java @@ -7,11 +7,11 @@ package app.fedilab.android.activities; * GNU General Public License as published by the Free Software Foundation; either version 3 of the * License, or (at your option) any later version. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/fdroid/java/app/fedilab/android/activities/PeertubeBaseMainActivity.java b/app/src/fdroid/java/app/fedilab/android/activities/PeertubeBaseMainActivity.java index 911a0ec7..c1a4dbe6 100644 --- a/app/src/fdroid/java/app/fedilab/android/activities/PeertubeBaseMainActivity.java +++ b/app/src/fdroid/java/app/fedilab/android/activities/PeertubeBaseMainActivity.java @@ -7,11 +7,11 @@ package app.fedilab.android.activities; * GNU General Public License as published by the Free Software Foundation; either version 3 of the * License, or (at your option) any later version. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.content.BroadcastReceiver; diff --git a/app/src/main/java/app/fedilab/android/mastodon/activities/admin/AdminDomainBlockActivity.java b/app/src/main/java/app/fedilab/android/mastodon/activities/admin/AdminDomainBlockActivity.java index f28091c2..db4ca1e5 100644 --- a/app/src/main/java/app/fedilab/android/mastodon/activities/admin/AdminDomainBlockActivity.java +++ b/app/src/main/java/app/fedilab/android/mastodon/activities/admin/AdminDomainBlockActivity.java @@ -135,7 +135,7 @@ public class AdminDomainBlockActivity extends BaseBarActivity { .setPositiveButton(R.string.unblock_domain, (dialog, which) -> { adminVM.deleteDomain(MainActivity.currentInstance, MainActivity.currentToken, adminDomainBlock.id) .observe(AdminDomainBlockActivity.this, adminDomainBlockResult -> { - Intent intent = new Intent(Helper.BROADCAST_DATA).putExtra(Helper.ARG_ADMIN_DOMAINBLOCK_DELETE, adminDomainBlock); + Intent intent = new Intent(Helper.BROADCAST_DATA).putExtra(Helper.ARG_ADMIN_DOMAINBLOCK_DELETE, adminDomainBlock); LocalBroadcastManager.getInstance(AdminDomainBlockActivity.this).sendBroadcast(intent); finish(); } diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/AccountActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/AccountActivity.java index dbb3ff86..49e4ab82 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/AccountActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/AccountActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.mastodon.helper.Helper.PREF_USER_TOKEN; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/AllLocalPlaylistsActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/AllLocalPlaylistsActivity.java index 0733a923..405bb747 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/AllLocalPlaylistsActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/AllLocalPlaylistsActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/AllPlaylistsActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/AllPlaylistsActivity.java index b8fea85f..684800b6 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/AllPlaylistsActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/AllPlaylistsActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.activities.PeertubeUploadActivity.MY_PERMISSIONS_REQUEST_READ_EXTERNAL_STORAGE; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/InstancePickerActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/InstancePickerActivity.java index a7fd8311..cab8aef6 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/InstancePickerActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/InstancePickerActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/LoginActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/LoginActivity.java index 5f07ad06..f0729699 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/LoginActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/LoginActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.client.RetrofitPeertubeAPI.updateCredential; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/ManageInstancesActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/ManageInstancesActivity.java index 8a3bb93b..8d2f3302 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/ManageInstancesActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/ManageInstancesActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.activities.PeertubeMainActivity.PICK_INSTANCE_SURF; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/MyAccountActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/MyAccountActivity.java index 55031178..a4d9efd6 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/MyAccountActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/MyAccountActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.activities.PeertubeUploadActivity.MY_PERMISSIONS_REQUEST_READ_EXTERNAL_STORAGE; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeActivity.java index c46736d0..b4e5d623 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static com.google.android.exoplayer2.Player.MEDIA_ITEM_TRANSITION_REASON_AUTO; @@ -1918,7 +1918,6 @@ public class PeertubeActivity extends BasePeertubeActivity implements CommentLis } - @SuppressWarnings({"unused", "RedundantSuppression"}) public void manageVIewPostActions(RetrofitPeertubeAPI.ActionType statusAction, int position, APIResponse apiResponse) { diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeEditUploadActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeEditUploadActivity.java index 0bd10d09..d7140026 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeEditUploadActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeEditUploadActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.client.RetrofitPeertubeAPI.ActionType.PEERTUBEDELETEVIDEO; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeMainActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeMainActivity.java index 9dae9f49..82c6ba72 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeMainActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeMainActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.mastodon.helper.Helper.PREF_INSTANCE; @@ -576,8 +576,6 @@ public class PeertubeMainActivity extends PeertubeBaseMainActivity { } - - @Override public boolean onPrepareOptionsMenu(Menu menu) { final MenuItem accountItem = menu.findItem(R.id.action_account); diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeRegisterActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeRegisterActivity.java index 5070fb4d..e8d3936f 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeRegisterActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeRegisterActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.activities.PeertubeMainActivity.PICK_INSTANCE; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeUploadActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeUploadActivity.java index 7affad3c..559bc987 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeUploadActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/PeertubeUploadActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.MainApplication.UPLOAD_CHANNEL_ID; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/PlaylistsActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/PlaylistsActivity.java index fcecdd16..3a384b80 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/PlaylistsActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/PlaylistsActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.os.Bundle; @@ -32,7 +32,6 @@ import es.dmoral.toasty.Toasty; public class PlaylistsActivity extends BaseBarActivity { - @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/SearchActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/SearchActivity.java index 7ebd43d7..82dbd034 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/SearchActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/SearchActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.os.Bundle; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/SepiaSearchActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/SepiaSearchActivity.java index 37ee6287..aa0cf5a1 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/SepiaSearchActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/SepiaSearchActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.activities.PeertubeActivity.hideKeyboard; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/SettingsActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/SettingsActivity.java index 55f2d4f5..c3e02b73 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/SettingsActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/SettingsActivity.java @@ -1,18 +1,18 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.os.Bundle; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/ShowAccountActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/ShowAccountActivity.java index 2d4fe747..c13eca59 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/ShowAccountActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/ShowAccountActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static androidx.core.text.HtmlCompat.FROM_HTML_MODE_LEGACY; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/ShowChannelActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/ShowChannelActivity.java index 338c47ce..9528f5f0 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/ShowChannelActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/ShowChannelActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static androidx.core.text.HtmlCompat.FROM_HTML_MODE_LEGACY; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/VideosTimelineActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/VideosTimelineActivity.java index 1a90b845..49dacfd1 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/VideosTimelineActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/VideosTimelineActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.viewmodel.TimelineVM.TimelineType.HISTORY; diff --git a/app/src/main/java/app/fedilab/android/peertube/activities/WebviewActivity.java b/app/src/main/java/app/fedilab/android/peertube/activities/WebviewActivity.java index c008e33e..1af610b8 100644 --- a/app/src/main/java/app/fedilab/android/peertube/activities/WebviewActivity.java +++ b/app/src/main/java/app/fedilab/android/peertube/activities/WebviewActivity.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.activities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.Manifest; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/APIResponse.java b/app/src/main/java/app/fedilab/android/peertube/client/APIResponse.java index 0884dfe9..f874ce8c 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/APIResponse.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/APIResponse.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import java.util.List; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/MenuItemVideo.java b/app/src/main/java/app/fedilab/android/peertube/client/MenuItemVideo.java index e433c4a6..50327240 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/MenuItemVideo.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/MenuItemVideo.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ public class MenuItemVideo { diff --git a/app/src/main/java/app/fedilab/android/peertube/client/PeertubeService.java b/app/src/main/java/app/fedilab/android/peertube/client/PeertubeService.java index 5128d605..32c5b2c5 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/PeertubeService.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/PeertubeService.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import java.util.List; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/RetrofitPeertubeAPI.java b/app/src/main/java/app/fedilab/android/peertube/client/RetrofitPeertubeAPI.java index 69257c62..b00f747f 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/RetrofitPeertubeAPI.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/RetrofitPeertubeAPI.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.mastodon.helper.Helper.PREF_INSTANCE; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/RetrofitSepiaSearchAPI.java b/app/src/main/java/app/fedilab/android/peertube/client/RetrofitSepiaSearchAPI.java index 483db352..7c55e480 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/RetrofitSepiaSearchAPI.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/RetrofitSepiaSearchAPI.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/SepiaSearchService.java b/app/src/main/java/app/fedilab/android/peertube/client/SepiaSearchService.java index 460241f1..0be296bd 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/SepiaSearchService.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/SepiaSearchService.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import java.util.List; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/AccountData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/AccountData.java index 72b9462f..161720d4 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/AccountData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/AccountData.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.data; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/BlockData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/BlockData.java index 872f9963..f4f855a2 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/BlockData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/BlockData.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.data; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/CaptionData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/CaptionData.java index 8786c88f..eeb89e3d 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/CaptionData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/CaptionData.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.data; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/ChannelData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/ChannelData.java index d1b612ed..5bbeef3e 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/ChannelData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/ChannelData.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.data; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/CommentData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/CommentData.java index 1c1b156d..afa5eb31 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/CommentData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/CommentData.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.data; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/InstanceData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/InstanceData.java index fa4a1f20..47df9f37 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/InstanceData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/InstanceData.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.data; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/NotificationData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/NotificationData.java index d6dd3008..ff6ba235 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/NotificationData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/NotificationData.java @@ -9,19 +9,19 @@ import app.fedilab.android.peertube.client.entities.ActorFollow; import app.fedilab.android.peertube.client.entities.VideoAbuse; import app.fedilab.android.peertube.client.entities.VideoBlacklist; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ @SuppressWarnings({"unused", "RedundantSuppression"}) public class NotificationData { diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/PlaylistData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/PlaylistData.java index 7d56671a..eda5766d 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/PlaylistData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/PlaylistData.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.data; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/PluginData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/PluginData.java index cb2ef361..71755758 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/PluginData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/PluginData.java @@ -4,19 +4,19 @@ import com.google.gson.annotations.SerializedName; import java.util.List; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ @SuppressWarnings("ALL") public class PluginData { diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/VideoData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/VideoData.java index 1e50475f..35102752 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/VideoData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/VideoData.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.data; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ @@ -646,7 +646,6 @@ public class VideoData implements Serializable { public static class UserHistory implements Serializable { - @SerializedName("currentTime") long currentTime; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/data/VideoPlaylistData.java b/app/src/main/java/app/fedilab/android/peertube/client/data/VideoPlaylistData.java index dba6f444..3235b58d 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/data/VideoPlaylistData.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/data/VideoPlaylistData.java @@ -1,21 +1,20 @@ package app.fedilab.android.peertube.client.data; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ - import com.google.gson.annotations.SerializedName; import java.io.Serializable; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/AcadInstances.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/AcadInstances.java index 3a0ef93e..aa9b2a9a 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/AcadInstances.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/AcadInstances.java @@ -7,11 +7,11 @@ package app.fedilab.android.peertube.client.entities; * GNU General Public License as published by the Free Software Foundation; either version 3 of the * License, or (at your option) any later version. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import java.util.ArrayList; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/AccountCreation.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/AccountCreation.java index f09339da..54dffda5 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/AccountCreation.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/AccountCreation.java @@ -1,18 +1,18 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ @SuppressWarnings({"unused", "RedundantSuppression"}) public class AccountCreation { diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/Actor.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/Actor.java index aeaae953..e1a39716 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/Actor.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/Actor.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/ActorFollow.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/ActorFollow.java index d62d0701..40a7220b 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/ActorFollow.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/ActorFollow.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/Avatar.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/Avatar.java index ec697c05..6e65e093 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/Avatar.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/Avatar.java @@ -5,19 +5,19 @@ import com.google.gson.annotations.SerializedName; import java.io.Serializable; import java.util.Date; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ @SuppressWarnings({"unused", "RedundantSuppression"}) public class Avatar implements Serializable { diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/CaptionsParams.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/CaptionsParams.java index ce26bfd5..d6809982 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/CaptionsParams.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/CaptionsParams.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/ChannelParams.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/ChannelParams.java index f01650a0..bb35a044 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/ChannelParams.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/ChannelParams.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/Error.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/Error.java index 3ef43cfe..5ea45b4d 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/Error.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/Error.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.content.Context; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/InstanceParams.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/InstanceParams.java index 2b027145..42dc305b 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/InstanceParams.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/InstanceParams.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import java.util.List; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/Item.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/Item.java index 085651ae..3ff20eca 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/Item.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/Item.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/ItemStr.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/ItemStr.java index 74deaa76..a108d727 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/ItemStr.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/ItemStr.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/MenuItemView.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/MenuItemView.java index 4a927a79..e07aa187 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/MenuItemView.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/MenuItemView.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/NotificationSettings.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/NotificationSettings.java index ea549440..1d3b4eb0 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/NotificationSettings.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/NotificationSettings.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/Oauth.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/Oauth.java index 2ed86fdf..ad22bcc5 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/Oauth.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/Oauth.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/OauthParams.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/OauthParams.java index 3a9be89a..41154ecb 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/OauthParams.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/OauthParams.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/OverviewVideo.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/OverviewVideo.java index cfce0f0d..229a76a2 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/OverviewVideo.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/OverviewVideo.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/PeertubeInformation.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/PeertubeInformation.java index 2e4ae4c6..9b43d56c 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/PeertubeInformation.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/PeertubeInformation.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import java.util.HashMap; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/PlaylistExist.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/PlaylistExist.java index 08b35754..a204f335 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/PlaylistExist.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/PlaylistExist.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/PlaylistParams.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/PlaylistParams.java index 3230ab75..d8f0e7d0 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/PlaylistParams.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/PlaylistParams.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/Rating.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/Rating.java index 4e8523a2..b3d57870 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/Rating.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/Rating.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/Report.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/Report.java index 368a08af..df8a4027 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/Report.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/Report.java @@ -4,19 +4,19 @@ import com.google.gson.annotations.SerializedName; import java.util.List; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ @SuppressWarnings({"unused", "RedundantSuppression"}) public class Report { diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/SepiaSearch.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/SepiaSearch.java index 5ff27668..d76452a5 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/SepiaSearch.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/SepiaSearch.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/StreamingPlaylists.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/StreamingPlaylists.java index ae69d4b4..df756da1 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/StreamingPlaylists.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/StreamingPlaylists.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/Token.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/Token.java index 2fc394a6..d5d39d82 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/Token.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/Token.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/UserMe.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/UserMe.java index 3cc63954..98f6c1d0 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/UserMe.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/UserMe.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; @@ -78,6 +78,9 @@ public class UserMe { return role; } + public void setRole(Role role) { + this.role = role; + } public PeertubeAccount getAccount() { return account; @@ -191,17 +194,6 @@ public class UserMe { this.nsfwPolicy = nsfwPolicy; } - public void setRole(Role role) { - this.role = role; - } - - public static class Role { - @SerializedName("id") - String id; - @SerializedName("label") - String label; - } - public String getRoleLabel() { return roleLabel; } @@ -274,6 +266,12 @@ public class UserMe { this.autoPlayVideo = autoPlayVideo; } + public static class Role { + @SerializedName("id") + String id; + @SerializedName("label") + String label; + } public static class AvatarResponse { @SerializedName("avatar") diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/UserSettings.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/UserSettings.java index 450c4316..eb8dc3f2 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/UserSettings.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/UserSettings.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.net.Uri; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoAbuse.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoAbuse.java index 09e4ab36..fb9a974c 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoAbuse.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoAbuse.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoBlacklist.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoBlacklist.java index e537f921..c55fca21 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoBlacklist.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoBlacklist.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoParams.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoParams.java index 89e2e53d..15aafadc 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoParams.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/VideoParams.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import com.google.gson.annotations.SerializedName; diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/ViewsPerDay.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/ViewsPerDay.java index a3a55c9e..8c0c670e 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/ViewsPerDay.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/ViewsPerDay.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/client/entities/WellKnownNodeinfo.java b/app/src/main/java/app/fedilab/android/peertube/client/entities/WellKnownNodeinfo.java index 142ea08a..b0b34f44 100644 --- a/app/src/main/java/app/fedilab/android/peertube/client/entities/WellKnownNodeinfo.java +++ b/app/src/main/java/app/fedilab/android/peertube/client/entities/WellKnownNodeinfo.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.client.entities; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/AboutInstanceAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/AboutInstanceAdapter.java index 4d133d5b..1eb5d33f 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/AboutInstanceAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/AboutInstanceAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/AccountsHorizontalListAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/AccountsHorizontalListAdapter.java index 6a421c52..494dbf48 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/AccountsHorizontalListAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/AccountsHorizontalListAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.content.Context; diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/AccountsListAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/AccountsListAdapter.java index 5ef7fa36..cccd3ab4 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/AccountsListAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/AccountsListAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.content.Context; diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/ChannelListAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/ChannelListAdapter.java index ed8d41c7..5bd470c9 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/ChannelListAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/ChannelListAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.mastodon.helper.Helper.PREF_INSTANCE; diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/CommentListAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/CommentListAdapter.java index 1ae1abc2..546753b9 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/CommentListAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/CommentListAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.client.RetrofitPeertubeAPI.ActionType.MUTE; diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/InstanceAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/InstanceAdapter.java index 721d5922..1a776b76 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/InstanceAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/InstanceAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/MenuAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/MenuAdapter.java index 127b5da4..dc0ccc8f 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/MenuAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/MenuAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/MenuItemAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/MenuItemAdapter.java index 96c4608a..7e8caa09 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/MenuItemAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/MenuItemAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/OwnAccountsAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/OwnAccountsAdapter.java index 047bc5b8..eaadef47 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/OwnAccountsAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/OwnAccountsAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.content.Context; diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/PeertubeAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/PeertubeAdapter.java index d84e57b3..9e79f49d 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/PeertubeAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/PeertubeAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.client.RetrofitPeertubeAPI.ActionType.FOLLOW; diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/PeertubeNotificationsListAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/PeertubeNotificationsListAdapter.java index 5e8170dd..e354a59a 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/PeertubeNotificationsListAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/PeertubeNotificationsListAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/drawer/PlaylistAdapter.java b/app/src/main/java/app/fedilab/android/peertube/drawer/PlaylistAdapter.java index 054f7fee..be5187f4 100644 --- a/app/src/main/java/app/fedilab/android/peertube/drawer/PlaylistAdapter.java +++ b/app/src/main/java/app/fedilab/android/peertube/drawer/PlaylistAdapter.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.drawer; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayAccountsFragment.java b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayAccountsFragment.java index 8e76dcce..7fb07834 100644 --- a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayAccountsFragment.java +++ b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayAccountsFragment.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.fragment; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.content.Context; diff --git a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayChannelsFragment.java b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayChannelsFragment.java index 9c6472a0..3ec9d9b4 100644 --- a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayChannelsFragment.java +++ b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayChannelsFragment.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.fragment; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.activities.PeertubeUploadActivity.MY_PERMISSIONS_REQUEST_READ_EXTERNAL_STORAGE; diff --git a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayNotificationsFragment.java b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayNotificationsFragment.java index 6603dbbe..49d0f9da 100644 --- a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayNotificationsFragment.java +++ b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayNotificationsFragment.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.fragment; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.content.Context; diff --git a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayOverviewFragment.java b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayOverviewFragment.java index 380fc8c8..bea2a07a 100644 --- a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayOverviewFragment.java +++ b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayOverviewFragment.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.fragment; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.client.data.VideoData.Video.titleType.CATEGORY; diff --git a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayPlaylistsFragment.java b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayPlaylistsFragment.java index 3ccca926..9ad50ae2 100644 --- a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayPlaylistsFragment.java +++ b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayPlaylistsFragment.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.fragment; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.client.RetrofitPeertubeAPI.DataType.MY_CHANNELS; diff --git a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplaySepiaSearchFragment.java b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplaySepiaSearchFragment.java index 9dfc3c2d..721cc664 100644 --- a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplaySepiaSearchFragment.java +++ b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplaySepiaSearchFragment.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.fragment; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.viewmodel.TimelineVM.TimelineType.SEPIA_SEARCH; diff --git a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayVideosFragment.java b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayVideosFragment.java index 492fd2a7..8610334f 100644 --- a/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayVideosFragment.java +++ b/app/src/main/java/app/fedilab/android/peertube/fragment/DisplayVideosFragment.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.fragment; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.viewmodel.TimelineVM.TimelineType.VIDEOS_IN_LOCAL_PLAYLIST; diff --git a/app/src/main/java/app/fedilab/android/peertube/fragment/SettingsFragment.java b/app/src/main/java/app/fedilab/android/peertube/fragment/SettingsFragment.java index 813408f3..54153ffd 100644 --- a/app/src/main/java/app/fedilab/android/peertube/fragment/SettingsFragment.java +++ b/app/src/main/java/app/fedilab/android/peertube/fragment/SettingsFragment.java @@ -50,19 +50,19 @@ import app.fedilab.android.peertube.helper.HelperInstance; import app.fedilab.android.peertube.helper.ThemeHelper; import es.dmoral.toasty.Toasty; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ public class SettingsFragment extends PreferenceFragmentCompat implements SharedPreferences.OnSharedPreferenceChangeListener { diff --git a/app/src/main/java/app/fedilab/android/peertube/helper/CommentDecorationHelper.java b/app/src/main/java/app/fedilab/android/peertube/helper/CommentDecorationHelper.java index 33794c65..881efba0 100644 --- a/app/src/main/java/app/fedilab/android/peertube/helper/CommentDecorationHelper.java +++ b/app/src/main/java/app/fedilab/android/peertube/helper/CommentDecorationHelper.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.helper; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/helper/EmojiHelper.java b/app/src/main/java/app/fedilab/android/peertube/helper/EmojiHelper.java index da75e1b2..24f85f9c 100644 --- a/app/src/main/java/app/fedilab/android/peertube/helper/EmojiHelper.java +++ b/app/src/main/java/app/fedilab/android/peertube/helper/EmojiHelper.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.helper; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.content.Context; diff --git a/app/src/main/java/app/fedilab/android/peertube/helper/Helper.java b/app/src/main/java/app/fedilab/android/peertube/helper/Helper.java index 3a70ebd3..d96a95f5 100644 --- a/app/src/main/java/app/fedilab/android/peertube/helper/Helper.java +++ b/app/src/main/java/app/fedilab/android/peertube/helper/Helper.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.helper; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static android.content.Context.DOWNLOAD_SERVICE; diff --git a/app/src/main/java/app/fedilab/android/peertube/helper/HelperAcadInstance.java b/app/src/main/java/app/fedilab/android/peertube/helper/HelperAcadInstance.java index 0c2d858a..48d05538 100644 --- a/app/src/main/java/app/fedilab/android/peertube/helper/HelperAcadInstance.java +++ b/app/src/main/java/app/fedilab/android/peertube/helper/HelperAcadInstance.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.helper; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ diff --git a/app/src/main/java/app/fedilab/android/peertube/helper/HelperInstance.java b/app/src/main/java/app/fedilab/android/peertube/helper/HelperInstance.java index fbffd98d..cc36e3b5 100644 --- a/app/src/main/java/app/fedilab/android/peertube/helper/HelperInstance.java +++ b/app/src/main/java/app/fedilab/android/peertube/helper/HelperInstance.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.helper; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.mastodon.helper.Helper.PREF_INSTANCE; diff --git a/app/src/main/java/app/fedilab/android/peertube/helper/NetworkStateReceiver.java b/app/src/main/java/app/fedilab/android/peertube/helper/NetworkStateReceiver.java index bfc362ed..3baafb5f 100644 --- a/app/src/main/java/app/fedilab/android/peertube/helper/NetworkStateReceiver.java +++ b/app/src/main/java/app/fedilab/android/peertube/helper/NetworkStateReceiver.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.helper; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.content.BroadcastReceiver; diff --git a/app/src/main/java/app/fedilab/android/peertube/helper/NotificationHelper.java b/app/src/main/java/app/fedilab/android/peertube/helper/NotificationHelper.java index eb1c2ea0..fc91e197 100644 --- a/app/src/main/java/app/fedilab/android/peertube/helper/NotificationHelper.java +++ b/app/src/main/java/app/fedilab/android/peertube/helper/NotificationHelper.java @@ -1,18 +1,18 @@ package app.fedilab.android.peertube.helper; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.worker.NotificationsWorker.FETCH_NOTIFICATION_CHANNEL_ID; diff --git a/app/src/main/java/app/fedilab/android/peertube/helper/SwitchAccountHelper.java b/app/src/main/java/app/fedilab/android/peertube/helper/SwitchAccountHelper.java index 21d10d81..6e53dad4 100644 --- a/app/src/main/java/app/fedilab/android/peertube/helper/SwitchAccountHelper.java +++ b/app/src/main/java/app/fedilab/android/peertube/helper/SwitchAccountHelper.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.helper; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.mastodon.helper.Helper.PREF_INSTANCE; diff --git a/app/src/main/java/app/fedilab/android/peertube/helper/ThemeHelper.java b/app/src/main/java/app/fedilab/android/peertube/helper/ThemeHelper.java index 2da461eb..9b6f1100 100644 --- a/app/src/main/java/app/fedilab/android/peertube/helper/ThemeHelper.java +++ b/app/src/main/java/app/fedilab/android/peertube/helper/ThemeHelper.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.helper; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.helper.Helper.DARK_MODE; diff --git a/app/src/main/java/app/fedilab/android/peertube/services/GlobalUploadObserver.java b/app/src/main/java/app/fedilab/android/peertube/services/GlobalUploadObserver.java index aa9220c6..180c4183 100644 --- a/app/src/main/java/app/fedilab/android/peertube/services/GlobalUploadObserver.java +++ b/app/src/main/java/app/fedilab/android/peertube/services/GlobalUploadObserver.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.services; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.annotation.SuppressLint; diff --git a/app/src/main/java/app/fedilab/android/peertube/services/RetrieveInfoService.java b/app/src/main/java/app/fedilab/android/peertube/services/RetrieveInfoService.java index bed9ab60..072d606a 100644 --- a/app/src/main/java/app/fedilab/android/peertube/services/RetrieveInfoService.java +++ b/app/src/main/java/app/fedilab/android/peertube/services/RetrieveInfoService.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.services; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.helper.Helper.peertubeInformation; diff --git a/app/src/main/java/app/fedilab/android/peertube/sqlite/StoredInstanceDAO.java b/app/src/main/java/app/fedilab/android/peertube/sqlite/StoredInstanceDAO.java index fb185035..3aa58c33 100644 --- a/app/src/main/java/app/fedilab/android/peertube/sqlite/StoredInstanceDAO.java +++ b/app/src/main/java/app/fedilab/android/peertube/sqlite/StoredInstanceDAO.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.sqlite; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.mastodon.helper.Helper.PREF_USER_ID; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/AccountsVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/AccountsVM.java index 8c7e1e15..48cc3751 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/AccountsVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/AccountsVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/CaptionsVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/CaptionsVM.java index 4b810f04..ac1aaa86 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/CaptionsVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/CaptionsVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/ChannelsVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/ChannelsVM.java index a64c577d..abede1e4 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/ChannelsVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/ChannelsVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/CommentVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/CommentVM.java index 782cebdb..5d431b45 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/CommentVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/CommentVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/InfoInstanceVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/InfoInstanceVM.java index 5b791ea5..69a0b191 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/InfoInstanceVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/InfoInstanceVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/InstancesVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/InstancesVM.java index 18b0e598..b7ebfaf5 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/InstancesVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/InstancesVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/MyVideoVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/MyVideoVM.java index 0cd87962..6aa0ae67 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/MyVideoVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/MyVideoVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/NotificationsVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/NotificationsVM.java index 05582774..1395b519 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/NotificationsVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/NotificationsVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/PlaylistsVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/PlaylistsVM.java index 7a2fe3a7..3cd4de62 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/PlaylistsVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/PlaylistsVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; @@ -51,7 +51,6 @@ public class PlaylistsVM extends AndroidViewModel { } - public LiveData videoExists(List videoIds) { apiResponseMutableLiveData = new MutableLiveData<>(); checkVideosExist(videoIds); @@ -69,7 +68,6 @@ public class PlaylistsVM extends AndroidViewModel { } - private void managePlaylists(action apiAction, Playlist playlist, String videoId) { Context _mContext = getApplication().getApplicationContext(); new Thread(() -> { diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/PostActionsVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/PostActionsVM.java index 6a41818c..a5f5cc1b 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/PostActionsVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/PostActionsVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/RelationshipVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/RelationshipVM.java index 895d7138..feaad7a8 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/RelationshipVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/RelationshipVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/SearchVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/SearchVM.java index 0ad36450..6ce975e0 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/SearchVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/SearchVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/SepiaSearchVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/SepiaSearchVM.java index 34561609..a6152aee 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/SepiaSearchVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/SepiaSearchVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/peertube/viewmodel/TimelineVM.java b/app/src/main/java/app/fedilab/android/peertube/viewmodel/TimelineVM.java index 1d5012fa..cd789e8d 100644 --- a/app/src/main/java/app/fedilab/android/peertube/viewmodel/TimelineVM.java +++ b/app/src/main/java/app/fedilab/android/peertube/viewmodel/TimelineVM.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.viewmodel; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static app.fedilab.android.peertube.viewmodel.PlaylistsVM.action.GET_LIST_VIDEOS; diff --git a/app/src/main/java/app/fedilab/android/peertube/webview/MastalabWebChromeClient.java b/app/src/main/java/app/fedilab/android/peertube/webview/MastalabWebChromeClient.java index 8dfee484..eb98146c 100644 --- a/app/src/main/java/app/fedilab/android/peertube/webview/MastalabWebChromeClient.java +++ b/app/src/main/java/app/fedilab/android/peertube/webview/MastalabWebChromeClient.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.webview; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Activity; diff --git a/app/src/main/java/app/fedilab/android/peertube/webview/MastalabWebViewClient.java b/app/src/main/java/app/fedilab/android/peertube/webview/MastalabWebViewClient.java index d0ebfdbe..73cdc0bd 100644 --- a/app/src/main/java/app/fedilab/android/peertube/webview/MastalabWebViewClient.java +++ b/app/src/main/java/app/fedilab/android/peertube/webview/MastalabWebViewClient.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.webview; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Activity; diff --git a/app/src/main/java/app/fedilab/android/peertube/webview/ProxyHelper.java b/app/src/main/java/app/fedilab/android/peertube/webview/ProxyHelper.java index 4cd4a262..64e1882b 100644 --- a/app/src/main/java/app/fedilab/android/peertube/webview/ProxyHelper.java +++ b/app/src/main/java/app/fedilab/android/peertube/webview/ProxyHelper.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.webview; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.annotation.SuppressLint; diff --git a/app/src/main/java/app/fedilab/android/peertube/worker/NotificationsWorker.java b/app/src/main/java/app/fedilab/android/peertube/worker/NotificationsWorker.java index c2a923a1..a1401d7b 100644 --- a/app/src/main/java/app/fedilab/android/peertube/worker/NotificationsWorker.java +++ b/app/src/main/java/app/fedilab/android/peertube/worker/NotificationsWorker.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.worker; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import static android.content.Context.NOTIFICATION_SERVICE; diff --git a/app/src/main/java/app/fedilab/android/peertube/worker/WorkHelper.java b/app/src/main/java/app/fedilab/android/peertube/worker/WorkHelper.java index 3207100a..64383e93 100644 --- a/app/src/main/java/app/fedilab/android/peertube/worker/WorkHelper.java +++ b/app/src/main/java/app/fedilab/android/peertube/worker/WorkHelper.java @@ -1,17 +1,17 @@ package app.fedilab.android.peertube.worker; -/* Copyright 2020 Thomas Schneider +/* Copyright 2023 Thomas Schneider * - * This file is a part of TubeLab + * This file is a part of Fedilab * * This program 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. * - * TubeLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even + * Fedilab 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 TubeLab; if not, + * You should have received a copy of the GNU General Public License along with Fedilab; if not, * see . */ import android.app.Application; diff --git a/app/src/main/java/app/fedilab/android/sqlite/Sqlite.java b/app/src/main/java/app/fedilab/android/sqlite/Sqlite.java index 1efc9f6a..beb6a62b 100644 --- a/app/src/main/java/app/fedilab/android/sqlite/Sqlite.java +++ b/app/src/main/java/app/fedilab/android/sqlite/Sqlite.java @@ -192,7 +192,8 @@ public class Sqlite extends SQLiteOpenHelper { + COL_USER_ID + " TEXT NOT NULL, " + COL_TYPE + " TEXT NOT NULL, " + COL_MUTED_ACCOUNTS + " TEXT)"; - + public static SQLiteDatabase db; + private static Sqlite sInstance; private final String CREATE_TABLE_STORED_INSTANCES = "CREATE TABLE " + TABLE_BOOKMARKED_INSTANCES + "(" + COL_ID + " INTEGER PRIMARY KEY AUTOINCREMENT, " @@ -201,9 +202,6 @@ public class Sqlite extends SQLiteOpenHelper { + COL_ABOUT + " TEXT NOT NULL, " + COL_USER_INSTANCE + " TEXT NOT NULL)"; - public static SQLiteDatabase db; - private static Sqlite sInstance; - public Sqlite(Context context, String name, SQLiteDatabase.CursorFactory factory, int version) { super(context, name, factory, version); } diff --git a/app/src/main/res/layouts/peertube/layout/activity_account_peertube.xml b/app/src/main/res/layouts/peertube/layout/activity_account_peertube.xml index 27a9fe84..c5aa81c6 100644 --- a/app/src/main/res/layouts/peertube/layout/activity_account_peertube.xml +++ b/app/src/main/res/layouts/peertube/layout/activity_account_peertube.xml @@ -1,17 +1,17 @@ @@ -141,9 +141,6 @@ android:layout_height="wrap_content" android:layout_marginStart="0dp" android:layout_marginEnd="0dp" - android:background="?android:attr/windowBackground" - app:itemIconTint="?attr/colorAccent" - app:itemTextColor="?attr/colorAccent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" /> diff --git a/app/src/main/res/layouts/peertube/layout/activity_manage_instances_peertube.xml b/app/src/main/res/layouts/peertube/layout/activity_manage_instances_peertube.xml index 3814e49d..64697a57 100644 --- a/app/src/main/res/layouts/peertube/layout/activity_manage_instances_peertube.xml +++ b/app/src/main/res/layouts/peertube/layout/activity_manage_instances_peertube.xml @@ -1,18 +1,18 @@ diff --git a/app/src/main/res/layouts/peertube/layout/activity_peertube.xml b/app/src/main/res/layouts/peertube/layout/activity_peertube.xml index b4437aae..3d89ca2a 100644 --- a/app/src/main/res/layouts/peertube/layout/activity_peertube.xml +++ b/app/src/main/res/layouts/peertube/layout/activity_peertube.xml @@ -1,17 +1,17 @@ diff --git a/app/src/main/res/layouts/peertube/layout/activity_show_account_peertube.xml b/app/src/main/res/layouts/peertube/layout/activity_show_account_peertube.xml index 117821a4..7e9f0d9b 100644 --- a/app/src/main/res/layouts/peertube/layout/activity_show_account_peertube.xml +++ b/app/src/main/res/layouts/peertube/layout/activity_show_account_peertube.xml @@ -1,17 +1,17 @@ diff --git a/app/src/main/res/layouts/peertube/layout/drawer_account_owner.xml b/app/src/main/res/layouts/peertube/layout/drawer_account_owner.xml index 4f217174..933ebf80 100644 --- a/app/src/main/res/layouts/peertube/layout/drawer_account_owner.xml +++ b/app/src/main/res/layouts/peertube/layout/drawer_account_owner.xml @@ -1,17 +1,17 @@ diff --git a/app/src/main/res/layouts/peertube/layout/drawer_account_peertube.xml b/app/src/main/res/layouts/peertube/layout/drawer_account_peertube.xml index 3d511219..cb47d807 100644 --- a/app/src/main/res/layouts/peertube/layout/drawer_account_peertube.xml +++ b/app/src/main/res/layouts/peertube/layout/drawer_account_peertube.xml @@ -1,17 +1,17 @@ diff --git a/app/src/main/res/layouts/peertube/layout/drawer_status_compact_peertube.xml b/app/src/main/res/layouts/peertube/layout/drawer_status_compact_peertube.xml index 835129a5..63546282 100644 --- a/app/src/main/res/layouts/peertube/layout/drawer_status_compact_peertube.xml +++ b/app/src/main/res/layouts/peertube/layout/drawer_status_compact_peertube.xml @@ -1,17 +1,17 @@