- 30 Aug, 2016 1 commit
-
-
Mauro Bender authored
-
- 09 Jun, 2016 2 commits
-
-
Mauro Bender authored
-
Mauro Bender authored
-
- 16 May, 2016 1 commit
-
-
Mauro E. Bender authored
-
- 13 May, 2016 1 commit
-
-
Mauro E. Bender authored
When a sending message operation or a enable/disable push notifications for channel operation has failed don't let PubNub client automatically retry since it can produce inconsistencies.
-
- 30 Apr, 2016 5 commits
-
-
Mauro E. Bender authored
-
Mauro E. Bender authored
-
Mauro E. Bender authored
-
Mauro E. Bender authored
Merge branch '41-mb-conversation_state_manager_set_state_completion_handler_should_be_optional' into 'master' Fix #41 - Set state completion handler should be optional See merge request !25
-
Mauro E. Bender authored
Close #39 - Add the conversation id to the push notification data See merge request !24
-
- 29 Apr, 2016 1 commit
-
-
Mauro E. Bender authored
Close #38 - Add ClientID to the chat client and the ability to change it See merge request !23
-
- 05 Apr, 2016 1 commit
-
-
Mauro E. Bender authored
-
- 17 Mar, 2016 3 commits
-
-
Mauro E. Bender authored
Because of the posible rounding errors between timetoken -> date -> timetoken conversions the first conversation message was loaded many times when asking for the conversation history. To prevent this, when a conversation history request is being prepared the sinceDate is corrected by -10 avoiding the posible conversion rounding errors.
-
Mauro E. Bender authored
-
Mauro E. Bender authored
-
- 16 Mar, 2016 4 commits
-
-
Mauro E. Bender authored
-
Mauro E. Bender authored
-
Mauro E. Bender authored
-
Mauro E. Bender authored
-
- 10 Mar, 2016 2 commits
-
-
Mauro Bender authored
- A message belongs to a conversation. - Add the conversation identifier to the information sent with the push notification.
-
Mauro Bender authored
-
- 02 Mar, 2016 5 commits
-
-
Mauro E. Bender authored
Close #37 - Chat client register and unregister push notifications for all conversations See merge request !22
-
Luciano Mintrone authored
Merge branch '37-lm-Register_unregister_push_chat_client' of git.theamalgama.com:ios/chat into 37-lm-Register_unregister_push_chat_client
-
Luciano Mintrone authored
-
Mauro Bender authored
-
Luciano Mintrone authored
-
- 01 Mar, 2016 4 commits
-
-
Ezequiel R. Aguerre authored
Merge remote-tracking branch 'origin/36-mb-use_last_sent_message_when_reseting_last_read_message_date'
-
Ezequiel R. Aguerre authored
Close #7 - Add OCLint analysis to the project See merge request !6
-
Ezequiel R. Aguerre authored
Close #5 - Add an object to handle the conversations history loading Also add a category for the NSDate class to handle the conversion from/to PubNub's timetokens. See merge request !5
-
Ezequiel R. Aguerre authored
Close #4 - Add an object to handle the messages receiving Also add an object to handle the messages decoding. See merge request !4
-
- 24 Feb, 2016 1 commit
-
-
Mauro E. Bender authored
-
- 23 Feb, 2016 1 commit
-
-
Mauro Bender authored
- Avoid calling PubNub when there's not device token in the push notifications manager. - Don't try to reset the unread messages count when the conversation doesn't have last message. - Add NSCopying to AMLChatMessage and AMLChatConversation. - Fix [NSDate pubNubTimetoken] precision bug using the private PubNub class PNNumber. - Ignore PromiseKit when calculating the code coverage.
-
- 22 Feb, 2016 1 commit
-
-
Mauro Bender authored
-
- 19 Feb, 2016 1 commit
-
-
Mauro Bender authored
-
- 18 Feb, 2016 6 commits
-
-
Mauro Bender authored
Add tests for chat users, chat messages and the utils.
-
Mauro Bender authored
-
Mauro Bender authored
-
Mauro Bender authored
When limit is larger than pubnub maximum limit (100) multiple calls should be made in order to fulfill the request.
-
Mauro Bender authored
In order to handle state setting and retriving the PubNub client must have a uuid value that should be persisted in some way and set as the PubNub client uuid on initialization.
-
Mauro Bender authored
Increment the unread messages count when receiving a message that is not already in the conversation.
-