Foo Pang
3e8ce2d6d7
[ Fix #2683 ] Do not run sync state loop on upstream RPC networks
2017-12-27 08:40:18 +02:00
Stefan Parviainen
5206f297cf
Add swedish as supported language
2017-12-26 18:26:33 +02:00
Stefan Parviainen
6edfff84d5
A few more fixes for swedish translation
2017-12-26 18:26:33 +02:00
Stefan Parviainen
dc83a50815
Fix some problems with swedish translation
2017-12-26 18:26:33 +02:00
pafcu
7f408bb2e8
Update swedish translation
...
Closes #2335
2017-12-26 18:26:33 +02:00
Foo Pang
e804ae25e7
[ Fix #2590 ] Blank QR code on a quick double tap of the 'Show QR code'
2017-12-26 18:14:52 +02:00
janherich
1c85797121
Generate :short-preview
when msg received
2017-12-25 20:28:27 +01:00
alwx
a813ff9e9f
Chat refactoring: updated console (former sign-up) namespace
2017-12-25 22:16:01 +03:00
Dmitry Novotochinov
484e982bdf
Rename 'peer' parameter to 'mailServerPeer' in shh_requestMessages call
...
To conform to the latest status-go interface
Update status-go build to 'develop-gb7fb51d9'
Remove "from" parameter as it defaults to 0
2017-12-25 20:54:57 +03:00
Dmitry Novotochinov
26dad8cf33
[ref #2764 ] Add offline messaging settings screen
...
Screen shows what whisper node we connected to. No adding/editing
allowed yet, screen is ready-only for now.
2017-12-25 20:11:00 +03:00
Vitaliy Vlasov
b0b4226680
[ FIX #2565 ] data-store: escape leading tildes in message content
2017-12-25 16:19:32 +02:00
janherich
c8168e9ff0
Use the correct group chat id
2017-12-24 01:53:44 +01:00
janherich
f3519b975c
Fix stale subscriptions
2017-12-24 01:46:29 +01:00
Foo Pang
43c2f09324
[ Fix #2613 ] Long username is not cut with ... on Discover screen
2017-12-21 21:56:28 +02:00
Foo Pang
1657f189ba
Refactor: replace global platform-specific styles with local styles
2017-12-21 16:11:35 +01:00
pablodip
1837623c3a
[ FIX #2780 ] hide re-frame warning when reloading
2017-12-21 12:45:42 +01:00
Roman Volosovskyi
c84641bd04
with-activity-indicator component
...
main-tab: render only current tab immediatly on navigation, other three 100ms later
2017-12-21 10:41:53 +02:00
pablodip
b28765c38a
improve re-frame db spec report
2017-12-21 08:48:38 +01:00
Dmitry Novotochinov
9ca54e9adc
Offline inbox support for public chats
...
- Add `allowP2P` flag to group messages filter
- Remove `to` option from historic messages whisper request
2017-12-20 15:15:41 +03:00
janherich
fecdef4124
Simplify input height management
2017-12-20 09:08:23 +01:00
janherich
eb8d0a8a79
Refactored message data-model and view
2017-12-19 12:50:36 +01:00
Roman Volosovskyi
8349379509
fix account creation without status-go
2017-12-18 09:06:20 +02:00
Andy Tudhope
a7f8526c88
Merge pull request #2552 from foreseaz/feature/#2528
...
[feature #2528 ] separate zh_hant to zh_hant_tw, zh_hant_hk and zh_han_sg
2017-12-17 11:01:14 +02:00
foreseaz
9597e34e79
[feature #2528 ]
...
- separate zh_hant to zh_hant_tw, zh_hant_hk and zh_hant_sg
- add new locales `zh-hant-sg`, `zh-hant-hk`, `zh-hant-tw`
- fix zh_hant and zh_hans typo and layout
- update `bots/browse/translations.js` `bots/console/translations.js`
`bots/mailman/translations.js` `bots/transactor/translations.js`
2017-12-17 11:13:28 +08:00
janherich
d9a6a627d3
Avoid compiler warnings
2017-12-15 20:35:55 +01:00
Dmitry Novotochinov
6d966b4648
[ fixes #2546 ] Add chat-preview-text component to status.js
...
Apply default styling for message commands preview in chat
2017-12-15 18:15:03 +03:00
Eric Dvorsak
56c59c741f
update react-native and project dependencies
...
[#bug] fix realm version
2017-12-15 16:06:13 +01:00
Oskar Thoren
ce3d5936ec
Offline inboxing: End to end MVP
...
- Turns on flag for dev and Jenkins
- Change enode to peer in requestMessages arg
- Upgrades status-go to get ssh_requestMessages
- Use status-cluster enode
- Fix Android AddPeer binding bug
2017-12-15 10:29:48 +01:00
Foo Pang
460f6a38e8
[ Fix #2640 ] Cleanup react-native source folder
2017-12-14 16:57:09 +02:00
Audrius
cdfe134466
[ FIX #1393 ] Line breaks properly when contact is selected for send command ( #2601 )
2017-12-14 15:04:16 +01:00
Julien Eluard
2256628c97
Added assets icons and allow to filter tokens
2017-12-08 16:36:38 +01:00
Oskar Thoren
6aed718984
Offline inbox: Mark mailserver as trusted peer with RPC
...
Also document get-sym-key memoization
2017-12-07 14:01:52 +01:00
Audrius Molis
addaeba706
Added password validation for Restore Access flow #1224
...
Added password validation for Restore Access flow #1224
2017-12-06 16:16:42 +01:00
Dmitry Novotochinov
1e7366be6a
[ fixes #2523 ] fix RU translations
...
add missing :status-sending RU translation
2017-12-06 16:15:12 +01:00
Oskar Thoren
091045a700
Offline inbox: Requests messages on startup
...
- protocol/web3/inbox: make request-messages work by adding enode peer,
generating and using symkey, and finally using raw CallRPC for
shh_requestMessages.
- protocol/core: Clean up log lines
2017-12-06 14:51:12 +01:00
Oskar Thoren
6d5251ad20
Offline inboxing: integrate AddPeer binding
...
- Add add-peer call to IReactNativeStatus
- Upgrade status-go
- Bindings for addEnode(enode string) in Java and ObjC
2017-12-05 18:52:22 +01:00
Vitaliy Vlasov
5ef8ea4c0c
[ FIX #2423 ] ui: fix typo in render-public-chats-item
2017-12-05 16:33:25 +01:00
Goran Jovic
feed287457
feature #1996 - navigation from status author name or profile image to profile screen
2017-12-05 16:13:17 +01:00
Roman Volosovskyi
8886bfd5d0
JavaScriptCore jail as alternative for Otto vm
2017-12-05 12:09:34 +02:00
Andrey Shovkoplyas
afd7fca6d8
refactored protocol handlers
2017-12-04 23:08:18 +03:00
Oskar Thoren
90a0058a43
Under offline inbox flag: sketch allowp2p, request-messages
...
- Add OFFLINE_INBOX_ENABLED flag
- Under offline inbox flag: add allowp2p for 1on1 filter
- Add skeleton web3.inbox ns with request-messages
2017-12-04 19:12:50 +01:00
janherich
25d3940d49
More efficient subscriptions
2017-12-04 17:52:39 +01:00
Goran Jovic
c38f1ce8a4
feature #1996 - navigation from status author name or profile image to profile screen
2017-12-04 17:40:12 +01:00
Alexander Pantyuhov
3795cd9888
Chat WebView bridge refactoring ( #2535 )
2017-12-04 13:22:41 +01:00
janherich
4ddbacd612
Fix migrations
2017-12-01 12:14:58 +01:00
Eric Dvorsak
92b22abbef
[bug] fix regressions on creating new account
2017-11-30 14:01:47 +01:00
Julien Eluard
cfa14ff6b3
[ISSUE #2449 ] Make sure DApps transaction amount is never nil
2017-11-30 12:29:27 +01:00
Julien Eluard
7f2085fb14
Fixed regression when sending transaction
...
Remove obsolete realm
2017-11-30 11:04:33 +01:00
Julien Eluard
d78e0ca4e9
Fixed regression when sending transaction
2017-11-29 18:35:59 +01:00
pablodip
2dbefb706e
supported languages and trans ids
...
rename test
fix test `supported-locales-are-actually-supported` and improve failing message
fix some coding standards
rename old `str` namespace alias to `string`
fixing cs
rename translation id to label and explain checkpoints
remove non-existent labels in translations
add some comments
add status 0.9.12 as first checkpoint in translations, plus current supported locales
remove non-existent label from base checkpoint and fix locale->checkpoint and supported locales
format checkpoint-0-9-12-labels in several lines
add fn labels-that-are-not-in-current-checkpoint
2017-11-29 17:13:38 +01:00