replicant-vendor_cmsdk/sdk
Luis Vidal ad0d8c53a0 Weather API: Return ID rather than RequestInfo [1/2]
Instead of exposing the RequestInfo object created by the WeatherMgr
return an ID to identify the request. This ID can be later used to
cancel the request if needed. The WeatherProviderService base class
keeps track of the ongoing requests and can map this ID to the
corresponding request

This patch also include the following minor changes:
- Use List instead of ArrayList in API
- Update javadoc to public methods to reflect API changes
- Use UUID random generator in immutable classes to generate the
  hashcode rather than relying solely in the hashcode of the builder
  object.

Change-Id: Ib88dd0ecddd6fdb016b77ac29709fbae092dea29
TICKET: CYNGNOS-2425
TICKET: CYNGNOS-2423
2016-04-13 11:57:38 -07:00
..
res/res/values cmsdk: Move sdk classes under new sdk directory. 2016-04-01 12:22:14 -07:00
src/java Weather API: Return ID rather than RequestInfo [1/2] 2016-04-13 11:57:38 -07:00
AndroidManifest.xml cmsdk: compile as aar 2016-04-12 15:27:07 -07:00