Commit Graph

14 Commits

Author SHA1 Message Date
Tor Norbye
dff8282839 Update api-versions.xml for latest API changes
Change-Id: Id979db34a83da704df38c1250fb946baf928650b
2013-11-20 14:41:01 -08:00
Tor Norbye
15a65401a8 Update the api-version.xml file to reflect KitKat recent changes
This CL updates the api-versions.xml file, which is a file
used by Lint API check to check which API version each class,
field and method reference was introduced in.

It is generated by running sdk/apigenerator on an SDK install
which has android.jar from all 19 releases of Android installed.

This file was updated recently, but a few more APIs have changed
since then, so I regenerated it with the latest android.jar
snapshot.

Change-Id: If36a1df74c6bfabd9874a9d94b3725bf56bffcaa
2013-10-24 09:43:20 -07:00
Tor Norbye
f105e9b824 Update the api-version.xml file to reflect KitKat recent changes
This CL updates the api-versions.xml file, which is a file
used by Lint API check to check which API version each class,
field and method reference was introduced in.

It is generated by running sdk/apigenerator on an SDK install
which has android.jar from all 19 releases of Android installed.

This file was updated recently, but a few more APIs have changed
since then, so I regenerated it with the latest android.jar
snapshot.

Change-Id: I93b14fcd2e692aa607bbefade46f6f42ae144864
2013-10-16 10:56:58 -07:00
Tor Norbye
a25bbc368f Update the api-versions.xml file for KitKat
This CL updates the api-versions.xml file, which is a file
used by Lint API check to check which API version each class,
field and method reference was introduced in.

It is generated by running sdk/apigenerator on an SDK install
which has android.jar from all 19 releases of Android installed.

This diff shows some methods getting removed from API 18 which
apparently were not in API 18; the last revision of the file
must have been run on a non-final version of the platform.

Change-Id: If08e4e9f08ae7fecbe938c1e928ad8698ed4025a
2013-10-08 18:16:30 -07:00
Xavier Ducrohet
8f1a2bdf5a Update the SDK API Data.
This is necesary for Lint to handle API 18.

Change-Id: Ida60df3f9149fdb9a4835752b1a9c3e6a3d75082
2013-06-12 10:09:42 -07:00
Xavier Ducrohet
529393a5da Update API text file.
Change-Id: I9513b88373e893d8f16092d1735e6eb0bb7ea34b
2012-11-05 17:09:52 -08:00
Xavier Ducrohet
6cee101c6f Update the API file for the SDK.
Also update the platform tools to rev 16.

Change-Id: I92c8e1f99e4192212ed352f38d84d01c6a95d047
2012-10-22 12:10:32 -07:00
Xavier Ducrohet
1e493205ac Update the API 16 files used by the SDK.
Change-Id: I0ee375c93522cff1add504fc19081e25c131627e
2012-06-21 17:48:38 -07:00
Xavier Ducrohet
928c7d668e Add API 16 to the SDK API file.
Change-Id: I4937aa793fed5efc51e0c4ce127b7193148baa5e
2012-05-22 15:57:58 -07:00
Xavier Ducrohet
9649bee7b2 Update API file with proper content.
This doesn't contain API 16 just yet. This is just a new version
based on reading all the android.jar instead of the text-based
files.

This new mechanism filters out all methods coming from super
classes as well as interfaces in an effort to make the file
smaller.

Change-Id: Ieefa7d01c29944b2b77b22e8cb81ee2e67afd555
2012-05-22 15:24:18 -07:00
Tor Norbye
9ada0ac8f4 Fix version metadata for java.lang.reflect.Field
Change-Id: Ic36c5a36270173fd7a17d649c71a914c6ffad7a0
2012-02-23 12:04:04 -08:00
Xavier Ducrohet
df458cb832 Fix api version file with proper data enum.
The generator tool was broken during the generics fix.

Change-Id: I7e375000ac52fba27af7992ffebb5858baf20b3a
2012-01-31 19:18:06 -08:00
Xavier Ducrohet
e11b2d6c9f Update api version file with stripped generics info.
Change-Id: Iac38c14115757cbfa75808ce5e476912da80543d
2012-01-31 15:44:27 -08:00
Tor Norbye
82374f6d8d Move api.xml from tools/ to platform-tools/
The API database was generated with code in sdk/apicheck/.

Change-Id: I42559fb47716f8ea2ee2d836375b523644dfe41c
2012-01-27 11:59:10 -08:00