17 Commits

Author SHA1 Message Date
Eric Dvorsak
9e73097446 Remove externs and add them to gitignore
lein generate-externs need externs directory to be present

Create an externs directory with a gitignore file that only allows itself to
be commited

We are using simple optimizations for prod builds so this file is not used.

We have much more useful output with :simple optimizations if an error
happens, not just something like a.b.adsfas is undefined.

The difference in size between advanced and simple optimizations is only
about 300KB, and the RN packager also makes some magic with js after cljs
compiler anyway.
2017-08-07 16:43:37 +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
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
4e488d91b9 Pre-filling /send response with amount (#996) 2017-04-19 14:21:50 +03:00
alwx
6e4931417b Password and phone inputs [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
Alexander Pantyuhov
874bf16f97 Switching networks (#845) (#852)
* Switching networks (#845)

* pass RPC host to webview bridge
2017-03-08 13:45:02 +02:00
alwx
eb15c0a4eb Support for commands.js file inside DApps 2017-03-03 17:28:59 +02:00
Roman Volosovskyi
6ec0c4d6f7 update externs & add lein generate-externs 2017-02-19 16:47:28 +02:00
Roman Volosovskyi
ace355515a public group chat 2017-02-14 15:15:59 +02:00
Roman Volosovskyi
5af0905f2f generate address from public key (#752) 2017-02-02 12:09:57 +02:00
alwx
0944df715f NFC access for Dapps (#670) 2017-01-30 18:03:16 +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
Roman Volosovskyi
e47314bb7e fix awesome-phonenumber externs 2017-01-20 16:20:44 +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
Roman Volosovskyi
b28faa3115 add externs for #735 2017-01-18 10:31:39 +02:00
Roman Volosovskyi
d57f4847c3 advanced cljs compilation on android 2017-01-01 18:52:38 +02:00