034-react-native-qt update

This commit is contained in:
Max Risuhin 2018-05-18 17:29:08 +03:00
parent f3f7a86cb7
commit 11713665ad
No known key found for this signature in database
GPG Key ID: BF733F5ACA0B4448
2 changed files with 35 additions and 7 deletions

View File

@ -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)

View File

@ -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