andrey
cf911aa246
[ #11236 ] Deeplink to public chat on onboarding
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-16 14:12:14 +01:00
Volodymyr Kozieiev
a91bdfb047
Don't make inability to unfurl url a user's problem
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2020-11-16 13:57:40 +02:00
andrey
61105e15f6
fix ens content resolution
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-16 12:31:00 +01:00
Gheorghe Pinzaru
13c81a34b3
Add pinch to zoom deps
...
Add image interactions
Add image preview to timeline
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-11-14 21:56:46 +03:00
shivekkhurana
fbb606b859
Escape address so newlines and spaces don't interfere
...
Signed-off-by: shivekkhurana <shivek@status.im>
2020-11-13 20:11:48 +05:30
shivekkhurana
30753f8766
Make right item occupy entire space instead of left one. Make left grow if nothing on right.
...
Signed-off-by: shivekkhurana <shivek@status.im>
2020-11-13 20:09:53 +05:30
Churikova Tetiana
6b4f2901ae
reduce number of parallel sessions
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-13 15:29:35 +01:00
Gheorghe Pinzaru
40e2839793
Exclude google deps based on env
...
Export all vars from .env
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-11-13 11:05:28 +03:00
Churikova Tetiana
d14f232abf
status e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-12 18:43:49 +01:00
Churikova Tetiana
8310749696
fix e2e nightly
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-11 16:42:22 +01:00
Roman Volosovskyi
fac4f0c871
[ #10798 ] Fix unviewed counter on receiving response
2020-11-11 15:04:17 +02:00
Roman Volosovskyi
ae3936eff2
[ #11240 ] Clarify assets Status wallet supports
2020-11-10 22:17:56 +02:00
Churikova Tetiana
920000c3e8
e2e: failures
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-10 18:10:04 +01:00
andrey
b3a3a753d2
fix timeline non contacts
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-10 15:45:07 +01:00
andrey
e5ada29ed8
[ #11384 ] Status Updates : Open profile when tapping on username or avatar
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-10 13:44:46 +01:00
Roman Volosovskyi
35381a55c0
[ #10239 ] Remove "Fetch last 24 hours" option
2020-11-10 13:33:53 +02:00
Serhy
473c5135b2
Update number of parallel sessions to align with Sauce
...
Signed-off-by: Serhy <sergii@status.im>
2020-11-09 21:32:20 +02:00
Michele Balistreri
4384d979e7
update Keycard SDK, remove workaround
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2020-11-09 20:10:58 +01:00
andrey
b1ea04900e
[ #11398 ] Error at attempt to sign typed message in simpledapp.eth
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-09 17:43:35 +01:00
Churikova Tetiana
627e1d0e14
e2e align new wallet cards
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-09 16:44:51 +01:00
Churikova Tetiana
f7d7c282cd
nightly e2e fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-09 16:40:22 +01:00
tbenr
07e36096cc
new-account-cards
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-09 16:38:00 +01:00
Gheorghe Pinzaru
6311077cec
Don't crash if token is missing referrals
...
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-11-09 13:41:53 +03:00
andrey
6d104d60e2
[ #11382 ] Status Updates: Add URL unfurling
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-09 11:27:53 +01:00
Gheorghe Pinzaru
72591f576d
Update to Quo Readme
...
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-11-09 10:28:41 +03:00
Roman Volosovskyi
6eb840c8b2
[ #10362 ] Allow receiving old messages after rejoining a pubchat
2020-11-06 17:37:18 +02:00
andrey
f1d070ed82
[ #11333 ] personal_sign method does not work in status
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-06 15:51:19 +01:00
Churikova Tetiana
9e466976dc
align e2e timeline
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-06 14:24:31 +01:00
andrey
ee61244770
timeline
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-06 14:23:02 +01:00
Jakub Sokołowski
34c6292af4
fastlane: disable default_keychain to avoid race condition
...
If we run parallel job and a job sets a temporary keychain into a
default than another job can assume that is the user default.
The result is that one of the jobs will attempt to set a non-existent
temporary keychain into the default keychain.
This happens when we call `Fastlane::Actions::DeleteKeychainAction`:
https://github.com/fastlane/fastlane/blob/2.164.0/fastlane/lib/fastlane/actions/delete_keychain.rb#L21
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-05 16:09:32 +01:00
shivekkhurana
0d82dab5c5
Fix scroll issue
...
Signed-off-by: shivekkhurana <khuranashivek@gmail.com>
2020-11-05 20:26:42 +05:30
Michele Balistreri
206ce8849f
closes #11373
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-05 14:20:04 +01:00
Andrea Maria Piana
7cef533a8a
[ Fixes : #11349 ] Split large messages in batches
...
When sending messages in quick succession, it might be that multiple
messages are batched together in datasync, resulting in a single large
payload.
This commit changes the behavior so that we can pass a max-message-size
and we split the message in batches before sending.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-11-05 12:49:53 +01:00
Roman Volosovskyi
e7807202c9
[ #11354 ] Add error alerts on denying access
2020-11-04 17:11:47 +02:00
Roman Volosovskyi
d17f7c67b9
[ #10957 ] Fix slow assets list
2020-11-04 14:05:35 +02:00
Roman Volosovskyi
82aca6bd76
[ #10771 ] Fix loading of tx history before 10000000th block
2020-11-04 11:26:31 +02:00
Churikova Tetiana
c7b3efe6ad
new e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-03 17:57:36 +01:00
Serhy
d8713fe3c7
Fix more e2e
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-03 16:30:25 +01:00
Serhy
6f86f73ac6
Update e2e
2020-11-03 16:30:16 +01:00
andrey
b7948b9869
navigate to home when press chat tab on chat screen
2020-11-03 16:30:16 +01:00
Andrea Maria Piana
d380186051
Upgrade status-go to 0.63.0
...
No functional changes, just removing code that is unused
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-11-03 11:20:35 +01:00
Andrea Maria Piana
a91fa39547
[ Fixes : #11355 ] Fix crash on logout
...
On shutdown the app was calling `PeersCount`, but sometimes the server
would be unavailable, resulting in a call to a nil pointer.
Upgrades status-go version with the fix.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-11-03 10:01:03 +01:00
Jakub Sokołowski
3b780f4ff2
fastlane: Create temporary Keychain for iOS signing
...
This is a new approach to signing the iOS app by using a temporary
Keychain created only for that specific build and unlocked in advance.
By doing it this way we can avoid issues with `errSecInternalComponent`
appearing when there is no UI to open a Keychain password prompt when
running build in CI. I've described this problem in details in:
https://github.com/fastlane/fastlane/issues/15185
Thanks to `codesign:` partition ID being added to key partition list by
Fastlane `match` when importing a Keychain this approach now works:
https://github.com/fastlane/fastlane/pull/17456
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-03 00:03:38 +01:00
Churikova Tetiana
d8eb33e330
e2e fixes+new check
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-02 20:20:21 +01:00
Volodymyr Kozieiev
0b5be54fea
Allow group creation without contacts
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2020-11-02 20:10:22 +02:00
Volodymyr Kozieiev
f99b2aa401
Link preview generation
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2020-11-02 15:28:31 +02:00
Roman Volosovskyi
27ad8f07c3
Trim url before opening in browser
2020-11-02 13:09:06 +02:00
Gheorghe Pinzaru
7402718e68
Use custom color for disabled state of controls
...
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-11-02 10:34:59 +03:00
Churikova Tetiana
3ac8f0c5fd
e2e refactoring
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-10-30 15:51:15 +01:00
Gheorghe Pinzaru
cf4bef8268
Add pick multiple images
...
Add inner border to image message
Add max batch size of 5
Disable camera roll more images
Use interop instead of aget
Add border as a separate layer
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-10-30 12:46:00 +03:00