Pedro Pombeiro
9feb31bd3b
Upgrade react-native to 0.60.5
...
- Use community net-info, react-native-webview instead of deprecated react-native classes
- Remove react-native-tcp
- Upgrade react-native libs (react-native-camera, react-native-firebase, react-native-mail, react-native-udp, react-native-webview-bridge)
- Do not include `:react-native-android` module explicitly
- Take advantage of RN AutoLinking
- nix: Update Gradle dependencies
2019-09-12 16:13:42 +02:00
yenda
5db0a58ab8
remove unused deps and document the others
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-09-12 16:12:46 +02:00
yenda
f538cfe848
remove web3 dependency
2019-09-12 15:51:57 +02:00
yenda
69819df39a
fix dependencies and remove js-sha3
2019-09-12 15:51:57 +02:00
Pedro Pombeiro
a69d820897
Make nix-clean also delete `android-gradle-and-npm-modules` derivations
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-09-12 11:36:09 +02:00
bitsikka
edf896f2e5
[8957] fix - Wallet address can't be copied by tapping on it
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-12 11:12:33 +02:00
Andrea Maria Piana
e6c5dd6c81
Dont try to use nil as a function
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-09-12 08:52:03 +02:00
Pedro Pombeiro
4a4af53876
Fix Desktop build on macOS
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-09-11 18:44:20 +02:00
bitsikka
f981dbb43b
list-item suppliment/fixes
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-11 16:49:52 +02:00
Pedro Pombeiro
d6b8065a7c
Get rid of duplicate sources of external modules and fonts in build-desktop.sh
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-09-11 15:25:21 +02:00
Pedro Pombeiro
cda8e47590
Fix missing net-info in Desktop js dependencies
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-09-10 20:31:02 +02:00
Pedro Pombeiro
0ae1e7c8bd
Fix strip warning on release Android builds
2019-09-10 19:03:13 +02:00
Vitaliy Vlasov
b215292b23
Preserve text-inputs default value
...
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-09-10 13:01:13 +03:00
yenda
c3dd950286
remove realm
...
Signed-off-by: yenda <eric@status.im>
2019-09-09 18:40:15 +02:00
yenda
172038b70d
integrate mailserver-ranges api
2019-09-09 18:39:49 +02:00
Andrey Shovkoplyas
277f9ffda5
fixed fx macro on ios added troubleshooting.md
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-09 13:48:25 +02:00
yevh-berdnyk
758cdf6cc2
Fixed e2e tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-09 11:50:41 +02:00
Pedro Pombeiro
a74089f857
nix: Fix generate-maven-and-npm-deps-shell
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-09-06 17:18:36 +02:00
Vitaliy Vlasov
93b8fa01ed
Comment away screens
...
Signed-off-by: yenda <eric@status.im>
2019-09-06 14:48:31 +02:00
Andrey Shovkoplyas
d07c9c6613
fixed :background-color on Android crash
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-06 13:33:18 +02:00
Andrey Shovkoplyas
b18a044146
ui elements
2019-09-06 12:28:16 +02:00
Pedro Pombeiro
34e9bc7876
Make release-ios build iOS app from command line
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-09-06 11:57:49 +02:00
bitsikka
083cf07670
Ensure the pods are installed if `ios/Pods/` dir isn't there
2019-09-06 11:57:24 +02:00
yevh-berdnyk
afe345cb02
Updated profile picture templates and fixed ENS username test
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-06 00:53:47 +02:00
Jinho Jang
d16e82ce02
Update Korean, Russian, and Chinese translations
...
update Chinese, Russian, and Korean translations
Update Korean, Russian, and Chinese translations
Signed-off-by: yenda <eric@status.im>
2019-09-05 18:20:18 +02:00
yenda
6be85f46a5
[fix 8702] hash passwords before sending them to status-go
...
fix #8702
- use ethereum.utils sha3 function to hash passwords before sending them
to status-go
- some native calls take password as one of their params: they now take
hashed-password (still a string, only relevant for status-react caller)
- some native calls take password within a map of rpc params: it now
needs to be hashed with `ethereum.core/sha3`
Signed-off-by: yenda <eric@status.im>
2019-09-05 18:13:10 +02:00
yenda
d312192209
clean up native-module
...
- remove impl/modules.cljs namespace because it was needlessly redundant
- remove `create-account` unused call
- add documentation for some calls
- only keep `(status)` check for relevant calls that are failing tests
because they are evaluated
2019-09-05 18:09:56 +02:00
yenda
dbf8d60f8b
integrate status-go mailserver-topics api
...
Signed-off-by: yenda <eric@status.im>
2019-09-05 18:08:03 +02:00
yenda
1147466362
integrate status-go mailserver api
2019-09-05 18:07:17 +02:00
bitsikka
843de6aa90
fix profile photo icon - no border in non-identicon photo
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-05 14:56:53 +02:00
Pedro Pombeiro
66b982c3fb
Use react-native net-info community package
...
Signed-off-by: yenda <eric@status.im>
2019-09-05 14:16:28 +02:00
yevh-berdnyk
e02b7489cc
Updated and added e2e tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-05 12:58:56 +02:00
Churikova Tetiana
b186676c67
Fix some selectors
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-05 12:40:59 +02:00
Jakub Sokołowski
82576cd050
upgrade fastlane: 2.128.0 > 2.130.0
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
Signed-off-by: yenda <eric@status.im>
2019-09-05 10:56:36 +02:00
Andrey Shovkoplyas
1475bb6cf6
security #7
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-04 16:36:22 +02:00
Andrea Maria Piana
e7fa010088
Move gaps to status-go
...
This commit moves gaps to status-go.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-09-04 15:53:48 +02:00
yenda
ef36ece15b
[fix 8829] fix wrong password behavior on login
...
fix #8829
Signed-off-by: yenda <eric@status.im>
2019-09-04 13:20:38 +02:00
yenda
6427061bad
[ fix #8813 ] status-go version is shown as N/A
...
fix #8813
Signed-off-by: yenda <eric@status.im>
2019-09-04 13:18:51 +02:00
bitsikka
df66b73054
revert unnecessary :chats/last-message-content subscription
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-04 12:24:48 +02:00
Jakub Sokołowski
ba8e49b649
save diawi link in the build description for easy access
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-09-03 11:43:03 -04:00
MajorTomSec
8c6bd0dc69
Fix issue #8846 - Update terminology for consistency
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-03 16:30:34 +02:00
Andrey Shovkoplyas
d21ea6e8f6
security #4 recovery keyboard
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-03 15:34:51 +02:00
Volodymyr Kozieiev
00bc2c48e0
Removed outdated package
...
Signed-off-by: yenda <eric@status.im>
2019-09-03 14:18:23 +02:00
yenda
3ef0433d7b
fix red screen on hot reloading
...
Signed-off-by: yenda <eric@status.im>
2019-09-03 13:17:55 +02:00
yenda
45be9b66db
fix subtitle in list items
...
arguments were missing in reagent-render args so component wasn't
reacting to changes
Signed-off-by: yenda <eric@status.im>
2019-09-03 13:17:09 +02:00
b-m-f
09c8d858ed
Show group name in group-chat header
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-03 11:03:06 +02:00
bitsikka
df3473dbef
[7785] fix - Implement the correct list item layout in chats list
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-02 17:49:54 +02:00
Andrea Maria Piana
12c08b1398
Use last-message-timestamp in mainchat
...
We use the timestamp of the last message in the chat preview.
In case there's no message, the old timestamp will be displayed (last
time the chat has been updated).
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-09-02 11:34:04 +02:00
Vitaliy Vlasov
aa4bf1f26b
Use :multiaccount instead of :multiaccounts/multiaccounts when looking
...
through candidate public keys
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-08-30 19:26:37 +03:00
Pedro Pombeiro
58ed03f976
Remove unused node modules
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-08-30 17:14:50 +02:00