137 Commits

Author SHA1 Message Date
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
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
alwx
6669f79c44 Comments for input model; redundant functions has been removed; refactoring 2017-07-17 08:05:41 +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
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
alwx
1596b61b46 More UI components accessible from API, ability to generate QR codes, small cleanup 2017-06-28 10:38:23 +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
alwx
f165492b33 Devtools 3.0 support 2017-05-17 13:00:45 +03:00
Roman Volosovskyi
34b77022f7 another attempt to fix #1088 2017-05-08 15:43:40 +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
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
Roman Volosovskyi
72d06426d8 fix #1135 2017-05-02 16:25:00 +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
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
735639776b text-change optimisations (#971) 2017-04-24 12:37:31 +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
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
bc9ec05de3 fix #866 2017-03-08 15:53:26 +02:00
alwx
eb15c0a4eb Support for commands.js file inside DApps 2017-03-03 17:28:59 +02:00
Roman Volosovskyi
125d1c8dff another attempt to fix #772 2017-02-22 11:47:46 +02:00
Roman Volosovskyi
42c356f604 fix #812 2017-02-17 18:56:50 +02:00
alwx
e070661ae3 Persist Keyboard when typing command and moving to parameters (#776) 2017-02-15 14:04:18 +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
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
Roman Volosovskyi
a0d8c22f84 another attempt to fix issue #607 2017-01-04 10:58:46 +02:00
alwx
5a872c8ca5 Translations for DApps (#334) 2016-12-30 20:45:14 +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
aad122a724 fix #573 & remove staged-commands 2016-12-27 11:15:30 +02:00
alwx
430229d192 faucet command (#445) 2016-12-09 13:04:14 +03:00
Adrian Tiberius
974ff50b02 implement console message handling and suggestions 2016-12-02 19:13:55 +02:00
Jarrad Hope
ea54b9b6e1 !js command in console chat 2016-11-30 20:35:37 +02:00
Adrian Tiberius
083ade766e implement new wallet flow 2016-11-08 19:38:59 +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
3e588ea74c reloadable js resources for jail
Former-commit-id: 958d900af7c2e40146d24e3f8219e29f43ee1326
2016-11-03 12:00:04 +02:00
Alexander Pantyuhov
313c952e57 Wallet DApp Transaction History Messages
Former-commit-id: 77221afa4d128c089e73a86aa2291294c0e3a548
2016-11-02 22:11:45 +03:00
Roman Volosovskyi
8439407520 show connectivity issues & retry sending of phone/confirmation code to server if application is offline
Former-commit-id: 2580b0a9d912cf171f2b03a00012974d860a7752
2016-10-23 12:49:36 +03:00
Roman Volosovskyi
956da9b82e rework !send command
Former-commit-id: 608243bd3d5bce1f2729a3fe65b10f233641c5eb
2016-10-18 15:40:57 +03:00
Alexander Pantyuhov
edc5530d0c Various !browse command issues on open (#349)
Former-commit-id: 312a3d994c5cfe235b35397a3b2a8d34ba13cb80
2016-10-18 14:14:18 +03:00