Consider only the push rules data retrieved thanks to the server sync response
Initialize the BingRulesManager with the stored push rules, instead of request them to the server
Do not use anymore the C-S request to get the push rules directly (This is useless)
Remove "onBingRulesUpdateListener" from BingRulesManager, it was not used
API Change:
MXDataHandler: refreshPushRules() has been removed - we trust the server sync response
BingRulesManager: loadRules() has been removed - we trust the server sync response
BingRulesManager: an update of the push rules is not forced anymore when a rule is deleted, added or updated.
We let the server sync handle this push rules update.
BingRulesManager: the interface onBingRulesUpdateListener has been removed. Use MXEventListener instead.
API Change: