summaryrefslogtreecommitdiffstats
path: root/app/src/main/java/app/fedilab
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/java/app/fedilab')
-rw-r--r--app/src/main/java/app/fedilab/android/activities/AccountReportActivity.java15
-rw-r--r--app/src/main/java/app/fedilab/android/activities/BaseActivity.java4
-rw-r--r--app/src/main/java/app/fedilab/android/activities/BaseFragmentActivity.java26
-rw-r--r--app/src/main/java/app/fedilab/android/activities/BaseMainActivity.java10
-rw-r--r--app/src/main/java/app/fedilab/android/activities/PeertubeActivity.java142
-rw-r--r--app/src/main/java/app/fedilab/android/activities/PeertubeEditUploadActivity.java2
-rw-r--r--app/src/main/java/app/fedilab/android/activities/PeertubeUploadActivity.java50
-rw-r--r--app/src/main/java/app/fedilab/android/activities/SettingsActivity.java2
-rw-r--r--app/src/main/java/app/fedilab/android/activities/ShowAccountActivity.java10
-rw-r--r--app/src/main/java/app/fedilab/android/activities/SlideMediaActivity.java50
-rw-r--r--app/src/main/java/app/fedilab/android/activities/WebviewConnectActivity.java2
-rw-r--r--app/src/main/java/app/fedilab/android/asynctasks/DownloadTrackingDomainsAsyncTask.java1
-rw-r--r--app/src/main/java/app/fedilab/android/client/API.java30
-rw-r--r--app/src/main/java/app/fedilab/android/client/Entities/ManageTimelines.java9
-rw-r--r--app/src/main/java/app/fedilab/android/client/Entities/Status.java38
-rw-r--r--app/src/main/java/app/fedilab/android/drawers/ArtListAdapter.java1
-rw-r--r--app/src/main/java/app/fedilab/android/drawers/ImageAdapter.java1
-rw-r--r--app/src/main/java/app/fedilab/android/drawers/NotificationsListAdapter.java1
-rw-r--r--app/src/main/java/app/fedilab/android/drawers/PixelfedListAdapter.java1
-rw-r--r--app/src/main/java/app/fedilab/android/drawers/PixelfedStoriesListAdapter.java1
-rw-r--r--app/src/main/java/app/fedilab/android/drawers/SliderAdapter.java1
-rw-r--r--app/src/main/java/app/fedilab/android/drawers/StatusListAdapter.java17
-rw-r--r--app/src/main/java/app/fedilab/android/fragments/ColorSettingsFragment.java2
-rw-r--r--app/src/main/java/app/fedilab/android/fragments/ContentSettingsFragment.java3545
-rw-r--r--app/src/main/java/app/fedilab/android/fragments/DisplayAdminReportsFragment.java74
-rw-r--r--app/src/main/java/app/fedilab/android/fragments/MediaSliderFragment.java98
-rw-r--r--app/src/main/java/app/fedilab/android/helper/CacheDataSourceFactory.java56
-rw-r--r--app/src/main/java/app/fedilab/android/helper/Helper.java32
-rw-r--r--app/src/main/java/app/fedilab/android/helper/ThemeHelper.java23
-rw-r--r--app/src/main/java/app/fedilab/android/imageeditor/ColorPickerAdapter.java22
-rw-r--r--app/src/main/java/app/fedilab/android/imageeditor/EmojiBSFragment.java16
-rw-r--r--app/src/main/java/app/fedilab/android/imageeditor/PropertiesBSFragment.java11
-rw-r--r--app/src/main/java/app/fedilab/android/imageeditor/StickerBSFragment.java18
-rw-r--r--app/src/main/java/app/fedilab/android/imageeditor/TextEditorDialogFragment.java61
-rw-r--r--app/src/main/java/app/fedilab/android/imageeditor/tools/EditingToolsAdapter.java9
-rw-r--r--app/src/main/java/app/fedilab/android/services/BackupNotificationInDataBaseService.java27
-rw-r--r--app/src/main/java/app/fedilab/android/services/BackupStatusInDataBaseService.java27
-rw-r--r--app/src/main/java/app/fedilab/android/services/BackupStatusService.java22
-rw-r--r--app/src/main/java/app/fedilab/android/services/LiveNotificationDelayedService.java77
-rw-r--r--app/src/main/java/app/fedilab/android/services/LiveNotificationService.java384
-rw-r--r--app/src/main/java/app/fedilab/android/services/StreamingFederatedTimelineService.java43
-rw-r--r--app/src/main/java/app/fedilab/android/services/StreamingHomeTimelineService.java43
-rw-r--r--app/src/main/java/app/fedilab/android/services/StreamingLocalTimelineService.java41
-rw-r--r--app/src/main/java/app/fedilab/android/sqlite/DomainBlockDAO.java3
44 files changed, 2638 insertions, 2410 deletions
diff --git a/app/src/main/java/app/fedilab/android/activities/AccountReportActivity.java b/app/src/main/java/app/fedilab/android/activities/AccountReportActivity.java
index 97552b888..9fb9e16c4 100644
--- a/app/src/main/java/app/fedilab/android/activities/AccountReportActivity.java
+++ b/app/src/main/java/app/fedilab/android/activities/AccountReportActivity.java
@@ -15,8 +15,8 @@ package app.fedilab.android.activities;
* see <http://www.gnu.org/licenses>. */
import android.app.Activity;
-import android.app.AlertDialog;
import android.content.Intent;
+import android.content.SharedPreferences;
import android.graphics.PorterDuff;
import android.graphics.drawable.ColorDrawable;
import android.os.AsyncTask;
@@ -34,6 +34,7 @@ import android.widget.TextView;
import android.widget.Toast;
import androidx.appcompat.app.ActionBar;
+import androidx.appcompat.app.AlertDialog;
import androidx.constraintlayout.widget.Group;
import androidx.core.content.ContextCompat;
import androidx.recyclerview.widget.LinearLayoutManager;
@@ -175,8 +176,18 @@ public class AccountReportActivity extends BaseActivity implements OnAdminAction
public void onAdminAction(APIResponse apiResponse) {
if (apiResponse.getError() != null) {
if (apiResponse.getError().getStatusCode() == 403) {
+ SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, android.content.Context.MODE_PRIVATE);
+ int theme = sharedpreferences.getInt(Helper.SET_THEME, Helper.THEME_DARK);
+ int style;
+ if (theme == Helper.THEME_DARK) {
+ style = R.style.DialogDark;
+ } else if (theme == Helper.THEME_BLACK) {
+ style = R.style.DialogBlack;
+ } else {
+ style = R.style.Dialog;
+ }
AlertDialog.Builder builderInner;
- builderInner = new AlertDialog.Builder(AccountReportActivity.this, R.style.AppThemeDark);
+ builderInner = new AlertDialog.Builder(AccountReportActivity.this, style);
builderInner.setTitle(R.string.reconnect_account);
builderInner.setMessage(R.string.reconnect_account_message);
builderInner.setNegativeButton(R.string.cancel, (dialog, which) -> dialog.dismiss());
diff --git a/app/src/main/java/app/fedilab/android/activities/BaseActivity.java b/app/src/main/java/app/fedilab/android/activities/BaseActivity.java
index 3e97bb0a1..6ecb3e377 100644
--- a/app/src/main/java/app/fedilab/android/activities/BaseActivity.java
+++ b/app/src/main/java/app/fedilab/android/activities/BaseActivity.java
@@ -52,7 +52,7 @@ public class BaseActivity extends CyaneaAppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
- if (BuildConfig.DEBUG) {
+ /*if (BuildConfig.DEBUG) {
StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder()
.detectDiskReads()
.detectDiskWrites()
@@ -67,7 +67,7 @@ public class BaseActivity extends CyaneaAppCompatActivity {
.penaltyLog()
// .penaltyDeath()
.build());
- }
+ }*/
canShowActionMode = true;
super.onCreate(savedInstanceState);
diff --git a/app/src/main/java/app/fedilab/android/activities/BaseFragmentActivity.java b/app/src/main/java/app/fedilab/android/activities/BaseFragmentActivity.java
new file mode 100644
index 000000000..a4a2f6b0f
--- /dev/null
+++ b/app/src/main/java/app/fedilab/android/activities/BaseFragmentActivity.java
@@ -0,0 +1,26 @@
+package app.fedilab.android.activities;
+
+import android.annotation.SuppressLint;
+
+import androidx.appcompat.app.AppCompatActivity;
+
+import com.vanniktech.emoji.EmojiManager;
+import com.vanniktech.emoji.one.EmojiOneProvider;
+
+import app.fedilab.android.helper.Helper;
+
+/**
+ * Created by Thomas on 16/05/2020.
+ * Fragment base activity which updates security provider
+ */
+
+@SuppressLint("Registered")
+public class BaseFragmentActivity extends AppCompatActivity {
+
+
+ static {
+ Helper.installProvider();
+ EmojiManager.install(new EmojiOneProvider());
+ }
+
+}
diff --git a/app/src/main/java/app/fedilab/android/activities/BaseMainActivity.java b/app/src/main/java/app/fedilab/android/activities/BaseMainActivity.java
index c1928b179..f22ff876b 100644
--- a/app/src/main/java/app/fedilab/android/activities/BaseMainActivity.java
+++ b/app/src/main/java/app/fedilab/android/activities/BaseMainActivity.java
@@ -1258,7 +1258,7 @@ public abstract class BaseMainActivity extends BaseActivity
int lastReleaseNoteRead = sharedpreferences.getInt(Helper.SET_POPUP_RELEASE_NOTES, 0);
int versionCode = BuildConfig.VERSION_CODE;
- if (lastReleaseNoteRead != versionCode ) { //Need to push release notes
+ if (lastReleaseNoteRead != versionCode) { //Need to push release notes
if (social == UpdateAccountInfoAsyncTask.SOCIAL.MASTODON || social == UpdateAccountInfoAsyncTask.SOCIAL.PLEROMA) {
new RetrieveRemoteDataAsyncTask(BaseMainActivity.this, BaseMainActivity.this).execute();
}
@@ -1279,12 +1279,12 @@ public abstract class BaseMainActivity extends BaseActivity
Button liberapay_support = dialogReleaseNoteView.findViewById(R.id.liberapay_support);
release_title.setText(getString(R.string.release_note_title, BuildConfig.VERSION_NAME));
release_notes.setText(finalContent);
- if( BuildConfig.DONATIONS) {
+ if (BuildConfig.DONATIONS) {
liberapay_support.setVisibility(View.VISIBLE);
- }else{
+ } else {
liberapay_support.setVisibility(View.GONE);
}
- liberapay_support.setOnClickListener(v->{
+ liberapay_support.setOnClickListener(v -> {
Intent intentLiberapay = new Intent(Intent.ACTION_VIEW);
intentLiberapay.setData(Uri.parse("https://liberapay.com/tom79"));
try {
@@ -1693,7 +1693,7 @@ public abstract class BaseMainActivity extends BaseActivity
}
});
}
- if( trackingDomains != null){
+ if (trackingDomains != null) {
trackingDomains = null;
}
if (hidde_menu != null)
diff --git a/app/src/main/java/app/fedilab/android/activities/PeertubeActivity.java b/app/src/main/java/app/fedilab/android/activities/PeertubeActivity.java
index c188ecc4e..f05ad7b91 100644
--- a/app/src/main/java/app/fedilab/android/activities/PeertubeActivity.java
+++ b/app/src/main/java/app/fedilab/android/activities/PeertubeActivity.java
@@ -60,10 +60,10 @@ import androidx.recyclerview.widget.RecyclerView;
import com.google.android.exoplayer2.ExoPlayerFactory;
import com.google.android.exoplayer2.SimpleExoPlayer;
-import com.google.android.exoplayer2.source.ExtractorMediaSource;
+import com.google.android.exoplayer2.source.ProgressiveMediaSource;
import com.google.android.exoplayer2.ui.AspectRatioFrameLayout;
-import com.google.android.exoplayer2.ui.PlaybackControlView;
-import com.google.android.exoplayer2.ui.SimpleExoPlayerView;
+import com.google.android.exoplayer2.ui.PlayerControlView;
+import com.google.android.exoplayer2.ui.PlayerView;
import com.google.android.exoplayer2.upstream.DataSource;
import com.google.android.exoplayer2.upstream.DefaultDataSourceFactory;
import com.google.android.exoplayer2.util.Util;
@@ -96,6 +96,7 @@ import app.fedilab.android.client.Entities.Status;
import app.fedilab.android.client.Entities.StatusDrawerParams;
import app.fedilab.android.client.TLSSocketFactory;
import app.fedilab.android.drawers.StatusListAdapter;
+import app.fedilab.android.helper.CacheDataSourceFactory;
import app.fedilab.android.helper.CrossActions;
import app.fedilab.android.helper.FullScreenMediaController;
import app.fedilab.android.helper.Helper;
@@ -130,7 +131,7 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
private ScrollView peertube_information_container;
private Peertube peertube;
private TextView toolbar_title;
- private SimpleExoPlayerView playerView;
+ private PlayerView playerView;
private SimpleExoPlayer player;
private boolean fullScreenMode;
private Dialog fullScreenDialog;
@@ -278,10 +279,8 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
peertube_information_container.setVisibility(View.VISIBLE);
}
});
- String user_agent = sharedpreferences.getString(Helper.SET_CUSTOM_USER_AGENT, null);
- if (user_agent != null) {
- webview_video.getSettings().setUserAgentString(user_agent);
- }
+ String user_agent = sharedpreferences.getString(Helper.SET_CUSTOM_USER_AGENT, Helper.USER_AGENT);
+ webview_video.getSettings().setUserAgentString(user_agent);
webview_video.getSettings().setAllowFileAccess(true);
webview_video.setWebChromeClient(mastalabWebChromeClient);
webview_video.getSettings().setDomStorageEnabled(true);
@@ -369,40 +368,7 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
case R.id.action_comment:
if (MainActivity.social == UpdateAccountInfoAsyncTask.SOCIAL.MASTODON || MainActivity.social == UpdateAccountInfoAsyncTask.SOCIAL.PLEROMA) {
Toasty.info(PeertubeActivity.this, getString(R.string.retrieve_remote_status), Toast.LENGTH_LONG).show();
- new AsyncTask<Void, Void, Void>() {
-
- private List<app.fedilab.android.client.Entities.Status> remoteStatuses;
- private WeakReference<Context> contextReference = new WeakReference<>(PeertubeActivity.this);
-
- @Override
- protected Void doInBackground(Void... voids) {
-
- if (peertube != null) {
- APIResponse search = new API(contextReference.get()).search("https://" + peertube.getAccount().getHost() + "/videos/watch/" + peertube.getUuid());
- if (search != null && search.getResults() != null) {
- remoteStatuses = search.getResults().getStatuses();
- }
- }
- return null;
- }
-
- @Override
- protected void onPostExecute(Void result) {
- Intent intent = new Intent(contextReference.get(), TootActivity.class);
- Bundle b = new Bundle();
- if (remoteStatuses == null || remoteStatuses.size() == 0) {
- Toasty.error(contextReference.get(), getString(R.string.toast_error), Toast.LENGTH_SHORT).show();
- return;
- }
- if (remoteStatuses.get(0).getReblog() != null) {
- b.putParcelable("tootReply", remoteStatuses.get(0).getReblog());
- } else {
- b.putParcelable("tootReply", remoteStatuses.get(0));
- }
- intent.putExtras(b); //Put your id to your next Intent
- contextReference.get().startActivity(intent);
- }
- }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
+ new commentTask(new WeakReference<>(PeertubeActivity.this), peertube).execute();
} else if (MainActivity.social == UpdateAccountInfoAsyncTask.SOCIAL.PEERTUBE) {
if (!peertube.isCommentsEnabled()) {
Toasty.info(PeertubeActivity.this, getString(R.string.comment_no_allowed_peertube), Toast.LENGTH_LONG).show();
@@ -583,16 +549,24 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
if (mode == Helper.VIDEO_MODE_DIRECT) {
- DataSource.Factory dataSourceFactory = new DefaultDataSourceFactory(PeertubeActivity.this,
- Util.getUserAgent(PeertubeActivity.this, "Mastalab"), null);
- ExtractorMediaSource videoSource = new ExtractorMediaSource.Factory(dataSourceFactory)
- .createMediaSource(Uri.parse(apiResponse.getPeertubes().get(0).getFileUrl(null, apiResponse.getPeertubes().get(0).isStreamService())));
+ String userAgent = sharedpreferences.getString(Helper.SET_CUSTOM_USER_AGENT, Helper.USER_AGENT);
+ int video_cache = sharedpreferences.getInt(Helper.SET_VIDEO_CACHE, Helper.DEFAULT_VIDEO_CACHE_MB);
+ ProgressiveMediaSource videoSource;
+ if (video_cache == 0) {
+ DataSource.Factory dataSourceFactory = new DefaultDataSourceFactory(PeertubeActivity.this,
+ Util.getUserAgent(PeertubeActivity.this, userAgent), null);
+ videoSource = new ProgressiveMediaSource.Factory(dataSourceFactory)
+ .createMediaSource(Uri.parse(apiResponse.getPeertubes().get(0).getFileUrl(null, apiResponse.getPeertubes().get(0).isStreamService())));
+ } else {
+ CacheDataSourceFactory cacheDataSourceFactory = new CacheDataSourceFactory(PeertubeActivity.this);
+ videoSource = new ProgressiveMediaSource.Factory(cacheDataSourceFactory)
+ .createMediaSource(Uri.parse(apiResponse.getPeertubes().get(0).getFileUrl(null, apiResponse.getPeertubes().get(0).isStreamService())));
+ }
player = ExoPlayerFactory.newSimpleInstance(PeertubeActivity.this);
playerView.setPlayer(player);
loader.setVisibility(View.GONE);
-
player.prepare(videoSource);
player.setPlayWhenReady(true);
}
@@ -662,7 +636,6 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
});
}
-
@Override
public void onConfigurationChanged(@NotNull Configuration newConfig) {
super.onConfigurationChanged(newConfig);
@@ -745,7 +718,6 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
}
}
-
@Override
public void onResume() {
super.onResume();
@@ -777,7 +749,7 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
if (playerView != null) {
loader.setVisibility(View.VISIBLE);
long position = player.getCurrentPosition();
- PlaybackControlView controlView = playerView.findViewById(R.id.exo_controller);
+ PlayerControlView controlView = playerView.findViewById(R.id.exo_controller);
resolution = controlView.findViewById(R.id.resolution);
resolution.setText(String.format("%sp", res));
if (mode == Helper.VIDEO_MODE_DIRECT) {
@@ -786,11 +758,19 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
player = ExoPlayerFactory.newSimpleInstance(PeertubeActivity.this);
playerView.setPlayer(player);
loader.setVisibility(View.GONE);
- DataSource.Factory dataSourceFactory = new DefaultDataSourceFactory(PeertubeActivity.this,
- Util.getUserAgent(PeertubeActivity.this, "Mastalab"), null);
-
- ExtractorMediaSource videoSource = new ExtractorMediaSource.Factory(dataSourceFactory)
- .createMediaSource(Uri.parse(peertube.getFileUrl(res, peertube.isStreamService())));
+ String userAgent = sharedpreferences.getString(Helper.SET_CUSTOM_USER_AGENT, Helper.USER_AGENT);
+ int video_cache = sharedpreferences.getInt(Helper.SET_VIDEO_CACHE, Helper.DEFAULT_VIDEO_CACHE_MB);
+ ProgressiveMediaSource videoSource;
+ if (video_cache == 0) {
+ DataSource.Factory dataSourceFactory = new DefaultDataSourceFactory(PeertubeActivity.this,
+ Util.getUserAgent(PeertubeActivity.this, userAgent), null);
+ videoSource = new ProgressiveMediaSource.Factory(dataSourceFactory)
+ .createMediaSource(Uri.parse(peertube.getFileUrl(res, peertube.isStreamService())));
+ } else {
+ CacheDataSourceFactory cacheDataSourceFactory = new CacheDataSourceFactory(PeertubeActivity.this);
+ videoSource = new ProgressiveMediaSource.Factory(cacheDataSourceFactory)
+ .createMediaSource(Uri.parse(peertube.getFileUrl(res, peertube.isStreamService())));
+ }
player.prepare(videoSource);
player.seekTo(0, position);
player.setPlayWhenReady(true);
@@ -809,7 +789,6 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
}
-
private void initFullscreenDialog() {
fullScreenDialog = new Dialog(this, android.R.style.Theme_Black_NoTitleBar_Fullscreen) {
@@ -830,7 +809,6 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
fullScreenDialog.show();
}
-
private void closeFullscreenDialog() {
((ViewGroup) playerView.getParent()).removeView(playerView);
@@ -842,7 +820,7 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
private void initFullscreenButton() {
- PlaybackControlView controlView = playerView.findViewById(R.id.exo_controller);
+ PlayerControlView controlView = playerView.findViewById(R.id.exo_controller);
fullScreenIcon = controlView.findViewById(R.id.exo_fullscreen_icon);
View fullScreenButton = controlView.findViewById(R.id.exo_fullscreen_button);
fullScreenButton.setOnClickListener(v -> {
@@ -854,13 +832,12 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
}
private void initResolution() {
- PlaybackControlView controlView = playerView.findViewById(R.id.exo_controller);
+ PlayerControlView controlView = playerView.findViewById(R.id.exo_controller);
resolution = controlView.findViewById(R.id.resolution);
resolution.setText(String.format("%sp", peertube.getResolution().get(0)));
resolution.setOnClickListener(v -> displayResolution());
}
-
private void changeColor() {
if (peertube.getMyRating() != null && peertube.getMyRating().equals("like")) {
changeDrawableColor(PeertubeActivity.this, R.drawable.ic_thumb_up_peertube, R.color.positive_thumbs);
@@ -882,4 +859,49 @@ public class PeertubeActivity extends BaseActivity implements OnRetrievePeertube
playlists = apiResponse.getPlaylists();
}
}
+
+ private static class commentTask extends AsyncTask<Void, Void, app.fedilab.android.client.Entities.Status> {
+
+ private WeakReference<Context> contextReference;
+ private Peertube peertube;
+
+ commentTask(WeakReference<Context> contextReference, Peertube peertube) {
+ this.peertube = peertube;
+ this.contextReference = contextReference;
+ }
+
+ @Override
+ protected app.fedilab.android.client.Entities.Status doInBackground(Void... voids) {
+
+ List<app.fedilab.android.client.Entities.Status> remoteStatuses = null;
+ if (peertube != null) {
+ APIResponse search = new API(contextReference.get()).search("https://" + peertube.getAccount().getHost() + "/videos/watch/" + peertube.getUuid());
+ if (search != null && search.getResults() != null) {
+ remoteStatuses = search.getResults().getStatuses();
+ }
+ }
+ if (remoteStatuses != null && remoteStatuses.size() > 0) {
+ return remoteStatuses.get(0);
+ } else {
+ return null;
+ }
+ }
+
+ @Override
+ protected void onPostExecute(app.fedilab.android.client.Entities.Status remoteStatuses) {
+ Intent intent = new Intent(contextReference.get(), TootActivity.class);
+ Bundle b = new Bundle();
+ if (remoteStatuses == null) {
+ Toasty.error(contextReference.get(), contextReference.get().getString(R.string.toast_error), Toast.LENGTH_SHORT).show();
+ return;
+ }
+ if (remoteStatuses.getReblog() != null) {
+ b.putParcelable("tootReply", remoteStatuses.getReblog());
+ } else {
+ b.putParcelable("tootReply", remoteStatuses);
+ }
+ intent.putExtras(b);
+ contextReference.get().startActivity(intent);
+ }
+ }
}
diff --git a/app/src/main/java/app/fedilab/android/activities/PeertubeEditUploadActivity.java b/app/src/main/java/app/fedilab/android/activities/PeertubeEditUploadActivity.java
index 6caa20a5c..44810105d 100644
--- a/app/src/main/java/app/fedilab/android/activities/PeertubeEditUploadActivity.java
+++ b/app/src/main/java/app/fedilab/android/activities/PeertubeEditUploadActivity.java
@@ -80,6 +80,7 @@ public class PeertubeEditUploadActivity extends BaseActivity implements OnRetrie
private String videoId;
private Account channel;
+ @SuppressWarnings("SuspiciousMethodCalls")
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
@@ -539,6 +540,7 @@ public class PeertubeEditUploadActivity extends BaseActivity implements OnRetrie
List<String> tags = peertube.getTags();
if (tags != null && tags.size() > 0) {
+ //noinspection ToArrayCallWithZeroLengthArrayArgument
String[] tagsA = tags.toArray(new String[tags.size()]);
p_video_tags.setTags(tagsA);
}
diff --git a/app/src/main/java/app/fedilab/android/activities/PeertubeUploadActivity.java b/app/src/main/java/app/fedilab/android/activities/PeertubeUploadActivity.java
index 687fda9da..05e9ed813 100644
--- a/app/src/main/java/app/fedilab/android/activities/PeertubeUploadActivity.java
+++ b/app/src/main/java/app/fedilab/android/activities/PeertubeUploadActivity.java
@@ -16,6 +16,7 @@ package app.fedilab.android.activities;
import android.Manifest;
+import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.PendingIntent;
import android.content.Context;
@@ -193,6 +194,7 @@ public class PeertubeUploadActivity extends BaseActivity implements OnRetrievePe
}
+ @SuppressWarnings("SuspiciousMethodCalls")
@Override
public void onRetrievePeertubeChannels(APIResponse apiResponse) {
if (apiResponse.getError() != null || apiResponse.getAccounts() == null || apiResponse.getAccounts().size() == 0) {
@@ -277,32 +279,29 @@ public class PeertubeUploadActivity extends BaseActivity implements OnRetrievePe
});
set_upload_file.setEnabled(true);
- set_upload_file.setOnClickListener(new View.OnClickListener() {
- @Override
- public void onClick(View v) {
- if (ContextCompat.checkSelfPermission(PeertubeUploadActivity.this, Manifest.permission.READ_EXTERNAL_STORAGE) !=
- PackageManager.PERMISSION_GRANTED) {
- ActivityCompat.requestPermissions(PeertubeUploadActivity.this,
- new String[]{Manifest.permission.READ_EXTERNAL_STORAGE},
- MY_PERMISSIONS_REQUEST_READ_EXTERNAL_STORAGE);
- return;
- }
- Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
- intent.addCategory(Intent.CATEGORY_OPENABLE);
- if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.KITKAT) {
- intent.setType("*/*");
- String[] mimetypes = {"video/*"};
- intent.putExtra(Intent.EXTRA_MIME_TYPES, mimetypes);
- startActivityForResult(intent, PICK_IVDEO);
- } else {
- intent.setType("video/*");
- Intent pickIntent = new Intent(Intent.ACTION_PICK, andro