Oskar Thoren
3cdb05e5b8
Perf experiment spike: Change 1on1 send/filter to partial pub-key
...
- Add MANY_WHISPER_TOPICS_ENABLED flag
- Jenknisfile.parameters
2018-01-17 17:15:39 +01:00
Mikhail Gusarov
4a08d2a818
[ FIX #1048 ] Localize timestamps in chat history
...
If current locale is xx-YY, looks up xx_YY first, xx then and finally
falls back to us.
goog.i18n.DateTimeSymbols database is used for localization.
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-01-17 17:06:44 +01:00
Audrius Molis
2292d2e500
Got rid of old files.
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-01-17 17:04:29 +01:00
Eric Dvorsak
b8ddc2b16b
[ fix #3057 ] fix chat-contact.identity must be of type string error
2018-01-17 16:34:49 +01:00
Dmitry Novotochinov
17e886da11
[experiment #3038 ] Add buffer to process incoming messages asynchronously
2018-01-17 16:31:02 +01:00
janherich
8396442847
Change messages subscription
2018-01-17 15:57:34 +01:00
Julien Eluard
fc92dafca6
Fixed android build script.
...
Upgraded to latest dependencies and removed useless plugins.
2018-01-17 14:56:52 +01:00
Julien Eluard
d05f50db62
[BUG #2881 ] Migrated wallet main screen to latest mockups
2018-01-17 10:36:43 +01:00
Eric Dvorsak
314d425187
Clean up build scripts
2018-01-17 01:22:14 +01:00
Andy Tudhope
5f979cdf8c
merge-pr script should prompt for multiple commits
...
Fixes #2971
Because I don't think it is worth a bounty - all the code required was already in the `merge-external-pr.sh` so I have just copied the relevant parts across and added the few necessary lines to ensure that PRs from core contributors cannot be merged unless they have been squashed down to a single commit.
Changed fatal to confirm for merge-pr
2018-01-16 18:01:53 +01:00
Foo Pang
e35edf1e90
[ Fix #2810 ] Support markTrustedPeer in web3.js
...
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-01-16 19:14:57 +03:00
Foo Pang
fe697bfcc8
[ Fix #2809 ] Support requestMessages in web3.js
...
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-01-16 18:56:16 +03:00
Andrea Maria Piana
29657a08de
Add back icons/chats icon
...
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-16 23:52:02 +09:00
nrakochy
bcff786fdb
[ Fixes #1774 ] Fixes Android feature permission
...
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-16 23:48:39 +09:00
Oskar Thoren
e1093f9e43
Script for tagging releases
2018-01-16 23:42:30 +09:00
janherich
eb17f24f0b
Fix realm migration
2018-01-16 14:48:10 +01:00
Pedro Pombeiro
1c5cf7fe4b
[ fix #2925 ] Fix messed-up merge in b87a52e2d
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-01-16 12:48:08 +01:00
Pedro Pombeiro
9631552251
[ref status-im/status-go#229 ] Do not delete the geth.log file at startup. Allow the new log rotate logic in status geth to handle that
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-01-16 10:51:20 +01:00
Pedro Pombeiro
b87a52e2d4
[ fix #2925 ] Fix invalid log level string passed in JSON to geth
...
Caused missing password prompt regression
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-01-16 10:47:49 +01:00
Adam Babik
22bb4b0d13
update status-go to develop-gd71c66a2
2018-01-16 10:31:28 +02:00
Ivan Borovkov
7e2ef2ea98
add newline to .env file to fix build
2018-01-15 22:45:05 +02:00
Eric Dvorsak
5c359886e5
[feature] refactor discover events
...
use re-frame idiomatic register-handler-fx, reg-fx and coeffect.
the events are still not free of side-effects as there is some
db calls involved which will be taken care of in a future PR
it also reduces the events fired at app init from 3 to 1
discover-related event
2018-01-15 16:18:24 +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
Dmitry Novotochinov
5f02e4287f
Refactor offline inbox events
...
- Add error handlers
- Memoize calls to add-peer and mark-trusted-peer
- Use re-frame events to control flow
2018-01-15 12:43:38 +03:00
Ivan Borovkov
9f6d8d7090
Merge pull request #3032 from status-im/bugfix/path-to-apk-android-artifactory
...
fixed path to local file for upload
2018-01-15 11:28:16 +02:00
Igor Mandrigin
e6bb9ce457
Update `react-native-http-bridge`
2018-01-15 10:14:53 +02:00
Eugene Zadyra
485db2f35a
Fixed #2334 . Translated App Strings to Ukrainian
...
Signed-off-by: andytudhope <tuddy0525@gmail.com>
2018-01-14 17:59:13 +02:00
Ivan Borovkov
4bab66ea30
fixed path to local file for upload
2018-01-14 15:39:10 +02:00
dumiz
eab79e8a0f
Update ja.cljs
...
address review comments
address review comments
minor change
Signed-off-by: andytudhope <tuddy0525@gmail.com>
2018-01-14 09:13:59 +02:00
janherich
4ce70f86fb
Remove message data remnants
2018-01-13 22:09:32 +01:00
Goran Jovic
9f9d788e2c
restored the previously removed switch user ie logout action
2018-01-13 16:39:42 +01:00
Ivan Borovkov
0eb4fb0a42
fix path to apk for artifact upload
2018-01-13 14:11:37 +02:00
Andrea Maria Piana
c8ef43fb67
Fix and uncomment tests in contacts.events and utils.pre-receiver
...
I have uncommented the two namespaces:
contacts.events was mainly an issue with schema validation
and a few features not covered by tests.
the tests in pre-receiver were actually passing, the issue was a
test suite in wallet.events which was run asychronously by re-frame
which meant the http request in the fx was actually being fired.
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-13 19:32:25 +09:00
pacamara
86be7071a0
[ Fix #2834 ] Migrate android build to latest gradle plugin
...
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-13 18:58:46 +09:00
Foo Pang
343f5c1e8e
[ Fix #2900 ] Unread badge counter doesn't fit large numbers
...
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-13 03:53:10 +09:00
Goran Jovic
8e5fc1d6f1
bug #2949 - resolved unset gas info after send from chat
2018-01-13 03:47:51 +09:00
janherich
2f6742cdc7
Fix id->message-id
2018-01-13 01:26:12 +09:00
janherich
24d0b68c1f
Async audit
2018-01-13 01:26:11 +09:00
Pedro Pombeiro
0d83aeda8d
scripts: Improve `bundle-status-go.sh` so that it can bundle Android package as well ( #2539 )
...
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-13 00:54:49 +09:00
Oskar Thoren
87dc4ead85
Revert "Async audit"
...
This reverts commit e379168452
.
2018-01-13 00:09:41 +09:00
Oskar Thoren
00d665b2d5
Revert "Fix recur in go-loop"
...
This reverts commit bd6adac02b
.
2018-01-13 00:09:19 +09:00
Alexander Pantyukhov
a40f9bc8c1
[ fix #1604 ]: Commands send, request, location are sent several times if quickly tap on send button
2018-01-12 23:12:50 +09:00
Eric Dvorsak
65f2f51632
[ fix #2426 ] prevent sending same command multiple times
2018-01-12 23:11:06 +09:00
m'hammed
91a7dc2cdf
[BUG #2419 ] Adapt description text input size to make it not overlap with save button. And make parent view scrollable
...
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-12 22:51:37 +09:00
janherich
bd6adac02b
Fix recur in go-loop
2018-01-12 12:59:18 +01:00
janherich
e379168452
Async audit
2018-01-12 12:47:46 +01:00
janherich
2b405d4d6c
Fix chat list rendering
2018-01-12 11:37:00 +01:00
Andrey Shovkoplyas
8b6f007313
fixed tests
2018-01-12 12:10:15 +03:00
Andrey Shovkoplyas
a3cffebb23
code review, renamed chats-list to home
2018-01-12 12:10:15 +03:00
Andrey Shovkoplyas
d582e6e366
reworked main tabs, removed swiper and drawer npm libs
2018-01-12 12:10:15 +03:00