summaryrefslogtreecommitdiffstats
path: root/components/gcm_driver/gcm_driver_android.cc
Commit message (Expand)AuthorAgeFilesLines
* Hook up the Push API with GCM's new ability to own encryption keys.peter2015-07-281-1/+4
* Revert of Hook up the Push API with GCM's new ability to own encryption keys....peter2015-07-241-4/+1
* Hook up the Push API with GCM's new ability to own encryption keys.peter2015-07-241-1/+4
* Push API: Plumb rawData byte[] from Java to Chrome.johnme2015-07-221-1/+10
* GCM: refactor IncomingMessaging and OutgoingMessage.mvanouwerkerk2015-07-131-2/+2
* Support getting and deleting token for Instance ID.jianli2015-05-261-1/+1
* [GCM] Wiring heartbeat interval calls to GCMDriverfgorski2015-05-141-0/+7
* Persist Instance ID data to GCM store.jianli2015-05-111-0/+5
* Push API: Fix unsubscribing from GCM on Androidjohnme2015-02-191-4/+10
* Delay start the GCM when it is actually usedjianli2015-01-211-1/+2
* [GCM] Remove GCMDriver::Purge and GCMClient::CheckOutjianli2015-01-121-3/+0
* Link GCM heartbeat with wake on wifi preferencechirantan2014-12-061-0/+3
* [GCM] Adding last token fetching time handlingfgorski2014-10-281-0/+9
* Keep the GCM data intact when the user signs out of the profilejianli2014-10-071-0/+3
* [GCM] Passing GCMClient::AccountTokenInfo list to GCMDriverfgorski2014-09-291-0/+7
* Revert of Clear GCM data when the user clears cookies and other site data (pa...jianli2014-09-261-3/+0
* Clear GCM data when the user clears cookies and other site datajianli2014-09-131-0/+3
* [GCM] Extracting GCMConnectionObserver from GCMAppHandlerfgorski2014-08-281-0/+7
* [GCM] Exposing persistence of account mappings in GCM Driverfgorski@chromium.org2014-08-201-0/+7
* Remove GCMDriver::IsGCMClientReadyjianli@chromium.org2014-06-191-4/+0
* Move IdentityProvider usage from GCMDriverDesktop to GCMProfileServicejianli@chromium.org2014-06-171-4/+6
* [GCM] Add app handler support for connection eventszea@chromium.org2014-06-141-0/+5
* Hook up GCMDriverAndroid callbacksjohnme@chromium.org2014-06-051-71/+71
* JNI bindings for GCMDriverAndroidjohnme@chromium.org2014-06-031-11/+84
* This patch splits GCMDriver into an abstract interface and anjohnme@chromium.org2014-05-311-1/+62
* Hook components/gcm_driver up to JNI Generatorjohnme@chromium.org2014-05-151-0/+23