Commit Graph

701 Commits

Author SHA1 Message Date
Roman Volosovskyi 5ea0d270fe Merge pull request #222 from status-im/feature/improved-pending-messages
Checking pending messages when user appears online (#210)
2016-09-11 13:27:27 +03:00
alwxndr 7f21ab2d3c checking pending messages when user appears online (#210) 2016-09-11 13:26:04 +03:00
Roman Volosovskyi 6ee3e53ab0 Merge pull request #220 from status-im/bug/new-chat-navigation-#145
fix new chat navigation history
2016-09-11 13:19:54 +03:00
Adrian Tiberius 496800642c fix new chat navigation history 2016-09-11 13:19:31 +03:00
Adrian Tiberius 2b54427a25 fix android6 jni library loading 2016-09-10 18:08:25 +03:00
Roman Volosovskyi 64e00a0016 Merge pull request #221 from status-im/feature/merge-status-module
merged and refactored react-native-status
2016-09-08 16:51:28 +03:00
Roman Volosovskyi a5c868610f Merge pull request #215 from status-im/feature/encrypted-contact-request
improved contact request (#122)
2016-09-08 09:27:05 +03:00
alwxndr b260e7ba6b improved contact request (#122) 2016-09-08 09:26:35 +03:00
Adrian Tiberius 782ea08589 merged and refactored react-native-status 2016-09-07 20:35:04 +03:00
Roman Volosovskyi 0e9f91026d Merge pull request #219 from status-im/bug/get-time-#196
fixes #196
2016-09-07 14:15:36 +03:00
alwxndr 61aab03a52 fix of .getTime issue (#196) 2016-09-07 12:33:40 +03:00
Roman Volosovskyi ba5df10f38 Merge pull request #214 from status-im/feature/case-insensitive-tags-#190
use only lower case tags
2016-09-06 14:16:14 +03:00
Adrian Tiberius 1cb72a5f7a use only lower case tags 2016-09-06 13:28:07 +03:00
Roman Volosovskyi 773610a3cf Merge pull request #212 from status-im/feature/sending-events-to-javascript-#195
use RCTDeviceEventEmitter to send events to javascript; implements #195
2016-09-01 18:08:57 +03:00
Adrian Tiberius 82bc347735 use RCTDeviceEventEmitter to send events to javascript; implements #195 2016-09-01 17:55:40 +03:00
Roman Volosovskyi 22332e0781 Merge pull request #204 from status-im/feature/delivery-of-messages
Improved message delivery
2016-08-29 13:47:00 +03:00
alwxndr fb06c9161a improved messages delivery (#191) 2016-08-29 12:51:54 +03:00
adrian-tiberius 5413197a73 Merge pull request #206 from status-im/feature/group-colour-picker-#95
Group chat color settings
2016-08-27 15:08:56 +03:00
Roman Volosovskyi 995622307f Merge pull request #200 from status-im/feature/show-mnemonic-#199
show mnemonic on account creation
2016-08-27 14:38:14 +03:00
Roman Volosovskyi ee3f6368c3 Merge pull request #201 from status-im/feature/recovery-screen-#198
added recover screen and updated bindings
2016-08-27 14:37:56 +03:00
Adrian Tiberius 9231ab668a added recover screen and updated bindings 2016-08-27 14:34:54 +03:00
Roman Volosovskyi dc65163da0 Merge pull request #202 from status-im/feature/group-chat
Group chat: basic features
2016-08-26 16:01:06 +03:00
Roman Volosovskyi 406e0f4357 fix #95 group chat color settings 2016-08-26 15:57:53 +03:00
Roman Volosovskyi e73de0a86d Group chat: basic features 2016-08-26 15:53:45 +03:00
Roman Volosovskyi b98293cedd fix #197 weird animation 2016-08-26 12:37:13 +03:00
Roman Volosovskyi 8a39ac2718 fix #144 add-new-contact 2016-08-26 12:16:20 +03:00
Roman Volosovskyi 8483d444af Merge pull request #180 from status-im/feature/webview-api
inject status api into webview
2016-08-24 18:09:40 +03:00
Adrian Tiberius 3f096545d7 show mnemonic on account creation 2016-08-24 15:48:21 +03:00
Roman Volosovskyi effadc6d5f statusAPI in webview 2016-08-23 17:03:42 +03:00
Roman Volosovskyi bf308bfd21 Merge pull request #193 from status-im/feature/discovery-search
Discovery search
2016-08-22 13:54:27 +03:00
alwxndr 9a1d274c4f discovery search results 2016-08-22 11:45:23 +03:00
Roman Volosovskyi 8148b7e01f Merge pull request #153 from status-im/feature/send-transaction
Send transaction
2016-08-19 11:53:42 +03:00
Roman Volosovskyi 871f803651 send-transaction in commands.js 2016-08-19 11:52:44 +03:00
Roman Volosovskyi f6ad632048 Merge pull request #187 from status-im/feature/discover-rework
Discovery and status/profile data exchange rework
2016-08-18 20:08:36 +03:00
alwxndr 92073f3d67 discovery rework 2016-08-18 19:16:07 +03:00
Roman Volosovskyi 05798fc552 Merge pull request #185 from status-im/feature/profile-screen
Editable profile screen
2016-08-08 08:51:07 +03:00
alwxndr 91d8ecc4bd * 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
2016-08-06 11:58:04 +03:00
Roman Volosovskyi 7063237831 fix #184 2016-08-02 15:17:33 +03:00
Roman Volosovskyi a52aa9af22 Merge pull request #175 from status-im/feature/ios-build
Ability to build and run iOS application; updated versions of React Native, re-natal and all dependencies
2016-07-29 15:33:04 +03:00
alwxndr 47b3e7fe08 * ios-related fixes;
* separate components for geth and jail (required for ios app);
* status bar for both ios and android
* style fixes (including better login screen on Android);
* internal re-natal package
2016-07-29 14:49:52 +03:00
alwxndr ba1365fa0a react-native upgrade, re-natal upgrade, dependencies updates and fixes to make ios builds work 2016-07-27 18:21:19 +03:00
Jarrad 73370a9413 Merge pull request #161 from status-im/tests/on-boarding
On boarding tests
2016-07-27 15:46:46 +02:00
Roman Volosovskyi a0912230d4 on boarding tests 2016-07-27 16:08:53 +03:00
Jarrad 1307e25de6 Merge pull request #179 from status-im/bug/#147
fix #147 tab bottom gradient
2016-07-27 15:05:11 +02:00
Jarrad cb73805f34 Merge pull request #181 from status-im/doc/house-keeping
developer guide
2016-07-27 14:45:35 +02:00
Jarrad 7533cd1431 developer guide 2016-07-27 14:28:18 +02:00
adrian-tiberius 398ce6927e Merge pull request #176 from status-im/bug/accounts-list-scroll
attempt to fix scroll in account's list
2016-07-26 11:16:16 +03:00
Adrian Tiberius 1d460333a1 fix tab bottom gradient 2016-07-26 11:06:55 +03:00
Roman Volosovskyi 88fdbcc35b fix #178 2016-07-25 17:08:38 +03:00
Roman Volosovskyi f3c1710415 #177 fix messages container padding 2016-07-25 16:20:39 +03:00