Roman Volosovskyi
7bfaa9255c
[wallet history] Stop watching each new block
2020-11-25 16:44:16 +02:00
shivekkhurana
ecc41bebe0
Moved text-input props to their own functions, renamed get-suggestions to get-user-suggestions
...
Signed-off-by: shivekkhurana <shivek@status.im>
2020-11-23 16:33:08 +05:30
shivekkhurana
a55dd51064
Rename mailserver to history nodes on settings screen, changed en.json to reflect changes.
...
Signed-off-by: shivekkhurana <shivek@status.im>
2020-11-20 16:43:36 +05:30
Andrea Maria Piana
d260ea9e03
[ Fixes : #11452 ] Don't allow more than x pictures if taken from camera
...
This commit fixes an issue with taking pictures from camera, where
the check for image count was not checked.
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-20 10:15:03 +01:00
Andrea Maria Piana
36f90fc567
Dont send unprocessed images
...
When selecting an image from camera roll we would immediately setting
the filepath with the raw image, process and later once it was processed
we would replace the file path.
On slow devices, the user might press send while the image is still
processing, causing the raw image to be sent, which might be discarded
as too large and never sent.
This commit changes the behavior so that we only set the uri once the
image is processed, it might add some delay, but the image should be
correctly sent.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-11-19 16:17:11 +01:00
Andrea Franz
22c6635d93
show tx data in keycard web3 request screen
...
Signed-off-by: Andrea Franz <andrea@gravityblast.com>
2020-11-19 11:28:25 +01:00
Andrea Maria Piana
ae2d9b996c
Limit max batch of images
...
There's an issue reported on slow devices when sending a batch of
images.
All the requests are send concurrently, and the sending of messages is
processed concurrently in the background.
On slow devices or connection with slow upload speed this may result in
expired envelopes, as the POW calculation or the upload takes too long,
and either they never leave the device, or worse they reach the
mailserver but won't be stored because already expired on arrival.
This commit allows setting the max-images-batch config value, setting it
to 1 for release and keeping it to 5 for other builds.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-11-19 09:13:06 +01:00
andrey
e30962ca75
[ #11446 ] Can't sell item on opensea
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-18 17:27:20 +01:00
jinhojang6
dbabcc223e
Update translations
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-11-16 17:09:07 +01:00
andrey
9f7ad853f0
[ #11411 ] App is crashed on account creation after navigating to access key and back
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-11-16 17:04:02 +01:00
andrey
7b46c445a7
[ #11383 ] Status Updates : Add reactions and copy to clipboard
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-16 14:15:15 +01:00
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
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
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
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
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
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
andrey
ee61244770
timeline
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-11-06 14:23:02 +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
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
andrey
b7948b9869
navigate to home when press chat tab on chat screen
2020-11-03 16:30:16 +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
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
Gheorghe Pinzaru
fe5b5ab4bc
use ens for rinkeby contract
...
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-10-29 15:42:56 +03:00
Gheorghe Pinzaru
050f20cfae
Add local notifications for transactions
...
Pods
Add headless js service
Handle Local Notifications react
CopyPaste driven implementation of java notification
pn demo
Show iOs push in foreground
Show icon in notification
Enable notifications on login
Get chain from status-go
Add UI for switching notifications
go go!
Fixup
Handle notification onPress
Android UI
Handle press iOs
Handle android press and validate
go update
Fix route params in universal link handler
Set show badge explicitly to false
Fix e2e
bump status go
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-10-29 15:40:58 +03:00
andrey
eae66c967e
my status
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-10-28 14:42:59 +01:00
Roman Volosovskyi
5232432ec5
[ #7788 ] Clear mailserver details after deletion
2020-10-23 11:06:04 +03:00
Roman Volosovskyi
dca26b3350
[ #11317 ] Prevent joining to pubchats with upper case letter in topic
2020-10-22 17:12:17 +03:00
Roman Volosovskyi
320d81432f
Fix exception on my-profile screen ( #11313 leftover)
2020-10-22 12:23:57 +03:00
Roman Volosovskyi
70526f9429
Markdown updates
...
On status-go side:
- new `strong-emph` node was added for strong emphasised text with triple
"*" and "_"
- `del` node got proper marshalling and can be recognised (works with single
and double "~")
On status react side:
- styles for `strong-emph` nodes
- styles for `del` (strikethrough) nodes
- unsuccessful attempt to use monospaced fonts for code/codeblock (we have a font
which is used as monospaced but doesn't support that property actually)
2020-10-21 22:23:46 +03:00
Roman Volosovskyi
9691626992
[ #11189 ] Backward compatible ENS registrar
2020-10-21 14:28:11 +03:00
Churikova Tetiana
e52f6b8753
e2e for mentions, gr chats, fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-10-20 18:20:37 +02:00
Andrea Maria Piana
b826a34f27
Fix coming back from offline
...
Fixes : #11305
The issue was due to the fact that the first condition was wrapped in a
when in fx merge, causing it to be ignored.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-10-19 16:07:29 +02:00
andrey
3ae85cacd5
[ #11041 ] Hardly visible username on replies in dark mode
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-10-16 15:54:16 +02:00
Gheorghe Pinzaru
36f9436e12
Fix group chat invitation actions based on state
...
Fix decline button color and Check if user was removed from group invite
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-10-16 15:39:33 +03:00
Andrea Maria Piana
8c42e717c1
Change settings on toggle
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-10-16 12:13:32 +02:00
shivekkhurana
cf0cd283a6
Add new UI for mailserver selection, Add feature to disable mailserver usage
2020-10-16 12:13:15 +02:00
Gheorghe Pinzaru
316c6038d7
Fix webview toggle crash ios
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-10-15 13:57:49 +02:00
Andrea Maria Piana
f5034a4dfa
[ Fixes : #11290 ] Increase group size to 20
...
Increases the maximum size of a group chat to 20.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-10-15 13:53:01 +02:00
Roman Volosovskyi
cf58a84838
[ #11192 ] Prevent replacing of mention with pubkey inside markdown
2020-10-14 22:20:48 +03:00
Churikova Tetiana
dcd2655860
nightly fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-10-14 14:24:37 +02:00
Gheorghe Pinzaru
0368895edf
Allow to enabled debug
...
Optimistic update
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-10-08 13:57:37 +03:00
andrey
b198084b78
[ #11263 ] Entering "0x" in the Recipient throws an error
...
[#11262 ] Wallet "Done" and "Add to favorites" only appears when the input box is focused
Signed-off-by: andrey <motor4ik@gmail.com>
2020-10-07 19:43:54 +02:00
Churikova Tetiana
4e9b1001df
fix accessibility
2020-10-07 15:10:13 +02:00
andrey
e602f0493d
do not show zeros for token balances, and fetch all tokens only when creating new account
2020-10-07 11:44:01 +02:00
Andrea Maria Piana
85991d2272
Set infura token and update snx/synth contract
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-10-07 10:01:39 +02:00
Churikova Tetiana
f3ed1e370a
new e2e+fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-10-06 16:50:07 +02:00
Gheorghe Pinzaru
5458c7b2db
Allow recovering to see referral flow
...
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-10-01 10:17:23 +03:00
andrey
9cd1e08aaa
upgrade shadow
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-10-01 08:53:10 +02:00
Roman Volosovskyi
6cf3a6a98e
[ #11212 ] Mention suggestions based on names parts
2020-09-30 14:02:49 +03:00
Roman Volosovskyi
22ca98b0f8
[ #11216 ] Fix moving cursor after pressing mention suggestion on samsung device
2020-09-28 17:59:03 +03:00
Roman Volosovskyi
b5f7a62b14
Fix some UI warnings
2020-09-25 15:13:51 +03:00
andrey
abe6e97728
override custom tokens
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-09-25 14:03:44 +02:00
andrey
e55cb6b47b
[ #11218 ] Hard code fix for SUPR NFT support
...
Drop collectibles details support
2020-09-25 11:58:09 +02:00
andrey
f2da0cbbdb
[ #11222 ] Add aUSDC token and optimize search for Aave (LEND) (aka Ethlend)
2020-09-24 16:05:07 +02:00
Roman Volosovskyi
345ae359aa
[ #11179 ] Nicknames in mention suggestions
2020-09-23 18:34:03 +03:00
Gheorghe Pinzaru
1969f9dfe0
Parse childrens in reply text
...
Fixes #11161
Signed-off-by: andrey <motor4ik@gmail.com>
2020-09-23 07:43:44 +02:00
andrey
8eed842c62
[ #11136 ] Warning to users sending ERC20 directly to smart contract
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-09-22 17:24:36 +02:00
andrey
b32367a9b2
[ #11185 ] Add UNI, COMP, AAVE, BAL, AKRO tokens
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-09-22 16:46:27 +02:00
andrey
6b08194a19
[ #11194 ] Change #status-spanish to #status-espanol
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-09-22 14:34:13 +02:00
Roman Volosovskyi
55278828e6
Update mention suggestions on selection change
2020-09-22 14:40:00 +03:00
andrey
99755d08e9
fix labels
2020-09-22 12:10:56 +02:00
andrey
e95025333f
fix android
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-09-22 10:23:35 +02:00
andrey
ff790d4152
wallet favourites
2020-09-22 10:23:26 +02:00
andrey
25dbf1fd61
[ #9484 ] Reintroduce back collapsing of long messages in chats
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-09-21 18:05:25 +02:00
Roman Volosovskyi
0448edb509
Highlighted mentions in input
2020-09-21 13:10:54 +03:00
Roman Volosovskyi
1009b71908
[ #11160 ] Hide blocked users from mention suggestions
2020-09-17 22:32:58 +03:00
Roman Volosovskyi
80faac0ca7
[ #11152 ] Resolve self mentions in group chat
2020-09-17 17:19:24 +03:00
Roman Volosovskyi
b43f9e0dfd
[ #11173 ] Open profile on tapping self mention
2020-09-17 17:17:25 +03:00
Gheorghe Pinzaru
20b5ad9ebb
Always use waku
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-09-17 15:19:32 +02:00
Andrea Maria Piana
e2071dc968
[ Fixes : #11170 ] Move some pn settings to advanced
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-09-17 15:07:53 +02:00
andrey
889d4c16a4
[ #11163 ] No margin between "Block this user" button and main tabs panel on user profile view on iOS
2020-09-16 18:08:17 +02:00
Volodymyr Kozieiev
a95520067f
Added ui for asking webview page permissions
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2020-09-16 12:17:45 +03:00
andrey
0594548617
[ #11150 ] Chat icons are black in dark mode
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-09-15 14:30:54 +02:00
Gheorghe Pinzaru
f7ec945c56
Force transparent color for timestamp android
...
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
2020-09-15 10:00:57 +03:00
andrey
301f1c8cf2
fix tokens validation
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-09-14 16:06:52 +02:00
andrey
1e5288a016
fix local nicknames
2020-09-14 12:22:46 +02:00
andrey
59e226bab2
fix local names , mute chat translation, replace null crash
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-09-14 11:58:45 +02:00
Roman Volosovskyi
16fecc2ac6
Mentions suggestions
2020-09-10 22:07:56 +03:00
Andrey Shovkoplyas
0675d0d8d7
ios pn
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-09-10 14:12:18 +02:00