Commit Graph

2234 Commits

Author SHA1 Message Date
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
monokh bcc2b12036 Cleanup raster images (Fixes #1961) (#2748)
* Remove raster images moved to vector icons

* Removed unused raster images

* Raster image cleanup: add back lock, console, close icons

* Raster image cleanup: Add back lock mdpi + hdpi
2017-12-22 16:15:56 +02: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
Julien Eluard b0a1aab033 Make sure setup script runs on linux 2017-12-21 10:34:02 +01:00
Julien Eluard 0a7ba2fe3d Use proper GH keyword so that SOB workflow is triggered 2017-12-21 09:50:57 +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
Ivan Danyliuk df21ec8c3a
Add Makefile 2017-12-18 12:04:17 +01:00
Oskar Thoren 660eebb8f7
Fix Jenkinsfile syntax 2017-12-18 09:13:14 +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
Oskar Thoren 0f23265029
RN weird Jenkins stuff fix 2017-12-16 23:46:45 +01:00
Oskar Thoren f8f43b80a6
Jenkinsfile.nightly: Fix re-natal link 2017-12-16 22:53:03 +01:00
janherich b0810b08d8 Attempt to fix android build 2017-12-16 22:48:23 +01:00
janherich e4265283e4 Bring back exact babel plugins 2017-12-16 11:39:23 +01:00
janherich 44099a4467 Fix rn packages issues 2017-12-16 11:39:23 +01:00
Chris Hutchinson 152afd3622 update
update to remove saucelabs broken - and broken links
2017-12-15 18:30:38 -06:00
janherich d6244cbc54
No patches 2017-12-16 01:29:42 +01:00
janherich d9a6a627d3
Avoid compiler warnings 2017-12-15 20:35:55 +01:00
Eric Dvorsak d9d250592a
[fix] fix jenkins file to build latest react-native
the react-native packager is now a separate package so the file
that sed was trying to change doesn't exist anymore
2017-12-15 16:30: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 0ad29ed164
Fix merge-pr script so it runs as bash
As opposed to wannabe POSIX with bashisms. Makes it run reliably on most user
systems (Mac/Linux)
2017-12-15 11:01:39 +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
Roman Volosovskyi bd017457e3
execute ParseJail synchronously: allows to avoid synchronization deadlocks inside com.github.ericwlange:AndroidJSCore at JSContext instantiation 2017-12-13 16:36:46 +02:00
Anton Danchenko 10da67a63f added 'request transaction from wallet' test 2017-12-13 14:19:00 +01:00
Roman Volosovskyi 19e180179c
fix fatal: ambiguous argument 'develop..':... 2017-12-12 12:06:15 +02:00
Julien Eluard 518f68f08f Added build scripts 2017-12-12 09:05:18 +01:00
Oskar Thoren 8fb2c13e2d
Add Jenkins parameterized build config file 2017-12-11 18:49:51 +01:00
Vitaliy Vlasov 3feb43d16d [FIX #1209] resources/js: wrap undefined responses from jail in a String 2017-12-11 18:01:14 +02:00
David Balatero e83adf1b46 Run build script against the develop branch 2017-12-11 12:46:04 +02:00
Roman Volosovskyi ee2904efcc
fix re-natal in Jenkinsfile 2017-12-09 21:12:42 +02:00
Roman Volosovskyi cf565fb65d
switch to otto while fixing #2661 2017-12-09 19:21:17 +02:00
David Balatero 2bd7652b5c Install all dependencies on Linux 2017-12-08 18:26:01 +01:00
Julien Eluard 2256628c97 Added assets icons and allow to filter tokens 2017-12-08 16:36:38 +01:00
Julien Eluard 3140081d59 WIP 2017-12-08 16:36:38 +01:00
Anton Danchenko f227962a89 fixed an issue with rounded sum in request command, added test 'send funds via request in group chat', added new users for wallet tests 2017-12-07 15:16:14 +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