diff --git a/harbour-sailotp.pro b/harbour-sailotp.pro index 1647391..5cb0e0e 100644 --- a/harbour-sailotp.pro +++ b/harbour-sailotp.pro @@ -29,7 +29,7 @@ DISTFILES += qml/harbour-sailotp.qml \ translations/*.ts \ harbour-sailotp.desktop -SAILFISHAPP_ICONS = 86x86 108x108 128x128 +SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172 CONFIG += sailfishapp_i18n diff --git a/icons/172x172/harbour-sailotp.png b/icons/172x172/harbour-sailotp.png new file mode 100644 index 0000000..038dd02 Binary files /dev/null and b/icons/172x172/harbour-sailotp.png differ diff --git a/qml/pages/MainView.qml b/qml/pages/MainView.qml index e496740..16f077a 100644 --- a/qml/pages/MainView.qml +++ b/qml/pages/MainView.qml @@ -79,6 +79,13 @@ Page { lastUpdated = curDate.getTime(); } + // Reload OTP List on Return to the Page (to e.g. accomodate changed scd ettings) + onStatusChanged: { + if (status === PageStatus.Activating) { + refreshOTPList(); + } + } + Timer { interval: 500 // Timer only runs when app is acitive and we have entries diff --git a/qml/pages/Settings.qml b/qml/pages/Settings.qml index f742c44..9d80362 100644 --- a/qml/pages/Settings.qml +++ b/qml/pages/Settings.qml @@ -56,7 +56,6 @@ Page { text: qsTr("Show Token as QR on Tap") onClicked: { settings.showQrDefaultAction = !settings.showQrDefaultAction; - console.log(settings.showQrDefaultAction); if (settings.showQrDefaultAction) { settings.hideTokens = false; hideTokens.checked = settings.hideTokens @@ -69,7 +68,6 @@ Page { text: qsTr("Hide Tokens and Reveal on Tap") onClicked: { settings.hideTokens = !settings.hideTokens; - console.log(settings.hideTokens); if (settings.hideTokens) { settings.showQrDefaultAction = false; showQrDefaultAction.checked = settings.showQrDefaultAction diff --git a/translations/harbour-sailotp-de.ts b/translations/harbour-sailotp-de.ts index 3e3ea0e..dce1836 100644 --- a/translations/harbour-sailotp-de.ts +++ b/translations/harbour-sailotp-de.ts @@ -251,79 +251,79 @@ Lizenz: BSD (3-Klausel) MainView - + About Über - + Settings Einstellungen - + Export / Import Export / Import - + Add Token Token hinzufügen - + Nothing here Hier ist nichts - + Pull down to add a OTP Nach unten ziehen zum Hinzufügen - + Deleting Lösche - - + + Token for Token für - - + + copied to clipboard in die Zwischenablage kopiert - + Copy to Clipboard In die Zwischenablage - + Show Token as QR-Code Als QR-Code Zeigen - + Move up Nach oben - + Move down Nach unten - + Edit Bearbeiten - + Delete Löschen @@ -387,7 +387,7 @@ Lizenz: BSD (3-Klausel) Zeige QR-Code beim Antippen - + Hide Tokens and Reveal on Tap Token erst durch Antippen zeigen diff --git a/translations/harbour-sailotp-es.ts b/translations/harbour-sailotp-es.ts index 7c9f685..706480b 100644 --- a/translations/harbour-sailotp-es.ts +++ b/translations/harbour-sailotp-es.ts @@ -251,79 +251,79 @@ Licencia: BSD (de 3 cláusulas) MainView - + About Acerca de - + Settings Configuración - + Export / Import Exportar/Importar - + Add Token Añadir Token - + Nothing here Nada aquí - + Pull down to add a OTP Tire hacia abajo para añadir tokens OTP - + Deleting Borrando - - + + Token for Token para - - + + copied to clipboard copiado al portapapeles - + Copy to Clipboard Copiar al portapapeles - + Show Token as QR-Code Mostrar código QR - + Move up Ascender - + Move down Descender - + Edit Editar - + Delete Borrar @@ -389,7 +389,7 @@ Licencia: BSD (de 3 cláusulas) Mostrar token como QR en el tap - + Hide Tokens and Reveal on Tap Google Translate Ocultar tokens y revelar en tap diff --git a/translations/harbour-sailotp-fi.ts b/translations/harbour-sailotp-fi.ts index 9f1ab28..6115dea 100644 --- a/translations/harbour-sailotp-fi.ts +++ b/translations/harbour-sailotp-fi.ts @@ -252,79 +252,79 @@ Lisenssi: BSD (3-clause) MainView - + About Tietoja - + Settings Asetukset - + Export / Import Eksportoi / Importoi - + Add Token Lisää tunnus - + Nothing here Tyhjä - + Pull down to add a OTP Vedä alaspäin lisääksesi OTP:n - + Deleting Poistaa - - + + Token for Tunnus - - + + copied to clipboard kopioitu leikepöydälle - + Copy to Clipboard Kopioi leikepöydälle - + Show Token as QR-Code Näytä QR-koodi - + Move up Siirrä ylös - + Move down Siirrä alas - + Edit Muokkaa - + Delete Poista @@ -389,7 +389,7 @@ Lisenssi: BSD (3-clause) Näytä tunnus QR-muodossa Napauta - + Hide Tokens and Reveal on Tap Google Translate Piilota tokenit ja paljastaa koskettamalla diff --git a/translations/harbour-sailotp-fr.ts b/translations/harbour-sailotp-fr.ts index 07e5d01..0d279ab 100644 --- a/translations/harbour-sailotp-fr.ts +++ b/translations/harbour-sailotp-fr.ts @@ -251,79 +251,79 @@ Licence : BSD (3 clauses) MainView - + About À propos - + Settings Paramètres - + Export / Import Exporter / Importer - + Add Token Ajouter un OTP - + Nothing here Aucun mot de passe - + Pull down to add a OTP Glissez vers le bas pour ajouter un OTP - + Deleting Suppression - - + + Token for OTP pour - - + + copied to clipboard copié dans le presse-papier - + Copy to Clipboard Copier dans le presse-papier - + Show Token as QR-Code Afficher le code QR - + Move up Déplacer vers le haut - + Move down Déplacer vers le bas - + Edit Modifier - + Delete Supprimer @@ -390,7 +390,7 @@ Licence : BSD (3 clauses) Afficher le jeton sous forme de QR au toucher - + Hide Tokens and Reveal on Tap Google Translate Masquer les jetons et révéler au robinet diff --git a/translations/harbour-sailotp-it.ts b/translations/harbour-sailotp-it.ts index bfccd80..ad3d74e 100644 --- a/translations/harbour-sailotp-it.ts +++ b/translations/harbour-sailotp-it.ts @@ -251,79 +251,79 @@ Licenza: BSD (3-clause) MainView - + About Informazioni - + Settings Imopstazioni - + Export / Import Esporta / Importa - + Add Token Aggiungi Token - + Nothing here Qua non c'è nulla - + Pull down to add a OTP Trascina giù per aggiungere una OTP - + Deleting Cancellazione - - + + Token for Token per - - + + copied to clipboard copiato negli appunti - + Copy to Clipboard Copia negli appunti - + Show Token as QR-Code Mostra Codice QR - + Move up >Sposta su - + Move down Sposta giù - + Edit Modifica - + Delete Cancella @@ -390,7 +390,7 @@ Licenza: BSD (3-clause) Mostra Token come QR alla pressione - + Hide Tokens and Reveal on Tap Google Translate Nascondi token e rivela alla spina diff --git a/translations/harbour-sailotp-pt_BR.ts b/translations/harbour-sailotp-pt_BR.ts index 3791f11..a264b83 100644 --- a/translations/harbour-sailotp-pt_BR.ts +++ b/translations/harbour-sailotp-pt_BR.ts @@ -250,79 +250,79 @@ Licença: BSD (3-clause) MainView - + About Sobre - + Settings Configurações - + Export / Import Exportar e importar - + Add Token Adicionar Token - + Nothing here Nada aqui - + Pull down to add a OTP Puxe para baixo para adicionar um OTP - + Deleting Apagando - - + + Token for Token para - - + + copied to clipboard copiado para a área de transferência - + Copy to Clipboard Copiar para área de transferência - + Show Token as QR-Code Mostrar código QR - + Move up Mover para cima - + Move down Mover para baixo - + Edit Editar - + Delete Apagar @@ -389,7 +389,7 @@ Licença: BSD (3-clause) Mostrar token como QR na torneira - + Hide Tokens and Reveal on Tap Google Translate Esconda tokens e revele na torneira diff --git a/translations/harbour-sailotp-ru.ts b/translations/harbour-sailotp-ru.ts index 606940e..b643fe9 100644 --- a/translations/harbour-sailotp-ru.ts +++ b/translations/harbour-sailotp-ru.ts @@ -252,79 +252,79 @@ License: BSD (3-clause) MainView - + About О приложении - + Settings настройки - + Export / Import Экспорт / импорт - + Add Token Добавить токен - + Nothing here Ничего нету - + Pull down to add a OTP Потяните вниз чтобы добавить OTP - + Deleting Удаление - - + + Token for Токен для - - + + copied to clipboard скопирован в буфер обмена - + Copy to Clipboard Скопировать в буфер обмена - + Show Token as QR-Code Показать QR-код - + Move up Передвинуть вниз - + Move down Передвинуть вверх - + Edit Редактировать - + Delete Удалить @@ -391,7 +391,7 @@ License: BSD (3-clause) Показать токен как QR на кране - + Hide Tokens and Reveal on Tap Google Translate Скрыть токены и показать на кране diff --git a/translations/harbour-sailotp-sv.ts b/translations/harbour-sailotp-sv.ts index 46ee533..5d6fc45 100644 --- a/translations/harbour-sailotp-sv.ts +++ b/translations/harbour-sailotp-sv.ts @@ -252,79 +252,79 @@ Licens: BSD (3-clause) MainView - + About Om - + Settings Inställningar - + Export / Import Export / Import - + Add Token Lägg till Token - + Nothing here Inget här - + Pull down to add a OTP Dra neråt för att lägga till en OTP - + Deleting Tar bort - - + + Token for Token för - - + + copied to clipboard kopierad till urklipp - + Copy to Clipboard Kopiera till Urklipp - + Show Token as QR-Code Visa QR-kod - + Move up Flytta upp - + Move down Flytta ner - + Edit Redigera - + Delete Ta bort @@ -391,7 +391,7 @@ Licens: BSD (3-clause) Visa Token som QR på kran - + Hide Tokens and Reveal on Tap Google Translate Dölj tokens och avslöja på kranen diff --git a/translations/harbour-sailotp-zh_CN.ts b/translations/harbour-sailotp-zh_CN.ts index 4759931..e34e1c3 100644 --- a/translations/harbour-sailotp-zh_CN.ts +++ b/translations/harbour-sailotp-zh_CN.ts @@ -250,79 +250,79 @@ License: BSD (3-clause) MainView - + About 关于 - + Settings 设置 - + Export / Import 导出/导入 - + Add Token 添加令牌 - + Nothing here 无内容 - + Pull down to add a OTP 下拉添加一个OTP - + Deleting 删除中 - - + + Token for 令牌 - - + + copied to clipboard 已复制到剪切板 - + Copy to Clipboard 复制到剪贴板 - + Show Token as QR-Code 显示二维码 - + Move up 向上 - + Move down 向下 - + Edit 编辑 - + Delete 删除 @@ -389,7 +389,7 @@ License: BSD (3-clause) 在点击时将令牌显示为QR - + Hide Tokens and Reveal on Tap Google Translate 隐藏令牌并在点击时显示 diff --git a/translations/harbour-sailotp.ts b/translations/harbour-sailotp.ts index 43e1c63..2b1f760 100644 --- a/translations/harbour-sailotp.ts +++ b/translations/harbour-sailotp.ts @@ -249,79 +249,79 @@ License: BSD (3-clause) MainView - + About - + Settings - + Export / Import - + Add Token - + Nothing here - + Pull down to add a OTP - + Deleting - - + + Token for - - + + copied to clipboard - + Copy to Clipboard - + Show Token as QR-Code - + Move up - + Move down - + Edit - + Delete @@ -385,7 +385,7 @@ License: BSD (3-clause) - + Hide Tokens and Reveal on Tap