yenda
496f3f1cc7
[design] use Inter font on Android
...
- implement typography component
- replace InterUI font by Inter font (renaming)
Signed-off-by: yenda <eric@status.im>
2019-03-20 18:42:31 +01:00
Andrey Shovkoplyas
e09476f5d3
added Inter UI font and made some cleanup
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-11-06 16:46:58 +01:00
Andrea Maria Piana
9629983f7f
Remove instabug
2018-10-19 09:18:22 +03:00
Roman Volosovskyi
c338896018
[ #6330 ] remove testfairy
2018-10-16 20:46:43 +03:00
Igor Mandrigin
908c0eff46
Remove unnecessary fonts from our app bundle.
...
Remove unused fonts on Android.
2018-09-28 20:04:27 +03:00
Eric Dvorsak
8eb5047d7a
[ fix #4819 ] update react-native to 0.56
...
Fix figwheel-bridge path in clj-rn.conf.edn
update SplashScreen
update ios to 9.0
updated Podfile.lock
downgrade cocoapods to 1.5.2
update package-lock.json
update pod repo when installing
update appcompat to v27
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-09-05 21:27:46 +03:00
Igor Mandrigin
9b6d538e6d
Add permission descriptions for iOS.
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-29 10:53:11 -04:00
Jakub Sokołowski
17cca3a7c4
add metadata, change filenames, switch DO space to status-im
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-24 09:51:45 -04:00
Dmitry Novotochinov
a4541c8af3
[ #3352 ] Improve new message notifications
...
* Set custom sound
* Tap on notification opens chat
* Show message notifications when app in foreground
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-08-10 13:48:37 +03:00
Igor Mandrigin
daf30f2bc6
[ #4823 ] AppStoreConnect: Mark our iOS app as encryption-compliant.
...
To avoid specifying that we are compliant manually for every build,
we put these values into build setting of the iOS app.
More information on how to do that is here: https://stackoverflow.com/a/36028077
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-08-09 14:45:31 +02:00
Igor Mandrigin
14398e33cb
[ #4662 ] Enable iPad support for the Status app.
...
Use a screen-size independent launch image (a storyboard).
See more at: https://oleb.net/blog/2014/08/replacing-launch-images-with-storyboards/
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-07-10 11:47:24 +03:00
cammellos
c4c5c19a77
[Part of #4944 ] add deep/universal link ios and use status-im://
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-06-29 14:54:05 +02:00
Georgie Mathews
0d0c37e4a9
[ FIX #4362 ] Updates App Icons
2018-06-01 11:35:25 +03: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
Stepan Lusnikov
35f7527a1e
Add ios 1024 icon
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 17:56:51 +02:00
Stepan Lusnikov
db2f8c1515
Add ability to install multiple ios builds
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-09 11:34:31 +03:00
kwingram25
90eb2aaaa1
[FEATURE] Encrypt realms
2018-05-02 15:02:54 +02:00
Marco Süß
3ba9bdef7b
[ISSUE #3651 ] change console to look like a dev tool
...
- rename "Console" to "Status Console"
- hide console dapp badge in home screen
- change icon to something terminal-y
- change empty screen text for console chat
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-02 18:56:07 +03:00
Dmitry Novotochinov
8bbb2f8760
update instabug to 2.8.1
...
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-03-30 18:37:19 +03:00
Dmitry Novotochinov
6786123765
[ #3593 ] Hide passphrase field during TestFairy session
...
Switch to react-native version of TestFairy
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-03-29 13:09:23 +03:00
Foo Pang
eba8df6703
[ Fix #2719 ] App does not fit on iPhone X screen
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-02-12 20:57:07 +03:00
Pedro Pombeiro
96ff13a4df
android, ios: Pass log level from env in JSON config to Android and iOS ( #2756 )
...
- Add `LOG_LEVEL_STATUS_GO` feature flag for a differentiated log level in status-go.
- Remove superfluous `DEBUG_LOGS_ENABLED` feature flag.
- Enable info-level logging for Jenkins and dev builds.
Signed-off-by: andytudhope <tuddy0525@gmail.com>
2018-01-02 21:03:49 +02: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
Eric Dvorsak
56c59c741f
update react-native and project dependencies
...
[#bug] fix realm version
2017-12-15 16:06:13 +01:00
Oskar Thorén
ed3597fd7c
Tooling: Send app device logs to Testfairy properly
...
React Native uses 'asl' to do logging, not NSLog, so we have to hook into that
to get logs sent to Testfairy. This means we get all the app device logs you
normally get in development, not just whatever happens in JS land.
- Modified default logging function when flag is set
- Delete Prefix header file and NSLog Macro
2017-09-10 12:22:49 +03:00
Oskar Thorén
2af025abc3
Tooling: RN logs in release builds on iOS device
...
- DEBUG_LOGS_ENABLED flag enabled everywhere but production
- Adjust log level to conditionally show debug and RN logs
- PrefixHeader for sending app logs to Testfairy
2017-09-09 14:31:48 +03:00
Oskar Thorén
e169949e0a
Push notifications: Spike for Android
...
- Print FCMToken which can be used to send PNs from Firebase Console
- Include react-native-fcm and related packages
- Update capabilities for iOS
- google service config files for Android and iOS
2017-08-30 13:58:52 +02:00
Gustavo Nunes
9a06417b6e
New screen: Wallets list (ui only)
2017-08-29 16:51:17 +02:00
Julien Eluard
55fd200c71
Introduced tab switching for wallet transactions screen
2017-08-22 11:41:37 +03:00
Roman Volosovskyi
dabaa0ae1c
init Instabug & fix TestFairy check [iOS]
2017-08-11 10:12:01 +03:00
Roman Volosovskyi
2102740a69
add react-native-config
2017-08-10 12:57:37 +03:00
Gustavo Nunes
dc42a9a719
Created Wallet main screen
2017-08-10 11:42:29 +03:00
Roman Volosovskyi
670f873d2e
testfairy integration on iOS, update testfairy key for Android version
2017-07-17 14:27:22 +03:00
alwx
5c15df9b64
/send and /request commands; commands in group chats and fixes for parameter and result boxes
2017-07-10 12:41:30 +03:00
alwx
1596b61b46
More UI components accessible from API, ability to generate QR codes, small cleanup
2017-06-28 10:38:23 +03:00
Gustavo Nunes
e52b2c27dd
drawer UI refresh
2017-05-26 17:22:45 +03:00
Roman Volosovskyi
e16b93fbd0
logging to Instabug
2017-05-19 23:35:17 +03:00
Roman Volosovskyi
0deca1f874
upgrade instabug
2017-05-18 16:12:40 +03:00
Roman Volosovskyi
88cee34997
disable Instabug for development env
2017-05-18 11:30:17 +03:00
alwx
ff59f8a375
The concept of command actions; /browse command actions (back, forward, fullscreen) ( #1093 )
2017-05-04 14:26:52 +03:00
Andrey Shovkoplyas
f58e6d427d
fixes https://github.com/status-im/status-react/issues/1041
2017-04-20 14:18:10 +03:00
Andrey Shovkoplyas
0e5b515f5e
updated ui for accounts, login and recover screens
2017-04-17 14:51:11 +03:00
alwx
a15fb7e2a8
New chat input & suggestions area; new handlers to work with the improved logic ( #880 )
2017-04-13 18:17:56 +03:00
Gustavo Nunes
abf0128a1a
transaction screens UI refresh
2017-04-13 18:15:41 +03:00
Andrey Shovkoplyas
9c89c56679
fixes for code review (+1 squashed commit)
...
Squashed commits:
[58e9394] fix for https://github.com/status-im/status-react/issues/928 (+1 squashed commit)
Squashed commits:
[f56e7ad] fixes after rebase (+1 squashed commit)
Squashed commits:
[bb4a409] fixes after rebase (+1 squashed commit)
Squashed commits:
[297b52d] rebase onto ui-refresh
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
b13fa61a14
fix for https://github.com/status-im/status-react/issues/912
...
updated icon ok small
can’t reproduce, but i think this change should fix it
fixed chat list inner item styles
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
6ca2f61eb3
fix for https://github.com/status-im/status-react/issues/934 , implemented contacts-list-modal, refactored common styles
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
1b6112a9bd
first iteration, implemented profile screens and my profile screen
...
android styles, moved styles to platform files
implemented edit profile, refactored components
refactored common components, moved platform specific
styles small fix
fixes for code review
use defstyle macro
2017-04-13 18:15:40 +03:00
Gustavo Nunes
990f9fcbf5
tabs bar UI refresh
2017-04-13 18:15:40 +03:00
Gustavo Nunes
9f2af87393
chats list UI refresh
2017-04-13 18:15:40 +03:00