status-mobile/modules/react-native-status
Roman Volosovskyi 4aa562f6a8
[slow sign in] Unlock account's DB before starting node
There is no need to wait for `Statusgo.Login` callback in order to start
unlocking realm db: currently it is encrypted via a key which is derived
from user’s password, so we can try to unlock that DB before starting
node. That’s how password will be checked. Right after that `:home`
screen is shown, the node is started, then `Statusgo.Login` executed.

The difference in sign in duration is more noticeable on Android
devices, where `Statusgo.Login` is much slower because of PFS database
encryption.
2018-12-12 17:46:52 +02:00
..
android [slow sign in] Unlock account's DB before starting node 2018-12-12 17:46:52 +02:00
desktop add mvnrepository.com for gradle 2018-12-10 21:04:38 +01:00
ios/RCTStatus [slow sign in] Unlock account's DB before starting node 2018-12-12 17:46:52 +02:00
index.js update react-native and project dependencies 2017-12-15 16:06:13 +01:00
package.json merged and refactored react-native-status 2016-09-07 20:35:04 +03:00