1
0
Fork 1

too much sticker scanning

This commit is contained in:
Arne 2023-12-06 08:08:01 +01:00
parent ab747023a7
commit b81cc707f5
3 changed files with 20 additions and 21 deletions

View file

@ -20,26 +20,13 @@
"filters": [ "filters": [
{ {
"filterType": "ABI", "filterType": "ABI",
"value": "armeabi-v7a" "value": "x86"
} }
], ],
"attributes": [], "attributes": [],
"versionCode": 15001, "versionCode": 15002,
"versionName": "1.7.8", "versionName": "1.7.8",
"outputFile": "monocles chat-1.7.8-git-armeabi-v7a-release.apk" "outputFile": "monocles chat-1.7.8-git-x86-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 15004,
"versionName": "1.7.8",
"outputFile": "monocles chat-1.7.8-git-arm64-v8a-release.apk"
}, },
{ {
"type": "ONE_OF_MANY", "type": "ONE_OF_MANY",
@ -59,13 +46,26 @@
"filters": [ "filters": [
{ {
"filterType": "ABI", "filterType": "ABI",
"value": "x86" "value": "arm64-v8a"
} }
], ],
"attributes": [], "attributes": [],
"versionCode": 15002, "versionCode": 15004,
"versionName": "1.7.8", "versionName": "1.7.8",
"outputFile": "monocles chat-1.7.8-git-x86-release.apk" "outputFile": "monocles chat-1.7.8-git-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 15001,
"versionName": "1.7.8",
"outputFile": "monocles chat-1.7.8-git-armeabi-v7a-release.apk"
} }
], ],
"elementType": "File" "elementType": "File"

View file

@ -147,7 +147,6 @@ public class DownloadDefaultStickers extends Service {
w.write('\n'); w.write('\n');
w.close(); w.close();
} catch (final Exception e) { } } catch (final Exception e) { }
xmppConnectionService.forceRescanStickers();
} }
private void download() throws Exception { private void download() throws Exception {

View file

@ -1766,7 +1766,7 @@ public class XmppConnectionService extends Service {
toggleForegroundService(); toggleForegroundService();
setupPhoneStateListener(); setupPhoneStateListener();
internalPingExecutor.scheduleAtFixedRate(this::manageAccountConnectionStatesInternal,10,10,TimeUnit.SECONDS); internalPingExecutor.scheduleAtFixedRate(this::manageAccountConnectionStatesInternal,10,10,TimeUnit.SECONDS);
forceRescanStickers(); rescanStickers();
//start export log service every day at given time //start export log service every day at given time
ScheduleAutomaticExport(); ScheduleAutomaticExport();
// cancel scheduled exporter // cancel scheduled exporter