diff --git a/README.md b/README.md index ee0a6dd..abb2ca3 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Thanks for your support! ## Changelogs -### 1.3.0 / 1.3.1 (Current) +### 1.3.0 - 1.3.2 (Current) - Redesign UI/UX - Add vibration on/off setting diff --git a/config.xml b/config.xml index 50e9380..245e397 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Simple QR A simple app for scanning and managing QR code Tom Fong diff --git a/package-lock.json b/package-lock.json index a2e9a8b..18584f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-qr", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10335,6 +10335,11 @@ "object-visit": "^1.0.0" } }, + "material-design-icons": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/material-design-icons/-/material-design-icons-3.0.1.tgz", + "integrity": "sha1-mnHEh0chjrylHlGmbaaCA4zct78=" + }, "mdn-data": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", diff --git a/package.json b/package.json index ee1942d..ac754d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-qr", - "version": "1.3.1", + "version": "1.3.2", "author": "Tom Fong", "homepage": "https://tomfong-personal-page.web.app", "scripts": { @@ -60,6 +60,7 @@ "es6-promise-plugin": "^4.2.2", "human-signals": "^2.1.0", "jsqr": "^1.4.0", + "material-design-icons": "^3.0.1", "moment": "^2.29.1", "osenv": "^0.1.5", "properties-parser": "^0.3.1", diff --git a/src/app/pages/history/history.page.ts b/src/app/pages/history/history.page.ts index 47d7971..96c38b7 100644 --- a/src/app/pages/history/history.page.ts +++ b/src/app/pages/history/history.page.ts @@ -109,7 +109,7 @@ export class HistoryPage { await this.loadItems(); this.deleteToast = await this.toastController.create({ message: this.translate.instant('MSG.UNDO_DELETE'), - duration: 5000, + duration: 3000, mode: "ios", color: "light", position: "bottom", @@ -138,7 +138,7 @@ export class HistoryPage { await this.loadItems(); this.deleteToast = await this.toastController.create({ message: this.translate.instant('MSG.UNDO_DELETE'), - duration: 5000, + duration: 3000, mode: "ios", color: "light", position: "bottom", diff --git a/src/app/pages/result/result.page.html b/src/app/pages/result/result.page.html index f7d9663..f95c4ff 100644 --- a/src/app/pages/result/result.page.html +++ b/src/app/pages/result/result.page.html @@ -56,7 +56,7 @@ + *ngIf="(contentType === 'phone' || contentType === 'sms') && qrCodeContent && qrCodeContent.trim().length > 0 && phoneNumber && phoneNumber.length > 0">