parent
7311ff7f4c
commit
771ff9f42e
3 changed files with 38 additions and 38 deletions
|
@ -153,8 +153,8 @@ android {
|
|||
targetSdkVersion 34
|
||||
|
||||
// versionNameSuffix " -beta_(2023-10-26)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 167
|
||||
versionName "1.7.9.4.2"
|
||||
versionCode 168
|
||||
versionName "1.7.9.5"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
|
|
|
@ -11,22 +11,9 @@
|
|||
"type": "UNIVERSAL",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 167,
|
||||
"versionName": "1.7.9.4.2",
|
||||
"outputFile": "monocles chat-1.7.9.4.2-git-universal-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16703,
|
||||
"versionName": "1.7.9.4.2",
|
||||
"outputFile": "monocles chat-1.7.9.4.2-git-x86_64-release.apk"
|
||||
"versionCode": 168,
|
||||
"versionName": "1.7.9.5",
|
||||
"outputFile": "monocles chat-1.7.9.5-git-universal-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -37,22 +24,9 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16702,
|
||||
"versionName": "1.7.9.4.2",
|
||||
"outputFile": "monocles chat-1.7.9.4.2-git-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16704,
|
||||
"versionName": "1.7.9.4.2",
|
||||
"outputFile": "monocles chat-1.7.9.4.2-git-arm64-v8a-release.apk"
|
||||
"versionCode": 16802,
|
||||
"versionName": "1.7.9.5",
|
||||
"outputFile": "monocles chat-1.7.9.5-git-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -63,9 +37,35 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16701,
|
||||
"versionName": "1.7.9.4.2",
|
||||
"outputFile": "monocles chat-1.7.9.4.2-git-armeabi-v7a-release.apk"
|
||||
"versionCode": 16801,
|
||||
"versionName": "1.7.9.5",
|
||||
"outputFile": "monocles chat-1.7.9.5-git-armeabi-v7a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16803,
|
||||
"versionName": "1.7.9.5",
|
||||
"outputFile": "monocles chat-1.7.9.5-git-x86_64-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16804,
|
||||
"versionName": "1.7.9.5",
|
||||
"outputFile": "monocles chat-1.7.9.5-git-arm64-v8a-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
|
@ -991,7 +991,7 @@ public class ConversationFragment extends XmppFragment
|
|||
private final OnClickListener mShareVoiceRecord = new OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
//binding.shareButton.setEnabled(false);
|
||||
//binding.shareButton.setEnabled(false); // TODO: Activate again
|
||||
//binding.shareButton.setText(R.string.please_wait);
|
||||
mHandler.removeCallbacks(mTickExecutor);
|
||||
mHandler.postDelayed(() -> stopRecording(true), 100);
|
||||
|
|
Loading…
Reference in a new issue