aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Messaging
Commit message (Collapse)AuthorAge
* avoid calling [UIApplication sharedApplication] in app extensions (#1503)Gravatar Chen Liang2018-07-09
|
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* Merge pull request #1486 from morganchen12/messaging-unswizzleGravatar Morgan Chen2018-07-02
|\ | | | | Update Messaging changelog
| * Update Messaging changelogGravatar Morgan Chen2018-06-29
| |
* | Merge pull request #1483 from morganchen12/messaging-unswizzleGravatar Morgan Chen2018-06-29
|\| | | | | Fix missing method in Messaging unswizzle
* | Fix the race condition of global data flag and fcm auto init enabled flag ↵Gravatar Chen Liang2018-06-29
| | | | | | | | (#1466)
| * Fix missing method in Messaging unswizzleGravatar Morgan Chen2018-06-29
|/
* Change 2015 to 2018 :) (#1474)Gravatar Ryan Wilson2018-06-28
| | | Obligatory: https://media.giphy.com/media/PJoLp4gDIqjYs/giphy.gif
* Update CHANGELOG.md (#1454)Gravatar Lingyi Zhang2018-06-26
|
* Remove heartbeat timestamp (#1449)Gravatar Lingyi Zhang2018-06-25
|
* add a warning message that the topic operation is suspended without a token ↵Gravatar Chen Liang2018-06-19
| | | | (#1427)
* Corrected the deprecation warning when subscribing to or unsubscribing from ↵Gravatar Chen Liang2018-06-19
| | | | a topic (#1425)
* remove the token check for topic subscription/unsubscription (#1422)Gravatar Chen Liang2018-06-19
|
* update changelog for M27 release (#1348)Gravatar Chen Liang2018-05-29
|
* Temporary fix for Messaging's data collection bit (#1334)Gravatar Ryan Wilson2018-05-25
| | | | | | | | | | | | * Temporary fix for Messaging's data collection bit This ensures that existing behavior still works - InstanceID can sometimes fetch stored values before `FirebaseApp.configure()` is called, causing the global flag to be `NO`. Will file an issue shortly. * Remove extra whitespaces Thanks, GitHub editor. * Fix method being called
* Adding new error code to topic format error (#1324)Gravatar Chen Liang2018-05-23
|
* Merge pull request #1312 from alexames/masterGravatar Morgan Chen2018-05-23
|\ | | | | Warn when topic format is incorrect.
* | Update release log and remove extra deprecate warning (#1314)Gravatar Chen Liang2018-05-23
| |
| * Warn when topic format is incorrect.Gravatar Alex Ames2018-05-22
| | | | | | | | | | | | When subscribeToTopic or unsubscribeFromTopic are called, they should not be passed in with the prefix "/topic/". Calling those functions with a string prefixed with "/topic/" will now print a warning.
* | add macro to remove deprecated warning (#1295)Gravatar Chen Liang2018-05-22
| |
* | ignore deprecated warning of get token method (#1292)Gravatar Chen Liang2018-05-18
| |
* | Use brackets to import system header sqlite3.h (#1285)Gravatar Paul Beusterien2018-05-16
| |
* | Add global data collection switch. (#1219)Gravatar Ryan Wilson2018-05-14
|/ | | | | | | * Addition of global data collection switch. * Added Messaging conformance to data switch. Also formatted code. * Move data collection flag internal until all SDKs conform to it. * Formatting in response to code review.
* shouldEstablishDirectChannel cannot be replaced by ↵Gravatar Chen Liang2018-04-26
| | | | | isDirectChannelEstablished as it represents whether user "should" connect instead of whether user "is" connected (#1190) shouldEstablishDirectChannel cannot be replaced by isDirectChannelEstablished as it represents whether user "should" connect instead of whether user "is" connected
* Fix new Xcode 9.3 warnings (#1183)Gravatar Paul Beusterien2018-04-25
|
* Should always query the latest checkin info from InstanceIDGravatar Chen Liang2018-04-23
| | | This fixes a bug that when we delete IID, IID refreshes new checkin info and FCM stops querying the checkin if checkin exists. And this causes FCM using staled checkin info and not able to receive data message.
* Remove old, unused podspecs (#1129)Gravatar Paul Beusterien2018-04-17
|
* Update CHANGELOG for next release. (#1115)Gravatar Chen Liang2018-04-16
|
* Remove didReceiveAPNSToken: triggered by IID deprecated method setAPNSToken: ↵Gravatar Chen Liang2018-04-13
| | | | | | (#1094) * remove a call that is triggered by IID, but no longer possible once we remove the deprecated method in IID
* Options should be nullable for subscription (#1085)Gravatar Chen Liang2018-04-13
| | | | Getting warning message from xcode so we need to define it to remove warning.
* Remove deprecated token callback (#1074)Gravatar Chen Liang2018-04-12
|
* remove deprecated data message callback (#1068)Gravatar Chen Liang2018-04-11
| | | | | | * remove deprecated data message callback * Fix the issue that swizzling is not setup in recommended data message callback for message tracking.
* Merge pull request #1067 from firebase/release-4.12.0Gravatar Paul Beusterien2018-04-10
|\ | | | | Release 4.12.0
* | Remove deprecated remoteMessageDelegate (#1054)Gravatar Chen Liang2018-04-09
| | | | | | | | * Remove deprecated remoteMessageDelegate and simplify the shouldEstablishDirectChannel property
* | add NS_ASSUME_NONNULL macros to messagingGravatar Morgan Chen2018-04-05
| |
| * Fix nullability warning with new Messaging API (#1029) (#1032)Gravatar Ryan Wilson2018-04-05
| |
* | Fix nullability warning with new Messaging API (#1029)Gravatar Ryan Wilson2018-04-05
| |
| * Cherry Pick of comments and changelog for M23 (#1028)Gravatar Ryan Wilson2018-04-04
| | | | | | | | | | | | | | | | | | | | * updates the changelog for pending release (#1025) * updates the changelog for pending release * addresses comment * Fix the comments for subscribe to topic (#1026)
* | Fix the comments for subscribe to topic (#1026)Gravatar Chen Liang2018-04-04
|/
* improve logging when subscription failed (#1017)Gravatar Chen Liang2018-04-02
|
* update changelog for release (#1014)Gravatar Chen Liang2018-04-02
|
* Adding a new topic subscription/unsubcription with completion handler method ↵Gravatar Chen Liang2018-03-30
| | | | | | (#1001) * add new topic subscription/unsubscription method with handler
* Remove FIRMessagingInstanceIDProxyGravatar Morgan Chen2018-03-27
|
* Fix the issue completion handler is not triggered in subscribeToTopic. (#867)Gravatar Chen Liang2018-02-28
| | | | | * fix the issue that handler not get triggered
* Update CHANGELOG for release (#845)Gravatar Chen Liang2018-02-23
| | | | | | * improve the documentations on auto init property * adjust the comments
* Improve documentation on auto-init property in FCM. (#792)Gravatar Chen Liang2018-02-13
|
* avoid using initWithSuiteName which does not support iOS 7 (#765)Gravatar Chen Liang2018-02-06
|
* Creating CHANGELOG for FCM (#764)Gravatar Chen Liang2018-02-06
| | | | | | * add CHANGELOG for FCM * fix the typo
* fix (#739)Gravatar Chen Liang2018-02-01
|
* [FCM] Add completion handler to subscribe/unsubscribe topic actionsGravatar Oleksiy Ivanov2018-01-30
| | | | | | | Added functionality not exposed in public header yet. I would leave to next FCM SDK owner to expose this functionality (and follow any required review process). Bugs: 72701086