2713 Commits

Author SHA1 Message Date
Igor Mandrigin
998976c5cc
Read version from the VERSION file.
Remove unnecessary `echo` to `.version` if we already have `VERSION` in the root folder.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-28 15:22:10 +02:00
Andrey Shovkoplyas
e972cc4537
[#3414]
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-28 15:38:39 +03:00
Igor Mandrigin
0eebedadc9
Allow to build any branch in release configuration.
Important to be able to implement nightlies with the release conf.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-28 13:39:17 +02:00
Georgie Mathews
464c2c51ce
[FIX #4347] Update Launch Screens
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-05-28 12:14:33 +02:00
Igor Mandrigin
789ee61212
Use a custom type to avoid accidentially logging passwords.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-28 11:56:16 +02:00
Dmitry Novotochinov
686d64888d
Add expand/collapse button to long chat messages
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-28 12:07:24 +03:00
Roman Volosovskyi
b50cbd036b
fix libgnustl_shared.so is 32 bit instead of 64-bit
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-28 12:04:12 +03:00
Andrey Shovkoplyas
7b8950870f
Webview is still active after unmount [#4353]
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-28 12:03:24 +03:00
Igor Mandrigin
76f5f020ef
[#4292] Use separate jobs to upload files to iTC and Google Play.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-28 10:13:31 +02:00
Anton Danchenko
a307d8e2d0
transaction by unique amount, fixed simple DAap test, added new errors to rerun tests list
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-05-26 21:44:46 +02:00
e38ed4144a
use trim() to remove newlines when reading VERSION
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-05-25 16:52:40 +02:00
Aleksandr Pantiukhov
4f6830b271
[#3941]: Introducing wallet / notification not for new user
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-05-25 16:06:03 +02:00
Pedro Pombeiro
184fb1d612
Disable all translations except English for Beta. Closes #4398
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-05-25 16:03:20 +02:00
Andrey Shovkoplyas
31c905daa7
make dapps great again
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-25 15:11:36 +03:00
Eric Dvorsak
954efd9dd7
[FIX 4405] Add accessibility label for connection status grey bar
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-05-25 13:46:14 +02:00
Goran Jovic
957c09a55e
bug 4123 - fixed dapp transactions and incorrect amount formatting in transaction fee screen
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-05-25 13:38:29 +02:00
Eric Dvorsak
4b7360db17
[fix] fix build for recent versions of ndk
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-25 13:14:12 +02:00
Jakub
dd651f1e82
Merge pull request #4420 from status-im/feature/add-VERSION-file
Keep current version of app in the VERSION file
2018-05-25 07:32:30 +02:00
Goran Jovic
5e33c98008
bug #4123 - fixes incorrect number of decimals for tokens, fixes incorrect network id lookup for token send, fixes token amount formatting where needed 2018-05-25 07:17:01 +03:00
Pedro Pombeiro
ae56eec40f
Disable group chats in dev mode. Closes #4396 2018-05-25 07:15:18 +03:00
1633507e95
fix another relative path 2018-05-25 00:11:18 +02:00
2bf1d3a128
fix path for getting VERSION for xcode 2018-05-24 23:34:48 +02:00
52236eef8c
formatting 2018-05-24 21:55:11 +02:00
f36d55ca70
use commit of VERSION file 2018-05-24 21:52:42 +02:00
5049d48835
use VERSIOn instead of calling git 2018-05-24 21:52:42 +02:00
60957e70a3
add fix for finding right tag 2018-05-24 21:52:41 +02:00
6ab699350d
fix path to VERSION in buil.gradle 2018-05-24 21:52:41 +02:00
7a70bc185e
don't create .version, it's redundant 2018-05-24 21:52:41 +02:00
b612fccb70
use build_no script 2018-05-24 21:52:40 +02:00
a3e3cd7891
use VERSION file in Jenkinsfiles 2018-05-24 21:52:40 +02:00
ec6df03fbc
pull version from VERSION 2018-05-24 21:52:40 +02:00
04ddbc708e
add VERSION file that holds current version 2018-05-24 21:52:39 +02:00
e6d556679d
also fix finding latest_tag for releases 2018-05-24 21:52:39 +02:00
bdd843d209
remove exit 0 from nightly builds too 2018-05-24 21:52:38 +02:00
1e9fd71b6e
get rid of silent fail for andoird/ios builds 2018-05-24 21:52:38 +02:00
bd1422c627
don't add tags when running build_no.sh from gradle 2018-05-24 21:52:38 +02:00
bf0e8ddd5f
move build_no.sh to scripts/ 2018-05-24 21:52:37 +02:00
Julien Eluard
09c11e9061
[#4320] Do not inject jQuery in DApps browser
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-05-24 15:17:06 +02:00
Roman Volosovskyi
e3b283056c
remove views pre-rendering hack
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-05-24 14:50:49 +02:00
Pedro Pombeiro
f38ffff7e1
Revert "Use android debug build for PR branches"
This reverts commit 06789a862b195f723bfd911f4188f2c43682a784.

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-05-24 14:35:37 +02:00
Andrey Shovkoplyas
faddabbf74
Security warning for browser view [#4298]
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-24 13:42:20 +02:00
Julien Eluard
25bb59aec6
[#4310] Added headers to DApps list
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-24 13:41:27 +02:00
Julien Eluard
590e1f9f4f
[#4300] Updated DApps icons
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-24 13:40:37 +02:00
Daniel Regeci
7dd9df98b2
[FIX #3603] Tabs are visible along with keyboard when focusing on input field (android)
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-24 13:39:34 +02:00
janherich
e1da12d8a2
Fast message grouping/sorting
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-24 13:38:40 +02:00
Igor Mandrigin
32d3b16f83
[#4394] Use zIndex to move inactive tabs back.
That ensures that no view from an inactive tab will interfere with the
active one.

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-24 08:45:49 +02:00
Igor Mandrigin
502e8b9908
Don't autocorrect entered text (but still show error messages).
Autocorrecting the text in the amount field leads to typos, like 11
instead of 1,0001, etc. We really want to avoid these types of typos for
amounts.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-23 20:11:14 +02:00
janherich
84208aeb85
Correct :shh/post accumulation
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-23 19:55:27 +02:00
Stepan Lusnikov
06789a862b
Use android debug build for PR branches
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-05-23 19:37:55 +02:00
Eric Dvorsak
50072ffe3f
[fix 4177] handle discovery signals
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-23 17:01:57 +02:00