Commit Graph
147 Commits
Author SHA1 Message Date
kevinzhow 80f6186489 Change Tabbar Icons 2015-03-31 02:22:21 +08:00
kevinzhow de81c6435f Change profile image size 2015-03-31 01:26:33 +08:00
kevinzhow ef429379a4 Change title font color 2015-03-31 00:42:28 +08:00
kevinzhow 5a714c87c4 Update profile image and more friendly on S3 2015-03-31 00:33:21 +08:00
kevinzhow 1cc6a46a65 Two Kind of S3 upload 2015-03-31 00:01:29 +08:00
kevinzhow ac64baecfe Fix dismiss image picker bug 2015-03-30 23:32:28 +08:00
kevinzhow 989a128192 Add profile image actionsheet 2015-03-30 23:31:21 +08:00
kevinzhow 3ae4c5956f Transparent Profile Navigation bar 2015-03-30 22:59:57 +08:00
kevinzhow d42bf7438b Add icon 2015-03-30 22:38:41 +08:00
kevinzhow 9c8e03cae1 Merge branch 'feature/dynamic_text_input_height' into develop 2015-03-30 22:28:20 +08:00
kevinzhow f97bcf35c8 Merge branch 'feature/s3_upload' into develop
Conflicts:
	Podfile.lock
2015-03-30 22:21:00 +08:00
kevinzhow 64dab355ee Refine S3 upload 2015-03-30 22:18:09 +08:00
kevinzhow b2a254c527 Make S3 Work 2015-03-30 20:21:34 +08:00
nixzhu 27e67791f1 use chatTextFont 2015-03-30 18:28:42 +08:00
nixzhu 3255e52687 fix two lines with wrong top inset 2015-03-30 18:09:38 +08:00
nixzhu c00c818622 use CGRectGetHeight(messageToolbar.bounds) instead of self.messageToolbar.intrinsicContentSize().height 2015-03-30 16:52:05 +08:00
nixzhu 532d0fdb20 dynamic TextView height 2015-03-30 16:23:30 +08:00
nixzhu 51b89b95d6 Merge branch 'feature/better_send_feel' into develop 2015-03-30 14:15:09 +08:00
nixzhu ae4afee259 add sendState to Message 2015-03-30 14:15:03 +08:00
nixzhu c31648ec8e show message before really send 2015-03-30 14:03:39 +08:00
nixzhu 5bedc88be6 delete pod MZFayeClient 2015-03-30 13:55:36 +08:00
kevinzhow d4c1a7a4ed Add S3 Upload Support 2015-03-30 08:52:15 +08:00
kevinzhow f12c3c20d7 Add Token API 2015-03-30 07:32:11 +08:00
kevinzhow 3cdca83ca6 Refine message view scroll logic 2015-03-30 04:03:19 +08:00
nixzhu 6cf0967b69 print something wait a little time 2015-03-28 23:19:52 +08:00
nixzhu e83d60d368 fix cell select in Conversations (need better solution, update UI "after" realm updated) 2015-03-28 23:15:02 +08:00
nixzhu 280868d420 fix: put syncMessageWithMessageInfo:inRealm:andDoFurtherAction: out of realmQueue for receive Faye message to sync UI 2015-03-28 22:37:01 +08:00
nixzhu 70863a08f9 rename syncGroupWithGroupInfo: to syncGroupWithGroupInfo:inRealm: 2015-03-28 22:09:46 +08:00
nixzhu 4b756e45b2 make syncMessageWithMessageInfo:inRealm: independent, use it in FayeService when receive message 2015-03-28 21:48:26 +08:00
kevinzhow 12ec195bf3 Fix faye bug 2015-03-28 14:27:09 +08:00
nixzhu 4cc617993f Merge remote-tracking branch 'origin/master' 2015-03-28 13:55:44 +08:00
nixzhu 1ff28214d7 fix group delete (do not delete realm object in RLMResults's enumerate) 2015-03-28 13:35:01 +08:00
kevinzhow f30a9e22fe Search Friend 2015-03-28 03:37:56 +08:00
kevinzhow 012e31ff88 Fix tabbar black shadow 2015-03-28 02:09:15 +08:00
nixzhu 29f88e578c clean code 2015-03-28 00:56:43 +08:00
nixzhu 54823ad1e0 keyboard animation (Imperfect) 2015-03-28 00:52:49 +08:00
nixzhu 2160bf3cb5 move almost all realm write into realmQueue 2015-03-27 15:31:24 +08:00
nixzhu 2835ea03b8 updateConversationsTableView if YepNewMessagesReceivedNotification; do not use Realm's notification (too much) 2015-03-27 13:49:55 +08:00
nixzhu 21f4a4d1bf not need phone number in Faye extension 2015-03-27 13:45:06 +08:00
nixzhu 2c8597ddcc delay setV1AccessToken; it use to fire something (they may need userID..., so put it to bottom) 2015-03-27 13:42:56 +08:00
nixzhu 11d3ebd89d TODO of registerMobile 2015-03-27 13:36:46 +08:00
nixzhu b385f865b2 fix condition to userNeedRelogin 2015-03-27 13:30:38 +08:00
nixzhu ca4235caa7 tryGetOrCreateMe do not in outer beginWriteTransaction commitWriteTransaction 2015-03-27 13:26:58 +08:00
nixzhu 7fe24747ba Merge remote-tracking branch 'origin/master' 2015-03-27 12:14:27 +08:00
nixzhu 19eea2edf8 when HTTP Token: Access denied, userNeedRelogin 2015-03-27 12:14:01 +08:00
kevinzhow dc26a9df47 Update create user logic 2015-03-27 02:26:57 +08:00
kevinzhow 923afbc40a Update faye logic 2015-03-27 01:32:45 +08:00
nixzhu 97a5037107 rename YepMessageService to FayeService; code order; better logic for startFaye 2015-03-27 00:35:08 +08:00
nixzhu e3cbed08c3 Merge remote-tracking branch 'origin/master' 2015-03-27 00:08:14 +08:00
nixzhu 7af7772d45 remove Spring; move conversationCollectionView to bottom at first see 2015-03-26 23:44:28 +08:00