From 8ff980fb4fbbf1030bdb8b6b99e2d433837d2bc3 Mon Sep 17 00:00:00 2001 From: Max Risuhin Date: Mon, 7 May 2018 06:09:44 +0300 Subject: [PATCH] 034-react-native-qt update (#246) --- ideas/034-react-native-qt/README.md | 21 +++++++++++++++------ ideas/034-react-native-qt/log.md | 10 ++++++++++ 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/ideas/034-react-native-qt/README.md b/ideas/034-react-native-qt/README.md index ff79ec4..ab962b7 100644 --- a/ideas/034-react-native-qt/README.md +++ b/ideas/034-react-native-qt/README.md @@ -1,7 +1,7 @@ --- id: 034-react-native-qt title: Extend react-native-desktop to support status-react Desktop functionality -status: Limbo +status: Active created: 2017-11-22 category: core lead-contributor: MaxRis @@ -72,13 +72,22 @@ Goal Date: 2018-04-23 ### Iteration 3 Goal Date: 2018-05-07 -1. Build status-react Desktop in production -2. OS X bundle distribution for status-react Desktop -3. Realm native module support by r-n-d and JavaScriptCore -4. Ubuntu distribution build of old status-electron for Desktop based on react-native-desktop and JavaScriptCore +1. Build status-react Desktop in production (2018-05-04 update: Done) +2. OS X bundle distribution for status-react Desktop (2018-05-04 update: Done) +3. Realm native module support by r-n-d and JavaScriptCore (2018-05-04 update: Partially done, In-Progress) +4. Ubuntu distribution build of old status-electron for Desktop based on react-native-desktop and JavaScriptCore (2018-05-04 update: Done) + +### 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 Goal Date: TODO -Description: Integrate react-native-desktop into latest status-react sources with desktops screens available. +Description: Integrate react-native-desktop into latest status-react sources with desktops screens available. (2018-05-04 update: Done) Goal Date: TODO Description: Resolve react-native-desktop related UI issues (missed support of some specific props or components, etc) diff --git a/ideas/034-react-native-qt/log.md b/ideas/034-react-native-qt/log.md index 599395a..6aa614f 100644 --- a/ideas/034-react-native-qt/log.md +++ b/ideas/034-react-native-qt/log.md @@ -1,5 +1,15 @@ ## Logfile +### 2018-05-04 +- JavaScriptCore integrated into react-native-desktop. (Max) + +### 2018-05-01 +- StatusIm.app bundle for Mac OS. (Volodymyr) + +### 2018-04-27 +- Production build of StatusDesktop. (Volodymyr) +- Native react-native-desktop module for Realm with JavaScriptCore support In-Progress. (Max) + ### 2018-04-20 - Known crashes of StatusDesktop are fixed. (Volodymyr) - JavaScriptCore is integrated with react-native-desktop and is working on Ubuntu. Changes are not yet merged. (Max)