Commit Graph

58 Commits

Author SHA1 Message Date
michaelr 16bf960e3c participant removed from chat
Former-commit-id: 2da99899cc
2016-04-11 23:14:14 +03:00
michaelr d0b8b20ca9 remove participants
Former-commit-id: b8ace7d0ce
2016-04-11 23:14:14 +03:00
michaelr 7db7f9be5d participant added to chat
Former-commit-id: 16f00678fa
2016-04-11 23:14:13 +03:00
michaelr b2d5321104 add participant to group chat
Former-commit-id: 19547048c3
2016-04-11 23:14:13 +03:00
michaelr c1144e1d68 handle group chat invite acks
Former-commit-id: ad4401a42e
2016-04-07 14:01:41 +03:00
michaelr bb6240d4e8 each chat participant gets his own color
Former-commit-id: 3fe4f44c04
2016-04-06 16:16:09 +03:00
virvar 2d7ae7c478 Move message and command input text to state
Former-commit-id: b27fdfe96c
2016-04-05 17:00:49 +03:00
michaelr e143760b4a put autofocus back
Former-commit-id: 7db3571508
2016-04-04 19:51:53 +03:00
michaelr 78551e0e8d remove useless block
Former-commit-id: 4ae0236cd0
2016-04-04 19:42:56 +03:00
michaelr 4ea142dd43 fixed chat-id in new msg is null
Former-commit-id: cca9868af9
2016-04-04 19:29:54 +03:00
michaelr d54d6555a4 moved re-frame app to root folder
Former-commit-id: 5a3b923b0c
2016-04-04 19:21:10 +03:00
michaelr 95817924d6 changed navigation method, send new message
Former-commit-id: 77cae2cc42
2016-03-23 12:46:41 +02:00
michaelr 0b6cb78336 bring messages to chat view
Former-commit-id: ef26278908
2016-03-22 12:59:41 +02:00
virvar fb4e8e0bdd Fix back button navigation
Former-commit-id: f32547aaf8
2016-03-21 18:17:10 +03:00
virvar b69ddbe651 Move contact list to components
Former-commit-id: 7c9e8f6105
2016-03-21 16:01:20 +03:00
virvar ff91912a7a Loading spinner for sign up confirmation view
Former-commit-id: 81b1d6440a
2016-03-21 15:27:50 +03:00
virvar 1595b0b00c Delete database.cljs
Former-commit-id: c95ecf5363
2016-03-21 15:20:11 +03:00
virvar 4a49dac6cd Use phone's locale for phone number internationalization
Former-commit-id: b21b4ecc1a
2016-03-21 13:53:21 +03:00
michaelr 00c5019dc4 refactored chat component
Former-commit-id: f8a5237f44
2016-03-20 15:00:10 +02:00
michaelr cf4d2e45f5 fix loaded identity string instead of map
Former-commit-id: ca2fa03e3d
2016-03-20 13:56:41 +02:00
virvar c471190c1f Merge
Former-commit-id: 6d2ac3a99b
2016-03-19 12:33:00 +03:00
virvar 05b2966422 User identity load on first run
Former-commit-id: 6c6a4df339
2016-03-19 11:53:09 +03:00
michaelr 90455334c9 encrypt stored identity with password, beginning of msg store
Former-commit-id: a079f00186
2016-03-18 17:12:53 +02:00
virvar 6f2863eae0 Components
Former-commit-id: 0da2757450
2016-03-18 16:29:33 +03:00
virvar 3eb242c539 Use 'current-identity'
Former-commit-id: 797fe3336b
2016-03-18 16:15:03 +03:00
virvar 17065e0f9a Fix contacts sync
Former-commit-id: fcba2679f4
2016-03-18 12:53:13 +03:00
virvar d2aabc81c9 Add loading spinner
Former-commit-id: b10b44988c
2016-03-17 23:48:52 +03:00
michaelr b27e47a91f fixed, get would fail when key doesn't exist
Former-commit-id: 83ab6ad3ef
2016-03-17 21:32:59 +02:00
michaelr 85f7a08380 kv store implementation over realm
Former-commit-id: 95d0f566d7
2016-03-17 20:15:24 +02:00
michaelr 62642eadc1 fixed wrong namespace
Former-commit-id: 3692c64632
2016-03-17 19:34:22 +02:00
michaelr ba87aa9f1d wip protocol integration
Former-commit-id: 2b6fdaa4e6
2016-03-17 19:25:36 +02:00
virvar b4852df7f8 Microrefactoring
Former-commit-id: 33348727a8
2016-03-17 10:25:20 +03:00
virvar 9f249a1da9 Sign up confirmation view refactoring
Former-commit-id: 3f145c2059
2016-03-16 14:42:00 +03:00
virvar ef5c7779fc Login view refactoring
Former-commit-id: 703c6f2d5f
2016-03-16 00:42:23 +03:00
michaelr 5fd20b602f remove redundunt call
Former-commit-id: 97eee14a45
2016-03-15 14:01:45 +02:00
michaelr 0f7f54a8b9 new code structure
Former-commit-id: ea89f9ab2d
2016-03-15 13:28:48 +02:00
virvar fdb3aafdef Show syng contacts
Former-commit-id: 20edaf4aba
2016-03-14 14:59:52 +03:00
michaelr 5ed5e91e2d removed redundant deps and changes protocol version to latest
Former-commit-id: b9a6253357
2016-03-14 00:29:07 +02:00
virvar 3811efeb5e Save whisper identities to db
Former-commit-id: 1a7d089ddc
2016-03-11 19:04:12 +03:00
virvar a3b2590982 Receive whisper identities
Former-commit-id: 7cf1b5b0b9
2016-03-10 22:31:43 +03:00
virvar f62c2fab9a Encrypt contacts to send
Former-commit-id: 56f249e9fb
2016-03-09 17:08:07 +03:00
virvar c5a8f41ffa Send request to server
Former-commit-id: fa6e8c913a
2016-03-08 17:45:24 +03:00
virvar 98cef3b84d Add confirmation code view
Former-commit-id: 681adafdcb
2016-03-07 21:19:26 +03:00
virvar 577cf4e93c Setup cljsjs/web dependency
Former-commit-id: 8d7a57e6d4
2016-03-07 20:00:30 +03:00
virvar 93848fd255 Use syng-im/protocol to get whisper identity
Former-commit-id: 119c613f8a
2016-03-07 11:09:41 +03:00
virvar fe21a4f25f Add web3
Former-commit-id: 22310a3ee8
2016-03-04 20:28:06 +03:00
virvar 76fcd5c3f7 User phone number input view
Former-commit-id: 68ae5ce5a9
2016-03-04 00:20:37 +03:00
virvar 7043f0526f Actionbar shaders
Former-commit-id: 80a119e2d8
2016-02-26 18:35:55 +03:00
virvar 152787d5c6 Colors
Former-commit-id: a4a8b888a5
2016-02-26 18:22:54 +03:00
virvar ada19a9598 Chat view design
Former-commit-id: 22cda3f0fb
2016-02-26 16:18:46 +03:00