1
0
Fork 1

Transparent background when record voice

This commit is contained in:
12aw 2024-01-13 16:28:12 +01:00
parent 8af0a1278b
commit 1b7b48c4dd
2 changed files with 36 additions and 36 deletions

View file

@ -11,35 +11,9 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 156,
"versionName": "1.7.8.5",
"outputFile": "monocles chat-1.7.8.5-git-universal-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
}
],
"attributes": [],
"versionCode": 15602,
"versionName": "1.7.8.5",
"outputFile": "monocles chat-1.7.8.5-git-x86-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 15603,
"versionName": "1.7.8.5",
"outputFile": "monocles chat-1.7.8.5-git-x86_64-release.apk"
"versionCode": 157,
"versionName": "1.7.8.6",
"outputFile": "monocles chat-1.7.8.6-git-universal-release.apk"
},
{
"type": "ONE_OF_MANY",
@ -50,9 +24,22 @@
}
],
"attributes": [],
"versionCode": 15604,
"versionName": "1.7.8.5",
"outputFile": "monocles chat-1.7.8.5-git-arm64-v8a-release.apk"
"versionCode": 15704,
"versionName": "1.7.8.6",
"outputFile": "monocles chat-1.7.8.6-git-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
}
],
"attributes": [],
"versionCode": 15702,
"versionName": "1.7.8.6",
"outputFile": "monocles chat-1.7.8.6-git-x86-release.apk"
},
{
"type": "ONE_OF_MANY",
@ -63,9 +50,22 @@
}
],
"attributes": [],
"versionCode": 15601,
"versionName": "1.7.8.5",
"outputFile": "monocles chat-1.7.8.5-git-armeabi-v7a-release.apk"
"versionCode": 15701,
"versionName": "1.7.8.6",
"outputFile": "monocles chat-1.7.8.6-git-armeabi-v7a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 15703,
"versionName": "1.7.8.6",
"outputFile": "monocles chat-1.7.8.6-git-x86_64-release.apk"
}
],
"elementType": "File"

View file

@ -456,7 +456,7 @@
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:launchMode="singleInstance"
android:supportsPictureInPicture="true"
android:theme="@style/ConversationsTheme.FullScreen" />
android:theme="@style/AppTheme.Transparent" />
<activity
android:name=".ui.ShareLocationActivity"
android:label="@string/share_location"