Oskar Thorén
baccb01334
Discover: App dapps grid styling and tweaks
...
- Use flat-list and 3 column layout for grid
- Get rid of platform ns dependency
- Minor refactor: "wrap" -> :wrap, backgroundColor -> background-color
2017-10-09 12:23:19 +02:00
Oskar Thorén
b84e17b974
Assert flat-list sequential data
...
Deals with vector-of-maps vs map-of-maps issues, e.g. map-of-maps hangs with
bad errors from React Native side
2017-10-09 10:36:15 +02:00
angusiguess
3225d1a258
Add progress-spinner to sign-transaction
...
Disable screen while transaction is signing
Add handling for incorrect password on signing
Fix bug where spinner doesn't appear on the second time
Address feedback
More rebase fixes
Fix spec failure
2017-10-07 19:21:23 +02:00
Oskar Thorén
4c8935a16f
Discover: Show all apps
...
- Addresses https://github.com/status-im/status-react/issues/1972
- WIP carousel
- Not pixel perfect
2017-10-06 15:36:26 +02:00
Eric Dvorsak
6e2e14dfea
rework swiper
2017-10-06 15:35:36 +02:00
Eric Dvorsak
03a37b34ec
[bug] fix 2003 unsigned transaction count upon expiration
...
this fixed involved changing the swiper so that a function can be passed as
title instead of a string.
this allows developpers to pass custom elements as titles and still use style
and variables that are computed when tab is built
2017-10-06 15:35:36 +02:00
Julien Eluard
e99cae58cc
[BUG #1991 ] Make sure provided eth address is valid
2017-10-06 14:31:26 +02:00
Andrey Shovkoplyas
54d68081b4
send command and remove old wallet
2017-10-06 12:13:14 +02:00
Roman Volosovskyi
91bb69c6f7
fix printing type symbol as event name
2017-10-06 09:29:55 +02:00
Eric Dvorsak
e66ae8b388
[bug] fix order of transactions in sections of transactions history
...
order should be latest transaction first
2017-10-05 20:14:44 +02:00
Eric Dvorsak
d022c286bb
[Wallet] remove syncing animation ( #2011 )
...
* [design] remove syncing animation outside of chat views
replace no-sync-bar? parameter by show-sync-bar? parameter as not showing
the sync bar is the norm and showing it the exception (only appears in chats)
* add suscription and spec for sync-state
2017-10-05 19:16:41 +02:00
Goran Jovic
ba5bd2b511
feature #1969 - public chats teaser in discover
2017-10-05 18:32:44 +02:00
angusiguess
34c3295f84
Fix spelling issues in labels
2017-10-05 14:56:53 +02:00
Roman Volosovskyi
2a9ac44564
close app on switching from network with local LES ( #2007 )
2017-10-05 13:23:25 +02:00
Julien Eluard
23eeadf95a
[BUG #1990 ] Improved amount validation in wallet/send screen
2017-10-05 10:12:56 +02:00
Goran Jovic
dd5c433687
fix #1977 - discover recent statuses and statuses per popular hashtags
2017-10-05 08:59:57 +02:00
Roman Volosovskyi
a7950af335
remove code related to restarting RPC server on entering background ( #2008 )
...
* remove restart-rpc-server, stop-rpc-server, start-rpc-server functions and related code
* clean native code
2017-10-04 21:56:27 +02:00
Roman Volosovskyi
cede095746
reset shh keys on starting whisper, fix warnings related to outdated shh keys
2017-10-03 17:54:18 +02:00
Roman Volosovskyi
2763c87c40
use account-update function instead of dispatching :account-update ( #1995 )
...
* use account-update function instead of dispatching :account-update
* add (inject-cofx :now) to default interceptors
2017-10-03 17:06:12 +02:00
Roman Volosovskyi
4b6f920e43
add predefined ethereum networks
2017-10-03 10:32:49 +02:00
angusiguess
8d2992d1a4
Fix viewport translucency math
2017-10-03 10:32:16 +02:00
angusiguess
3578eed912
Update navigation for QR scan
...
Factor copy/paste to use choose-recipient
Change assoc to an update
Set name to nil
2017-10-03 10:32:16 +02:00
Eric Dvorsak
db7614f8f7
Various styling fixes for wallet
...
[bugfix] transaction details background should be white
[bugfix] button styling in unsigned transactions
[bugfix] make whole item touchable in transactions history and unsigned
[bugfix] correction of icons styling in transactions history
[bugfix] error message should not touch the toolbar in wallet
[bugfix] add asset icon and text are different on ios and android
PR review fixes
2017-10-03 10:32:16 +02:00
angusiguess
69a6baf09b
Add flashlight functionality to choose recipient screen
2017-10-03 10:32:16 +02:00
Andrey Shovkoplyas
499cd393ad
fixes tests
2017-10-03 10:32:16 +02:00
Andrey Shovkoplyas
9246d7df21
send transaction layer 1
2017-10-03 10:32:16 +02:00
Eric Dvorsak
62affda881
add unsigned transactions bindings in new wallet
2017-10-03 10:32:16 +02:00
angusiguess
498f641c8a
Initial Commit for first send screen:
...
- Update toolbar text
- Add frame for camera/qr
- Add button for choose contacts
- Add button for address from clipboard
- Add button for browse photos
Set recipient from clipboard.
Added functionality and event handling necessary to set recipient
from clipboard.
Add choose-recipient event to assoc into the database
Add QR code scanning to first screen
Add vector icons for copy and select image
Fix svg
Fix rebase, localize labels
Add checkmark icon (this is a placeholder, current svg won't render)
Remove leak from develop
Vertical alignment fixes
Vertically align maps in view
Address review comments
Fix rebase reference problems/styling issues
Small style tweaks, fix icon
Fix small design issues
Indentation fixes
Address review points
Fix indentation
Prevent permissions request on ios
On ios, a permissions request results in a null reference error,
do a platform check before performing a permissions request.
Fix compile error
Restyle for ios, colours, layout
Update icons on ios
Restyle disabled button
Browse photos button disabled
Add viewfinder and platform specific styling.
Viewfinder and style changes
Add some torch functionality, fix toolbar, style issues
Refactor view style, add translucent bits to viewfinder
Address pull request feedback
Replace a style by defstyle
2017-10-03 10:32:16 +02:00
angusiguess
3b4d140ef6
Initial Commit for first send screen:
...
- Update toolbar text
- Add frame for camera/qr
- Add button for choose contacts
- Add button for address from clipboard
- Add button for browse photos
Set recipient from clipboard.
Added functionality and event handling necessary to set recipient
from clipboard.
Add choose-recipient event to assoc into the database
Add QR code scanning to first screen
Add vector icons for copy and select image
Fix svg
Fix rebase, localize labels
Add checkmark icon (this is a placeholder, current svg won't render)
Remove leak from develop
Vertical alignment fixes
Vertically align maps in view
Address review comments
Fix rebase reference problems/styling issues
Small style tweaks, fix icon
Fix small design issues
Indentation fixes
Address review points
Fix indentation
Prevent permissions request on ios
On ios, a permissions request results in a null reference error,
do a platform check before performing a permissions request.
Fix compile error
2017-10-03 10:32:16 +02:00
Herich
d9db548e57
Refactoring chat events to shorten event chains
2017-10-03 09:28:38 +02:00
Roman Volosovskyi
5a49926ad0
remove status-im.utils.ethereum-network ns
2017-10-03 08:26:00 +02:00
Roman Volosovskyi
bc9e65774c
remove duplicate calls to jail
2017-10-02 18:12:25 +02:00
Roman Volosovskyi
cf7a9845c6
data_store and network_settings from #1115
...
missed default networks
fix :load-default-networks
network settings screen
fix network details screen
networks in account
fix network property saving
update startNode and stopNode on iOS
test RPC proxy on iOS
StopNode and StartNode on androd
pass UpstreamConfig to status-go
upgrade status-go
added default network on login
fixed UI, added vector icons
added network name in drawer
migrated accounts
workaround for account v4 migration
2017-10-02 14:13:10 +02:00
Roman Volosovskyi
a0872fb1bf
ensure that bool value is set to refreshing prop
2017-09-28 16:05:55 +02:00
Andrey Shovkoplyas
f36dca3b5c
fixes vector icons
2017-09-28 16:56:58 +03:00
Eric Dvorsak
3f2416fafd
refactor chat actions view
2017-09-25 19:55:47 +02:00
Eric Dvorsak
28355ca3c5
add accessibility ids for end-to-end tests
2017-09-25 19:55:47 +02:00
Eric Dvorsak
17011f6d9e
refactor toolbar action
2017-09-25 19:55:47 +02:00
Eric Dvorsak
998df74b10
add gas price in gwei in transaction details
2017-09-25 19:54:57 +02:00
Oskar Thorén
9ab7ebdcf2
Push notifications: Print notif and data payload when resuming app
...
- on-notification listener registered in root component
- print data (hardcoded keys) and notif payload to debug
2017-09-25 16:32:35 +02:00
Roman Volosovskyi
0badfd6b5b
fix Use of undeclared Var status-im.utils.platform/platform warning
2017-09-25 14:07:08 +02:00
Eric Dvorsak
7d9190bb85
fix #1893 cannot scroll to last 2 transactions in history
...
update react-native-swipper to latest working version
remove bottom margin hack in other screens with similar bug
fixes Cannot scroll transaction history when app is syncing #1902 as well
2017-09-25 13:09:27 +02:00
Oskar Thorén
c846574155
Fix portfolio change to 0 if balance is zero
...
If you don't have money in your balance, your "portfolio" change is nothing.
- Positive portfolio change includes if it is zero
2017-09-25 11:17:50 +02:00
Roman Volosovskyi
d86a853f07
atomic Confirm button for transactions
2017-09-21 14:46:49 +03:00
Jan Herich
805d874846
Fix #1886 ( #1894 )
...
* Fix #1886
Completly rework the way how async handlers work
Delay further processing of message till async handler returns result
* Fix indent
* Fix #1903
2017-09-21 14:08:51 +03:00
Eric Dvorsak
bce18bf32c
typo prevented error on prices-update from clearing
2017-09-20 17:26:58 +03:00
Eric Dvorsak
8d80e35305
make history-list the default transactions tab
2017-09-19 13:17:15 +03:00
Julien Eluard
b8dff77311
[ FIX #1854 ] Fixed broken pull-to-refresh behavior
2017-09-19 13:17:15 +03:00
Eric Dvorsak
d6966e2d34
remove unsigned transactions before they are implemented
2017-09-19 13:17:15 +03:00
Eric Dvorsak
5e31fcdacc
add transaction details screen
2017-09-19 13:17:15 +03:00
Oskar Thorén
1b0409fdc9
Bugfix: correct realm schema for release
...
In release 0.9.11 we'll have v13, so we don't want to modify this in develop.
This moves Push notification related changes into a new migration as opposed to
merging them into one.
2017-09-18 17:51:53 +03:00
Oskar Thorén
d30a14a774
Bugfix: resolve undeclared var for status/notify
...
Rebasing introduced regression due to refactoring of how native modules are
called. Call implementation when available, noop when stubbing status-go.
2017-09-18 17:48:44 +03:00
Oskar Thorén
b5c0b24f30
Push notifications: end to end v1
...
- Send notification when sending message in 1on1 chat
- Add notify FFI with binds for ObjC and Java
- Add fcm-token to contacts in spec and realm
- Add notifications to db
- Include fcm-token in contact request
- Update fcm-token when it arrives and put it in DB
- Disable copy-paste hijacking and popup
- Turn on notifications flag in Jenkins build
2017-09-18 16:28:04 +03:00
Jan Herich
b889a07a86
Implement possibility for async command handlers ( #1857 )
...
* Implement possibility for async command handlers
Command handler can now return results asynchronously,
and those results as saved and persisted, indexed by
command message-id.
* Address feedback raised in PR comments
* Different handler codes + simplified error message
2017-09-18 16:08:06 +03:00
Roman Volosovskyi
e961801429
utilize single jail.signal event for all signals from jail
2017-09-18 16:06:22 +03:00
Roman Volosovskyi
43a5d91ca2
upgrade status-go to bugfix-updated-cht-#185-gd84d10d
...
changes in shh API according to https://github.com/ethereum/go-ethereum/wiki/Whisper-v5-RPC-API
2017-09-18 16:06:22 +03:00
Julien Eluard
7c82f3f0c3
[ FIX #1851 ] Improved iOS wallet UI
2017-09-15 18:28:24 +02:00
Andrey Shovkoplyas
9f5d808702
fixes Wallet Request screen UI issues
2017-09-15 16:37:27 +02:00
Andrey Shovkoplyas
66dd3a2e82
implemented request transaction
2017-09-15 16:37:27 +02:00
Eric Dvorsak
a43af5e078
rename wallet history -> wallet transactions
2017-09-15 16:37:27 +02:00
Eric Dvorsak
c22060542a
sort completed-transactions by timestamp
2017-09-15 16:37:27 +02:00
Roman Volosovskyi
8c044d9991
stub for ReactNativeModule
2017-09-15 14:15:32 +03:00
Goran Jovic
eac7e06f40
feature #1805 refactored protocol listeners
2017-09-15 14:15:04 +03:00
Julien Eluard
a85929e72d
[ FIX #1802 ] Make sure wallet buttons have proper width
2017-09-13 09:43:09 +03:00
Oskar Thorén
cdc996caa2
Remove cljs-priority-map
...
cljs-priority-map provides a special purpose data structure that needlessly
complicated things and doesn't appear to provide much value for what it gives
us.
Instead, keep :chats an ordinary map and sort vector on final subscription, as
our ListView destructures data-source items correctly.
This means we can upgrade Clojurescript.
2017-09-13 08:46:35 +03:00
Julien Eluard
9cda6806e3
Fixed various wallet UI inconsistencies
2017-09-12 10:46:15 +03:00
Goran Jovic
a764da2b4b
fix #1605 protocol message parser catches all invalid payload as errors
2017-09-11 09:46:24 +03:00
Eric Dvorsak
7a06bb8278
fix #1804 - duplicated status in discover tab
2017-09-11 09:18:11 +03:00
alwx
7875e11ea0
1628: Add Testnet warning, so no real ether or SNT is sent to the app
2017-09-10 12:23:49 +03:00
Julien Eluard
3e1d731111
Fixed incorrect margin for toolbar action buttons
2017-09-09 17:31:33 +03:00
Oskar Thorén
ef777511dc
Enable treating warnings as errors and list acceptable warnings
2017-09-09 14:05:13 +03:00
Eric Dvorsak
35b69030bf
fix compilation warnings
2017-09-09 12:48:30 +03:00
Oskar Thorén
60515a01e6
Turn off NOTIFICATIONS_WIP_ENABLED for Jenkins; remove dup event
...
- After testing we don't need to expose this WIP with popups etc
- get-fcm-token event was accidentally included twice during rebase leading to warnings
2017-09-09 12:11:09 +03:00
Henrik Kjerringvåg
51730d2404
Added a translations-file for Norwegian Bokmål
2017-09-09 07:45:32 +03:00
Eric Dvorsak
ab98de0be5
moving drawer local state to db and fixing bug
2017-09-09 07:36:05 +03:00
Eric Dvorsak
d5981c65a1
add accessibility labels for UI testing
2017-09-08 16:39:54 +03:00
Julien Eluard
ad7c6b8542
Fixed tabs component
2017-09-08 14:50:19 +03:00
Oskar Thorén
aaa13b922b
Push notifications: iOS request permissions, listen for token, flags
...
- Asks for permissions on iOS at startup
- Introduce NOTIFICATIONS_WIP_ENABLED flag
- Surface FCM Token and put it in clipboard for QA manual end to end testing
- Listen for FCM RefreshToken event at root
2017-09-08 12:05:21 +03:00
Eric Dvorsak
c1cac1eb7c
wallet UX error fixes and more frequent refreshes
...
fix wallet errors that were sticking when refresh occured
add separate errors for transaction history fetching with visual feedback
update wallet when going on wallet tab
update transaction list when opening transaction modal
2017-09-08 11:53:49 +03:00
Julien Eluard
97789feb6b
[ FIX #1772 ] Fixed incorrect icon padding
2017-09-08 11:53:27 +03:00
Eric Dvorsak
5d2a0e836a
link transaction history with real transactions data
...
- add transactions utils namespace
- link transactions to view
2017-09-07 16:02:13 +03:00
Andrey Shovkoplyas
f88c3feaf6
reworked main tabs using svg icons [ #1748
2017-09-06 17:05:56 +03:00
Julien Eluard
1a6bfd06a6
Fixed UI glitch when switching to wallet tab on iOS
2017-09-06 14:51:45 +03:00
Eric Dvorsak
de9905a14e
Fix: timezone offset for today was missing
2017-09-06 11:08:52 +03:00
Julien Eluard
36d1568a76
Fixed main wallet discrepancies
2017-09-05 17:38:19 +03:00
Julien Eluard
c3f38249e5
Improved eexception-handler to provide more contextual info
2017-09-05 17:19:39 +03:00
Goran Jovic
2fc6854543
fix #1448 #1741 - workaround to identify a group chat by existence of group-id rather than unreliable group-chat flag
2017-09-05 09:25:06 +03:00
Andrey Shovkoplyas
a3700c19ac
made user pics circle in chat
2017-09-05 07:29:31 +03:00
Andrey Shovkoplyas
1655873738
[ fix #1460 ] hide emoji on commands selection
2017-09-04 17:16:11 +03:00
Julien Eluard
99e04105ec
[ FIX #1731 ] Prepare configuration allowing to fail build
2017-09-04 11:16:44 +03:00
Julien Eluard
bc73fbd83e
[ FIX #1721 ] Disable sign-in button when no password has been entered
2017-09-04 11:16:03 +03:00
vojta
c6daeaa1ee
Added Czech translation
2017-09-04 08:01:23 +03:00
Eric Dvorsak
c46a465b98
fix compilation warnings
2017-09-02 10:01:13 +03:00
angusiguess
bc37283cb7
Add wallet error message.
...
- Add wallet key to db
- Add sub for wallet error messages
- Add event handlers to set wallet values
- Cover the above with tests
Oh and add the tests
Add error view
Add exclamation mark, style error message, add message to view
Remove commented styling
Localise wallet error
Add translation
- Add an english translation for the error message
- Change error representation in db to a keyword
- Update handlers to set and clear keywords
Constrain spec, make view conditional
- The spec for error messages now takes a predefined set.
- Error message only pops on error
Fix test
Align maps
Reduce event chain size, move logging to timbre
2017-09-01 19:01:12 +02:00
Goran Jovic
d2530517c4
feature #1585 generate signing phrase, show it to the user during on-boarding, store in the account; account schema updated, added migration, generating a new signing phrase on recovery
2017-08-31 15:41:15 +03:00
Julien Eluard
dd6d679322
Improve error message when status-go throw an error
2017-08-31 10:25:37 +02:00
Eric Dvorsak
37a67b3ccf
create subscriptions for wallet data bindings
2017-08-30 14:08:58 +02:00
Oskar Thorén
e169949e0a
Push notifications: Spike for Android
...
- Print FCMToken which can be used to send PNs from Firebase Console
- Include react-native-fcm and related packages
- Update capabilities for iOS
- google service config files for Android and iOS
2017-08-30 13:58:52 +02:00
Andrey Shovkoplyas
be57d85147
implemented svg icons
2017-08-30 11:09:27 +02:00
Gustavo Nunes
9a06417b6e
New screen: Wallets list (ui only)
2017-08-29 16:51:17 +02:00
Oskar Thorén
f07eff4ab1
Merge pull request #1686 from status-im/feature/wallet-transactions
...
Implemented all wallet/transactions screens
2017-08-28 09:32:42 +02:00
Goran Jovic
e6e65a41d8
fix #1397 - two sent messages instead of one in group chat, only recipient's wallet updated
2017-08-28 10:03:31 +03:00
angusiguess
0df8dcad32
[ FIX #1474 ] Fix copy/paste of coordinates, address, and map viewing
2017-08-25 16:27:08 +03:00
Julien Eluard
a2b717cfbb
Implemented all wallet/transactions screens
2017-08-25 12:46:41 +02:00
angusiguess
6fa9040def
[ FIX #1668 ] Prevent UI keys from propagating to account model.
...
The ```:account-update``` event was being passed the key
```update-status?``` which has nothing to do with an account as
represented in the db. This resulted in a spec failure when this
key was detected on an attempt to save changes.
I've sanitized this event by pulling out the three account keys,
```[:name :photo-path :status]```
that are relevant to ```profile``` and ensuring that only they get
passed to ```:account-update```.
Profile updates now work as expected.
Add tests covering profile events
Fix the runner
2017-08-25 13:10:18 +03:00
angusiguess
52c8fc967d
[ FIX #1602 ] Trim whitespace from passphrase during account recovery
...
Currently account recovery includes whitespace on either side of the
passphrase, preventing recovery of the desired account.
We trim that whitespace in the account-recovery-fx
2017-08-24 16:36:47 +03:00
Julien Eluard
2585a32c7a
Enable main wallet screen. WIP features are hidden behind flag
2017-08-23 12:28:42 +03:00
Oskar Thorén
8ac1535dab
wallet: main screen live data binding
...
Initial utility for live data binding in the new wallet.
- Add prices namespace to get fiat prices from Cryptocompare
- Events to init wallet balance and load prices
- Listen to these events in wallet main view
- Show accurate ETH balance, USD value and %change from yesterday
- Enable wallet tab in Jenkins
2017-08-22 11:52:31 +03:00
Julien Eluard
55fd200c71
Introduced tab switching for wallet transactions screen
2017-08-22 11:41:37 +03:00
Eric Dvorsak
92f3f9a4c5
Fix #1648
...
Popup null is not an object (evaluating 'e.replace') if tap on
status -> username -> status in drawer
2017-08-21 10:20:31 +03:00
Andrey Shovkoplyas
bab4e33ec2
Accounts refactoring #1610
2017-08-21 10:19:03 +03:00
Eric Dvorsak
cb48195383
fix #1571 Feature/profile refactoring
...
Second step of refactoring guidelines to fix #1571
- use fx and cofx
- specs
- simplify event chain
2017-08-18 13:15:25 +03:00
Julien Eluard
a22bde50c7
First implementation of the unsigned transactions list
2017-08-18 12:34:16 +03:00
Mihael Konjevic
90c26570f8
[ FIX #148 ] Disable back button on QR code reader page until camera is available.
2017-08-18 10:47:25 +03:00
Mihael Konjevic
41429cf1ed
Ensure that `:initialCenterCoordinate` attribute gets the correct data
...
Mapview component accepts the `:initialCenterCoordinate` which always must have
longitude and latitude attributes. This ensures that they will always be present
even when they are missing from the map passed retreived from the app state.
2017-08-18 10:43:45 +03:00
Goran Jovic
1ca35db17c
fix #1518 and #1573 - removed potentially offensive words, made username generation deterministic, updated unit tests
2017-08-17 18:43:15 +03:00
Oskar Thorén
8e22ce9466
utils: Support ERC20 balance-of in order to get token balance
...
This is necessary in order to display token balance in Wallet.
2017-08-17 17:19:49 +03:00
Herich
e3f27ee5ee
Refactor command data loading + chat input handling
...
Also accomplished was removal of redundant preview loading
and command markup is now stored as cljs data in app-db,
only being translated to RN components in subscriptions
2017-08-17 09:08:07 +03:00
Andrey Shovkoplyas
7506689fe5
navigation refactoring #1609
2017-08-16 13:13:38 +03:00
Julien Eluard
9bacc65c8d
Implement wallet/transactions basic skeleton
2017-08-16 12:09:01 +03:00
Eric Dvorsak
69a84c8315
Costmetic refactoring according to refactoring guidelines
2017-08-16 11:00:25 +03:00
Roman Volosovskyi
a93cb0b1d1
show testfairy warning on startup ( #1569 )
2017-08-14 21:44:48 +03:00
Andrey Shovkoplyas
1fe17305af
removed an unnecessary character
2017-08-14 14:27:27 +03:00
Andrey Shovkoplyas
e158ba5d4f
fixed wallet screens
2017-08-14 14:15:48 +03:00
Andrey Shovkoplyas
883b702fcb
Introduced new hierarchy ,refactored core
2017-08-14 13:42:20 +03:00
Oskar Thorén
8d040aee11
wallet (WIP): Hook up handlers to minimal send-transaction screen
2017-08-11 12:14:17 +03:00
Roman Volosovskyi
13dcf9dafe
fix main_screen dir
2017-08-10 17:32:38 +03:00
Gustavo Nunes
dc42a9a719
Created Wallet main screen
2017-08-10 11:42:29 +03:00
Andrey Shovkoplyas
a91a945bfa
tests for group module
2017-08-10 10:05:29 +03:00
Roman Volosovskyi
0ada614d62
utilise CallRPC in react-native-status module
2017-08-09 19:38:48 +03:00
Andrey Shovkoplyas
6d62a21af7
tests for contacts events
2017-08-09 16:43:40 +03:00
Oskar Thorén
db6b80d529
chat, protocol: Introduce Lamport clock semantics for message order
...
This commit ensures messages are ordered correctly when participants join and
leave a group chat. Specifically, the last received message will appear last.
Previously the user and chat clock was queried and updated in an ad hoc manner.
With this change there are only two clock changes to keep track of:
Sending messages:
time = time+1;
time_stamp = time;
send(message, time_stamp);
Receiving messages:
(message, time_stamp) = receive();
time = max(time_stamp, time)+1;
(See https://en.wikipedia.org/wiki/Lamport_timestamps )
Note that this means we can get rid of all the non-message clock queries and
updates.
2017-08-09 12:34:36 +03:00
Julien Eluard
646f61a406
Give all components a :display-name.
...
Make sure components use :reagent-render.
2017-08-08 21:42:26 +03:00
Oskar Thorén
b510488f11
fix #1050
...
Introduce a money namespace that solves a bunch of issues related to significant
numbers being preserved and converted correctly.
2017-08-07 13:55:22 +03:00
Roman Volosovskyi
f91c480ad8
remove sensitive data from debug output
2017-08-04 20:45:24 +03:00
Andrey Shovkoplyas
b429076cad
refactored new-group events using fx and cofx
...
reorganized modules structure, renamed files, improved requirements
2017-08-04 06:36:16 +03:00
Herich
d9800fe9a7
fix #1469 chat: location is shown as plaintext
2017-08-03 17:05:39 +03:00
alwx
abafa3308a
Unit tests for input model
2017-08-02 17:03:11 +03:00
Oskar Thorén
fc59f8d7f1
fix #1050 transaction view: app crash
...
Transactions with 15 significant digits crashes the app due to something weird
going on in the Clojurescript -> web3 -> BigNumber chain. This fix converts the
number into a BigNumber before converting it into Ether.
2017-08-01 15:41:12 +03:00
Herich
4521020ce5
fix #1486 chat: removable console chat
2017-07-31 14:58:42 +03:00
Andrey Shovkoplyas
3d05f99bd4
implemented fx handler, rewrite handlers using fx and cfx, optimized subscriptions, reorganized structure and renamed files, implemented re-frame-test and wrote some tests
2017-07-28 17:25:55 +03:00
Danny Wilson
68fe57b016
fix #1171 : hide remove option from profile menu for unremovable contacts
2017-07-28 15:40:00 +03:00
Basile Beldame
5b4f15659d
Fix french translation
...
"Address" in english is "Adresse" in French + Everything in the page is in Zero infinitive exect this "Entrez Addresse", which sounded weird.
2017-07-28 15:39:33 +03:00
Herich
9f35e0c983
fix #1488 new_group: once-only handler for save
2017-07-28 14:07:49 +03:00
Oskar Thorén
7eb5cdb9ab
chat: fix #1390 , selection OOB
...
When the input field includes an unmatched " in the input-text, there's a
mismatch between the parsed command-args and the length of the text field,
causing text selection to be out of bounds. By bounding the new selection to a
maximum of the input text, this is avoided.
2017-07-28 12:45:58 +03:00
Julien Eluard
614a2d89cb
Added basic exception handler.
2017-07-26 21:40:38 +03:00
Herich
63d9301a27
fix #1499 chat: don't persist null properties
2017-07-26 18:27:47 +03:00
Oskar Thorén
389e79d683
console: amend fix of #1207 (bad suggestions)
...
A single unbalanced ')' shouldn't count as nesting, so ')' and 'a)' etc don't make the form ''.
console: add ad-hoc test script for suggestions
This creates a quicker feedback loop for testing console suggestions, as well as making sure we don't introduce suggestions regressions.
chat, parameter-box: hide parameter-box when {markup: null} is returned
2017-07-26 16:16:59 +03:00
Herich
f5b0c0c368
chat, data, utils: add implementation of simple preview caching
2017-07-26 15:00:14 +03:00
Julien Eluard
98b58c9036
Removed useless natal-shell dependency
2017-07-26 08:37:59 +03:00
alwx
fe78e7d786
Can use requesting message to send ether if recipient name contains double quotes ( #1411 )
2017-07-25 13:56:07 +03:00
alwx
32b64dcdb9
App no longer crashes if start deleting url while browsing ( #1468 )
2017-07-25 11:15:49 +03:00
Julien Eluard
cdbabca9fe
Multiple hit on save should not create multiple groups
2017-07-25 10:24:02 +03:00
Julien Eluard
20550b42c6
Upgraded translations to reflect changes to :debug-enabled
2017-07-21 12:55:27 +02:00
Julien Eluard
eed74d8af0
Fixed incorrect message keys
2017-07-21 12:53:57 +02:00
nulldash
76e3068220
Update Bahasa Malaysia translation
...
Translated the new added/fixed strings on the tracked en.cljs following commit 5051d1ce9e
and 41ee6bfa89
plus properly translated the word `Wallet`.
2017-07-21 12:52:46 +02:00
Roman Volosovskyi
cad5e0c567
fix missed web3 object
2017-07-18 10:17:58 +03:00
jaimeagudo
41ee6bfa89
Refine translations/es.cljs, fix en `:send-command-description`
2017-07-18 08:50:42 +03:00
Julien Eluard
adc55d6fb9
Make sure validation-messages are nil when navigating to a chat
2017-07-18 08:49:32 +03:00
TheHealthyCat
909f697efd
Update it.cljs
2017-07-18 08:46:38 +03:00
Roman Volosovskyi
be463e0947
messaging test
2017-07-18 08:41:03 +03:00
Andrey Shovkoplyas
0bf8b711be
removed old unused code and resources
2017-07-17 22:48:06 +03:00
Roman Volosovskyi
04c047a811
fix #1458
2017-07-17 16:01:07 +03:00
Roman Volosovskyi
23399c63e1
extract React Native dependencies
2017-07-17 11:38:48 +03:00
alwx
6669f79c44
Comments for input model; redundant functions has been removed; refactoring
2017-07-17 08:05:41 +03:00
Andrey Shovkoplyas
f5348df929
fixes https://github.com/status-im/status-react/issues/1394
2017-07-15 07:13:09 +03:00
alwx
a0de31ebb6
Requesting message in group chat now contains recipient name ( #1396 ); restructuring of commands
2017-07-14 10:11:24 +03:00
Roman Volosovskyi
29ccf9546f
remove :chat-properties sub
2017-07-13 16:13:08 +03:00
Roman Volosovskyi
1a056d0256
fix #1414 by adding necessary data to bot-db
2017-07-13 16:13:08 +03:00
Herich
ac699e3320
chat: fix input length styling after commands
2017-07-13 14:01:35 +03:00
Andrey Shovkoplyas
458c884462
fixed es-mx ns
2017-07-12 13:12:40 +03:00
Roman Volosovskyi
8e896fcdfb
fix #1432 (related to re-frame migration)
2017-07-12 10:04:20 +03:00
Julien Eluard
585d4e0195
Reduce captured photo size.
2017-07-12 09:21:11 +03:00
Raúl Velázquez Collado
70e068b8b0
Create es-mx.cljs
...
Spanish translation for Mexico.
2017-07-12 09:09:09 +03:00
Julien Eluard
4cd140f701
Added missing spec for :sync-data key
2017-07-12 08:57:13 +03:00
Roman Volosovskyi
06bff32f79
fix handlers-> macro
2017-07-11 20:16:02 +03:00
Roman Volosovskyi
1a997cad39
fix Unhandled JS Exception: Vector's key for assoc must be a number.
2017-07-11 19:12:07 +03:00
Andrey Shovkoplyas
1485e07259
make all specs nilable
2017-07-11 15:06:23 +03:00
Julien Eluard
6e5e6200ab
Upgraded to re-frame 0.9.4
...
Simplify handlers chaining
Moved to reg-sub usage
Use reg-sub 3-arity to remove subscribe calls
2017-07-11 11:03:28 +03:00
Andrey Shovkoplyas
f846cb8a92
fixes specs
2017-07-11 10:33:14 +03:00
Andrey Shovkoplyas
21626549d1
implemented spec for app-db
2017-07-10 22:57:36 +03:00
Andrey Shovkoplyas
5051d1ce9e
/location command
2017-07-10 18:20:58 +03:00
alwx
5c15df9b64
/send and /request commands; commands in group chats and fixes for parameter and result boxes
2017-07-10 12:41:30 +03:00
Roman Volosovskyi
a2b2851061
upgrade clojurescript to 1.9.671
2017-07-05 11:26:07 +03:00
Tienson Qin
4d73c47e62
status hashtags, android: fix #1247
...
Summary:
(.startsWith "#你好" "#") not works, but both
(.startsWith "#你好" "#你") and (.startsWith "#abc" "#") works.
2017-07-04 17:32:58 +03:00
nulldash
93889722fe
Update Bahasa Malaysia translation
...
Translated some more, corrected some misspelling and improved some phrase structure.
2017-07-01 20:15:06 +03:00
Mike Jackson
561e0fe77a
data-store: update command_parameter schema and create new migration to fix missing placeholders
2017-06-30 19:17:05 +03:00
Matthieu Béteille
8a3b7372ab
chat: emoji replace
2017-06-30 17:22:56 +03:00
Roman Volosovskyi
173d4afbf3
letsubs macro ( #1392 )
...
* letsubs macro
2017-06-30 16:49:28 +03:00
Roman Volosovskyi
9665ea466d
review comments
2017-06-28 17:57:30 +03:00
Roman Volosovskyi
4f6ebb53d3
text-message in command handler
...
to and from props in context in suggestions function
ability to send request using text-message property in handler and via status.sendMessage
show request's text if it exists
2017-06-28 17:57:30 +03:00
Andrey Shovkoplyas
cc9b0c32c8
added translations from onehourtranslation
2017-06-28 17:41:20 +03:00
Yalu
9bbd96199f
noticed some typos after previous pull request was pulled.
...
Made a semantical correction for "left" which at first was interpreted as having to do with direction, where actually it was about "leaving".
Made a grammatical correction relating to singular plural usage.
Made comment consistent.
2017-06-28 16:32:01 +03:00
Andrey Shovkoplyas
0b2483bf3b
temporary fix for #1369
...
added new languages, fixed small shortcomings
2017-06-28 13:41:29 +03:00
aissenhub
32359d82b2
Create lv.cljs
...
Latvia (latvian language)
2017-06-28 12:34:54 +03:00
Cryotech06
310db2b103
Update to FR translation ( #1311 )
...
Create fr.cljs
2017-06-28 12:34:54 +03:00
skrinnikov
70d7349fbf
bel.cljs
2017-06-28 12:34:54 +03:00
Yooji
52625d8788
Create de.cljs ( #1330 )
...
- fixed some typos
- changed some wordings
2017-06-28 12:34:54 +03:00
Kadauserer
ac19bb0520
Create de.cljs ( #1304 )
...
update de.cljs
2017-06-28 12:34:54 +03:00
JackCandem
1517b02216
"Patch" 1.0
...
Tried to do it on mobile 2 hours ago and ended up accidentally deleting it...so again:
changed "formal" you to "personal" you as thought it would fit better.
changed several changes, small as well as big ones
will need to play around with the app more to be sure if i interpreted the constellation of some of those translations correctly
2017-06-28 12:34:53 +03:00
Zino Hofmann
655f1e17cc
🇳🇱 Update nl.cljs ( #1356 )
...
Update nl.cljs
2017-06-28 12:34:53 +03:00
yāλu
dfc3d4939e
added Nepali translation ( #1346 )
...
added Nepali translation
2017-06-28 12:34:53 +03:00
pedrobraz1990
c6493f6a4a
Update pt_br.cljs
...
Based on whatsapp's words I changed a few translations, also found a couple of typos.
2017-06-28 12:34:53 +03:00
Yooji
cc03fdcffa
Create de_ch.cljs
2017-06-28 12:34:53 +03:00
Paradontix
2912adf8c9
Create la.cljs
...
"Hey guys I/we kinda thought whats the best way to advertise your project if not being able to tell that your supporters are actually so dedicated they will even translate your app into a dead language? (I mean there are propably a million better ways...but still)
WE/I DID IT!
With the best of our/mine school latin and some dictionaries we translated Status into LATIN ! "
2017-06-28 12:34:52 +03:00
Bumsoo Kim
de906ba5ef
Added missing translation & some improvements
2017-06-28 12:34:52 +03:00
vehbimerakli
6ceab6e158
Create tr.cljs
2017-06-28 12:34:52 +03:00
Wietze Bronkema
2f8cc6b5fe
Create fy.cljs ( #1314 )
...
Create fy.cljs. Translation of Status for the Frisian language
2017-06-28 12:34:52 +03:00
matte171
01779c8373
Small update
2017-06-28 12:34:52 +03:00
CopyyCatt
052647edac
he.cljs ( #1296 )
...
Create he.cljs
2017-06-28 12:34:51 +03:00
Foo Pang
4ccc1dcbc4
Update Chinese translations
2017-06-28 12:34:51 +03:00
Guillaume
2c44fe9201
Fix some typos
2017-06-28 12:34:51 +03:00
ayakix
1b286a729c
Update ja.cljs
2017-06-28 12:34:50 +03:00
Ante Sarkkinen
a061bc5590
Create fi.cljs
...
Need to check the translations in the app later on.
2017-06-28 12:34:50 +03:00
nulldash
53f4f9a08a
Create ms.cljs
...
Translation for Bahasa Malaysia
2017-06-28 12:34:50 +03:00
alwx
1596b61b46
More UI components accessible from API, ability to generate QR codes, small cleanup
2017-06-28 10:38:23 +03:00
Jan Herich
fa8fe11bd7
chat: fix broken chat delete logic ( #1343 )
...
* chat: fix broken chat delete logic
Previously, persisting the chat delete functionality was working
only for group chats, where the `debug?` flag decided if delete was
a real "hard" delete (deleting data from the realm database) or just
marking with the `inactive` flag.
However non-group chats were not deleted at all, which I believe is a
bug fixed by this commit.
* chat: fix broken chat delete logic
Fix the branching logic with `if` instead of `when`
2017-06-26 20:41:58 +03:00
Julien Eluard
fc7cc1d795
Clear :last-message when clearing chat history. Fixes #212
2017-06-26 18:43:08 +03:00
Julien Eluard
90d8b5c23c
Fixes #1212 ( #1249 )
...
* Make sure suggestions properly popsup when command starts with space
* Added basic tests for splt-command-args
* Properly handle white spaces
* Added tests for commands with whitespaces
2017-06-26 13:45:49 +03:00
Julien Eluard
5e5b4fa2cf
Tap on return permits sign-in. Fixes #1285
2017-06-26 13:18:05 +03:00
Andrey Shovkoplyas
63bf882e65
fixes https://github.com/status-im/status-react/issues/1217
2017-06-26 13:14:45 +03:00
Julien Eluard
7da40ce7fa
Do not prevent input if first character is invalid
2017-06-26 10:50:19 +03:00
Julien Eluard
2ab9e4e85e
Clear Seq arguments before navigating back to chat. Fixes #1355
2017-06-26 10:49:29 +03:00
Andrey Shovkoplyas
6d3edd7920
fixes https://github.com/status-im/status-react/issues/1325
2017-06-26 10:46:11 +03:00
Roman Volosovskyi
024cf6d6b8
status.sendMessage in jail
...
status.showSuggestions in jail
jail: fix localStorage behaviour on setItem with null value and getItem with key without value
2017-06-05 19:09:51 +03:00
Roman Volosovskyi
c56fa0c688
localStorage in jail
2017-06-05 16:53:20 +03:00
matte171
111c6f3ae0
Update da.cljs
...
Major update with new sentences from en.cljs
2017-06-05 08:51:37 +03:00
Roman Volosovskyi
5b69439d3d
allows markup returned from bot's init function to be shown
2017-06-05 08:10:49 +03:00
Roman Volosovskyi
6f6849f635
use status-go's hackaton-alt branch
2017-06-02 17:45:02 +03:00
Roman Volosovskyi
6921587e13
Navigation in drawer ( #1261 )
...
* navigation in drawer
* fix indentation
2017-06-02 17:35:59 +03:00
Roman Volosovskyi
ec469f59b1
schedule :check-sync outside callback (which can be not called after locking/unlocking phone)
2017-06-01 11:10:36 +03:00
Roman Volosovskyi
45a08d7643
prevent unecessary :preview calls to jail
2017-06-01 10:55:46 +03:00
Mike Jackson
30ef161afa
Bug: Can't set status with #\ ( #1245 ) ( #1252 )
...
* escape queries correctly when querying realm
* kill dead code
2017-06-01 10:22:19 +03:00
alwx
2c90faab86
No more react-native-network-info, updated /debug command response
2017-06-01 10:18:04 +03:00
Andrey Shovkoplyas
1a3e346543
fixes https://github.com/status-im/status-go/issues/120
2017-05-30 16:16:18 +03:00
Julien Eluard
034ff3e413
Fixes #1220 Do not let catch escape
2017-05-26 17:34:37 +03:00
Gustavo Nunes
01fabc243d
bold username in android
2017-05-26 17:22:45 +03:00
Gustavo Nunes
4c396a130e
fix hour format
2017-05-26 17:22:45 +03:00
Gustavo Nunes
e52b2c27dd
drawer UI refresh
2017-05-26 17:22:45 +03:00
Gustavo Nunes
1119142913
fix #1234
2017-05-26 17:20:26 +03:00
Gustavo Nunes
a623c02d53
android device back button goes back in webview #1204
2017-05-26 17:19:47 +03:00
Gustavo Nunes
dd976fb2af
fixes #1215
2017-05-26 17:18:51 +03:00
alwx
1b2f657bfb
Support for status-dev-cli 3.2.0 — NDS, responses and 3 more commands
2017-05-24 12:49:17 +03:00
Julien Eluard
edd191b705
Fix broken build
2017-05-24 10:13:50 +03:00
Andrey Shovkoplyas
d358c33d9d
open chat
2017-05-23 15:16:17 +03:00
Julien Eluard
9c6e5e4984
Fixes #1222 Do not crash when sharing null address.
2017-05-23 11:09:27 +03:00
Julien Eluard
48709aced3
Fixes #919 Confirmation dialog for the delete actions
2017-05-22 17:10:31 +03:00
Roman Volosovskyi
e16b93fbd0
logging to Instabug
2017-05-19 23:35:17 +03:00
Roman Volosovskyi
0deca1f874
upgrade instabug
2017-05-18 16:12:40 +03:00
Roman Volosovskyi
88cee34997
disable Instabug for development env
2017-05-18 11:30:17 +03:00
alwx
f165492b33
Devtools 3.0 support
2017-05-17 13:00:45 +03:00
Roman Volosovskyi
0919b4364e
use :topic instead :topics for pending messages from realm
2017-05-17 12:58:33 +03:00
Roman Volosovskyi
4655323fbb
migrate to new shh api
2017-05-15 08:12:03 +03:00
matte171
baada8b07f
da.cljs
...
Danish translation. Using the Swedish translation as template.
2017-05-11 13:39:08 +03:00
Andrey Shovkoplyas
6433676f51
fixes https://github.com/status-im/status-react/issues/1016
2017-05-11 13:36:59 +03:00
Julien Eluard
0df5a59e87
Fixes #1180 Cleanup navigation stack when creating public group
2017-05-11 13:31:31 +03:00
Gustavo Nunes
27de707035
fix #1171
2017-05-11 13:27:03 +03:00
Andrey Shovkoplyas
c277260b59
fixes https://github.com/status-im/status-react/issues/1170
2017-05-11 11:53:43 +03:00
Andrey Shovkoplyas
c46d686632
fixes https://github.com/status-im/status-react/issues/1191
2017-05-10 16:45:53 +03:00
Roman Volosovskyi
d4f2983a09
geolocation permissions request on android
2017-05-09 11:59:48 +03:00
Roman Volosovskyi
34b77022f7
another attempt to fix #1088
2017-05-08 15:43:40 +03:00
Roman Volosovskyi
07c247be93
back/forward buttons always enabled in @browse
2017-05-05 16:56:06 +03:00
Roman Volosovskyi
1010dedca9
fix #1173
2017-05-05 16:05:26 +03:00
Roman Volosovskyi
e333c12d35
add loading indicator to webview
2017-05-05 13:25:12 +03:00
Roman Volosovskyi
2780e24f04
prevent loading bot's js using dapp-url/commands.js
2017-05-05 12:37:42 +03:00
Roman Volosovskyi
4265e73f33
add global-command to default_contacts
...
load browse first
prefill global-commands before bot's jails are loaded
2017-05-05 11:41:43 +03:00
alwx
808aa46f4f
App asks for Microphone access while user tries to scan QR or capture an image ( #1148 )
2017-05-05 11:18:37 +03:00
alwx
08247698c3
Input field takes 3 lines for 1-line browse command [webview-command-actions] ( #1155 )
2017-05-04 21:05:43 +03:00
Andrey Shovkoplyas
3936d85c77
fixes https://github.com/status-im/status-react/issues/1163
2017-05-04 16:40:12 +03:00
Andrey Shovkoplyas
52c10562dc
fixes https://github.com/status-im/status-react/issues/1096
2017-05-04 15:33:00 +03:00
alwx
bdd2c3aa14
Input field takes 3 lines for 1-line browse command [webview-command-actions] ( #1155 )
2017-05-04 15:32:47 +03:00
alwx
ff59f8a375
The concept of command actions; /browse command actions (back, forward, fullscreen) ( #1093 )
2017-05-04 14:26:52 +03:00
Gustavo Nunes
0359c2819b
fix #1117
2017-05-04 12:17:01 +03:00
Gustavo Nunes
b5edab5a21
fix #1157
2017-05-04 12:16:29 +03:00
Gustavo Nunes
d533d48402
fix #1154
2017-05-04 12:16:13 +03:00
Andrey Shovkoplyas
a17c00398b
fixes https://github.com/status-im/status-react/issues/1111
2017-05-04 12:15:40 +03:00
Roman Volosovskyi
3607032a4e
hide mailman contact
...
inject mailman's commands
ensure that mailman's commands are injected after loading
prevent loading of default contacts at account creation
2017-05-03 17:07:56 +03:00
alwx
1eaea101dd
Command and argument are misaligned [iOS only] ( #1151 ); Redundant :secure-text-entry value removed
2017-05-03 16:46:40 +03:00
alwx
145e3ba1d4
Invalid phone number error is shown for valid phone number ( #1087 )
2017-05-03 16:46:07 +03:00
Gustavo Nunes
93c47904e9
popup menu position
2017-05-03 15:17:30 +03:00
Gustavo Nunes
faa146a35d
bigger tap area for buttons
2017-05-03 15:17:30 +03:00
alwx
a8566759b5
App crashes if access to camera was denied and user tries to scan QR or capture image ( #1134 )
2017-05-03 13:29:41 +03:00
Gustavo Nunes
6e5c8d91dd
fix chat long tap not working with input focused
2017-05-03 12:13:09 +03:00
alwx
ddb6344dca
Input fixes ( #1067 , #676 ), #1110
2017-05-02 18:49:44 +03:00
Andrey Shovkoplyas
05886cc628
fixes https://github.com/status-im/status-react/issues/1138 and https://github.com/status-im/status-react/issues/837
2017-05-02 17:19:26 +03:00
Roman Volosovskyi
72d06426d8
fix #1135
2017-05-02 16:25:00 +03:00
alwx
561c66084c
Hide opened keyboard when user taps on chat ( #1057 )
2017-05-02 13:47:46 +03:00
alwx
1a88b647b4
No camera is shown if scan QR. White screen is shown instead. ( #1120 )
2017-05-01 19:24:59 +03:00
Roman Volosovskyi
0c53936d61
fix #1123 , fix #1122
2017-05-01 18:53:46 +03:00
Andrey Shovkoplyas
fa94340b6a
fixes https://github.com/status-im/status-react/issues/871
2017-05-01 14:00:12 +03:00
Roman Volosovskyi
2f1271e6af
fix #1118
2017-05-01 12:10:01 +03:00
Roman Volosovskyi
1d532fc820
fix #1124
2017-05-01 11:47:15 +03:00
Roman Volosovskyi
6a20f9040c
fix #1112
2017-05-01 11:00:48 +03:00
Roman Volosovskyi
de2e4d105b
avoid sending 1-to-1 messages to dapps over shh
2017-05-01 10:14:05 +03:00
alwx
73965c70d7
IP address is not shown for /debug On ( #1101 )
2017-04-28 17:32:57 +03:00
Gustavo Nunes
d1ec220710
fix action button position
2017-04-28 17:32:04 +03:00
bitzco
97f1c123d9
id.cljs
2017-04-28 17:04:43 +03:00
alwx
504e3493ef
Runtime permissions ( #762 )
2017-04-28 16:45:01 +03:00
Roman Volosovskyi
a62d19c7bb
:update-suggestions after command'sloading
2017-04-28 15:08:53 +03:00
Roman Volosovskyi
19d65a4d46
fix #987
2017-04-28 15:08:53 +03:00
Roman Volosovskyi
03cab7ace2
interactive suggestions
2017-04-28 15:08:53 +03:00
Roman Volosovskyi
deb7b2b617
init command
...
move commands and responses to :contacts from :chats
2017-04-28 15:08:53 +03:00
Roman Volosovskyi
d044b1cf43
resolve #850
...
add on-message-input-change and on-message-send listeners
logging in jail
2017-04-28 15:08:53 +03:00
Roman Volosovskyi
1fbb447761
use global @browse command for opening dapps ( #847 )
2017-04-28 15:08:53 +03:00
Roman Volosovskyi
239a0cbfe6
split console bot into separate files
...
bots dir
slurp-bot macro
split commands.js into browse, mailman and wallet
bot-url & loading of default bots
command schema
command-parameter schema
global-command in default_commands
@browse command in all chats
load global command from jail
optimize applications startup
Conflicts:
bots/wallet/translations.js
resources/console.js
resources/dapp.js
resources/default_contacts.json
resources/status.js
resources/wallet.js
src/status_im/accounts/screen.cljs
src/status_im/chat/constants.cljs
src/status_im/chat/handlers.cljs
src/status_im/chat/handlers/commands.cljs
src/status_im/chat/handlers/send_message.cljs
src/status_im/chat/subs.cljs
src/status_im/chat/suggestions.cljs
src/status_im/chat/views/command.cljs
src/status_im/chat/views/suggestions.cljs
src/status_im/commands/handlers/jail.cljs
src/status_im/commands/handlers/loading.cljs
src/status_im/contacts/handlers.cljs
src/status_im/data_store/realm/schemas/account/core.cljs
src/status_im/data_store/realm/schemas/account/v5/core.cljs
src/status_im/models/commands.cljs
src/status_im/utils/js_resources.cljs
2017-04-28 15:08:53 +03:00
alwx
4e932d9ae8
Chat commands fix
2017-04-27 17:16:12 +03:00
Andrey Shovkoplyas
0d55009388
improved status-bar for android, implemented animated expandable overlay
2017-04-27 13:52:02 +03:00
alwx
9d975c497f
Fix for :set-chat-ui-props call
2017-04-25 16:49:05 +03:00
alwx
e34d9fbc49
Emoji and numeric keyboards are shown when tap on /send while emojis are opened ( #1056 )
2017-04-25 13:57:32 +03:00
Roman Volosovskyi
a9d1426426
sendWeb3Request method in StatusModule
2017-04-25 11:00:58 +03:00
Gustavo Nunes
441ca66e96
switch to completeTransactions exposed method
2017-04-25 08:43:01 +03:00
Alexander Pantyuhov
8c262d0b07
Upgrade to React Native 0.43 ( #1079 )
...
* React Native 0.40 migration (#1076 )
2017-04-24 17:50:16 +03:00
alwx
735639776b
text-change optimisations ( #971 )
2017-04-24 12:37:31 +03:00
Andrey Shovkoplyas
eeb7d72d4a
fixed top margin for android
2017-04-24 10:17:13 +03:00
Andrey Shovkoplyas
e86e622924
hide overlay
2017-04-21 13:01:31 +03:00
Andrey Shovkoplyas
6da18d3fca
fixes https://github.com/status-im/status-react/issues/1055
2017-04-21 13:01:31 +03:00
Gustavo Nunes
6b524cf50d
expanded toolbar buttons' touch area
2017-04-21 09:14:53 +03:00
Roman Volosovskyi
bafa2820e1
undo bug/#1057 fix
2017-04-20 21:24:23 +03:00
Andrey Shovkoplyas
04546fd8f9
fixes https://github.com/status-im/status-react/issues/1062
2017-04-20 17:27:06 +03:00
alwx
746d038c05
Hide opened keyboard when user taps on chat ( #1057 )
2017-04-20 17:24:22 +03:00
Roman Volosovskyi
4f7f5c11c9
fix #1045
2017-04-20 14:25:18 +03:00
alwx
9d6f155c38
Style fixes; Emoji in Display name is cut on Chats, View Profile and Contacts ( #945 )
2017-04-20 14:23:52 +03:00
Roman Volosovskyi
b52428d319
fix #1049
2017-04-20 12:55:00 +03:00
Roman Volosovskyi
949ff2554e
fix #1036
2017-04-20 11:21:13 +03:00
Gustavo Nunes
3b7a4b54ef
whole header is now draggable
2017-04-20 08:23:07 +03:00
Gustavo Nunes
84c81002c1
bigger draggable-box top margin, chat screen overlay
2017-04-20 08:23:07 +03:00
Andrey Shovkoplyas
0c7aab902a
fixes https://github.com/status-im/status-react/issues/984
2017-04-19 16:10:54 +03:00
alwx
9a80548cf3
Commands are not shown in group chat after member is added ( #1031 )
2017-04-19 16:05:19 +03:00
Andrey Shovkoplyas
954acda50f
fixes https://github.com/status-im/status-react/issues/994
2017-04-19 14:30:14 +03:00
alwx
4e488d91b9
Pre-filling /send response with amount ( #996 )
2017-04-19 14:21:50 +03:00
alwx
c8a3d13ca3
Transaction fixes ( #997 , #1004 )
2017-04-19 06:56:07 +03:00
Gustavo Nunes
ac7da93387
Unsigned transactions back button doesnt cancel transactions anymore
2017-04-18 20:56:03 +03:00
Roman Volosovskyi
ea31f70b5b
fix #1030
2017-04-18 15:26:47 +03:00
Alexander Pantyuhov
ae73ccac58
Text input fixes ( #1020 , #1021 , #1024 , #1026 ) ( #1027 )
...
* Text input fixes (#1020 , #1021 , #1024 , #1026 )
2017-04-17 20:46:47 +03:00
Roman Volosovskyi
9737d0fb60
fix #1023
2017-04-17 16:04:02 +03:00
Andrey Shovkoplyas
0e5b515f5e
updated ui for accounts, login and recover screens
2017-04-17 14:51:11 +03:00
Roman Volosovskyi
2a0239ddae
prevent sending contact request to dapp
2017-04-17 10:16:17 +03:00
alwx
887dc44fc8
Better text input, fixes for #1013 and #1017
2017-04-17 08:24:09 +03:00
Andrey Shovkoplyas
59a9a63fb8
fixes https://github.com/status-im/status-react/issues/993
2017-04-17 08:18:59 +03:00
Roman Volosovskyi
4843003749
fix #1003
2017-04-17 08:13:48 +03:00
Roman Volosovskyi
5b0e6642c2
fix #1014
2017-04-16 11:13:22 +03:00
alwx
e24df409e8
Tap in input filed has no effect if message was sent with Enter [ui-refresh] ( #999 )
2017-04-16 10:46:00 +03:00
alwx
4633a23c17
Cursor is moved to command box instead of parameter box if edit phone from profile [ui-refresh] ( #998 )
2017-04-16 10:31:14 +03:00
alwx
738f146896
Tap on Return adds new line to input instead of sending a message ( #1000 )
2017-04-14 21:25:47 +03:00
Roman Volosovskyi
b6f220d425
fix #1006
2017-04-14 16:26:01 +03:00
Roman Volosovskyi
1b5c758098
fix command input placeholder position on real iOS device
2017-04-14 12:10:19 +03:00
Gustavo Nunes
3244fa49ce
Transaction screens: fee and title ( #995 )
...
* add estimated fee field
2017-04-14 10:39:52 +03:00
Roman Volosovskyi
dd2c3aa287
fix namespaces
2017-04-13 20:36:22 +03:00
Roman Volosovskyi
d0d273f1e5
fix undeclared ios?
2017-04-13 18:29:29 +03:00
alwx
6e4931417b
Password and phone inputs [chat-ui]
2017-04-13 18:17:56 +03:00
alwx
35210f043d
Request auto-selection on typing [chat-ui]
2017-04-13 18:17:56 +03:00
alwx
a15fb7e2a8
New chat input & suggestions area; new handlers to work with the improved logic ( #880 )
2017-04-13 18:17:56 +03:00
Gustavo Nunes
ccc3eb6397
code review for #953
2017-04-13 18:15:41 +03:00
Andrey Shovkoplyas
2e67f5275b
fixes https://github.com/status-im/status-react/issues/981
2017-04-13 18:15:41 +03:00
Andrey Shovkoplyas
9987e1bd55
colors (+1 squashed commit)
...
Squashed commits:
[11d7921] android styles and functionality (+2 squashed commits)
Squashed commits:
[c93f5ab] implemented error
[d6fe519] implemented text-input-with-label
2017-04-13 18:15:41 +03:00
Gustavo Nunes
abf0128a1a
transaction screens UI refresh
2017-04-13 18:15:41 +03:00
Andrey Shovkoplyas
b1adf7aa68
fixes https://github.com/status-im/status-react/issues/961
2017-04-13 18:15:41 +03:00
Andrey Shovkoplyas
ae000ec118
fixes https://github.com/status-im/status-react/issues/964
2017-04-13 18:15:41 +03:00
Andrey Shovkoplyas
74380bf3bb
common components in chats list (+3 squashed commits)
...
Squashed commits:
[aecb167] removed old group settings screen
[2fec747] common components in new chat screen
[718e445] small fixes (+1 squashed commit)
Squashed commits:
[4a9be3c] rebase (+1 squashed commit)
Squashed commits:
[ef4f140] clear code, refactored groups using common components, moved styles from platform using defstyle macro (+1 squashed commit)
Squashed commits:
[b1ddb03] ns fixes (+2 squashed commits)
Squashed commits:
[236ec35] moved toggle contact item to components
[42e0aa9] implemented list-separator, list-footer, list-header, renderers, contact-list-item, removed unused code
2017-04-13 18:15:41 +03:00
Andrey Shovkoplyas
ae632b6acc
rebase
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
60680f7293
fixed active button position
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
d6a589b5bc
fix for https://github.com/status-im/status-react/issues/935
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
9c89c56679
fixes for code review (+1 squashed commit)
...
Squashed commits:
[58e9394] fix for https://github.com/status-im/status-react/issues/928 (+1 squashed commit)
Squashed commits:
[f56e7ad] fixes after rebase (+1 squashed commit)
Squashed commits:
[bb4a409] fixes after rebase (+1 squashed commit)
Squashed commits:
[297b52d] rebase onto ui-refresh
2017-04-13 18:15:40 +03:00
Gustavo Nunes
b54c9f337f
chat messages UI refresh
2017-04-13 18:15:40 +03:00
Gustavo Nunes
9d21285c10
fix contact list, edit icon and reorder screen
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
b13fa61a14
fix for https://github.com/status-im/status-react/issues/912
...
updated icon ok small
can’t reproduce, but i think this change should fix it
fixed chat list inner item styles
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
a543cdfa26
fixes for https://github.com/status-im/status-react/issues/911 and https://github.com/status-im/status-react/issues/834
2017-04-13 18:15:40 +03:00
Gustavo Nunes
514f6a6be1
chats list UI fixes
2017-04-13 18:15:40 +03:00
Gustavo Nunes
a116600679
using KeyboardAvoidingView to fix the issue
2017-04-13 18:15:40 +03:00
Gustavo Nunes
141246e8d5
fixed share dialog everywhere on iOS
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
6ca2f61eb3
fix for https://github.com/status-im/status-react/issues/934 , implemented contacts-list-modal, refactored common styles
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
b8a491e66d
fix for https://github.com/status-im/status-react/issues/943
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
1b6112a9bd
first iteration, implemented profile screens and my profile screen
...
android styles, moved styles to platform files
implemented edit profile, refactored components
refactored common components, moved platform specific
styles small fix
fixes for code review
use defstyle macro
2017-04-13 18:15:40 +03:00
Gustavo Nunes
990f9fcbf5
tabs bar UI refresh
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
810fe76c7c
fixed address line on login and refreshed discover toolbar
2017-04-13 18:15:40 +03:00
Roman Volosovskyi
07f1877c63
defstyle and defnstyle macro
2017-04-13 18:15:40 +03:00
Gustavo Nunes
8c126e0779
start-new-chat screen UI changes
2017-04-13 18:15:40 +03:00
Gustavo Nunes
9f2af87393
chats list UI refresh
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
9345f77dd8
fixed list paddings
...
fixed android styles
group chat contacts management
refactored contact group contacts, deletion, implemented group chat settings
reworked contacts screens, implemented “add contacts” screen and “edit contacts” screen
group chat ui refresh
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
210a4823c9
implemented custom title for toolbar with search
...
added dapp icon to contact, fixed styles, fixed context menu warning,
implemented search input clearing, fixed styles, reworked styles
fixes for https://github.com/status-im/status-react/pull/826 code review
revert toolbar
contacts styles. global toolbar styles
toolbar style and small fixes for contacts
group contacts edit mode
groups reorder screen
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
d17646a6e9
https://github.com/status-im/status-react/issues/585
2017-04-13 18:15:40 +03:00
Roman Volosovskyi
7b89adc877
add customized logging on android and whisper ver5 support
2017-04-06 16:18:55 +03:00
Andre Luis Anastacio
5996f1c3bf
Bug/keyboard upcase #904 ( #968 )
...
* accounts, recover, screen: Android Fix keyboard with upcase
* transactions, screen: Android Fix keyboard with upcase
2017-04-05 13:15:33 +03:00
wighawag
482effacaa
Please add Etherplay (testnet) ( #942 )
...
* add etherplay
* link to test.etherplay.io
2017-03-29 16:55:15 +03:00
Eugene Hardbread
d0eaa55d9d
added a datetime-ago-format in translations to support different sentense order
2017-03-28 18:00:20 +03:00
gregg dourgarian
ec079d2e12
make capitalization consistent ( #933 )
...
* make capitalization consistent
2017-03-28 17:52:26 +03:00
Jarrad Hope
04bae32005
add commiteth dapp
2017-03-15 15:11:29 +02:00
madvas
539587d38b
Added Ethlance into contacts
2017-03-15 10:28:30 +02:00
Roman Volosovskyi
e06a3e43f7
fix #896
2017-03-14 16:49:00 +02:00
Andrey Shovkoplyas
e1e00dde4e
fix for https://github.com/status-im/status-react/issues/643
2017-03-13 12:25:38 +02:00
tomkysar
d439e66107
Addition of Augur
2017-03-12 16:21:14 +02:00
Timothy Roy
3437f79d82
accounts, login, screen: Android keyboard for Login Password lowercase ( #878 )
2017-03-11 09:37:41 +02:00
alwx
947dcfba37
Checking transaction recepient validity ( #780 )
2017-03-10 17:25:48 +02:00
Roman Volosovskyi
e2f31aae00
fix tabs on iOS release build
2017-03-10 16:35:45 +02:00
Andrey Shovkoplyas
791620ce33
fix for https://github.com/status-im/status-react/issues/867
2017-03-08 16:06:32 +02:00
Roman Volosovskyi
bc9ec05de3
fix #866
2017-03-08 15:53:26 +02:00
Alexander Pantyuhov
874bf16f97
Switching networks ( #845 ) ( #852 )
...
* Switching networks (#845 )
* pass RPC host to webview bridge
2017-03-08 13:45:02 +02:00
Roman Volosovskyi
4000a5e8ee
fix #856
2017-03-07 20:55:45 +02:00
Roman Volosovskyi
9e509d2f9a
fix http-fetch: handle error status code
2017-03-07 17:52:48 +02:00
Erli
15d3d758ad
add Dentacoin dapp
2017-03-07 12:38:37 +02:00
Roman Volosovskyi
e28b1aeea1
fix #849
2017-03-06 12:27:55 +02:00
Roman Volosovskyi
878b8b2b81
extend Realm classes with IEncodeClojure
2017-03-03 17:56:43 +02:00
alwx
43667ea6ac
Showing device's IP ( #807 )
2017-03-03 17:54:44 +02:00
alwx
eb15c0a4eb
Support for commands.js file inside DApps
2017-03-03 17:28:59 +02:00
alwx
d6f43d3248
Move command-content to js files ( #779 )
2017-03-02 00:15:23 +02:00
Roman Volosovskyi
d4128397b9
fix cursor position for command input
2017-02-24 16:41:47 +02:00
Roman Volosovskyi
99931c24b9
upgrade react-native-webview-bridge (fix preloading of js on the first page, Android)
...
ensure that preloaded js in webview is executed only once
2017-02-22 17:54:14 +02:00
Roman Volosovskyi
125d1c8dff
another attempt to fix #772
2017-02-22 11:47:46 +02:00
Roman Volosovskyi
d82bf5eeda
fix #821
2017-02-22 11:45:13 +02:00
Jarrad Hope
37932bce74
add bchat default contact
2017-02-21 17:10:30 +02:00
Roman Volosovskyi
99147706b3
move data-source to status-im.utils.listview ns (fixes externs generatoin)
2017-02-21 14:08:46 +02:00
Smouki
79669234f4
Add Melonport to default contacts
2017-02-20 14:29:12 +02:00
Roman Volosovskyi
0548ca6f98
add jquery support in WebView
2017-02-20 14:28:40 +02:00
alwx
64adf43902
Updating profile names ( #659 ), fixing small iOS bug caused by #809
2017-02-20 12:01:23 +02:00
Roman Volosovskyi
42c356f604
fix #812
2017-02-17 18:56:50 +02:00
alwx
c1abe16f89
Fix for weird behaviour if back is pressed in 2nd onboarding ( #775 )
2017-02-17 16:36:09 +02:00
alwx
4bd800f5ca
Problems with discover updates ( #778 )
2017-02-17 11:35:30 +02:00
alwx
41c8d04919
Magic suggestions fix ( #772 )
2017-02-16 16:39:26 +02:00
alwx
e070661ae3
Persist Keyboard when typing command and moving to parameters ( #776 )
2017-02-15 14:04:18 +02:00
alwx
27ddb24f7b
Magic suggestions area ( #772 )
2017-02-14 16:20:44 +02:00
Roman Volosovskyi
ace355515a
public group chat
2017-02-14 15:15:59 +02:00
alwx
bf27c55398
Development tools ( #719 )
2017-02-13 12:14:28 +02:00
Gustavo Nunes
8957e00592
Fix #774 - Profile and drawer input inconsistencies
2017-02-11 10:53:31 +02:00
Roman Volosovskyi
289a43ace8
fix reloading of the whole project on change in code
2017-02-10 18:35:34 +02:00
Gustavo Nunes
9a97f5ea0a
Fixes #630 - Remove settings menu item from drawer
2017-02-09 01:58:11 -02:00
Gustavo Nunes
a8a588bb70
Onboarding tests: fixed existing and added new
2017-02-08 17:01:14 +02:00
Roman Volosovskyi
3386346f07
fix Unmatched delimiter from #787
2017-02-06 10:39:39 +02:00
Yehonathan Sharvit
37e871b117
fix kibit suggestions
2017-02-06 10:12:05 +02:00
Roman Volosovskyi
0d9f35190f
fix #649
2017-02-02 17:37:23 +02:00
Roman Volosovskyi
5af0905f2f
generate address from public key ( #752 )
2017-02-02 12:09:57 +02:00
alwx
7406b287ed
Wrong formatting of ETH value at transactions screen on Android ( #783 )
2017-02-02 09:28:08 +02:00
alwx
78e70571df
Generating message preview on the fly, localization of request data and previews ( #645 , #754 )
2017-02-01 16:12:45 +02:00
Roman Volosovskyi
e73f0940b3
fix #777
2017-01-31 12:41:37 +02:00
Juraj Martinka
28f82558bf
fix #701 : Redirect user to console when he tries to edit phone number in profile screen
...
New event :phone-number-change-requested is dispatched and this is used to just redirect user
to the console while automatically issuing :phone command.
We don't allow to edit phone number directly in profile screen, because phone change requires
entering sms confirmation code.
2017-01-31 10:38:48 +02:00
Juraj Martinka
71ba979671
profile: Redirect user to the console when he tries to edit phone number on profile page ( #701 )
...
Since phone change requires sms verification, we don't want user let to edit it directly on profile page.
Instead, we redirect him to the Console automatically issuing :phone command.
2017-01-31 10:38:48 +02:00
Andrey Shovkoplyas
dc01b9e3b7
fix for https://github.com/status-im/status-react/pull/773 and https://github.com/status-im/status-react/issues/694
...
fix for https://github.com/status-im/status-react/issues/635
2017-01-31 10:10:41 +02:00
Andrey Shovkoplyas
8110576228
no message
...
remove button container
fix for https://github.com/status-im/status-react/issues/657 , and also Russian typo fixed
2017-01-31 08:29:51 +02:00
alwx
0944df715f
NFC access for Dapps ( #670 )
2017-01-30 18:03:16 +02:00
alealejandro
30fb48523e
Refactor colors, remove unneeded (src/status_im) issue #278
2017-01-30 08:40:27 +02:00
Roman Volosovskyi
58fd0c1134
move statusgo to StatusModule
...
remove StatusService
few minor performance fixes in RN app
2017-01-30 08:09:31 +02:00
Andrey Shovkoplyas
191257ba13
hide emoji on unmount chat
2017-01-26 20:19:04 +02:00
alwx
ccd846eb44
Non-atomic send button, leads to sending multiple transactions if tapping fast ( #667 )
2017-01-26 18:02:07 +02:00
alwx
3b80f7d088
/browse links (addition to #638 )
2017-01-25 22:45:04 +02:00
Math Vadash
c9366892cf
Fix for :navigation-stack is grows on switching tabs #747
2017-01-25 22:39:17 +02:00
Gustavo Nunes
016e9b31d1
Add Gnosis dapp to default contacts list #748
2017-01-21 10:09:41 +02:00
Gustavo Nunes
06c8498568
accounts: recover password no longer appears as clear text #732
2017-01-21 09:58:24 +02:00
alwx
374264e108
Semicolon in password works fine now ( #684 ); fix for crash #25
2017-01-21 09:56:23 +02:00
Gustavo Nunes
065a0ddc80
components, profile: better username validation #685
2017-01-21 09:51:13 +02:00
Roman Volosovskyi
19e3be5109
make isNodeInitialized instance variable
...
re-init jail on Android
2017-01-20 18:25:17 +02:00
Andrey Shovkoplyas
2765ca3eca
https://github.com/status-im/status-react/pull/727#issuecomment-272797705
...
Revert "fixed #702"
This reverts commit ad255fbf8c474c0623eb0eb69ad31852b1b93f76.
fixed #702
2017-01-20 11:23:51 +02:00
Andrey Shovkoplyas
556b9beec7
https://github.com/status-im/status-react/issues/675
...
fixed #675
2017-01-20 11:14:42 +02:00
Roman Volosovskyi
b2e4801251
Add Instabug logging for status-go signals
...
Upgrade status-go to 1.1.0-25-gaeda17d
2017-01-19 17:34:53 +02:00
alwx
e1a1ab5c37
Enable links within messages ( #638 )
2017-01-19 17:31:56 +02:00
alwx
4a73facf4e
App crash on empty password at confirmation ( #644 )
2017-01-18 13:01:48 +02:00
alwx
d08ca05d33
Add to Contacts tab does not appear ( #636 )
2017-01-18 09:40:48 +02:00
alwx
d260117c85
Phone fixes ( #539 , #566 , #634 )
2017-01-17 17:43:27 +02:00
alwx
101448b963
Ensure browser sessions can not correlate identities between Status account sessions ( #688 )
2017-01-17 17:24:45 +02:00
Auryn Macmillan
351e54129c
Add FirstBlood to existing dapps ( #728 )
2017-01-17 00:29:30 +03:00
Roman Volosovskyi
a0b20e3c22
fix #680
2017-01-16 14:39:46 +02:00
Roman Volosovskyi
ba3034f0cc
Merge pull request #605 from status-im/feature/#557
...
Update public/private keys for discoveries (#557 )
2017-01-16 13:05:30 +02:00
alwx
9462088de8
Update public/private keys for discoveries ( #557 )
2017-01-16 11:42:12 +02:00
Roman Volosovskyi
9d7c2867b6
Merge pull request #723 from status-im/bug/#695
...
Search input on Discover can leave header in indeterminate state (#695 )
2017-01-16 11:16:34 +02:00
Gustavo Nunes
68bffbc5c5
chat, components, profile: add copy / share to chat text messages
2017-01-16 11:00:35 +02:00
Roman Volosovskyi
9f4fd79586
kibit suggestion (in progress)
2017-01-16 08:25:45 +02:00
Roman Volosovskyi
81257b815a
unused symbols
2017-01-16 08:25:45 +02:00
Roman Volosovskyi
0c69a27d95
unused aliases
2017-01-16 08:23:02 +02:00
alwx
9f5aee0146
Search input on Discover can leave header in indeterminate state ( #695 )
2017-01-14 17:15:10 +03:00
john
ce2a31b233
chat.suggestions: updated regex for switch from ! to / command char
2017-01-12 13:50:53 -05:00
Gustavo Nunes
c948b9b88e
chat: change command char from ! to / #687
2017-01-11 14:07:47 -02:00
Jarrad
854adc087f
Merge branch 'develop' into patch-3
2017-01-10 16:24:51 +07:00
Jarrad
ed6f3de5c5
Merge branch 'develop' into patch-5
2017-01-10 16:24:09 +07:00
Jarrad
8481b31f7c
Merge branch 'develop' into patch-4
2017-01-10 16:23:03 +07:00
Jarrad
a1c12926cf
Merge pull request #616 from rolandkofler/patch-1
...
Some German fixes
2017-01-10 16:18:36 +07:00
Jarrad
246e788919
Merge pull request #623 from TheHealthyCat/patch-1
...
Update it.cljs
2017-01-10 16:17:54 +07:00
Jarrad
36f2d1a57c
Merge pull request #708 from MCRy/patch-1
...
Update zh_hans.cljs
2017-01-10 16:16:52 +07:00
RayX
8bf14dc500
Update zh_hans.cljs
...
corrected some errors
2017-01-10 15:46:57 +08:00
vicodin1123
5fd4003fea
Update zh_hant.cljs
2017-01-07 01:41:22 +08:00
TheHealthyCat
0c1be1cf1f
Update it.cljs
2017-01-05 12:50:12 +01:00
Roland Kofler
3b325691dd
Reviewed the file for more errors
2017-01-05 11:13:17 +01:00
Roland Kofler
878b4dc90d
Better using a verb here
2017-01-05 10:58:36 +01:00
Roland Kofler
faa122b5b7
some german fixes
2017-01-05 10:38:30 +01:00
Roland Kofler
abe9a89cac
Subject "nachricht" is uppercase
2017-01-05 10:20:48 +01:00
Roman Volosovskyi
a95b307810
fix navigation after qr scanning
2017-01-04 14:03:28 +02:00
Roman Volosovskyi
a0d8c22f84
another attempt to fix issue #607
2017-01-04 10:58:46 +02:00
Jarrad
13e9283477
Merge pull request #614 from status-im/feature/default-contacts
...
add default DApp contacts
2017-01-04 13:04:42 +07:00
Jarrad Hope
0eefb02e25
add default dapps
...
new file: images/contacts/flight-delays-suck.png
new file: images/contacts/jarrad.png
new file: images/contacts/mkr-market.png
new file: images/contacts/oaken-water-meter.png
modified: resources/default_contacts.json
modified: src/status_im/resources.cljs
2017-01-04 13:02:39 +07:00
alwx
3825f19f06
Non-DApp Default Contact cannot receive messages or friend requests ( #608 )
2017-01-03 16:30:37 +03:00
Roman Volosovskyi
8af289c543
Merge pull request #612 from status-im/bug/#610
...
Bigger area for cross on QR display screen (#610 )
2017-01-03 13:07:43 +02:00
alwx
c4e4400ccb
Bigger area for cross on QR display screen ( #610 )
2017-01-03 13:51:54 +03:00
Roman Volosovskyi
afaef1db9c
restart rpc on "Failed to connect to localhost/127.0.0.1:8545" (related to #607 )
2017-01-03 10:18:29 +02:00
alwx
0985db819b
Strange suggestion behaviour ( #602 )
2017-01-02 19:26:28 +03:00
Roman Volosovskyi
6fd8ec26cb
fix #600
2017-01-02 16:13:49 +02:00
Roman Volosovskyi
206f336dff
Merge pull request #589 from status-im/feature/#334
...
Translations for DApps (#334 )
2017-01-02 12:38:56 +02:00
Roman Volosovskyi
5d405e8e51
fix #594
2017-01-02 11:47:57 +02:00
Roman Volosovskyi
d57f4847c3
advanced cljs compilation on android
2017-01-01 18:52:38 +02:00
alwx
5a872c8ca5
Translations for DApps ( #334 )
2016-12-30 20:45:14 +03:00
Roman Volosovskyi
0ee9bb09ac
fix receiving of the first message
2016-12-30 08:39:04 +02:00
Roman Volosovskyi
3258df51c8
Merge pull request #582 from status-im/bug/#561
...
Carousel calculation fixes (#561 )
2016-12-27 13:30:41 +02:00
alwx
dcb7595b09
Carousel calculation fixes ( #561 )
2016-12-27 14:29:40 +03:00
Jarrad
e6e59f158d
Merge pull request #583 from status-im/feature/dapps-#580
...
Default DApp data structure (#580 )
2016-12-27 17:22:21 +07:00
alwx
0e190c624b
Default contacts ( #580 )
2016-12-27 13:18:22 +03:00
Roman Volosovskyi
bc4f9c340b
Merge pull request #576 from status-im/bug/#573
...
Fix phone number validation, remove staged-commands leftovers
2016-12-27 11:16:05 +02:00
Roman Volosovskyi
aad122a724
fix #573 & remove staged-commands
2016-12-27 11:15:30 +02:00
Roman Volosovskyi
799b86f261
fix #587
2016-12-26 18:52:19 +02:00
Roman Volosovskyi
3936c05ecd
fix #586
2016-12-26 17:26:20 +02:00
Roman Volosovskyi
5f9aa7a244
Merge pull request #578 from status-im/bug/#577
...
Fix tabs white screen
2016-12-24 11:17:58 +02:00
Roman Volosovskyi
d691eaf326
resolve #572
2016-12-23 13:03:45 +02:00
Roman Volosovskyi
4a22c4a983
fix #577
2016-12-22 18:04:41 +02:00
alwx
316e321b02
:update-contact! handler fixed ( #559 )
2016-12-22 12:35:23 +03:00
Roman Volosovskyi
7fb7b60a65
Merge pull request #571 from status-im/bug/#570
...
Fix for "Add to contacts" request (#570 )
2016-12-21 17:22:22 +02:00
alwx
5547fd65ba
Fix for Add to contacts request ( #570 )
2016-12-21 17:55:48 +03:00
alwx
80018f1cb8
Staging area disabled ( #562 )
2016-12-21 13:09:36 +03:00
Roman Volosovskyi
c9366c1d2b
Merge pull request #558 from status-im/feature/#547
...
Emoji picker (#547 )
2016-12-21 11:07:41 +02:00
Roman Volosovskyi
48f367c958
Merge pull request #555 from status-im/feature/syncing-information
...
More detailed information about syncing in toolbar
2016-12-20 17:41:19 +02:00
Roman Volosovskyi
cd1ad1afc4
more detailed information about syncing in toolbar
2016-12-20 17:40:28 +02:00
Roman Volosovskyi
935b76860f
Merge pull request #551 from status-im/bug/#550
...
Order of messages fix (#550 )
2016-12-20 17:37:36 +02:00
alwx
f3da7e7e76
react-native-emoji-picker ( #547 )
2016-12-20 18:01:17 +03:00
Roman Volosovskyi
9745d0bda8
prevent extra loading of Web3
2016-12-20 16:33:56 +02:00
alwx
158d0ba033
Order of messages fix ( #550 )
2016-12-20 14:56:37 +03:00
Roman Volosovskyi
a57da3e086
add webview bridge based on WKWebView
2016-12-20 11:58:03 +02:00
Roman Volosovskyi
fc39346bc2
inject web3 before page loading in webview (works only on android)
2016-12-19 14:40:16 +02:00
alwx
395aa9d807
Contacts search ( #448 );
...
Processed messages cache (#552 );
Fix for adding pending contacts manually (#554 );
Lots of fixes for toolbar & contact item
2016-12-14 18:40:22 +03:00
Roman Volosovskyi
7c36421d57
fix #545
2016-12-13 17:17:47 +02:00
Roman Volosovskyi
6c1f24b211
handle "Invalid JSON RPC response" error by restarting RPC server
2016-12-12 18:50:46 +02:00
Roman Volosovskyi
85e7c6c1f1
remove v2 from base database
2016-12-11 12:59:21 +02:00
Roman Volosovskyi
ad0ddc1e0c
Merge pull request #544 from status-im/feature/extended-defview
...
Extended defview macro
2016-12-09 13:03:51 +02:00
Roman Volosovskyi
379669ada0
Merge pull request #540 from status-im/feature/#445
...
!faucet command (#445 )
2016-12-09 13:03:41 +02:00
Roman Volosovskyi
72f9b8dfa2
fix :navigation-back after sending transactions
2016-12-09 12:54:24 +02:00
Roman Volosovskyi
1f3411f8fc
fix chat-icon-view rerendering
2016-12-09 12:21:20 +02:00
alwx
430229d192
faucet command ( #445 )
2016-12-09 13:04:14 +03:00
Roman Volosovskyi
cc687986cc
extended defview macro
2016-12-08 15:24:58 +02:00
Roman Volosovskyi
1dc3371ae5
Merge pull request #536 from status-im/bug/group-chat-order-problems
...
Group chat adding/removing bugs
2016-12-08 11:55:40 +02:00
Adrian Tiberius
a96203b982
move jail initialization to core/init
2016-12-08 11:55:21 +02:00
Roman Volosovskyi
be2a13e900
reset schema version to v1
2016-12-07 11:11:55 +02:00
Roman Volosovskyi
49c604acdd
fix #538
2016-12-05 17:31:48 +02:00
Roman Volosovskyi
3d72c6f300
fix bugs at adding/removing to/from group chat related to inconsistent order of incoming messages
2016-12-05 12:39:35 +02:00
Roman Volosovskyi
e7463b877a
Merge pull request #535 from status-im/bug/#523
...
Add contact form: public key instead of address (#523 )
2016-12-02 19:18:48 +02:00
Roman Volosovskyi
4aba1fac24
Merge pull request #534 from status-im/feature/console-suggestions-and-execution
...
Feature/console suggestions and execution
2016-12-02 19:17:07 +02:00
Adrian Tiberius
974ff50b02
implement console message handling and suggestions
2016-12-02 19:13:55 +02:00
alwx
8d963726a7
Add contact form: public key instead of address ( #523 )
2016-12-02 16:21:02 +03:00
alwx
3122cb7ac3
Blue hashtags & new line fix ( #491 )
2016-12-02 14:40:21 +03:00
Roman Volosovskyi
d25ac5e0fe
Merge pull request #531 from status-im/feature/#522
...
Address field in Send to Contacts Screen (#522 )
2016-12-02 11:55:15 +02:00
alwx
749ee16d58
Address field in Send to Contacts Screen ( #522 )
2016-12-02 12:38:55 +03:00
Roman Volosovskyi
0af4f8e7d1
fix #526
2016-12-02 10:53:40 +02:00
Roman Volosovskyi
fe1850589d
fix #532
2016-12-01 17:45:05 +02:00
Roman Volosovskyi
0916cc6119
fix #528
2016-12-01 17:32:11 +02:00
Roman Volosovskyi
14477b4921
fix #530
2016-12-01 14:17:01 +02:00
Roman Volosovskyi
da3f80289d
Merge pull request #520 from status-im/bug/#518
...
Accounts list overlaps with "Switch user" (#518 )
2016-12-01 13:21:57 +02:00
adrian-tiberius
2e0eab5210
Merge pull request #525 from status-im/bug/#524
...
Fix creation of multiple accounts
2016-12-01 12:56:26 +02:00
Roman Volosovskyi
a53a0f9ffa
Merge pull request #516 from status-im/bug/#509
...
Message delivery status in group chat
2016-12-01 12:30:30 +02:00
Roman Volosovskyi
a99af99b7b
fix #524
2016-12-01 12:27:32 +02:00
alwx
dddbb3309c
Accounts list overlaps with "Switch user"
2016-11-30 22:35:08 +03:00
Jarrad Hope
ea54b9b6e1
!js command in console chat
2016-11-30 20:35:37 +02:00
Roman Volosovskyi
d2dab549f8
fix #514
2016-11-30 19:44:39 +02:00
Roman Volosovskyi
746ec2d1fe
Merge pull request #513 from status-im/bug/#507
...
Several messaging fixes: latest message (#507 ), no more clock-value bugs, some UI fixes
2016-11-30 18:14:56 +02:00
Roman Volosovskyi
b3037c7263
fix #509
2016-11-30 17:00:34 +02:00
Roman Volosovskyi
c0e85ed8cd
Merge pull request #501 from status-im/bug/group-adding-removing
...
Group adding/removing
2016-11-30 16:23:57 +02:00
alwx
3e574fd65f
Several messaging fixes: latest message ( #507 ), no more clock-value bugs, some UI fixes
2016-11-30 17:14:37 +03:00
Roman Volosovskyi
04f040dd48
Merge pull request #512 from status-im/bug/#484
...
Chat list order
2016-11-30 12:23:38 +02:00
Roman Volosovskyi
692de70933
debug and release mode on real iOS device
2016-11-30 12:22:02 +02:00
Roman Volosovskyi
85a48072ce
fix #484
2016-11-30 09:42:51 +02:00
Roman Volosovskyi
4d75476be4
Merge pull request #498 from status-im/bug/#414
...
React Native upgrade (0.38.0), fix for unhandled promise rejection (#414 , #499 )
2016-11-29 12:11:15 +02:00
Roman Volosovskyi
0e4c67f0ce
fix #503
2016-11-29 11:56:56 +02:00
alwx
6eac6d21f4
React Native upgrade (0.38.0), fix for unhandled promise rejection ( #414 )
2016-11-29 12:50:40 +03:00
Roman Volosovskyi
d1c8912cf5
group adding/adding
2016-11-28 19:18:05 +02:00
Jarrad Hope
b008e59e0f
fix #483
2016-11-28 16:08:17 +02:00
Roman Volosovskyi
d7efde269c
Merge pull request #493 from status-im/feature/#485
...
Share Address/Public Key (#485 )
2016-11-27 17:39:19 +02:00
Alexander Pantyukhov
4ffbea6a6a
Share Address/Public Key ( #485 )
2016-11-27 17:38:42 +02:00
Roman Volosovskyi
83ab4b8dff
Merge pull request #490 from status-im/bug/#488
...
Chats/Discover/Contacts tabs menu animation iOS (#488 )
2016-11-27 16:19:08 +02:00
Alexander Pantyukhov
730bbc4cb3
Chats/Discover/Contacts tabs menu animation iOS ( #488 )
2016-11-27 16:18:31 +02:00
Roman Volosovskyi
cfcce5f0f7
Merge pull request #487 from status-im/bug/#478
...
Fixes for discover search input field (#478 )
2016-11-27 15:59:45 +02:00
Alexander Pantyukhov
7c1319e966
Fixes for discover search input field ( #478 )
2016-11-23 18:53:01 +03:00
Roman Volosovskyi
eaf5ad650a
Merge pull request #480 from status-im/bug/#435
...
Blue hashtags (#435 )
2016-11-23 12:32:03 +02:00
Alexander Pantyukhov
deaafded22
Blue hashtags ( #435 ), other small status-related fixes
2016-11-23 12:18:28 +03:00
adrian-tiberius
38b8fed945
Merge pull request #467 from status-im/feature/#446
...
Network property in account
2016-11-22 18:25:36 +02:00
Roman Volosovskyi
9470350578
Merge pull request #486 from status-im/feature/translations
...
Feature/translations
2016-11-22 16:30:14 +02:00
Adrian Tiberius
33c334ae6a
add translations
2016-11-22 16:23:14 +02:00
Roman Volosovskyi
4c876587ed
Merge pull request #481 from status-im/bug/#477
...
Aliases in discovery (#477 )
2016-11-22 11:50:04 +02:00
Alexander Pantyukhov
e0313ef9c6
Aliases in discovery ( #477 )
2016-11-21 23:50:33 +03:00
Roman Volosovskyi
f977dd6d0c
fix #475
2016-11-21 18:19:44 +02:00
Roman Volosovskyi
0ce43593aa
closes #446
2016-11-21 18:02:24 +02:00
Roman Volosovskyi
353d50d6bf
fix #472
2016-11-21 17:23:50 +02:00
Roman Volosovskyi
adfd3ac2c4
Merge pull request #479 from status-im/bug/#471
...
Fix command/request message locking
2016-11-21 17:11:51 +02:00
Roman Volosovskyi
ae856a9269
fix #476
2016-11-21 17:11:11 +02:00
Roman Volosovskyi
5bf8cebb83
fix #471
2016-11-21 12:01:01 +02:00
Jarrad
369174b8c2
Merge pull request #470 from status-im/bug/#438
...
Swipe between Chats, Discover, Contacts
2016-11-20 18:18:37 +08:00
Roman Volosovskyi
f6c55d1182
Merge pull request #465 from status-im/bug/#462
...
QR code screen (#462 )
2016-11-19 19:36:15 +02:00
Roman Volosovskyi
e84f8c64b5
fix #438
2016-11-19 14:02:41 +02:00
Alexander Pantyuhov
cdfa395b34
Updated QR code layout and #462 fix
2016-11-19 14:10:27 +03:00
Roman Volosovskyi
80be20666b
send command styling
2016-11-18 17:13:38 +02:00
Roman Volosovskyi
5fe3a1b91a
add locale and debug props to context object in jail ( #459 )
2016-11-18 12:19:28 +02:00
Roman Volosovskyi
3401cffaed
fix status-im/wallet#27
2016-11-18 11:39:14 +02:00
Alexander Pantyuhov
2f7d75c90f
Discovery fixes ( #432 , #434 )
...
No more newline characters in statuses (#463 )
Copyable address and key in profile (#462 ), several fixes
2016-11-17 20:15:46 +02:00
Roman Volosovskyi
b49c3e92d1
Merge pull request #449 from status-im/bug/#433
...
Contact request bugs (#433 )
2016-11-17 11:09:29 +02:00
Roman Volosovskyi
07301497ea
fix #433
...
add contact to contact list only after pressing "Add to contacts"
add new contact bar & badges
2016-11-17 10:43:37 +02:00
Roman Volosovskyi
23c1a1ae30
Merge pull request #461 from status-im/feature/prefill-response-parameters-#417
...
prefill response parameters with request data
2016-11-17 09:55:35 +02:00
Adrian Tiberius
8a4b5cccb1
fix nested-maps transform
2016-11-16 17:55:37 +02:00
Roman Volosovskyi
acfedd19f6
Merge pull request #447 from status-im/bug/#430
...
Prevent !send with null "to" address
2016-11-15 15:22:12 +02:00
Adrian Tiberius
bbdf1a7271
add splash screen
2016-11-15 13:51:14 +02:00
Jarrad Hope
a37ff23825
instabug integration
2016-11-15 09:22:19 +02:00
Adrian Tiberius
a0b37c4211
prefill response parameters with request data
...
Former-commit-id: 648a46029429ce7656d3f2cc3c2e9630862f5a1e
2016-11-14 21:23:13 +02:00
Roman Volosovskyi
459ce93220
fix #450 ; fix #451
2016-11-12 11:25:48 +02:00
Roman Volosovskyi
9e994a767e
fix #431
2016-11-11 10:19:22 +02:00
Roman Volosovskyi
356d4f75fb
Merge pull request #427 from status-im/feature/#422
...
Show QR in profile (#422 )
2016-11-11 10:06:43 +02:00
Roman Volosovskyi
29a6832974
fixes #430
...
ignore transaction without "to" address
prevent !send command without "to" address
only contacts with address in wallet's contacts screen
2016-11-11 09:34:07 +02:00
Roman Volosovskyi
48dc1b6e19
closes #441
2016-11-10 10:33:44 +02:00
Roman Volosovskyi
f63d2f8520
fix #439
2016-11-10 09:42:03 +02:00
Alexander Pantyuhov
d48accae30
Multiple fixes for profile layout ( #429 )
2016-11-09 16:04:14 +03:00
Adrian Tiberius
083ade766e
implement new wallet flow
2016-11-08 19:38:59 +02:00
Roman Volosovskyi
788cbc34f3
fixes #406 (waiting for a new wallet icon)
...
Former-commit-id: c61c7ccbc5830e4d5ff741e679e8ccc470d57613
2016-11-08 19:28:09 +02:00
Roman Volosovskyi
0a33da12be
Merge pull request #424 from status-im/bug/#421
...
Fix for inconsistent gap between messages (#421 )
2016-11-08 18:30:48 +02:00
Roman Volosovskyi
d197b5e86c
Merge pull request #426 from status-im/bug/#418
...
Updated animation (#418 )
2016-11-08 17:58:56 +02:00
Alexander Pantyuhov
10eb21a66b
"Go to profile" icon ( #428 )
2016-11-08 18:28:23 +03:00
Alexander Pantyuhov
3819a0e8e5
Show QR in profile ( #422 )
2016-11-08 15:39:23 +03:00
Alexander Pantyuhov
3785e0b408
Updated animation ( #418 )
2016-11-08 12:08:51 +03:00
Alexander Pantyuhov
f97d8f9569
Visual feedback after add contact ( #315 )
2016-11-07 16:15:49 +03:00
Alexander Pantyuhov
2843aa2153
Fix for inconsistent gap between messages ( #421 )
2016-11-07 14:28:20 +03:00
Roman Volosovskyi
83e158cb80
fix flash, dapp icon on console icon, messages animation and other bugs related to #415
2016-11-05 16:24:10 +02:00
Roman Volosovskyi
b51653fcd8
missed chat-id
2016-11-05 15:21:51 +02:00
Roman Volosovskyi
64863c87ac
fix command sending
2016-11-05 15:00:10 +02:00
Roman Volosovskyi
a70d3eba28
fix #423
2016-11-05 14:31:55 +02:00
Roman Volosovskyi
62a499659d
Merge pull request #402 from status-im/feature/#363
...
Wallet DApp Transaction History Messages
2016-11-04 15:29:30 +02:00
Roman Volosovskyi
41f7ff4d35
Merge pull request #411 from status-im/bug/#407
...
UI fixes for transaction screen (#407 )
2016-11-04 14:05:10 +02:00
Roman Volosovskyi
ddf52a0b67
Merge pull request #416 from status-im/bug/#400
...
Request icon in message is overlapped by the next message fix (#400 )
2016-11-04 13:40:24 +02:00
Alexander Pantyuhov
a289653d44
Fix for multiline message input ( #397 )
2016-11-04 14:00:25 +03:00
Alexander Pantyuhov
82b3587fb0
Request icon in message is overlapped by the next message fix ( #400 )
...
Former-commit-id: f1b687872b0f171cfaa9b692aedd0573631809f6
2016-11-03 14:16:04 +03:00
Jarrad
49fdaf6ccd
Merge pull request #410 from status-im/feature/reloadable-js-resources
...
Reloadable js resources for jail
Former-commit-id: d9240860a78155d35f5b0a37c9d302493735f3d0
2016-11-03 05:05:38 -05:00
Roman Volosovskyi
3e588ea74c
reloadable js resources for jail
...
Former-commit-id: 958d900af7
2016-11-03 12:00:04 +02:00
Alexander Pantyuhov
54da5d5005
Add contact form fixes ( #405 )
...
Former-commit-id: 11c477756c
2016-11-03 00:22:50 +03:00
Alexander Pantyuhov
abea6ab803
Transaction screen on iOS ( #407 )
...
Former-commit-id: 2fbe7dbc597ed40da530a6c5456dd7f4025f4e9a
2016-11-02 23:41:52 +03:00
Alexander Pantyuhov
87159dca7e
Fix for red screen on login
...
Former-commit-id: fcf44737a4
2016-11-02 22:19:45 +03:00
Alexander Pantyuhov
313c952e57
Wallet DApp Transaction History Messages
...
Former-commit-id: 77221afa4d128c089e73a86aa2291294c0e3a548
2016-11-02 22:11:45 +03:00
Jarrad
321935e8ca
Merge pull request #404 from status-im/bug/#399
...
Short username in request header
Former-commit-id: e8aa157ea5
2016-11-02 09:52:20 -05:00
Jarrad
d14d9877c1
Merge pull request #401 from status-im/bug/#398
...
Upgrade react-native-action-button (#395 , #398 )
Former-commit-id: 972f5685b6
2016-11-02 09:23:56 -05:00
Roman Volosovskyi
2190fa3be4
fixes #399
...
Former-commit-id: 50c877eee8
2016-11-02 13:29:43 +02:00
Roman Volosovskyi
8a50bd423b
add discardTransaction method to react-native-status module
...
Former-commit-id: cf12c7951d
2016-11-01 18:08:16 +02:00
Roman Volosovskyi
928780f342
upgrade react-native-action-button ( fix #398 )
...
fix #395
Former-commit-id: cb433622c9
2016-11-01 15:43:35 +02:00
Roman Volosovskyi
6ed2df84a4
Merge pull request #396 from status-im/feature/#391
...
Wallet & Requests icons
Former-commit-id: d9de8a8154
2016-11-01 11:01:41 +02:00
Roman Volosovskyi
4fd5be78b4
wallet dapp icon & border
...
commands/requests icons
Former-commit-id: e4a23bba54
2016-10-31 16:54:49 +02:00
Alexander Pantyuhov
b03e36db03
Support for React Native 0.36.0
...
Former-commit-id: c05956ec2e
2016-10-31 16:22:26 +03:00
Alexander Pantyuhov
b2bc7ac3b7
Toolbar with dark content ( #344 )
...
Former-commit-id: 5ffa5e073f
2016-10-31 14:45:53 +03:00
Alexander Pantyuhov
a7651874ce
Browse input in a wrong place ( #384 )
...
Former-commit-id: 727c6e23ca
2016-10-30 18:09:05 +03:00
Alexander Pantyuhov
3402ef4466
Staging area fixes ( #366 , #382 )
...
Former-commit-id: df9600525c
2016-10-30 01:21:00 +03:00
Roman Volosovskyi
d8499e6bad
fix #392
...
Former-commit-id: 581b64fa10
2016-10-30 00:35:37 +03:00
Roman Volosovskyi
f3c5cd9700
reset password after 3 wrong attempts & close transactions screen if there are no transactions ( #371 , #372 )
...
Former-commit-id: bda65d6f1b
2016-10-28 16:30:37 +03:00
Roman Volosovskyi
84ba111f08
fixes #387
...
Former-commit-id: 64c8e666ff
2016-10-27 14:54:24 +03:00
Roman Volosovskyi
b9d29b7fd8
fix bugs related to release build for android devices
...
Former-commit-id: 53e7ca91d9
2016-10-26 15:16:27 +03:00
Roman Volosovskyi
7247e29c5a
Merge pull request #377 from status-im/feature/#297
...
Empty discover screen (#297 )
Former-commit-id: b60c15988b
2016-10-26 09:23:08 +03:00
Roman Volosovskyi
8439407520
show connectivity issues & retry sending of phone/confirmation code to server if application is offline
...
Former-commit-id: 2580b0a9d9
2016-10-23 12:49:36 +03:00
Roman Volosovskyi
2c8ade2346
fixes #383
...
Former-commit-id: 371c4889ac
2016-10-21 17:42:08 +03:00