Commit Graph

135 Commits

Author SHA1 Message Date
Andrey Shovkoplyas a1d55f30bb
introduced desktop
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-03-23 09:51:47 +03:00
Dmitry Novotochinov ed7176d65c
Add :elide-asserts compiler option for release builds
Removes all asserts calls including :pre and :post condition checks
https://cljs.github.io/api/compiler-options/elide-asserts

Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-03-15 11:33:48 +03:00
Dmitry Novotochinov ac9b5cd976
Use re-frame fork with js/setTimeout as next-tick
Change app initialization process. Dispatch :initialize-app
only when jail has been initialized.

Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-03-01 19:06:39 +07:00
Itoh, Masaru fad47500bb
Migrate figwheel conf from project.clj to figwheel ns
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-02-21 08:47:47 +01:00
Audrius Molis f7fd5e71d6
Allow app reloading in development mode [FIX #3118]
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-02-09 17:39:11 +03:00
Pedro Pombeiro 054737017f
Add `prod-build-android` and `prod-build-ios` aliases so that `release-*` make targets only build selected platform
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-02-07 08:25:06 +01:00
Foo Pang ae04dde8ba
[Fix #3076] Separate figwheel from dev lein profile
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-02-02 17:02:45 +03:00
Julien Eluard fc92dafca6 Fixed android build script.
Upgraded to latest dependencies and removed useless plugins.
2018-01-17 14:56:52 +01:00
Foo Pang 1b563a59cc
[Fix #2986] Figwheel reloads env.android.main / env.ios.main on every file change
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-01-15 15:51:30 +03:00
t4sk 591e568e37
[feature #2793]
- update re-natal to 0.8.0
- git ignore config.cljs
- derive re-frisk url from config.cljs
- add tests for env/dev/env/utils
- remove lein re-frisk use-re-natal from Makefile

Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-08 23:13:47 +09:00
Foo Pang fe315c619a
Improve custom figwheel script usability
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-01-08 15:08:12 +03:00
Foo Pang 38d7485f76
Fix hot reloading broken for dev profile
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-04 17:02:12 +09:00
Audrius Molis 3e940b5bd4
Stopped loading Figwheel API by default #2669
Signed-off-by: andytudhope <tuddy0525@gmail.com>
2018-01-02 10:31:55 +02:00
Eric Dvorsak 56c59c741f update react-native and project dependencies
[#bug] fix realm version
2017-12-15 16:06:13 +01:00
Andrey Shovkoplyas 16930cf4e1 re-frisk new features 2017-12-04 13:21:46 +03:00
Julien Eluard b2daaa2159 Hook require to prevent tests failures when loading images 2017-11-29 16:50:28 +01:00
Andrey Shovkoplyas 4e31d76049 re-frisk new features 2017-11-23 09:55:56 +03:00
Andrey Shovkoplyas 2f5f42edfd fixed re-frisk css 2017-11-08 09:01:04 +01:00
Eric Dvorsak df83cbb987 update realm version 2017-11-04 11:00:14 +01:00
Roman Volosovskyi 2a9ac44564 close app on switching from network with local LES (#2007) 2017-10-05 13:23:25 +02:00
Roman Volosovskyi dbb1487fbd bump clojurescript version 2017-10-02 13:35:06 +02: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
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: 958d900af7
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: bda65d6f1b
2016-10-28 16:30:37 +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 956da9b82e rework !send command
Former-commit-id: 608243bd3d
2016-10-18 15:40:57 +03:00
Roman Volosovskyi 816281bf7f Cleanup after protocol's refactoring
Former-commit-id: b6977dc0b7
2016-09-18 09:29:35 +03:00
Roman Volosovskyi 3a6f4008f2 protocol rework
Former-commit-id: 27ab637e94
2016-09-16 19:27:58 +03:00
alwxndr c489c72635 group chat statuses (#205)
Former-commit-id: ea9ff21174
2016-09-16 14:37:53 +03:00
alwxndr 9a1593f0ef checking pending messages when user appears online (#210)
Former-commit-id: 7f21ab2d3c
2016-09-11 13:26:04 +03:00
alwxndr f3d0f3765d improved contact request (#122)
Former-commit-id: b260e7ba6b
2016-09-08 09:26:35 +03:00
alwxndr 91fdff9429 improved messages delivery (#191)
Former-commit-id: fb06c9161a
2016-08-29 12:51:54 +03:00
Roman Volosovskyi 5940af50ad send-transaction in commands.js
Former-commit-id: 871f803651
2016-08-19 11:52:44 +03:00
alwxndr a598200ace discovery rework
Former-commit-id: 92073f3d67
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: 91d8ecc4bd
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: 47b3e7fe08
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: ba1365fa0a
2016-07-27 18:21:19 +03:00
Roman Volosovskyi e9e3dc3896 on boarding tests
Former-commit-id: a0912230d4
2016-07-27 16:08:53 +03:00
Roman Volosovskyi 34059e5c61 "seen" message
Former-commit-id: 155626f59a
2016-07-06 11:55:21 +03:00
Roman Volosovskyi 4a70678ced pending/sent/failed statuses for messages
Former-commit-id: 0f7143e5bf
2016-07-05 19:07:34 +03:00
Jarrad 4ac074a71d Merge pull request #146 from status-im/feature/#119
Feature/#119

Former-commit-id: db5c654686
2016-07-05 14:38:04 +02:00
Adrian Tiberius b8a0269357 fix signup process
Former-commit-id: 763aac2141
2016-06-30 19:05:28 +03:00
Adrian Tiberius 688fde47e9 updated status-lib dependency
Former-commit-id: 8a75e1eea7
2016-06-30 13:51:06 +03:00
Adrian Tiberius eb116cc65d try using clojure spec for validation
Former-commit-id: 42d8ea47df
2016-06-22 11:18:46 +03:00
Roman Volosovskyi 3ea8b2cb82 first unit test
Former-commit-id: 1766b1af12
2016-05-30 08:58:38 +03:00
Roman Volosovskyi c10abb17bb first attempt
Former-commit-id: dc2839e086
2016-05-26 15:31:11 +03:00
Roman Volosovskyi 0cd0a638a1 update protocol dependency
Former-commit-id: 83c36caf3a
2016-05-25 11:35:51 +03:00
Roman Volosovskyi 4bef3a0428 utf8 over whisper
Former-commit-id: 6b78d9eee2
2016-05-24 12:05:47 +03:00
virvar 844ff739af Merge 'develop' into 'real-data'
Former-commit-id: ff5898b0a1
2016-05-20 14:20:48 +03:00
virvar 98d0afd034 Last message date
Former-commit-id: a782cf0726
2016-05-20 12:41:55 +03:00
Jarrad ce948b2359 lein voom freshen
Former-commit-id: 5bea3815cd
2016-05-20 10:33:09 +02:00
Jarrad d1a8534f5a change lib branch
Former-commit-id: 6c63d8a428
2016-05-19 18:51:13 +02:00
Jarrad b5763bb8ad syng to status
Former-commit-id: 6a5250247c
2016-05-19 18:31:56 +02:00
Roman Volosovskyi 2ac2160993 protocol's version
Former-commit-id: 4bc6b83c96
2016-05-07 10:35:35 +03:00
michaelr d54d6555a4 moved re-frame app to root folder
Former-commit-id: 5a3b923b0c
2016-04-04 19:21:10 +03:00
michaelr 0b6cb78336 bring messages to chat view
Former-commit-id: ef26278908
2016-03-22 12:59:41 +02:00
michaelr ba87aa9f1d wip protocol integration
Former-commit-id: 2b6fdaa4e6
2016-03-17 19:25:36 +02:00
michaelr 5ed5e91e2d removed redundant deps and changes protocol version to latest
Former-commit-id: b9a6253357
2016-03-14 00:29:07 +02:00
virvar 577cf4e93c Setup cljsjs/web dependency
Former-commit-id: 8d7a57e6d4
2016-03-07 20:00:30 +03:00
virvar 93848fd255 Use syng-im/protocol to get whisper identity
Former-commit-id: 119c613f8a
2016-03-07 11:09:41 +03:00
virvar fe21a4f25f Add web3
Former-commit-id: 22310a3ee8
2016-03-04 20:28:06 +03:00
virvar 7c6e7c644a Initial 2016-02-23 01:04:42 +03:00