From 430d36df5eacc607f0cf65de5b6b70b247b8223b Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Wed, 18 Mar 2020 09:50:02 +0100 Subject: [PATCH] [fix] Fix misspelling changelog --- doc/changelog/changelog_v1.4.3.md | 2 +- doc/changelog/changelog_v1.5.3.md | 5 ++--- doc/changelog/changelog_v1.6.0.md | 2 ++ 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/changelog/changelog_v1.4.3.md b/doc/changelog/changelog_v1.4.3.md index a8688648..e6458bc5 100644 --- a/doc/changelog/changelog_v1.4.3.md +++ b/doc/changelog/changelog_v1.4.3.md @@ -7,7 +7,7 @@ - [fix] Fix scale change, on the network TX graph - fix #835 - thanks to @jiemme2 - [fix] Fix ES translation - thanks to @scanlegentil - [fix] Fix NL translation - thanks to @RavanH -- [fix] Fix develepment guide - thanks to @BorisPAING +- [fix] Fix development guide - thanks to @BorisPAING ##Â Android diff --git a/doc/changelog/changelog_v1.5.3.md b/doc/changelog/changelog_v1.5.3.md index daebda39..22aed171 100644 --- a/doc/changelog/changelog_v1.5.3.md +++ b/doc/changelog/changelog_v1.5.3.md @@ -8,9 +8,8 @@ - [fix] Home: fix logout button icons, on small device - [fix] Menu: badge alignment on small device - [fix] Wot identity: better fab compose id (UID is not safe) -- [fix] Wallet (secondary): fix show certification link (for large screen) -- [fix] Wallet (secondary): fix show certification link (for large screen) -- [fix] Transfer: always hide the digitKeyboard when not a device - fix #866 +- [fix] Secondary wallet: allow to see certifications +- [fix] Transfer: always hide the digitKeyboard when not a mobile device - fix #866 - [fix] Network: add button to show Cesium+ network (if expert mode and Cesium+ plugin are enable) ### Cesium+ plugin diff --git a/doc/changelog/changelog_v1.6.0.md b/doc/changelog/changelog_v1.6.0.md index 94b2217c..53904a37 100644 --- a/doc/changelog/changelog_v1.6.0.md +++ b/doc/changelog/changelog_v1.6.0.md @@ -18,6 +18,8 @@ - [enh] Can toggle QR code into full screen - [enh] Show more QRcode (on a identity page, in the transactions history) +- [fix] Android: revert to minSdkVersion=16 + ### Firefox and Chrome extension - [enh] Allow to add Cesium as browser extension -- GitLab