too much sticker scanning
This commit is contained in:
parent
ab747023a7
commit
b81cc707f5
3 changed files with 20 additions and 21 deletions
|
@ -20,26 +20,13 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "armeabi-v7a"
|
||||
"value": "x86"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15001,
|
||||
"versionCode": 15002,
|
||||
"versionName": "1.7.8",
|
||||
"outputFile": "monocles chat-1.7.8-git-armeabi-v7a-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"
|
||||
"outputFile": "monocles chat-1.7.8-git-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -59,13 +46,26 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86"
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15002,
|
||||
"versionCode": 15004,
|
||||
"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"
|
||||
|
|
|
@ -147,7 +147,6 @@ public class DownloadDefaultStickers extends Service {
|
|||
w.write('\n');
|
||||
w.close();
|
||||
} catch (final Exception e) { }
|
||||
xmppConnectionService.forceRescanStickers();
|
||||
}
|
||||
|
||||
private void download() throws Exception {
|
||||
|
|
|
@ -1766,7 +1766,7 @@ public class XmppConnectionService extends Service {
|
|||
toggleForegroundService();
|
||||
setupPhoneStateListener();
|
||||
internalPingExecutor.scheduleAtFixedRate(this::manageAccountConnectionStatesInternal,10,10,TimeUnit.SECONDS);
|
||||
forceRescanStickers();
|
||||
rescanStickers();
|
||||
//start export log service every day at given time
|
||||
ScheduleAutomaticExport();
|
||||
// cancel scheduled exporter
|
||||
|
|
Loading…
Reference in a new issue