144 Commits

Author SHA1 Message Date
Roman Volosovskyi
e7427997d2
remove condition (was always false) 2018-06-26 08:30:29 +03:00
Roman Volosovskyi
6028cca377
[#4821] send /send command before after sending transaction (befor pressing "Got it") 2018-06-20 19:05:41 +03:00
Roman Volosovskyi
71ff9d9035
[#4759] Handle back button properly after sending transaction (Android). 2018-06-19 11:30:22 +03:00
Eric Dvorsak
8848b37433
[fix 4417] update toolbar style 2018-06-15 18:29:08 +03:00
kwingram25
8effc5974f
[FIX #3852] Back button refinements 2018-05-09 12:58:50 +03:00
Roman Volosovskyi
8c1cd9d3d4
reformat remaining namespaces 2018-05-08 11:36:32 +03:00
kwingram25
c145c8a19f
[#3832] Hide tab bar when keyboard visible 2018-04-30 21:01:56 +02:00
Andrey Shovkoplyas
c1c5854cb1
removed unused npm modules, screens, components
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-03-26 20:45:43 +03:00
dongwoo
c8e88a74b4
[FIX #3379] Support platform specific :uppercase? as a text prop
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-15 15:22:26 +01:00
Andrey Shovkoplyas
eb8557dde8
Introduced onboarding sign in
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-03-01 12:16:03 +03:00
Julien Eluard
d958c96d67
[ISSUE #2881] Updated wallet / send transaction to latest design
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-02-05 23:14:42 +08:00
Roman Volosovskyi
f65e200fca
integrate rn-snoopy https://github.com/status-im/rn-snoopy
add warnings on suspicious activity in RN bridge communication
2018-01-29 21:45:51 +02:00
Taylor Dawson
db293e7ad5
Removed NOTIFICATIONS_WIP_ENABLED flag
fixes #2813

status: ready
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-05 15:54:44 +09:00
Foo Pang
1657f189ba Refactor: replace global platform-specific styles with local styles 2017-12-21 16:11:35 +01:00
Eric Dvorsak
56c59c741f update react-native and project dependencies
[#bug] fix realm version
2017-12-15 16:06:13 +01:00
janherich
25d3940d49 More efficient subscriptions 2017-12-04 17:52:39 +01:00
Roman Volosovskyi
3d89143d72 set log level from .env configuration 2017-11-15 11:54:41 +01:00
Julien Eluard
0d4cbd98e5 [ISSUE #2177] Moved component into ui 2017-11-10 10:49:21 +01:00
Andrey Shovkoplyas
56fe8f3763 wallet modal android fix 2017-10-16 09:19:44 +02:00
Oskar Thorén
5f35ff7eda Discover: refactor platform styles
All styles belonging to screen/component should be in styles.cljs. This commit
moves platform specific styles to appropriate place.

Also fixes misc weird ns imports.

Also moves colors to common ns (FUBAR).
2017-10-11 15:17:14 +02:00
Goran Jovic
dd5c433687 fix #1977 - discover recent statuses and statuses per popular hashtags 2017-10-05 08:59:57 +02:00
Oskar Thorén
9ab7ebdcf2 Push notifications: Print notif and data payload when resuming app
- on-notification listener registered in root component
- print data (hardcoded keys) and notif payload to debug
2017-09-25 16:32:35 +02:00
Andrey Shovkoplyas
9f5d808702 fixes Wallet Request screen UI issues 2017-09-15 16:37:27 +02:00
Roman Volosovskyi
8c044d9991 stub for ReactNativeModule 2017-09-15 14:15:32 +03:00
Oskar Thorén
aaa13b922b Push notifications: iOS request permissions, listen for token, flags
- Asks for permissions on iOS at startup
- Introduce NOTIFICATIONS_WIP_ENABLED flag
- Surface FCM Token and put it in clipboard for QA manual end to end testing
- Listen for FCM RefreshToken event at root
2017-09-08 12:05:21 +03:00
Julien Eluard
36d1568a76 Fixed main wallet discrepancies 2017-09-05 17:38:19 +03:00
Julien Eluard
c3f38249e5 Improved eexception-handler to provide more contextual info 2017-09-05 17:19:39 +03:00
Andrey Shovkoplyas
bab4e33ec2 Accounts refactoring #1610 2017-08-21 10:19:03 +03:00
Eric Dvorsak
69a84c8315 Costmetic refactoring according to refactoring guidelines 2017-08-16 11:00:25 +03:00
Andrey Shovkoplyas
883b702fcb Introduced new hierarchy ,refactored core 2017-08-14 13:42:20 +03:00
Oskar Thorén
8d040aee11 wallet (WIP): Hook up handlers to minimal send-transaction screen 2017-08-11 12:14:17 +03:00
Gustavo Nunes
dc42a9a719 Created Wallet main screen 2017-08-10 11:42:29 +03:00
Julien Eluard
646f61a406 Give all components a :display-name.
Make sure components use :reagent-render.
2017-08-08 21:42:26 +03:00
Andrey Shovkoplyas
b429076cad refactored new-group events using fx and cofx
reorganized modules structure, renamed files, improved requirements
2017-08-04 06:36:16 +03:00
Andrey Shovkoplyas
3d05f99bd4 implemented fx handler, rewrite handlers using fx and cfx, optimized subscriptions, reorganized structure and renamed files, implemented re-frame-test and wrote some tests 2017-07-28 17:25:55 +03:00
Julien Eluard
614a2d89cb Added basic exception handler. 2017-07-26 21:40:38 +03:00
Andrey Shovkoplyas
0bf8b711be removed old unused code and resources 2017-07-17 22:48:06 +03:00
Roman Volosovskyi
23399c63e1 extract React Native dependencies 2017-07-17 11:38:48 +03:00
Andrey Shovkoplyas
21626549d1 implemented spec for app-db 2017-07-10 22:57:36 +03:00
Tienson Qin
4d73c47e62 status hashtags, android: fix #1247
Summary:

(.startsWith "#你好" "#") not works, but both
(.startsWith "#你好" "#你") and (.startsWith "#abc" "#") works.
2017-07-04 17:32:58 +03:00
Gustavo Nunes
a623c02d53 android device back button goes back in webview #1204 2017-05-26 17:19:47 +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
0d55009388 improved status-bar for android, implemented animated expandable overlay 2017-04-27 13:52:02 +03:00
Roman Volosovskyi
a9d1426426 sendWeb3Request method in StatusModule 2017-04-25 11:00:58 +03:00
Andrey Shovkoplyas
eeb7d72d4a fixed top margin for android 2017-04-24 10:17:13 +03:00
alwx
9d6f155c38 Style fixes; Emoji in Display name is cut on Chats, View Profile and Contacts (#945) 2017-04-20 14:23:52 +03:00
Gustavo Nunes
84c81002c1 bigger draggable-box top margin, chat screen overlay 2017-04-20 08:23:07 +03:00
Andrey Shovkoplyas
954acda50f fixes https://github.com/status-im/status-react/issues/994 2017-04-19 14:30:14 +03:00
Andrey Shovkoplyas
0e5b515f5e updated ui for accounts, login and recover screens 2017-04-17 14:51:11 +03:00
Gustavo Nunes
3244fa49ce Transaction screens: fee and title (#995)
* add estimated fee field
2017-04-14 10:39:52 +03:00