Commit Graph

1654 Commits

Author SHA1 Message Date
Stepan Lusnikov b7a92505bc
Clean account passwords after creation
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-03 08:45:38 +02:00
Stepan Lusnikov 8636dea67a
Fix gwei input styles
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-03 08:35:24 +02:00
kwingram25 90eb2aaaa1
[FEATURE] Encrypt realms 2018-05-02 15:02:54 +02:00
psdp 30dd92d902
[#3459] Done button in Recipient screen clickable area whole row 2018-05-02 14:59:47 +02:00
psdp 97083f31f6
Show all users in group chat members list 2018-05-02 14:56:56 +02:00
psdp b18d6b06c7
Sort Assets in alphabetical order on Wallet -> Manage Assets screen #3926 2018-05-02 14:55:23 +02:00
janherich 2c7063f96e
Fix bad merge 2018-05-02 10:06:22 +02:00
Roman Volosovskyi e830183011
track sent/received events;
force sent/received ratio tracking;
send mixpanel events when state is changed to online;
2018-05-01 19:25:25 +02:00
Roman Volosovskyi 8cd77653f4
fix cyclic deps related to status-im.transport.message.v1.* namespaces;
move account-update to sparate ns;
fix a few more cyclic deps;
2018-05-01 19:25:24 +02:00
psdp 3cbe3dc103
Allow non-admin users to see participants profiles in group chat settings (#3934)
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-05-01 16:42:50 +02:00
psdp ef0024c5dc
Replace accounts/accounts by account/account in app-db [#3907]
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-05-01 16:40:36 +02:00
Ophelia 8604efdfff
Changed "enter your full name" to "Display name"
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-01 17:08:56 +03:00
janherich 8dd04570e4
Hide group chats behind flag
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-05-01 11:13:58 +01:00
kwingram25 c145c8a19f
[#3832] Hide tab bar when keyboard visible 2018-04-30 21:01:56 +02:00
Dmitry Novotochinov 62af757fa1
Show user survey when N amount of messages sent
It's a temporary solution until Instabug fix User Events API
2018-04-30 21:00:09 +02:00
Dmitry Novotochinov 505c546fca
Display correct status for console messages
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-30 18:25:47 +03:00
Andrey Shovkoplyas 6d4c611db1
added simple dapp in dev mode
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-30 18:24:33 +03:00
Andrea Maria Piana 4aaecf792b
Show timestamp inside bubble for text messages
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-04-30 13:04:33 +01:00
janherich 3b4d7a6a62
Remove obsolete code 2018-04-30 08:35:09 +02:00
Andy Tudhope 2f56caec28
Added ATT for easy testing on Ropsten 2018-04-28 09:33:26 +02:00
kwingram25 31f41e2d04 ui: new event fx for sign later in chat 2018-04-27 12:46:26 -07:00
Andrey Shovkoplyas fb92b8174b
fixed 3961
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-04-27 15:25:18 +02:00
Andrey Shovkoplyas ad5539addd
fixed to=nil in transactions
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-04-27 15:24:14 +02:00
Dmitry Novotochinov a8a03067a1
Add resend and delete message actions
* Set message status based on signal from Go
* Set status as "not-sent" on app start if no signal received

Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-04-27 11:03:42 +03:00
psdp 5a96b329f3
Fix navigate-to-clean [#3903] 2018-04-26 21:28:39 +02:00
Stepan Lusnikov 06650aecbb
Add ability to input comma in gas inputs 2018-04-26 21:27:01 +02:00
janherich c6130ed650
Finish faster conversions 2018-04-26 17:21:03 +02:00
Andrey Shovkoplyas 174aac90c0
[#3935] set web3.eth.defaultAccount
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-25 17:29:26 +03:00
psdp 9442b8d9e7
Wrong password hint that shows while signing transaction is slightly misplaced [#3411] 2018-04-25 12:43:03 +02:00
Roman Volosovskyi 6b073fe350
move merge-fx to separate ns 2018-04-25 11:33:48 +02:00
Andrea Maria Piana baf211e1f3
Send signed transaction to deleted chats 2018-04-25 08:55:39 +02:00
Roman Volosovskyi abff71d312
add options to filter events and provide extra data if necessary 2018-04-24 17:15:57 +02:00
Dmitry Novotochinov 4182cf566d
Hide sensitive data from TestFairy
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-04-24 15:10:38 +03:00
kwingram25 a7bd6b6e5c
[#3850] Add Aragon Test (ATT) to testnet wallet
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-23 13:42:10 +03:00
Goran Jovic c4611cf185
feature #3916 - added a few ropsten erc20 tokens, rearranged icon resources
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-20 16:28:47 +03:00
Andrey Shovkoplyas 55d3095b7a
[#3888] [#2704] added personal_sign and CallPrivateRPC methods support
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-19 17:43:50 +03:00
criw d794fccae7
[FIX #3748] align toolbar titles to the left for network & offline-mess
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-04-19 10:36:06 +02:00
Goran Jovic acdbf6d490
bug #3820 - main wallet screen is now scrollable because of assets
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-18 20:43:09 +03:00
Andrey Shovkoplyas 212fb46ce6
added mixpanel events for
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-18 20:38:33 +03:00
janherich 1a9aada018
Fix emoji check
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-04-18 14:10:19 +03:00
Stepan Lusnikov d0c471eef2
Use simple-toolbar in console chat
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-18 11:56:59 +03:00
Roman Volosovskyi 924d16dc64
fix version in release build 2018-04-18 09:44:39 +01:00
Eric Dvorsak d2811d6c45
[fix 3821] fix update-price to only update visible tokens 2018-04-17 16:34:17 +01:00
kwingram25 dd65c44389
[#3856] Keep url in browser if no change 2018-04-17 16:32:51 +01:00
kwingram25 e3cedbc172
ui: remove auto correct from passphrase recover 2018-04-17 16:30:29 +01:00
Roman Volosovskyi a521cc7039
add .catch for isConnectionExpensive promise; fix ios version
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-04-17 14:51:10 +03:00
Stepan Lusnikov ab084068d3
Add emoji content type for messages 2018-04-17 09:01:55 +01:00
Andrea Maria Piana 3c43a622e1
Add timestamps to each message
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-04-16 16:24:20 +01:00
janherich 69b6fb40b4
Fix deleted chats behavior 2018-04-16 12:44:08 +02:00
janherich 80cb7ada68
Remove Jarrad from contacts 2018-04-16 11:59:00 +02:00
Eric Dvorsak 3612fd8c47
[fix 3806] Provide separate MailServers for each network
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-16 12:28:50 +03:00
Anton Danchenko 4de886241c
do not show "Shake to provide your feedback" popup when app starts
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-16 12:26:38 +03:00
janherich a82c087a0f
Refactor subs + fix group chat issues 2018-04-16 10:58:26 +02:00
Eric Dvorsak cf03088a51
delete realm file if schemas are incompatible
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-16 11:52:28 +03:00
Stepan Lusnikov 1abd3c1a78
Fix remove-browser event handler
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-13 12:39:18 +03:00
Goran Jovic 32711c3be4
feature #3845 - added edcon to public chats and using keyboard avoiding view
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-12 14:57:07 +03:00
Eric Dvorsak 7148734e2a
increase pow target to 0.002
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-04-12 10:04:17 +02:00
kwingram25 5297100c53
[FIX #3641] Modify chat input to retain text, parameter box on blur
chat: adds messages-focused chat prop to fine tune command interactions
2018-04-11 19:41:10 +01:00
janherich f406feacc7
Contact refactoring 2018-04-11 14:57:51 +02:00
Marco Süß 450944af20
[ISSUE #3706] collect mixpanel events while offline
This adds a tracking interceptor to `default-interceptors` that replaces the old
`add-post-event-callback` hook. The interceptor gets the required data from
app-db to know if it's online and passes that to a new mixpanel tracking fn that
queues up tracking events, and drains that queue iff the app is online again.

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-04-11 13:00:04 +02:00
Goran Jovic 77e6f45576
bug #3775 - fixed missing dapp descriptions
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-10 16:06:15 +03:00
Andrea Maria Piana 3256d67c2e
Add clock values for public group/chats
I have extended and modified the current algorithm for message ordering
so that it applies for group and public chats alike.

We use Lamport timestamps but we prefix the unix timestamp, which should
maximize the chances of the message being seen on the top of the chat.

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-04-10 12:19:42 +01:00
Andrea Maria Piana f8e73f8538
Add docker integration tests
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-04-10 09:44:22 +01:00
kwingram25 66bcf6562a
chat, ui: allow non-deletable home items, fix console chat ui 2018-04-09 22:07:15 +01:00
Goran Jovic dd8846288a
feature #3767 - added a number of dapps to the default list
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-09 13:55:35 +03:00
Stepan Lusnikov b4a47ab360
Don't navigate back after saving profile
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-09 12:39:24 +03:00
Stepan Lusnikov 0bf41ace67
Fix browser saving
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-09 12:11:19 +03:00
Eric Dvorsak d9eca279d0
Remove migrations as they are not needed anymore because of breaking change
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-04-09 09:42:46 +02:00
Daniel Regeci 52746f4363
[FIX #3698] Decrease tapping area to make the version number not clickable 2018-04-07 11:18:58 +01:00
Alexander Pantyuhov c29c58d044
[#3630]: Improve dynamic image sizing (#3759)
* [#3630]: Improve dynamic image sizing
2018-04-07 11:11:05 +02:00
Andrey Shovkoplyas 71ed35b480
hide command button if there are no commands
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-06 16:19:10 +03:00
Eric Dvorsak 26b0224236
remove crypto libraries and nodeify hack
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-04-06 13:30:27 +02:00
Andrey Shovkoplyas e9af024e0d
fixed help improve screen
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-05 17:46:15 +03:00
Eric Dvorsak df17c50612
Add new protocol
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-04-05 15:40:30 +01:00
Andrey Shovkoplyas 66f90cfdbc
fixed error in photo path
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-05 17:11:10 +03:00
Aleksandr Pantiukhov 7168896ffe
bug #3571: Validation error 'Password confirmation doesn't match password' is shown after you fix value in 'Confirm password'
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-04-05 10:08:12 +02:00
Julien Eluard 5529772858
[ISSUE #3538] Added sharing data settings
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-04 10:32:22 +03:00
Daniel Regeci f7120184a4
[FIX #3214] Question mark is missing on Gas details screen
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-04 10:12:32 +03:00
Goran Jovic cb30f4a844
bug #3638 - fixed uneditable browser address bar in ios
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-03 16:21:45 +03:00
Daniel Regeci 83876f7cf1
[FIX #3143] Cannot sign in to Cryptokitties (chrome webstore)
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-03 09:38:01 +03:00
kwingram25 13c448032c
ios, ui, utils: relocated iOS notification permissions to home screen
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-03 09:36:50 +03:00
Eric Dvorsak b3ef1ed53a
Clean up last utils/handlers
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-02 18:58:57 +03:00
Foo Pang e85823056c
[Fix #3479] Add accessibility labels for Chat screens
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-02 18:57:54 +03:00
Marco Süß 3ba9bdef7b
[ISSUE #3651] change console to look like a dev tool
- rename "Console" to "Status Console"
- hide console dapp badge in home screen
- change icon to something terminal-y
- change empty screen text for console chat

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-02 18:56:07 +03:00
criw dc4ca898a8
[FIX #3176] align group icons with chat name text
Top margins have been removed because they caused icons to be aligned
lower than text and width has been incremented since icons were cut off

[FIX #3176] changed icon's color to colors/gray

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-02 18:52:30 +03:00
Goran Jovic c9b9cf74b3
bug #3735 - fixed broken send and request commands in chat (again)
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-04-02 16:30:41 +02:00
Andrey Shovkoplyas 1faa35bfd9
fixed Empty Gas limit and Gas price
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-02 14:07:21 +03:00
Julien Eluard 38c9bb7266
[ISSUE #3633] Migrated profile lists to latest design
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-30 19:15:25 +02:00
Dmitry Novotochinov 8bbb2f8760
update instabug to 2.8.1
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-03-30 18:37:19 +03:00
Goran Jovic 7c93ac58f5
bug #3735 - fixed broken send and request commands in chat
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-03-30 14:16:04 +02:00
Chad 07afa72420
[3731] typo and grammar fixes to backup and data screens
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-30 12:17:33 +02:00
Dmitry Novotochinov 6786123765
[#3593] Hide passphrase field during TestFairy session
Switch to react-native version of TestFairy

Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-03-29 13:09:23 +03:00
Dmitry Novotochinov 05dd8eba2a
[#3654] set default network in config
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-03-29 12:12:27 +03:00
Daniel Regeci fd7b393ae0
[FIX #3650] Blue open dapp button
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-29 09:49:31 +02:00
Andrea Maria Piana e77504c26f
Revert "Fix message ordering for 1-1 chats"
This reverts commit 7efcdcb150.

We decided to revert this commit as it introduced a couple of issues in
message ordering. In order to release we revert back to the old
behaviour.

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-28 17:04:49 +02:00
Andrey Shovkoplyas 855243436d
reverted network details
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-28 17:03:56 +02:00
kwingram25 80e45bcb9d
[FIX #3678] Allow interaction w/edit profile screen while keyboard visible
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-03-28 17:41:29 +03:00
Andrey Shovkoplyas 33990bc3ba
show 'opt-in' screen to recovery
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-03-28 16:12:54 +03:00
Dmitry Novotochinov e34b187b85
[#3694] Ignore mixpanel/track http error when offline
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-03-28 12:26:53 +02:00
Julien Eluard 49a53645fb
Make Andy happy again (by fixing debug mode)
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-27 17:05:24 +02:00
Oskar Thoren e185acd92b
Fix swipe-delete delete action handler
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-03-27 17:36:21 +08:00
Andrey Shovkoplyas c1c5854cb1
removed unused npm modules, screens, components
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-03-26 20:45:43 +03:00
Julien Eluard f7f41d2f37
[ISSUE #889] Show app version in profile
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-26 18:35:00 +02:00
Andrey Shovkoplyas 83b5312a05
added mixpanel events for profile
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-03-26 14:01:07 +03:00
Julien Eluard 7001b8c396
Added documentaion to mixpanel definition file
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-26 09:47:47 +02:00
Julien Eluard 1248a469a6
[ISSUE #1858] Improved wallet main screen refresh
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-23 12:02:17 +01:00
Dmitry Novotochinov 4e413d853e
[fix #3606] Add 0x prefix to address when sharing
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-23 12:00:39 +01:00
Andrey Shovkoplyas a1d55f30bb
introduced desktop
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-03-23 09:51:47 +03:00
Guenter Kickinger d692ddc7d9
[FIX #3591] always show full link
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-22 17:11:50 +01:00
Marco Süß e40ffd9de5
[FIX #3629] remove extra hyphenation of text in empty home tab
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-22 16:31:22 +01:00
Julien Eluard f1e41cc7ab
[ISSUE #3537] Added mixpanel support
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-22 10:44:18 +01:00
Igor Mandrigin 3008e38624
Send app state changes to status-go.
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-21 10:55:45 +01:00
Foo Pang 48dd386051
[Fix #3319] STT/SNT tokens are not shown by default for recovered account
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-21 10:14:26 +01:00
Roman Volosovskyi 25a5655e74
configurable powTarget and powTime
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-21 09:49:32 +01:00
Foo Pang 02d46c34de
[Fix #3609] Remove showing users profile from 'Creating New Chat' flow
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-20 17:11:02 +01:00
Andrea Maria Piana e8c954ddc6
Use whisper-id when in profile to navigate to chat
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-20 17:08:48 +01:00
Foo Pang 9484a01196
[Fix #3588] "There are no messages in this chat yet" is left-aligned instead of centred as in design
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-20 17:02:00 +01:00
alwxndr 2864b6b4c6
Fixes for chat input; animations leftovers removed
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-20 10:14:27 +01:00
Itoh, Masaru 1b86179a81
Replace default keyExtractor with individual key-fns
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-19 19:04:19 +01:00
Andrey Shovkoplyas 946a44d257
implemented profile onboarding
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-03-19 19:01:15 +03:00
Andrea Maria Piana 9533d158f7
Display contact bar for user not in contacts
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-16 18:47:31 +01:00
Andrea Maria Piana 8bcd635451
Pull username from message or generate when not in contacts
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-03-16 12:46:08 +00:00
Goran Jovic 86df18d764
feature #3009 - restyled chat screen
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-15 16:11:01 +01:00
Foo Pang c3449a3a65
[Fix #3572] regx parse string bug in formatted texts
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-15 16:09:07 +01:00
dongwoo c8e88a74b4
[FIX #3379] Support platform specific :uppercase? as a text prop
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-15 15:22:26 +01:00
Andrea Maria Piana 8c6dde8e06
[ISSUE #3520] Allow adding/chatting with contacts from public chats
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-15 14:16:48 +01:00
Foo Pang 2653cebd7d
[Fix #3394] Add accessibility labels for Wallet screens
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-15 13:59:03 +01:00
Foo Pang 5fc4bddfe5
[Fix #3477] Add accessibility labels for New Chat screens
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-03-15 13:54:32 +01:00
Foo Pang 4756b187ff
[Fix #3472] Add accessibility labels for Profile screens
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-15 13:19:59 +01:00
Itoh, Masaru 98a0c2081f
Refactor timestamp
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-03-15 11:53:23 +00:00
Goran Jovic b447b80ee4
feature #3248 - new contact profile
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-15 12:49:09 +01:00
Julien Eluard 777a0ce3b3
[ISSUE #3559] Fixed regression when sending send request from chat
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-15 12:42:32 +01:00
Julien Eluard 05fffe1652
[ISSUE #3492] Fixed action text style
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-15 09:47:07 +01:00
Julien Eluard 431003e937
[ISSUE #3511] Fixed incorrect styles on iOS
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-14 15:54:27 +01:00
Foo Pang 6f0a710b53
[Fix #3369] Migrate checkboxes to native widget
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-13 16:28:19 +01:00
Foo Pang 27e777d1bd
[Fix #1785] Handle timeout for network failure in utils.utils/http-get and http-post
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-13 16:22:09 +01:00
alwxndr 1b5b6e33b4
[#3325]: Transaction fee field is hidden behind keyboard if Amount field had focus
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-13 16:17:02 +01:00
Foo Pang cad3770b48
[Fix #3485] Increase tap zones for rows with checkboxes
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-13 13:24:57 +01:00
Julien Eluard 615fd7a32b
[ISSUE #3482] Fixe profile UI regression
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-13 12:47:29 +01:00
Pedro Pombeiro 009f9cb125
Update mailserver to Whisperv6-ready mailserver
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-03-13 11:28:28 +01:00
alwxndr 5bbc6d2dd8
[#3478]: Buttons are to close to status bar on Edit profile for group chat
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-12 16:29:18 +01:00
Dmitry Novotochinov 1f1ff9cbaf
[fix #3505] Fix account initialization events order
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-03-12 17:48:43 +03:00
Julien Eluard ed7705ca7f
[ISSUE #3051] Implemented notification settings redirection
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-12 13:36:53 +01:00
Eric Dvorsak e9e1456afc
Fixing fx arguments and event dispatches
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-03-05 04:27:23 +01:00
janherich 7efcdcb150
Fix message ordering for 1-1 chats 2018-03-04 19:26:08 +01:00
Eric Dvorsak 54546204ae
[fix 3424] visually indicated when mailserver or all peers are disconnected
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-03-04 17:43:15 +01:00
Hanwen Cheng 502a28ec7a
Fix #3013 Swipe chat based deletion
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-02 12:27:21 +01:00
Itoh, Masaru 35e8278e8c
Upgrade react native to 0.53.3
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-03-02 12:21:21 +03:00
Goran Jovic a4efcd99c6
bug #3463 - disabled update of group chat participants
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-02 10:00:49 +01:00
teddy070891 ba056beef2
Update de.cljs
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-01 15:36:18 +01:00