Audrius Molis
cf83725ef1
Replaced incorrect aget access FIX #3067
...
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-02-02 20:27:34 +03:00
Foo Pang
ae04dde8ba
[ Fix #3076 ] Separate figwheel from dev lein profile
...
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-02-02 17:02:45 +03:00
alwxndr
03e62548a6
[ #3007 ] Removed location command
2018-02-01 22:25:50 +01:00
Alexander Pantyukhov
74f9ea32a3
[ fix #1604 ]: Commands send, request, location are sent several times if quickly tap on send button
...
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-02-01 19:16:53 +03:00
Jakub Dušek
8f1bc58b4b
[ FIX #3136 ] Add a line under profile image when editing profile
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-01-30 16:48:31 +01:00
Andrey Shovkoplyas
7e78acc0cc
implemented browser , removed browse command
2018-01-30 16:19:59 +03:00
Roman Volosovskyi
1ba7c33868
improve navigation duration
2018-01-30 13:52:38 +02:00
Goran Jovic
5ecdb174e2
feature #3052 and #3054 - edit profile and qr code viewer
2018-01-25 14:22:04 +01:00
Andrea Maria Piana
334b15961c
Refactor add-contacts & add-pending-contact
...
We wanted to move towards having multiple functions
manipulating the data rather than relying on a chain of
dispatched events.
I have refactored ui.screens.contacts.events so that now the
functions mainly manipulate fx, passed as a first parameter.
Their responsability is to make sure their fx are merged in, so
that they can be composed more easily.
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-01-24 18:13:52 +01:00
Andrea Maria Piana
7012125024
Add :add-pending-contact-and-open-chat handler
2018-01-24 18:13:36 +01:00
Andrea Maria Piana
3a65dcd3c2
Start chat when user adds a pending contact from the "new contact" view
...
When a contact is removed it is set to pending?.
If the same contact is added again we now dispatch a :start-chat event
which initiate a 1-1 chat with them.
2018-01-24 18:13:36 +01:00
Eric Dvorsak
63afd37921
[ fix #2985 ] Show sent transaction immediatly in history
2018-01-24 09:27:10 +01:00
Julien Eluard
b3e2a610f1
[ISSUE#3105] Fixed section renderer data access
2018-01-23 18:17:24 +01:00
Julien Eluard
4dd9b9c18c
[ISSUE#3099] Do not hardocde list item height
2018-01-23 18:09:08 +01:00
Dmitry Novotochinov
b7dadc78c2
[ fix #2754 ] Don't update contact with old data
...
When contact-request message arrives, it may contain outdated info
about contact including old profile picture.
2018-01-23 18:57:49 +03:00
Dmitry Novotochinov
9f35d265c8
[ fix #3091 ] fix edit group chat contact list
2018-01-23 14:26:25 +03:00
Goran Jovic
ef57a5ca35
feature #2906 - new profile screen
2018-01-22 12:21:34 +01:00
Andrea Maria Piana
0b035cfad7
Remove unused erc20-enabled flag
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-01-18 10:02:00 +01:00
Julien Eluard
d05f50db62
[BUG #2881 ] Migrated wallet main screen to latest mockups
2018-01-17 10:36:43 +01:00
Andrea Maria Piana
29657a08de
Add back icons/chats icon
...
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-16 23:52:02 +09:00
Eric Dvorsak
5c359886e5
[feature] refactor discover events
...
use re-frame idiomatic register-handler-fx, reg-fx and coeffect.
the events are still not free of side-effects as there is some
db calls involved which will be taken care of in a future PR
it also reduces the events fired at app init from 3 to 1
discover-related event
2018-01-15 16:18:24 +01:00
Dmitry Novotochinov
5f02e4287f
Refactor offline inbox events
...
- Add error handlers
- Memoize calls to add-peer and mark-trusted-peer
- Use re-frame events to control flow
2018-01-15 12:43:38 +03:00
janherich
4ce70f86fb
Remove message data remnants
2018-01-13 22:09:32 +01:00
Goran Jovic
9f9d788e2c
restored the previously removed switch user ie logout action
2018-01-13 16:39:42 +01:00
Foo Pang
343f5c1e8e
[ Fix #2900 ] Unread badge counter doesn't fit large numbers
...
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-13 03:53:10 +09:00
Goran Jovic
8e5fc1d6f1
bug #2949 - resolved unset gas info after send from chat
2018-01-13 03:47:51 +09:00
m'hammed
91a7dc2cdf
[BUG #2419 ] Adapt description text input size to make it not overlap with save button. And make parent view scrollable
...
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-12 22:51:37 +09:00
janherich
2b405d4d6c
Fix chat list rendering
2018-01-12 11:37:00 +01:00
Andrey Shovkoplyas
a3cffebb23
code review, renamed chats-list to home
2018-01-12 12:10:15 +03:00
Andrey Shovkoplyas
d582e6e366
reworked main tabs, removed swiper and drawer npm libs
2018-01-12 12:10:15 +03:00
Julien Eluard
b76095e599
[BUG#2417] Update balance when sending request from chat
2018-01-11 18:39:55 +09:00
Dmitry Novotochinov
df96d6e826
[ fix #2924 ] change currency font color to white on send screen for android
2018-01-10 21:35:06 +03:00
Julien Eluard
7cb9e09c08
[BUG#2882] Improved wallet asset selection
2018-01-10 13:35:03 +01:00
Goran Jovic
b1f49a7730
bug #2950 - missing action buttons in unsigned transactions list
2018-01-10 17:09:25 +09:00
Eric Dvorsak
c99af08c4f
[ fix #2903 ] fix arity bug on iOS
...
also use ListEmptyComponent prop for section-list
2018-01-09 15:18:18 +01:00
Eric Dvorsak
7685b43049
use not=
2018-01-09 15:12:56 +01:00
Eric Dvorsak
c0ba70c28a
[fix #] pass network-status to account app-db
...
when login offline the offline gray box was not shown in chat-list
and the fix in #2314 would not work in that case
2018-01-09 15:12:56 +01:00
Eric Dvorsak
156089b07b
[ fix #2314 ] do not try to update wallet and transactions when offline
2018-01-09 15:12:56 +01:00
Dmitry Novotochinov
dc61971608
Fix "Invalid arity: 0" error on sign screen
...
flat-list fails when :separator parameter provided.
2018-01-09 17:09:56 +03:00
Eric Dvorsak
4fe3c63923
[ fix #2957 ] no matching clause error in transaction details
...
symbol is a string, add readable error in case happens again
2018-01-09 09:23:32 +01:00
Julien Eluard
b5735230ff
[BUG#2927] Fixed regression when showing transaction detail
2018-01-08 23:07:23 +09:00
Julien Eluard
f90e1a4ed3
[BUG #2029 ] Properly handle gas details from payment requests
2018-01-05 22:44:12 +09:00
Goran Jovic
5a58211703
bug #2899 - using /send command always uses ETH currency
2018-01-04 15:34:33 +01:00
janherich
52ddccca96
Refactored statuses
2018-01-04 13:49:21 +01:00
Julien Eluard
7c4d2f2ece
[ISSUE #2642 ] Allow to send ERC20 tokens
2018-01-04 09:29:49 +01:00
Julien Eluard
7c8aa75724
[ISSUE #1840 ] Migrated to FlatList
2018-01-03 16:20:28 +01:00
nrakochy
c531ece0bd
[ FIX #2620 ] Refactored doall dispatch into single event and fixed component navigation flag
2017-12-28 18:02:57 +02:00
Vitaliy Vlasov
9f15a2db71
[ FIX #2118 ] ui: store search-key under [:toolbar-search :show]
...
Chat list used to store booleans under [:toolbar-search :show] which is
different from other views and caused the issue described in #2118 .
2017-12-27 10:35:08 +03:00
Foo Pang
792e599dd4
[ Fix #2775 ] Discover: Popular hashtags counter is misplaced
2017-12-27 10:33:41 +03:00
Foo Pang
3e8ce2d6d7
[ Fix #2683 ] Do not run sync state loop on upstream RPC networks
2017-12-27 08:40:18 +02:00