Merge branch 'dev' into disappear-2
commit
892e4b75ec
@ -1,45 +0,0 @@
|
|||||||
<!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the developers get all the necessary data to fix your issue.
|
|
||||||
You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case.
|
|
||||||
|
|
||||||
Before we begin, please note that this tracker is only for issues. It is not for questions, comments, or feature requests.
|
|
||||||
|
|
||||||
If you are looking for support, please file an issue or email team@oxen.io.
|
|
||||||
|
|
||||||
Let's begin with a checklist: Replace the empty checkboxes [ ] below with checked ones [x] accordingly. -->
|
|
||||||
|
|
||||||
- [ ] I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-android/blob/master/CODE_OF_CONDUCT.md).
|
|
||||||
- [ ] I have searched open and closed issues for duplicates
|
|
||||||
- [ ] I am submitting a bug report for existing functionality that does not work as intended
|
|
||||||
- [ ] This isn't a feature request or a discussion topic
|
|
||||||
|
|
||||||
----------------------------------------
|
|
||||||
|
|
||||||
### Bug description
|
|
||||||
Describe here the issue that you are experiencing.
|
|
||||||
|
|
||||||
### Steps to reproduce
|
|
||||||
- using hyphens as bullet points
|
|
||||||
- list the steps
|
|
||||||
- that reproduce the bug
|
|
||||||
|
|
||||||
**Actual result:**
|
|
||||||
|
|
||||||
Describe here what happens after you run the steps above (i.e. the buggy behaviour)
|
|
||||||
|
|
||||||
**Expected result:**
|
|
||||||
|
|
||||||
Describe here what should happen after you run the steps above (i.e. what would be the correct behaviour)
|
|
||||||
|
|
||||||
### Screenshots
|
|
||||||
<!-- you can drag and drop images below -->
|
|
||||||
|
|
||||||
### Device info
|
|
||||||
<!-- replace the examples with your info -->
|
|
||||||
|
|
||||||
**Device:** Manufacturer Model XVI
|
|
||||||
|
|
||||||
**Android version:** 0.0.0
|
|
||||||
|
|
||||||
**Session version:** 0.0.0
|
|
||||||
|
|
||||||
### Link to debug log
|
|
@ -1,34 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Code of conduct**
|
|
||||||
|
|
||||||
- [ ] I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-android/blob/master/CODE_OF_CONDUCT.md).
|
|
||||||
|
|
||||||
**Describe the bug**
|
|
||||||
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**To reproduce**
|
|
||||||
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
|
|
||||||
**Screenshots or logs**
|
|
||||||
|
|
||||||
If applicable, add screenshots or logs to help explain your problem.
|
|
||||||
|
|
||||||
**Smartphone (please complete the following information):**
|
|
||||||
|
|
||||||
- Device: [e.g. Samsung Galaxy S8]
|
|
||||||
- OS: [e.g. Android Pie]
|
|
||||||
- Version of Session or latest commit hash
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
|
|
||||||
Add any other context about the problem here.
|
|
@ -0,0 +1,74 @@
|
|||||||
|
name: 🐞 Bug Report
|
||||||
|
description: Create a report to help us improve
|
||||||
|
title: "[BUG] <title>"
|
||||||
|
labels: [bug]
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Code of conduct
|
||||||
|
description: I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-android/blob/master/CODE_OF_CONDUCT.md).
|
||||||
|
options:
|
||||||
|
- label: I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-android/blob/master/CODE_OF_CONDUCT.md)
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Self-training on how to write a bug report
|
||||||
|
description: High quality bug reports can help the team save time and improve the chance of getting your issue fixed. Please read [how to write a bug report](https://www.browserstack.com/guide/how-to-write-a-bug-report) before submitting your issue.
|
||||||
|
options:
|
||||||
|
- label: I have learned [how to write a bug report](https://www.browserstack.com/guide/how-to-write-a-bug-report)
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Is there an existing issue for this?
|
||||||
|
description: Please search to see if an issue already exists for the bug you encountered.
|
||||||
|
options:
|
||||||
|
- label: I have searched the existing issues
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Current Behavior
|
||||||
|
description: A concise description of what you're experiencing.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Expected Behavior
|
||||||
|
description: A concise description of what you expected to happen.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Steps To Reproduce
|
||||||
|
description: Steps to reproduce the behavior.
|
||||||
|
placeholder: |
|
||||||
|
1. In this environment...
|
||||||
|
2. With this config...
|
||||||
|
3. Run '...'
|
||||||
|
4. See error...
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Android Version
|
||||||
|
description: What version of Android are you running?
|
||||||
|
placeholder: ex. Android 11
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Session Version
|
||||||
|
description: What version of Session are you running? (This can be found at the bottom of the app settings)
|
||||||
|
placeholder: ex. 1.17.0 (3425)
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
description: |
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|
||||||
|
Tip: You can attach screenshots or log files to help explain your problem by clicking this area to highlight it and then dragging files in.
|
||||||
|
validations:
|
||||||
|
required: false
|
@ -0,0 +1,26 @@
|
|||||||
|
name: 🚀 Feature request
|
||||||
|
description: Suggest an idea for Session
|
||||||
|
title: '[Feature] <title>'
|
||||||
|
labels: [feature-request]
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Is there an existing request for feature?
|
||||||
|
description: Please search to see if an issue already exists for the feature you are requesting.
|
||||||
|
options:
|
||||||
|
- label: I have searched the existing issues
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: What feature would you like?
|
||||||
|
description: |
|
||||||
|
A clear and concise description of the feature you would like added to Session
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
description: |
|
||||||
|
Add any other context or screenshots about the feature request here
|
||||||
|
validations:
|
||||||
|
required: false
|
@ -1,28 +0,0 @@
|
|||||||
package org.thoughtcrime.securesms.longmessage;
|
|
||||||
|
|
||||||
import android.text.TextUtils;
|
|
||||||
|
|
||||||
import org.thoughtcrime.securesms.database.model.MessageRecord;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A wrapper around a {@link MessageRecord} and its extra text attachment expanded into a string
|
|
||||||
* held in memory.
|
|
||||||
*/
|
|
||||||
class LongMessage {
|
|
||||||
|
|
||||||
private final MessageRecord messageRecord;
|
|
||||||
private final String fullBody;
|
|
||||||
|
|
||||||
LongMessage(MessageRecord messageRecord, String fullBody) {
|
|
||||||
this.messageRecord = messageRecord;
|
|
||||||
this.fullBody = fullBody;
|
|
||||||
}
|
|
||||||
|
|
||||||
MessageRecord getMessageRecord() {
|
|
||||||
return messageRecord;
|
|
||||||
}
|
|
||||||
|
|
||||||
String getFullBody() {
|
|
||||||
return !TextUtils.isEmpty(fullBody) ? fullBody : messageRecord.getBody();
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,91 +0,0 @@
|
|||||||
package org.thoughtcrime.securesms.longmessage;
|
|
||||||
|
|
||||||
import android.content.Context;
|
|
||||||
import android.content.Intent;
|
|
||||||
import android.os.Bundle;
|
|
||||||
import android.text.Spannable;
|
|
||||||
import android.text.method.LinkMovementMethod;
|
|
||||||
import android.view.MenuItem;
|
|
||||||
import android.widget.TextView;
|
|
||||||
import android.widget.Toast;
|
|
||||||
|
|
||||||
import androidx.annotation.NonNull;
|
|
||||||
import androidx.lifecycle.ViewModelProvider;
|
|
||||||
|
|
||||||
import org.session.libsession.utilities.Address;
|
|
||||||
import org.session.libsession.utilities.Util;
|
|
||||||
import org.session.libsession.utilities.recipients.Recipient;
|
|
||||||
import org.thoughtcrime.securesms.PassphraseRequiredActionBarActivity;
|
|
||||||
import org.thoughtcrime.securesms.conversation.v2.messages.VisibleMessageContentView;
|
|
||||||
|
|
||||||
import network.loki.messenger.R;
|
|
||||||
|
|
||||||
public class LongMessageActivity extends PassphraseRequiredActionBarActivity {
|
|
||||||
|
|
||||||
private static final String KEY_ADDRESS = "address";
|
|
||||||
private static final String KEY_MESSAGE_ID = "message_id";
|
|
||||||
private static final String KEY_IS_MMS = "is_mms";
|
|
||||||
|
|
||||||
private static final int MAX_DISPLAY_LENGTH = 64 * 1024;
|
|
||||||
|
|
||||||
private TextView textBody;
|
|
||||||
|
|
||||||
private LongMessageViewModel viewModel;
|
|
||||||
|
|
||||||
public static Intent getIntent(@NonNull Context context, @NonNull Address conversationAddress, long messageId, boolean isMms) {
|
|
||||||
Intent intent = new Intent(context, LongMessageActivity.class);
|
|
||||||
intent.putExtra(KEY_ADDRESS, conversationAddress.serialize());
|
|
||||||
intent.putExtra(KEY_MESSAGE_ID, messageId);
|
|
||||||
intent.putExtra(KEY_IS_MMS, isMms);
|
|
||||||
return intent;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onCreate(Bundle savedInstanceState, boolean ready) {
|
|
||||||
super.onCreate(savedInstanceState, ready);
|
|
||||||
setContentView(R.layout.longmessage_activity);
|
|
||||||
textBody = findViewById(R.id.longmessage_text);
|
|
||||||
|
|
||||||
initViewModel(getIntent().getLongExtra(KEY_MESSAGE_ID, -1), getIntent().getBooleanExtra(KEY_IS_MMS, false));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean onOptionsItemSelected(MenuItem item) {
|
|
||||||
super.onOptionsItemSelected(item);
|
|
||||||
|
|
||||||
switch (item.getItemId()) {
|
|
||||||
case android.R.id.home:
|
|
||||||
finish();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initViewModel(long messageId, boolean isMms) {
|
|
||||||
viewModel = new ViewModelProvider(this, new LongMessageViewModel.Factory(getApplication(), new LongMessageRepository(this), messageId, isMms))
|
|
||||||
.get(LongMessageViewModel.class);
|
|
||||||
|
|
||||||
viewModel.getMessage().observe(this, message -> {
|
|
||||||
if (message == null) return;
|
|
||||||
|
|
||||||
if (!message.isPresent()) {
|
|
||||||
Toast.makeText(this, R.string.LongMessageActivity_unable_to_find_message, Toast.LENGTH_SHORT).show();
|
|
||||||
finish();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (message.get().getMessageRecord().isOutgoing()) {
|
|
||||||
getSupportActionBar().setTitle(getString(R.string.LongMessageActivity_your_message));
|
|
||||||
} else {
|
|
||||||
Recipient recipient = message.get().getMessageRecord().getRecipient();
|
|
||||||
String name = Util.getFirstNonEmpty(recipient.getName(), recipient.getProfileName(), recipient.getAddress().serialize());
|
|
||||||
getSupportActionBar().setTitle(getString(R.string.LongMessageActivity_message_from_s, name));
|
|
||||||
}
|
|
||||||
Spannable bodySpans = VisibleMessageContentView.Companion.getBodySpans(this, message.get().getMessageRecord(), null);
|
|
||||||
textBody.setText(bodySpans);
|
|
||||||
textBody.setMovementMethod(LinkMovementMethod.getInstance());
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,102 +0,0 @@
|
|||||||
package org.thoughtcrime.securesms.longmessage;
|
|
||||||
|
|
||||||
import android.content.Context;
|
|
||||||
import android.database.Cursor;
|
|
||||||
import android.net.Uri;
|
|
||||||
|
|
||||||
import androidx.annotation.NonNull;
|
|
||||||
import androidx.annotation.WorkerThread;
|
|
||||||
|
|
||||||
import org.session.libsession.utilities.Util;
|
|
||||||
import org.session.libsession.utilities.concurrent.SignalExecutors;
|
|
||||||
import org.session.libsignal.utilities.Log;
|
|
||||||
import org.session.libsignal.utilities.guava.Optional;
|
|
||||||
import org.thoughtcrime.securesms.database.MmsDatabase;
|
|
||||||
import org.thoughtcrime.securesms.database.SmsDatabase;
|
|
||||||
import org.thoughtcrime.securesms.database.model.MessageRecord;
|
|
||||||
import org.thoughtcrime.securesms.database.model.MmsMessageRecord;
|
|
||||||
import org.thoughtcrime.securesms.dependencies.DatabaseComponent;
|
|
||||||
import org.thoughtcrime.securesms.mms.PartAuthority;
|
|
||||||
import org.thoughtcrime.securesms.mms.TextSlide;
|
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.InputStream;
|
|
||||||
|
|
||||||
class LongMessageRepository {
|
|
||||||
|
|
||||||
private final static String TAG = LongMessageRepository.class.getSimpleName();
|
|
||||||
|
|
||||||
private final MmsDatabase mmsDatabase;
|
|
||||||
private final SmsDatabase smsDatabase;
|
|
||||||
|
|
||||||
LongMessageRepository(@NonNull Context context) {
|
|
||||||
this.mmsDatabase = DatabaseComponent.get(context).mmsDatabase();
|
|
||||||
this.smsDatabase = DatabaseComponent.get(context).smsDatabase();
|
|
||||||
}
|
|
||||||
|
|
||||||
void getMessage(@NonNull Context context, long messageId, boolean isMms, @NonNull Callback<Optional<LongMessage>> callback) {
|
|
||||||
SignalExecutors.BOUNDED.execute(() -> {
|
|
||||||
if (isMms) {
|
|
||||||
callback.onComplete(getMmsLongMessage(context, mmsDatabase, messageId));
|
|
||||||
} else {
|
|
||||||
callback.onComplete(getSmsLongMessage(smsDatabase, messageId));
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@WorkerThread
|
|
||||||
private Optional<LongMessage> getMmsLongMessage(@NonNull Context context, @NonNull MmsDatabase mmsDatabase, long messageId) {
|
|
||||||
Optional<MmsMessageRecord> record = getMmsMessage(mmsDatabase, messageId);
|
|
||||||
|
|
||||||
if (record.isPresent()) {
|
|
||||||
TextSlide textSlide = record.get().getSlideDeck().getTextSlide();
|
|
||||||
|
|
||||||
if (textSlide != null && textSlide.getUri() != null) {
|
|
||||||
return Optional.of(new LongMessage(record.get(), readFullBody(context, textSlide.getUri())));
|
|
||||||
} else {
|
|
||||||
return Optional.of(new LongMessage(record.get(), ""));
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
return Optional.absent();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@WorkerThread
|
|
||||||
private Optional<LongMessage> getSmsLongMessage(@NonNull SmsDatabase smsDatabase, long messageId) {
|
|
||||||
Optional<MessageRecord> record = getSmsMessage(smsDatabase, messageId);
|
|
||||||
|
|
||||||
if (record.isPresent()) {
|
|
||||||
return Optional.of(new LongMessage(record.get(), ""));
|
|
||||||
} else {
|
|
||||||
return Optional.absent();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@WorkerThread
|
|
||||||
private Optional<MmsMessageRecord> getMmsMessage(@NonNull MmsDatabase mmsDatabase, long messageId) {
|
|
||||||
try (Cursor cursor = mmsDatabase.getMessage(messageId)) {
|
|
||||||
return Optional.fromNullable((MmsMessageRecord) mmsDatabase.readerFor(cursor).getNext());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@WorkerThread
|
|
||||||
private Optional<MessageRecord> getSmsMessage(@NonNull SmsDatabase smsDatabase, long messageId) {
|
|
||||||
try (Cursor cursor = smsDatabase.getMessageCursor(messageId)) {
|
|
||||||
return Optional.fromNullable(smsDatabase.readerFor(cursor).getNext());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private String readFullBody(@NonNull Context context, @NonNull Uri uri) {
|
|
||||||
try (InputStream stream = PartAuthority.getAttachmentStream(context, uri)) {
|
|
||||||
return Util.readFullyAsString(stream);
|
|
||||||
} catch (IOException e) {
|
|
||||||
Log.w(TAG, "Failed to read full text body.", e);
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
interface Callback<T> {
|
|
||||||
void onComplete(T result);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,84 +0,0 @@
|
|||||||
package org.thoughtcrime.securesms.longmessage;
|
|
||||||
|
|
||||||
import android.app.Application;
|
|
||||||
import androidx.lifecycle.LiveData;
|
|
||||||
import androidx.lifecycle.MutableLiveData;
|
|
||||||
import androidx.lifecycle.ViewModel;
|
|
||||||
import androidx.lifecycle.ViewModelProvider;
|
|
||||||
|
|
||||||
import android.database.ContentObserver;
|
|
||||||
import android.net.Uri;
|
|
||||||
import android.os.Handler;
|
|
||||||
import androidx.annotation.NonNull;
|
|
||||||
|
|
||||||
import org.thoughtcrime.securesms.database.DatabaseContentProviders;
|
|
||||||
import org.session.libsignal.utilities.guava.Optional;
|
|
||||||
|
|
||||||
class LongMessageViewModel extends ViewModel {
|
|
||||||
|
|
||||||
private final Application application;
|
|
||||||
private final LongMessageRepository repository;
|
|
||||||
private final long messageId;
|
|
||||||
private final boolean isMms;
|
|
||||||
|
|
||||||
private final MutableLiveData<Optional<LongMessage>> message;
|
|
||||||
private final MessageObserver messageObserver;
|
|
||||||
|
|
||||||
private LongMessageViewModel(@NonNull Application application, @NonNull LongMessageRepository repository, long messageId, boolean isMms) {
|
|
||||||
this.application = application;
|
|
||||||
this.repository = repository;
|
|
||||||
this.messageId = messageId;
|
|
||||||
this.isMms = isMms;
|
|
||||||
this.message = new MutableLiveData<>();
|
|
||||||
this.messageObserver = new MessageObserver(new Handler());
|
|
||||||
|
|
||||||
repository.getMessage(application, messageId, isMms, longMessage -> {
|
|
||||||
if (longMessage.isPresent()) {
|
|
||||||
Uri uri = DatabaseContentProviders.Conversation.getUriForThread(longMessage.get().getMessageRecord().getThreadId());
|
|
||||||
application.getContentResolver().registerContentObserver(uri, true, messageObserver);
|
|
||||||
}
|
|
||||||
|
|
||||||
message.postValue(longMessage);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
LiveData<Optional<LongMessage>> getMessage() {
|
|
||||||
return message;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onCleared() {
|
|
||||||
application.getContentResolver().unregisterContentObserver(messageObserver);
|
|
||||||
}
|
|
||||||
|
|
||||||
private class MessageObserver extends ContentObserver {
|
|
||||||
MessageObserver(Handler handler) {
|
|
||||||
super(handler);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onChange(boolean selfChange) {
|
|
||||||
repository.getMessage(application, messageId, isMms, message::postValue);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static class Factory extends ViewModelProvider.NewInstanceFactory {
|
|
||||||
|
|
||||||
private final Application context;
|
|
||||||
private final LongMessageRepository repository;
|
|
||||||
private final long messageId;
|
|
||||||
private final boolean isMms;
|
|
||||||
|
|
||||||
public Factory(@NonNull Application application, @NonNull LongMessageRepository repository, long messageId, boolean isMms) {
|
|
||||||
this.context = application;
|
|
||||||
this.repository = repository;
|
|
||||||
this.messageId = messageId;
|
|
||||||
this.isMms = isMms;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NonNull<T extends ViewModel> T create(@NonNull Class<T> modelClass) {
|
|
||||||
return modelClass.cast(new LongMessageViewModel(context, repository, messageId, isMms));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<ScrollView
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent">
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:padding="16dp">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:textSize="@dimen/text_size"
|
|
||||||
android:focusable="true"
|
|
||||||
android:textColorLink="?android:textColorPrimary"
|
|
||||||
android:id="@+id/longmessage_text"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</ScrollView>
|
|
@ -1,2 +1,2 @@
|
|||||||
configurations.maybeCreate("default")
|
configurations.maybeCreate("default")
|
||||||
artifacts.add("default", file('lazysodium.aar'))
|
artifacts.add("default", file('session-lazysodium-android.aar'))
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue