forked from FOSS/BangleApps
commit
9daa77d78d
|
@ -7,3 +7,4 @@
|
||||||
1.3: icon changed
|
1.3: icon changed
|
||||||
1.4: new management of events implemented; removed code no longer used (from now the music will be managed by the Messagesgui app)
|
1.4: new management of events implemented; removed code no longer used (from now the music will be managed by the Messagesgui app)
|
||||||
1.5: Fix graphic bug; View via popup while there are other open apps
|
1.5: Fix graphic bug; View via popup while there are other open apps
|
||||||
|
1.6: fix for #2689; ( white screen )
|
|
@ -467,7 +467,7 @@ const updateTimeout = function(){
|
||||||
if (settings.timeOut!="Off"){
|
if (settings.timeOut!="Off"){
|
||||||
removeTimeout();
|
removeTimeout();
|
||||||
if( callInProgress) return; //c'è una chiamata in corso -> no timeout
|
if( callInProgress) return; //c'è una chiamata in corso -> no timeout
|
||||||
if( music!=undefined && EventQueue.length==0 ) return; //ho aperto l'interfaccia della musica e non ho messaggi davanti -> no timeout
|
//if( typeof music !== 'undefined' && EventQueue.length==0 ) return; //ho aperto l'interfaccia della musica e non ho messaggi davanti -> no timeout
|
||||||
|
|
||||||
|
|
||||||
let time=parseInt(settings.timeOut); //the "s" will be trimmed by the parseInt
|
let time=parseInt(settings.timeOut); //the "s" will be trimmed by the parseInt
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "messages_light",
|
"id": "messages_light",
|
||||||
"name": "Messages Light",
|
"name": "Messages Light",
|
||||||
"version": "1.5",
|
"version": "1.6",
|
||||||
"description": "A light implementation of messages App (display notifications from iOS and Gadgetbridge/Android)",
|
"description": "A light implementation of messages App (display notifications from iOS and Gadgetbridge/Android)",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
|
|
Loading…
Reference in New Issue