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