64 Commits

Author SHA1 Message Date
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
Andrey Shovkoplyas
721b467e1b re-frisk 0.5.1 2017-09-07 14:53:11 +03:00
Andrey Shovkoplyas
6b1ed8fa47 re-frisk 0.5.0 2017-09-04 11:20:54 +03:00
Julien Eluard
99e04105ec [FIX #1731] Prepare configuration allowing to fail build 2017-09-04 11:16:44 +03:00
Julien Eluard
38bf64ae2e Removed now useless appium tests 2017-09-03 18:07:57 +03:00
Andrey Shovkoplyas
be57d85147 implemented svg icons 2017-08-30 11:09:27 +02:00
Eric Dvorsak
ad65070fcf downgrade figwheel-sidecar
fixes `Can't find variable: document` error
2017-08-23 12:05:42 +03:00
Andy Chambers
d63d411c53 Set compiler option :language-in to ecmascript5 2017-08-18 12:46:38 +03:00
Julien Eluard
280466f5d6 Upgraded ClojureScript dependencies 2017-08-18 10:27:10 +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
Julien Eluard
98b58c9036 Removed useless natal-shell dependency 2017-07-26 08:37:59 +03:00
Roman Volosovskyi
be463e0947 messaging test 2017-07-18 08:41:03 +03:00
Roman Volosovskyi
23399c63e1 extract React Native dependencies 2017-07-17 11:38:48 +03:00
Julien Eluard
bd80c814c9 Upgraded figwheel/cljsbuild. 2017-07-17 08:49:36 +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
Roman Volosovskyi
a2b2851061 upgrade clojurescript to 1.9.671 2017-07-05 11:26:07 +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
Andrey Shovkoplyas
96dc348d7c implemented sorted app-db and interface for pre-send function 2017-04-24 12:37:17 +03:00
Andrey Shovkoplyas
0c98cd0aaf moved re-frisk in the dev env
0.4.4

added re-frisk debugger

implemented “lein re-frisk use-re-natal”
2017-03-29 15:53:03 +03:00
Roman Volosovskyi
6ec0c4d6f7 update externs & add lein generate-externs 2017-02-19 16:47:28 +02:00
Gustavo Nunes
a8a588bb70 Onboarding tests: fixed existing and added new 2017-02-08 17:01:14 +02:00
Roman Volosovskyi
ba6da9264e advanced cljs compilation for iOS 2017-01-01 20:20:52 +02:00
Roman Volosovskyi
d57f4847c3 advanced cljs compilation on android 2017-01-01 18:52:38 +02:00
Roman Volosovskyi
85a48072ce fix #484 2016-11-30 09:42:51 +02:00
Roman Volosovskyi
3e588ea74c reloadable js resources for jail
Former-commit-id: 958d900af7c2e40146d24e3f8219e29f43ee1326
2016-11-03 12:00:04 +02:00
Roman Volosovskyi
f3c5cd9700 reset password after 3 wrong attempts & close transactions screen if there are no transactions (#371, #372)
Former-commit-id: bda65d6f1b9d782cd2e0c7352222567f99c9511c
2016-10-28 16:30:37 +03: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
Roman Volosovskyi
956da9b82e rework !send command
Former-commit-id: 608243bd3d5bce1f2729a3fe65b10f233641c5eb
2016-10-18 15:40:57 +03:00
Roman Volosovskyi
816281bf7f Cleanup after protocol's refactoring
Former-commit-id: b6977dc0b77d89220d8c3f4e38c671841edd87b5
2016-09-18 09:29:35 +03:00
Roman Volosovskyi
3a6f4008f2 protocol rework
Former-commit-id: 27ab637e94d52ee0db07db78001053ef0a7339c7
2016-09-16 19:27:58 +03:00
alwxndr
c489c72635 group chat statuses (#205)
Former-commit-id: ea9ff21174bc31e93fd03bac490168751f8d1526
2016-09-16 14:37:53 +03:00
alwxndr
9a1593f0ef checking pending messages when user appears online (#210)
Former-commit-id: 7f21ab2d3cbf9704e52c91d185fbaba3adec5403
2016-09-11 13:26:04 +03:00
alwxndr
f3d0f3765d improved contact request (#122)
Former-commit-id: b260e7ba6b93fc1da406236531938d89bbdf19f8
2016-09-08 09:26:35 +03:00
alwxndr
91fdff9429 improved messages delivery (#191)
Former-commit-id: fb06c9161a70eeed2d75ef5127bfe27a479edde7
2016-08-29 12:51:54 +03:00
Roman Volosovskyi
5940af50ad send-transaction in commands.js
Former-commit-id: 871f8036516fd0fab72c2f17c7c0218c31ca022e
2016-08-19 11:52:44 +03:00
alwxndr
a598200ace discovery rework
Former-commit-id: 92073f3d679d09b01ddf827442e2face6b0c2dc9
2016-08-18 19:16:07 +03:00
alwxndr
1b480a1a58 * new my-profile screen
* ability to edit profile data
* ability to update status (we save it internally for now)
* ability to change profile picture (from camera or gallery)
* enhanced way of storing profile-related data in realm and internal state db


Former-commit-id: 91d8ecc4bdf8407bc95b2fe703113bebccbbd885
2016-08-06 11:58:04 +03:00
alwxndr
cb2709cef4 * ios-related fixes;
* separate components for geth and jail (required for ios app);
* status bar for both ios and android
* style fixes (including better login screen on Android);
* internal re-natal package


Former-commit-id: 47b3e7fe089a247aa9a670af45412496a1006f35
2016-07-29 14:49:52 +03:00
alwxndr
75d6313511 react-native upgrade, re-natal upgrade, dependencies updates and fixes to make ios builds work
Former-commit-id: ba1365fa0a588792c0a9bf9df8530f18968c2b4f
2016-07-27 18:21:19 +03:00
Roman Volosovskyi
e9e3dc3896 on boarding tests
Former-commit-id: a0912230d4a293aa62c5105693babc5918b92fd0
2016-07-27 16:08:53 +03:00
Roman Volosovskyi
34059e5c61 "seen" message
Former-commit-id: 155626f59a8b4956bf2b5cc46f0fd3ec396214c4
2016-07-06 11:55:21 +03:00
Roman Volosovskyi
4a70678ced pending/sent/failed statuses for messages
Former-commit-id: 0f7143e5bf8e7e2c5e19570d207268e001098108
2016-07-05 19:07:34 +03:00
Jarrad
4ac074a71d Merge pull request #146 from status-im/feature/#119
Feature/#119

Former-commit-id: db5c654686263068343ebe0f4aeb39b89dac868b
2016-07-05 14:38:04 +02:00
Adrian Tiberius
b8a0269357 fix signup process
Former-commit-id: 763aac2141bd13dd108563f353d0e2f4310c740f
2016-06-30 19:05:28 +03:00
Adrian Tiberius
688fde47e9 updated status-lib dependency
Former-commit-id: 8a75e1eea79515522395d27bcd51f7e992720d37
2016-06-30 13:51:06 +03:00
Adrian Tiberius
eb116cc65d try using clojure spec for validation
Former-commit-id: 42d8ea47dff1a9494522c764af8eb837512aacf1
2016-06-22 11:18:46 +03:00
Roman Volosovskyi
3ea8b2cb82 first unit test
Former-commit-id: 1766b1af1295f6773f580a3a6d3a1afba3dbff0a
2016-05-30 08:58:38 +03:00
Roman Volosovskyi
c10abb17bb first attempt
Former-commit-id: dc2839e0861cd17ae5b40d28f08c27dc6f658c8c
2016-05-26 15:31:11 +03:00
Roman Volosovskyi
0cd0a638a1 update protocol dependency
Former-commit-id: 83c36caf3a3f83d3f7787b14defa10cfc456ed22
2016-05-25 11:35:51 +03:00
Roman Volosovskyi
4bef3a0428 utf8 over whisper
Former-commit-id: 6b78d9eee2aa9d0c75e910b046beaab2638d5a51
2016-05-24 12:05:47 +03:00