Oskar Thoren
5739bcbb7b
Put status-go in geth.log again
...
Fix absolute dir and statement order. Regression appears to have been introduced
during network configuration changes 2-3 months ago and noone checked this file
since then.
2017-11-28 20:48:27 +01:00
janherich
56eb3f7a43
Fix broken realm sorting
...
This fixes bugs #2520 and #2484
The cause of the bugs is the fact that calling `.sorted` method
on the realm resultset produces another resultset which is sorted
when iterated through `Iterator<T>` interface, but does absolutely
nothing to way how resultset object is serialised (printed out
as JSON).
So when we sorted, printed to json, parsed back through transit
and expected the order to be retained, it was not, and it was
failing quite randomly.
To be precise, it failed in a case where we sorted the resultset
according to some property and picked the top element from the result.
As the top element picking was done AFTER the sorted realm resultset
was converted into cljs datastructure, it was sometimes failing.
This fix just ensures that we select the single element from js
resultset (where sorting info is still retained) and only convert
that single element to cljs (it's also much more efficient).
2017-11-28 16:25:26 +01:00
Julien Eluard
0730420017
[BUG #2228 ] Implemented wallet filtering screen
2017-11-28 09:14:08 +01:00
Oskar Thoren
0403a7cdc1
Echo apkUrl and ipaUrl
...
Useful while Slack notifications are down for QA
2017-11-27 15:58:25 +01:00
Goran Jovic
3545969d87
bug #2210 - alignment and margins for smaller screens
2017-11-27 15:02:48 +01:00
Oskar Thoren
1f03faa7c6
Bump status-go to develop-g6927638 and fix Android import path
2017-11-27 12:32:50 +01:00
Andy Tudhope
e9a07149c1
Merge pull request #2416 from poiga/translation/lithuanian-fix3-2351
...
Updated Lithuanian translation. Fixes #2351
2017-11-27 10:24:21 +02:00
Goran Jovic
43537fd644
feature #2465 - my token screen layout
2017-11-25 09:26:05 +01:00
Audrius Molis
3933ded384
[ FIX #709 ] "Your phone appears to be ROOTED" message shown less often.
2017-11-23 12:21:17 +01:00
m'hammed
319a770872
[bug] fix #2329 Generate username as Unknown for nil and 0 public key
2017-11-23 11:59:10 +03:00
kaichao
6882dc7bcd
Translate App Strings to Chinese (Simplified zh_hans)
2017-11-23 11:58:52 +03:00
Andrey Shovkoplyas
4e31d76049
re-frisk new features
2017-11-23 09:55:56 +03:00
Audrius Molis
fdf1cf72a5
[ FIX #2351 ] Lt translation fixed.
...
Lt translation fixed.
2017-11-22 20:13:15 +02:00
Oskar Thoren
4022bea1d0
Update PR request template with review and testing notes
...
Also my first verified commit!
2017-11-22 19:10:40 +01:00
Eric Dvorsak
9bf5facb63
[bug] fix error when receiving message from unknown contact
2017-11-22 17:45:50 +01:00
janherich
395f67fffd
Fix borked migration
2017-11-22 15:49:34 +01:00
Oskar Thorén
8fe9306caf
Integration tests: use fixtures and abort indeterminate
2017-11-21 17:19:00 +01:00
Dmitry Novotochinov
122bcec8b9
[ fixes #2447 ] correct ru translation of validation-amount-invalid-number string
2017-11-21 13:35:37 +01:00
Eric Dvorsak
945ccecf64
[feature] log faucet error
2017-11-21 11:39:47 +01:00
janherich
e50d56a4d0
Refactored jail loading + commands/responses
2017-11-21 10:51:15 +01:00
Oskar Thorén
91a0d40ceb
Integration tests: Basic Whisper version test and disable old
2017-11-20 23:55:26 +01:00
Jan Herich
ff0f5b5d56
Merge pull request #2470 from status-im/bug-broken-group-chat-#2418
...
Fix broken group chats
2017-11-20 16:09:21 +01:00
janherich
16fcef909f
Fix broken group chats
2017-11-20 14:20:29 +01:00
Goran Jovic
8700ec77f5
issue #1951 - added a hardcoded snt entry under asset list - hidden behind ERC20_ENABLED flag
2017-11-20 12:05:46 +01:00
Eric Dvorsak
641cebee09
[bug] pin realm version until #2460 is resolved
2017-11-20 10:20:35 +01:00
Anton Danchenko
c9b785cead
added native android keys to send_as_keyevent method
2017-11-17 13:48:07 +02:00
Roman Volosovskyi
a7abed4dbf
merge Android and iOS notifications from Jenkins, remove tests line
2017-11-16 19:00:05 +01:00
Julien Eluard
7e6507be7c
[ISSUE #2391 ] Added support for ERC681
2017-11-16 13:07:33 +01:00
yevh-berdnyk
63848efc20
[ISSUE #166 ] Added test for sending ETH after request command
2017-11-16 10:25:48 +02:00
Anton Danchenko
af97424146
tests updated in order to reflect changes in back button behavior
2017-11-15 14:59:57 +01:00
Goran Jovic
6a1dfb7ba4
added Serbian translation - both Cyrillic and Latin script form
2017-11-15 14:59:31 +01:00
Roman Volosovskyi
3d89143d72
set log level from .env configuration
2017-11-15 11:54:41 +01:00
m'hammed
777c9d04bc
add missing app strings to french and clean non used ones
2017-11-14 22:09:57 +03:00
Chris Hutchinson
ed59732620
Update README.md
...
fixed broken links etc
2017-11-13 22:53:20 +01:00
Eric Dvorsak
2ff2bfacf0
[bug] fix #1784 db fields passed from one account to the other
2017-11-13 15:25:00 +01:00
Alexander McCormmach
80f9d018f2
chat: hide emoji keyboard when tapping inside chat
2017-11-13 15:22:33 +01:00
Audrius Molis
11cf29ec79
Fixed padding in transaction list. #1880
2017-11-13 15:22:05 +01:00
Anton Danchenko
190e841f32
added an ability to run Jenkins job manually against any apk
2017-11-13 13:48:16 +02:00
Roman Volosovskyi
040a0782e9
update Jenkinsfile for pull requests
2017-11-13 12:25:33 +01:00
Danny Wilson
2a9b5d4076
Update react-native-webview-bridge to master
...
Fixes #1202 after merging status-im/react-native-webview-bridge#7
2017-11-13 11:38:08 +01:00
Frank Yang
fa3a435a90
Fixes #2348 : Update korean translation ( #2359 )
...
* translations: Update korean translation
2017-11-13 08:54:40 +01:00
Eric Dvorsak
def864a64b
remove :browsing-browse from the translations
...
it shouldn't be translated because it is the command name
2017-11-13 08:32:42 +01:00
Eric Dvorsak
2e1a8dc6af
[bug] fix #2403 can't recover account
2017-11-11 08:14:44 +01:00
Roman Volosovskyi
900d4074bf
update script for nightly build
2017-11-11 08:08:02 +01:00
Julien Eluard
0d4cbd98e5
[ISSUE #2177 ] Moved component into ui
2017-11-10 10:49:21 +01:00
Anton Danchenko
a95d118959
added verification of user data absence in logcat
2017-11-09 17:36:15 +02:00
Chris Hutchinson
c9c5c57980
Merge pull request #2355 from alan-andrade/feature/es-translation
...
Fixes #2332 Adds Spanish translations
2017-11-09 00:43:30 -06:00
Alan Andrade
a6ac180d90
Updates Spanish translations.
2017-11-08 09:58:51 -08:00
Goran Jovic
edd4df85f9
bug #2381 - updated statuses are broadcast
2017-11-08 14:55:16 +01:00
fkbenjamin
54209b5190
Translate App Strings to German #2330 ( #2364 )
...
* Translate App Strings to German #2330
2017-11-08 11:04:09 +01:00