From 11713665ad16131ec6a41326d668fc89d96a1f5d Mon Sep 17 00:00:00 2001 From: Max Risuhin Date: Fri, 18 May 2018 17:29:08 +0300 Subject: [PATCH] 034-react-native-qt update --- ideas/034-react-native-qt/README.md | 17 +++++++++++------ ideas/034-react-native-qt/log.md | 25 ++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/ideas/034-react-native-qt/README.md b/ideas/034-react-native-qt/README.md index ab962b7..b6c9e6a 100644 --- a/ideas/034-react-native-qt/README.md +++ b/ideas/034-react-native-qt/README.md @@ -79,12 +79,17 @@ Goal Date: 2018-05-07 ### Iteration 4 Goal Date: 2018-05-18 -1. Resolve account creation issues with StatusIm.app bundle (happens only on non-vm machines) -2. Automate Mac OS bundle creation -3. Ubuntu distribution with JavaScriptCore enabled -4. Realm native module support by r-n-d and JavaScriptCore in Ubuntu distribution -5. Build react-native-desktop on Windows -6. status-react Desktop Windows portable binaries distribution +1. Resolve account creation issues with StatusIm.app bundle (happens only on non-vm machines) (2018-05-16 update: Done) +2. Automate Mac OS bundle creation (2018-05-16 update: Done) +3. Ubuntu distribution with JavaScriptCore enabled (2018-05-16 update: Proof of concept verified) +4. Realm native module support by r-n-d and JavaScriptCore in Ubuntu distribution (2018-05-16 update: On-hold) +5. Build react-native-desktop on Windows (2018-05-16 update: Done) +6. status-react Desktop Windows portable binaries distribution (2018-05-16 update: Done) + +### Iteration 5 +Goal Date: 2018-06-01 +1. Resolve failing jest unit tests, increase stability of unit testing runs +2. Support of on-going needs for StatusIM Desktop project Goal Date: TODO Description: Integrate react-native-desktop into latest status-react sources with desktops screens available. (2018-05-04 update: Done) diff --git a/ideas/034-react-native-qt/log.md b/ideas/034-react-native-qt/log.md index 6aa614f..8decc37 100644 --- a/ideas/034-react-native-qt/log.md +++ b/ideas/034-react-native-qt/log.md @@ -1,6 +1,29 @@ ## Logfile -### 2018-05-04 +### 2018-05-18 +- Build script to fully automate Mac OS bundle build process. (Volodymyr) +- TextInput react-native component issues resolution to work as expected in StatusIm Desktop. (Volodymyr) +- react-native-desktop optional support of QtWebKit web engine. (Max) +- status-go C library build process is automated as part of cmake build script. (Max) +- react-native-desktop docs update with the relevant information about the project (supported platforms, new app init process, 3rd party react-native-modules support). (Max) + +### 2018-05-15 +- StatusIm AppImage distribution tested on Ubuntu and Debian (Has issues on Arch Linux distro). (Max) + +### 2018-05-14 +- Pre-building of QtWebKit for Qt 5.9.1 MinGW based on Windows to enable WebView react-native component support. (Max) + +### 2018-05-11 +- Building react-native-desktop sources on Windows. (Max) + +### 2018-05-07 +- StatusIm Windows portable binaries distribution. (Max) + +### 2018-05-05 +- StatusIm Ubuntu binaries distribution. (Max) +- Investigation and resolution of StatusIm.app bundle new account creation issues on Mac OS. (Volodymyr) + +### 2018-05-04 - JavaScriptCore integrated into react-native-desktop. (Max) ### 2018-05-01