mirror of https://github.com/status-im/swarms.git
034-react-native-qt update
This commit is contained in:
parent
f3f7a86cb7
commit
11713665ad
|
@ -79,12 +79,17 @@ Goal Date: 2018-05-07
|
||||||
|
|
||||||
### Iteration 4
|
### Iteration 4
|
||||||
Goal Date: 2018-05-18
|
Goal Date: 2018-05-18
|
||||||
1. Resolve account creation issues with StatusIm.app bundle (happens only on non-vm machines)
|
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
|
2. Automate Mac OS bundle creation (2018-05-16 update: Done)
|
||||||
3. Ubuntu distribution with JavaScriptCore enabled
|
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
|
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
|
5. Build react-native-desktop on Windows (2018-05-16 update: Done)
|
||||||
6. status-react Desktop Windows portable binaries distribution
|
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
|
Goal Date: TODO
|
||||||
Description: Integrate react-native-desktop into latest status-react sources with desktops screens available. (2018-05-04 update: Done)
|
Description: Integrate react-native-desktop into latest status-react sources with desktops screens available. (2018-05-04 update: Done)
|
||||||
|
|
|
@ -1,5 +1,28 @@
|
||||||
## Logfile
|
## Logfile
|
||||||
|
|
||||||
|
### 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
|
### 2018-05-04
|
||||||
- JavaScriptCore integrated into react-native-desktop. (Max)
|
- JavaScriptCore integrated into react-native-desktop. (Max)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue