56 Commits

Author SHA1 Message Date
alwx
a15fb7e2a8 New chat input & suggestions area; new handlers to work with the improved logic (#880) 2017-04-13 18:17:56 +03:00
Andrey Shovkoplyas
210a4823c9 implemented custom title for toolbar with search
added dapp icon to contact, fixed styles, fixed context menu warning,

implemented search input clearing, fixed styles, reworked styles

fixes for https://github.com/status-im/status-react/pull/826 code review

revert toolbar

contacts styles. global toolbar styles

toolbar style and small fixes for contacts

group contacts edit mode

groups reorder screen
2017-04-13 18:15:40 +03:00
Andrey Shovkoplyas
d17646a6e9 https://github.com/status-im/status-react/issues/585 2017-04-13 18:15:40 +03:00
alwx
43667ea6ac Showing device's IP (#807) 2017-03-03 17:54:44 +02:00
alwx
bf27c55398 Development tools (#719) 2017-02-13 12:14:28 +02:00
alwx
0944df715f NFC access for Dapps (#670) 2017-01-30 18:03:16 +02:00
alwx
3b80f7d088 /browse links (addition to #638) 2017-01-25 22:45:04 +02:00
Roman Volosovskyi
b2e4801251 Add Instabug logging for status-go signals
Upgrade status-go to 1.1.0-25-gaeda17d
2017-01-19 17:34:53 +02:00
alwx
e1a1ab5c37 Enable links within messages (#638) 2017-01-19 17:31:56 +02:00
alwx
f3da7e7e76 react-native-emoji-picker (#547) 2016-12-20 18:01:17 +03:00
Alexander Pantyukhov
4ffbea6a6a Share Address/Public Key (#485) 2016-11-27 17:38:42 +02:00
Alexander Pantyukhov
deaafded22 Blue hashtags (#435), other small status-related fixes 2016-11-23 12:18:28 +03:00
Roman Volosovskyi
3efb8a7bb8 missed react-native-swiper in .re-natal 2016-11-21 12:17:42 +02:00
Adrian Tiberius
bbdf1a7271 add splash screen 2016-11-15 13:51:14 +02:00
Alexander Pantyuhov
3402ef4466 Staging area fixes (#366, #382)
Former-commit-id: df9600525cb3c61d7f8b55630e964ccfd3f24c48
2016-10-30 01:21:00 +03:00
Roman Volosovskyi
b9d29b7fd8 fix bugs related to release build for android devices
Former-commit-id: 53e7ca91d97fdf7ec0094249b9fc16f32f8e0ead
2016-10-26 15:16:27 +03:00
alwxndr
08f17909f6 Profile validations (#235)
Former-commit-id: 80ec3eeef3c816b5ed24bf992fac4115523ca378
2016-09-27 20:04:00 +03:00
alwxndr
7279f2bc19 fixes to make registration work on iOS (#232), other iOS fixes
Former-commit-id: cdebb4c312a9e997b9b135dfe85802c698604a95
2016-09-22 13:55:28 +03:00
Roman Volosovskyi
e8c462d7ba statusAPI in webview
Former-commit-id: effadc6d5f4127a839afd625197a0138ffd06cd6
2016-08-23 17:03:42 +03:00
alwxndr
1b480a1a58 * new my-profile screen
* ability to edit profile data
* ability to update status (we save it internally for now)
* ability to change profile picture (from camera or gallery)
* enhanced way of storing profile-related data in realm and internal state db


Former-commit-id: 91d8ecc4bdf8407bc95b2fe703113bebccbbd885
2016-08-06 11:58:04 +03:00
alwxndr
75d6313511 react-native upgrade, re-natal upgrade, dependencies updates and fixes to make ios builds work
Former-commit-id: ba1365fa0a588792c0a9bf9df8530f18968c2b4f
2016-07-27 18:21:19 +03:00
Adrian Tiberius
68b6be2f31 fix account database separation
Former-commit-id: fac008b0875b81045b1dcdfa5077f18a35775bbe
2016-07-18 19:29:51 +03:00
Roman Volosovskyi
5abe38445e Merge branch 'develop' into feature/#123
Conflicts:
	android/app/build.gradle
	android/settings.gradle
	package.json
	src/status_im/chat/handlers.cljs
	src/status_im/chat/subs.cljs


Former-commit-id: dd3eb3c0eb13b1bc2e587e1164d0882b0fb4a480
2016-06-23 12:02:39 +03:00
Roman Volosovskyi
9357849916 Merge branch 'develop' into feature/#123
Former-commit-id: bd3eea73fd72f0393c4c7541bba5c77ea3884fa3
2016-06-22 10:53:27 +03:00
Roman Volosovskyi
63034358b2 Merge branch 'develop' into chat-animation
Conflicts:
	.re-natal
	src/status_im/android/core.cljs
	src/status_im/chat/views/message_input.cljs
	src/status_im/chat/views/plain_message.cljs
	src/status_im/db.cljs


Former-commit-id: 8e2c207b2eca5c9dccfc9fce70e1ccaa4448d260
2016-06-21 19:17:30 +03:00
Adrian Tiberius
9ecad449fe added identicons for default profile pictures
Former-commit-id: eab8dd5ca21b851da7fa508b978a0fb1ffa79647
2016-06-21 15:23:19 +03:00
Roman Volosovskyi
6545e27465 orientation module
Former-commit-id: 84e9ea897f91a93c99ef895f64dc03a968a78f29
2016-06-21 13:04:08 +03:00
Roman Volosovskyi
f1005daeed Merge branch 'develop' into feature/#123
First attempt.
 Conflicts:
	.re-natal
	android/app/build.gradle
	android/settings.gradle
	src/status_im/chat/handlers.cljs
	src/status_im/chat/views/command.cljs
	src/status_im/chat/views/content_suggestions.cljs
	src/status_im/chat/views/message.cljs
	src/status_im/chat/views/plain_input.cljs


Former-commit-id: 474729f230346fc10d7d14474282f7f6458f0998
2016-06-15 10:47:38 +03:00
Adrian Tiberius
23a17b2632 merged develop
Former-commit-id: 7f207a37600ca9f2a44b51c714cf8b4e47f5ec29
2016-06-10 03:21:48 +03:00
Roman Volosovskyi
2920984b0c react-native-status dependency and other
Former-commit-id: 76e2887b17fdc7321998280fe28895fdc314f6ea
2016-06-09 12:49:02 +03:00
4b43096ba8 System.loadLibrary voodoo magic
Former-commit-id: 97ff59f95bcdd80a57833263c5a8191223683be6
2016-06-08 15:29:48 +02:00
ed65ba0ba7 update run-osx for unit tests and iTerm new release
Former-commit-id: 058f470ea7fd00d50de7f6ef20642d5608b44831
2016-06-02 11:51:44 +02:00
Adrian Tiberius
d094cd286c implemented #119 and #120
Former-commit-id: c81276e3b70616511a6f1f98f452dc50b08fe975
2016-06-01 11:41:50 +03:00
ee2087ce77 run appium with second param
Former-commit-id: a2e14e4ff09b49cce3d170341e8623cdcd4c46d9
2016-05-26 18:05:10 +02:00
virvar
49a9ae3ba1 Merge remote-tracking branch 'origin/develop' into real-data. Fix contacts synchronization.
# Conflicts:
#	.re-natal
#	android/app/build.gradle
#	android/app/src/main/java/com/statusim/MainActivity.java
#	android/settings.gradle
#	src/status_im/chat/handlers.cljs
#	src/status_im/chat/screen.cljs
#	src/status_im/chats_list/views/chat_list_item.cljs
#	src/status_im/db.cljs
#	src/status_im/group_settings/screen.cljs


Former-commit-id: dcc607022f4e62e4c544495220c3130c5c30b026
2016-05-24 11:08:54 +03:00
Adrian Tiberius
c7a9f13733 merged develop
Former-commit-id: 4a35a06b8c3dee363e8a237cc245e488b9c165c8
2016-05-20 22:12:08 +03:00
virvar
844ff739af Merge 'develop' into 'real-data'
Former-commit-id: ff5898b0a12f3702bf303bd20b42340ef61c6e68
2016-05-20 14:20:48 +03:00
Adrian Tiberius
6e53d72acb add gradient
Former-commit-id: 799808965dac2236d21cd07e6a32e664f17e6711
2016-05-19 20:05:04 +03:00
4ec46defd3 ...
Former-commit-id: 858f4d77c1f4462835eea7ec8e360fd7f9275d9b
2016-05-19 18:54:39 +02:00
Jarrad
5aa61b1de4 Syng to Status
Former-commit-id: 134c040c3e28667f01d4e218a9a8a4ab0b4c57cf
2016-05-19 18:32:38 +02:00
virvar
d1ef5e7e32 Setup sms-listener
Former-commit-id: 1f5dad71e81ec910b3370374544864e554fd6cf1
2016-05-18 17:40:26 +03:00
Jarrad Hope
25a7f8bb32 upgrade react-native and packages - but broken
Former-commit-id: bfaf45698c4bb12038c2c827ade7426f4919ee7f
2016-04-24 15:07:08 +07:00
Jarrad Hope
b522302ee8 fix android-geth dependency
Former-commit-id: 0bd8ff367f784bc522c42a9cb352ed10e1782d79
2016-04-22 23:03:56 +07:00
virvar
353dd02ce8 Dismiss keyboard on send
Former-commit-id: 9f1c71c45195b5d686dcb04979c3ee1f17acf20b
2016-04-19 11:07:07 +03:00
michaelr
d54d6555a4 moved re-frame app to root folder
Former-commit-id: 5a3b923b0c32e5e900b89e984393822ce6a15abc
2016-04-04 19:21:10 +03:00
michaelr
06c885c757 revert .re-natal to localhost
Former-commit-id: d296a2d54f89a3eebbcf250254928a48d8e087af
2016-03-23 12:47:30 +02:00
michaelr
95817924d6 changed navigation method, send new message
Former-commit-id: 77cae2cc42dfc62627de16ed540514f926d6218d
2016-03-23 12:46:41 +02:00
virvar
4a49dac6cd Use phone's locale for phone number internationalization
Former-commit-id: b21b4ecc1a28c5ea0df7e9c22ac6add5e0fadcb8
2016-03-21 13:53:21 +03:00
virvar
f3184fda11 Update .re-natal
Former-commit-id: 785ddcc245ce73ba9bfb8919406c4c7761d3b487
2016-03-18 15:28:49 +03:00
virvar
3811efeb5e Save whisper identities to db
Former-commit-id: 1a7d089ddc31719a5a527acc30479c6cd4a54458
2016-03-11 19:04:12 +03:00