88 Commits

Author SHA1 Message Date
Julien Eluard
5e5b4fa2cf Tap on return permits sign-in. Fixes #1285 2017-06-26 13:18:05 +03:00
Roman Volosovskyi
4655323fbb migrate to new shh api 2017-05-15 08:12:03 +03:00
Andrey Shovkoplyas
c46d686632 fixes https://github.com/status-im/status-react/issues/1191 2017-05-10 16:45:53 +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
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
Andrey Shovkoplyas
0e5b515f5e updated ui for accounts, login and recover screens 2017-04-17 14:51:11 +03:00
Andrey Shovkoplyas
810fe76c7c fixed address line on login and refreshed discover toolbar 2017-04-13 18:15:40 +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
Timothy Roy
3437f79d82 accounts, login, screen: Android keyboard for Login Password lowercase (#878) 2017-03-11 09:37:41 +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
bf27c55398 Development tools (#719) 2017-02-13 12:14:28 +02:00
Gustavo Nunes
a8a588bb70 Onboarding tests: fixed existing and added new 2017-02-08 17:01:14 +02:00
alealejandro
30fb48523e Refactor colors, remove unneeded (src/status_im) issue #278 2017-01-30 08:40:27 +02:00
Gustavo Nunes
06c8498568 accounts: recover password no longer appears as clear text #732 2017-01-21 09:58:24 +02:00
Andrey Shovkoplyas
556b9beec7 https://github.com/status-im/status-react/issues/675
fixed #675
2017-01-20 11:14:42 +02:00
alwx
101448b963 Ensure browser sessions can not correlate identities between Status account sessions (#688) 2017-01-17 17:24:45 +02:00
alwx
9462088de8 Update public/private keys for discoveries (#557) 2017-01-16 11:42:12 +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
c4e4400ccb Bigger area for cross on QR display screen (#610) 2017-01-03 13:51:54 +03: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
0af4f8e7d1 fix #526 2016-12-02 10:53:40 +02:00
alwx
dddbb3309c Accounts list overlaps with "Switch user" 2016-11-30 22:35:08 +03: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
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
692de70933 debug and release mode on real iOS device 2016-11-30 12:22:02 +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
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
Roman Volosovskyi
0ce43593aa closes #446 2016-11-21 18:02:24 +02:00
Alexander Pantyuhov
cdfa395b34 Updated QR code layout and #462 fix 2016-11-19 14:10:27 +03: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
acfedd19f6 Merge pull request #447 from status-im/bug/#430
Prevent !send with null "to" address
2016-11-15 15:22:12 +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
Adrian Tiberius
083ade766e implement new wallet flow 2016-11-08 19:38:59 +02:00
Alexander Pantyuhov
3819a0e8e5 Show QR in profile (#422) 2016-11-08 15:39:23 +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
b9d29b7fd8 fix bugs related to release build for android devices
Former-commit-id: 53e7ca91d97fdf7ec0094249b9fc16f32f8e0ead
2016-10-26 15:16:27 +03:00
Alexander Pantyuhov
e9777a6a0a Navigator fixes (#343)
Former-commit-id: 96e8f32c376e69585c20bfd51e545da2eb35362f
2016-10-18 14:15:55 +03:00
Adrian Tiberius
b369e632a0 fixes #298 #303 profile screen
Former-commit-id: 3ea4cff4b9b332d0b19d97724ac4df4842b51184
2016-10-14 15:07:08 +03:00
Adrian Tiberius
8e7d03d513 add default status to accounts
Former-commit-id: bf4358e30ffe922349b5894f05dc757c7c84cc8e
2016-10-10 18:23:20 +03:00
Roman Volosovskyi
9ef8c83e61 Merge pull request #326 from status-im/feature/on-boarding-console-#280
Make console the default on-boarding (#280)

Former-commit-id: 4d95c095ab9a5404810694961a5cf351cd46cf8e
2016-10-05 16:52:18 +03:00
Adrian Tiberius
3aeebe42e6 fix #280
Former-commit-id: 1464bd97f1cb01fefa0ec373af3b162dddbc7289
2016-10-05 16:48:05 +03:00
Alexander Pantyuhov
d6c4c36f80 Chat list and contact list UI fixes (#291, #274, #275)
Former-commit-id: decc2188e6da882af2735d2f45fc45ced323af47
2016-10-05 15:02:36 +03:00
Adrian Tiberius
2c3eec3c43 added database migration functionality
Former-commit-id: a6f63a5b5f2ec8fbecd07f975694d2fbb94f1137
2016-10-04 18:29:41 +03:00
Roman Volosovskyi
63e8b7a4fa fixes #290
Former-commit-id: c29cb2de5e92f41e2c9856233bce10a51610930c
2016-10-04 16:55:22 +03:00
Roman Volosovskyi
e4c227d887 fixes #289
Former-commit-id: 275f5799c2da7cbb8d90daaa839b4692e4ce72c7
2016-10-03 16:06:18 +03:00
alwxndr
08f17909f6 Profile validations (#235)
Former-commit-id: 80ec3eeef3c816b5ed24bf992fac4115523ca378
2016-09-27 20:04:00 +03:00