Andrea Maria Piana
bddae03ab2
Allow multiple push notifications
...
We keep tokens synchronized across devices, so that the user can notify
us on any paired device.
Currently we record the installation id associated to the fcm-token even
though is not necessary, but it will be once we send device-to-device
messages, in which case we want to notify only those devices.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-14 16:33:50 +01:00
Roman Volosovskyi
8c9e71c9d4
Routing refactoring, preparations related to new navigation
...
- screens definition is separated from configuration
(deduplicates screens which are used among several stacks)
- all four stacks moved to separate namespaces
- configuration is just a data
2019-02-14 15:15:23 +02:00
Igor Mandrigin
2c77822a6c
Communicate with bootnodes, mailservers and whisper nodes by :443 (staging, test)
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-14 13:45:44 +01:00
Igor Mandrigin
9ba0bda8f7
Use gomobile binaries (again)
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-14 10:19:24 +01:00
Pedro Pombeiro
40b3100cfc
Fetch messages from mailserver upon PN if db is unlocked. Part of #3451
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-02-13 23:28:44 +01:00
Anton Danchenko
fd46113ab3
run all tests on android 8
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-02-13 23:30:14 +02:00
Roman Volosovskyi
48291247b2
Loading history on mobile network
2019-02-13 18:59:21 +02:00
yenda
1002051074
[fix] ios checkbox
...
- remove usage of native checkboxes on android and desktop to ensure proper
design
- rename plain-checkbox to radio button and make sure it is only used where
radio button should be used (one possible choice beyond many)
- update autotest
Signed-off-by: yenda <eric@status.im>
2019-02-13 16:31:52 +01:00
yenda
77b792a37a
[ #6850 ] related refactoring
...
- remove unecessary subscriptions related to add-contact-bar
Signed-off-by: yenda <eric@status.im>
2019-02-13 12:38:31 +01:00
Roman Volosovskyi
0cdc56401a
[ #6850 ] fix Add to contacts appears in public chat
2019-02-13 11:36:52 +01:00
Igor Mandrigin
c0f5bd14de
Revert "change App ID for PRs on Android to avoid replacing release"
...
This reverts commit 6a7efb8339
.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-13 10:12:51 +01:00
shamardy
9198b15380
Exposed whisper (shh) events
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-02-13 10:10:37 +01:00
Julien Eluard
3770243546
Added contacts/all event and wallet.settings lifecycle hooks
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-02-13 10:01:55 +01:00
yenda
0563abff54
[fix] icon and text alignment for group and public chat on home
...
Signed-off-by: yenda <eric@status.im>
2019-02-12 19:11:02 +01:00
Pedro Pombeiro
7366f8973b
Add sender name in PNs (if db is unlocked)
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-02-12 17:47:22 +01:00
Andrey Shovkoplyas
fca51beaaa
[ #7445 ] Sticker detail view in chat
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-02-12 16:31:22 +01:00
Andrea Maria Piana
7960fdef85
Publish contact updates periodically
...
Currently it's very easy for contact details to get out of sync, the
simplest example is:
A & B are contacts.
A changes name.
B receives the updated name.
B re-install the app.
Until A changes name again, B will not see their name, picture and won't
be able to send push notifications.
This PR changes the behavior to publish account informations to contacts
every 24 hrs, to add some redundancy in this cases.
It also publishes a contact code every 12hrs.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-12 14:20:45 +01:00
Jakub Sokołowski
6a7efb8339
change App ID for PRs on Android to avoid replacing release
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-02-12 13:24:24 +01:00
Igor Mandrigin
3617fefbe9
Revert "Use gomobile binaries for iOS and Android."
...
This reverts commit c47fc34127
.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-12 12:34:27 +01:00
Adam Babik
c47fc34127
Use gomobile binaries for iOS and Android.
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-12 10:21:31 +01:00
Andrey Shovkoplyas
852afa23cb
fixed browser loader
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-02-12 09:10:22 +01:00
Andrea Maria Piana
80eeb8765a
Relax constraint on filters
...
Before we checked filters are exactly the same as the chats.
If there's any state mismatch, this will result in not fetching messages
from the mailserver.
This might not be necessarily what we want, we probably want to be
resilient to this case.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-12 08:43:22 +01:00
yenda
6f865bf337
[fix] restore large bubble width
...
Signed-off-by: yenda <eric@status.im>
2019-02-11 19:42:57 +01:00
yenda
aeb29e38b0
[fix] crash with creation and invitation to 1 letter group chat
...
Signed-off-by: yenda <eric@status.im>
2019-02-11 19:41:53 +01:00
Serhy
48affbc918
Fix autotest
...
Signed-off-by: Serhy <sergii@status.im>
2019-02-11 19:10:36 +02:00
Igor Mandrigin
ddc0e11e5b
bump mobile version to 0.9.34
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-11 14:12:46 +01:00
Vitaliy Vlasov
7d4dcb327d
Fix chat colors and username display; adjust icons
...
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-02-11 13:54:38 +02:00
mestorlx
0471d5fd72
Added utility function to test addresses according to EIP55.
...
Added pop-up message when addres checksum fails in wallet/send/enter recipient address.
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-02-11 11:06:24 +01:00
tbenr
51f6a173df
fixes #6596
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-02-11 11:05:23 +01:00
Andrey Shovkoplyas
6ab6e3f041
stickers polishing 2
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-02-11 08:44:21 +01:00
kn
6988950ea8
[ #6973 ] Replace react-native-i18n with react-native-languages
2019-02-09 23:27:46 -08:00
yenda
2c74dc93cc
[fix] show first letter of public chat name in icon instead of #
...
Signed-off-by: yenda <eric@status.im>
2019-02-08 19:18:21 +01:00
yenda
f64111ceba
[fix] public chat icon when following link from private chat
...
- when following a link from a private chat, the public chat icons
was staying the same
Signed-off-by: yenda <eric@status.im>
2019-02-08 13:22:51 +01:00
Andrea Maria Piana
14e887160a
Dont setup topic as it resets the discovery filter
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-08 10:57:21 +01:00
Roman Volosovskyi
2ab1dcb54a
fix :request/attempts typo
2019-02-08 10:06:51 +02:00
Asad Dhamani
c2409ad664
Fix null is not an object error for invalid URLs
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-02-07 16:52:21 +01:00
Roman Volosovskyi
7b0f68fcdb
[ui only] Mobile network bottom sheet
2019-02-07 12:21:03 +02:00
Jakub Sokołowski
00b5ad2af6
new ghcmgr API requries repo name in path
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-02-07 11:01:59 +01:00
Andrey Shovkoplyas
cf8527d147
[ #7374 ] stickers polishing
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-02-07 09:27:49 +01:00
Andrea Maria Piana
20550d022f
Adjuct mailserver limit when expired/complete events
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-07 08:30:44 +01:00
yenda
e739b4a359
[fix] use icons from design components
...
Signed-off-by: yenda <eric@status.im>
2019-02-06 14:48:58 +01:00
Andrea Maria Piana
fd3152eeff
Retry mailserver request with cursor
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-02-06 11:46:20 +01:00
Andrey Shovkoplyas
4c4fb6bbe9
[ #5584 ] Implement Manage permissions screen and option for web3 provider Opt-in access
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-02-06 10:38:20 +01:00
Andrey Shovkoplyas
0ec88fdba8
fixed desktop build and tests
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-02-06 09:46:50 +01:00
Dmitry Novotochinov
1b836bf7ec
[ #7006 ] login with keycard
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-02-06 00:20:07 +03:00
Roman Volosovskyi
b96063ce56
[ #7422 ] Show feedback on mailserver error
2019-02-05 20:51:09 +02:00
Andrey Shovkoplyas
5fe9e3d156
[ #6587 ] IPFS hosted apps should not share cookies/etc
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-02-05 18:49:25 +01:00
yenda
b80e02d8cf
[feature] add block user feature in user profile
...
- add block/unblock action to user profile
- blocking deletes all messages from user and ignores future messages
- unblocking stops ignoring new messages from user but doesn't recover past ones
[feature] add contact list
[tests] added scroll to BackupRecoveryPhraseButton
[tests] added scroll to public key
Signed-off-by: yenda <eric@status.im>
2019-02-05 16:29:56 +01:00
yenda
444c6af319
[refactor] contact model: remove unused fields and add `blocked?`
...
- dapp related fields are removed since it is not used anymore
- blocked? field is added for futur block user feature
2019-02-05 16:28:50 +01:00
Volodymyr Kozieiev
211a531f44
Switch to fixed version of react-native-keychain
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2019-02-05 17:16:52 +02:00