-
[enh] Improve private message icon, on a identity profile - fix #900
-
[enh] Improve avatar modal, when editing a Cesium+ profile:
- allow drag and drop;
- add a "previous" button;
-
[fix] Fix some ES translations
-
[fix] API: error 'qrcode not defined' - fix #903
-
[enh] Add a splash screen
-
[fix] Fix command line option
--debug
-
[fix] Open popup to select local Duniter node, if detected
- [enh] Fix Android 10 compatibility (due to secure storage Cordova plugin) - fix #908
- [fix] Unable to set avatar and page's pictures - fix #904
Before building Cesium, please launch this commands:
cd cesium
# Update ionic CLI to latest
npm remove ionic
npm i -g @ionic/cli
# Remove JS dependencies
rm -rf node_modules
# Clean Yarn cache, then install deps
yarn cache clean && yarn install
# Remove Cordova plugins
rm -rf plugins
# Re install Cordova plugins
cd scripts
./ionic-update.sh