upload android base code part16
This commit is contained in:
parent
3c17267bcc
commit
257525d2b2
2453 changed files with 14355 additions and 0 deletions
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
91ae84b9cfa7e56231ae0d70b02fac2d
|
|
@ -0,0 +1 @@
|
|||
a92dfb3392504e85bcb9a593945e2d3e5e8d5ed4
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
bf8912581501ef31e41c040e198bf5a7
|
|
@ -0,0 +1 @@
|
|||
89fea819b2f7148bcf5138e1c1c1d6e6fbe5c1e6
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
51984f7411860d8a101896b5c9eed4ad
|
|
@ -0,0 +1 @@
|
|||
514f29921d8a6c78c48d73c8b66033cffbf12f5c
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.android.databinding</groupId>
|
||||
<artifactId>baseLibrary</artifactId>
|
||||
<version>1.0-rc5</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
c8c904945da93073c8fee4421f8cfc49
|
|
@ -0,0 +1 @@
|
|||
63d939e8edfba57743a956e26447b8dc1acfe211
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
e8f94e2a95b02ef9a8b5f704424c72ea
|
|
@ -0,0 +1 @@
|
|||
bcf02d0711dd5b70ca9265af2fbefa24362e93ae
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
0a8d96b559265e9894eca11f7440f44d
|
|
@ -0,0 +1 @@
|
|||
6a9c4797db4a3d34648935b1305264af3ea5bc49
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
8be6be86c757d6d9421671ad2a65acb5
|
|
@ -0,0 +1 @@
|
|||
37ab32ee4f8672399814609549108148c229c9c0
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.android.databinding</groupId>
|
||||
<artifactId>baseLibrary</artifactId>
|
||||
<version>1.0</version>
|
||||
<name>Data Binding Base Library</name>
|
||||
<description>Shared library between Data Binding runtime lib and compiler</description>
|
||||
<url>http://tools.android.com</url>
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>The Android Open Source Project</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
|
||||
<url>https://android.googlesource.com/platform/tools/base</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
426411442cf4a8b92c3c19e8342c6a6b
|
|
@ -0,0 +1 @@
|
|||
6f2545efc7705249c87644846ffe0bfe070e1aa1
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
86652899a1adcfcd9efee35035463624
|
|
@ -0,0 +1 @@
|
|||
efe232fffb2f95e44c280d743e0fbe0a00500a15
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
4e7bf8133bced6979c0d196f69430aae
|
|
@ -0,0 +1 @@
|
|||
494900ffaf4c57944fe3794990ec471ef8aa67c0
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
28743ce092a66cbc156c65f091d556d6
|
|
@ -0,0 +1 @@
|
|||
766679acc772eaf9613873a219f936ec023688de
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.android.databinding</groupId>
|
||||
<artifactId>baseLibrary</artifactId>
|
||||
<version>1.1</version>
|
||||
<name>Data Binding Base Library</name>
|
||||
<description>Shared library between Data Binding runtime lib and compiler</description>
|
||||
<url>http://tools.android.com</url>
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>The Android Open Source Project</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
|
||||
<url>https://android.googlesource.com/platform/tools/base</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
92f624c3c026b121607e80d96e4a693a
|
|
@ -0,0 +1 @@
|
|||
c4266de18b33624f0a2e9fa955358c432fd166c2
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
401c21b037eedf0246370bf04f47dca1
|
|
@ -0,0 +1 @@
|
|||
f96d185324b8a75ffa9977778ee0990ee4fb4753
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
43fb33d25869ed85c6da16e3a3afde77
|
|
@ -0,0 +1 @@
|
|||
2f963fe9f0cd0a12490bef42ea02a6b5fa44b3e9
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
9c17f7fefb3a0d72ef3178b6d43fb747
|
|
@ -0,0 +1 @@
|
|||
605da67653126fbe49b1dbae20fecd0c9e1a115f
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.android.databinding</groupId>
|
||||
<artifactId>baseLibrary</artifactId>
|
||||
<version>2.0.0-alpha9</version>
|
||||
<name>Data Binding Base Library</name>
|
||||
<description>Shared library between Data Binding runtime lib and compiler</description>
|
||||
<url>http://tools.android.com</url>
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>The Android Open Source Project</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
|
||||
<url>https://android.googlesource.com/platform/tools/base</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
6364620d828c792ec9847ce5ff9b6f5c
|
|
@ -0,0 +1 @@
|
|||
2122693e413f63f595b1273490f22df9f5943136
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
5b7b5add883e87dabb6417cc65c29fd6
|
|
@ -0,0 +1 @@
|
|||
a3a00f7ef200830d6c39166135ec9db8b6003edd
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
a2ade198ded4b16e5e81feaf49b2b62f
|
|
@ -0,0 +1 @@
|
|||
8a12ab03ff14f61ee59433c009208b114a740a5a
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
bc38792de1980530da5f0ff5b7958241
|
|
@ -0,0 +1 @@
|
|||
4da6968c4754e0229a9a80d8435d4e1aeb93bfec
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.android.databinding</groupId>
|
||||
<artifactId>baseLibrary</artifactId>
|
||||
<version>2.0.0-beta2</version>
|
||||
<name>Data Binding Base Library</name>
|
||||
<description>Shared library between Data Binding runtime lib and compiler</description>
|
||||
<url>http://tools.android.com</url>
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>The Android Open Source Project</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
|
||||
<url>https://android.googlesource.com/platform/tools/base</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
a5526386f2a264c7b9851aad3528e242
|
|
@ -0,0 +1 @@
|
|||
6ef4087472876a628127e28eb66767275d2c6373
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
1cdbca58d8bfc4b19752eb48f063bcaf
|
|
@ -0,0 +1 @@
|
|||
85e11881b6ce99dd9de8292bbda2b0442bf66ab6
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
690eba4d5c633cc68d4ef0863bfe5509
|
|
@ -0,0 +1 @@
|
|||
8621668fbfc277d5ee7d8482a4de100f6e304540
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
6e6ba1c013ba84819f017f22442f2035
|
|
@ -0,0 +1 @@
|
|||
3f6e089341576948de9e4aa6d645375d65d502fe
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.android.databinding</groupId>
|
||||
<artifactId>baseLibrary</artifactId>
|
||||
<version>2.0.0-beta5</version>
|
||||
<name>Data Binding Base Library</name>
|
||||
<description>Shared library between Data Binding runtime lib and compiler</description>
|
||||
<url>http://tools.android.com</url>
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>The Android Open Source Project</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
|
||||
<url>https://android.googlesource.com/platform/tools/base</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
a1c99444bc8d28d1b6a28641669ef393
|
|
@ -0,0 +1 @@
|
|||
2f1a14f8bd887500dde097741dabd8e9737487e6
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
ccce5f203b39647ed71e9b1412644428
|
|
@ -0,0 +1 @@
|
|||
bd03ed658e176d095ef8b282da7abad61f0567e8
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
1ceb0e4d09094a40418a048138792d33
|
|
@ -0,0 +1 @@
|
|||
f91283c0de1ad4bbb086fcaea6c0118fc19a068c
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
2c63962db7301923aef4188bcec9c78b
|
|
@ -0,0 +1 @@
|
|||
6c5805d88bc7447e7e037c758cc4319389dce869
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.android.databinding</groupId>
|
||||
<artifactId>baseLibrary</artifactId>
|
||||
<version>2.0.0-beta6</version>
|
||||
<name>Data Binding Base Library</name>
|
||||
<description>Shared library between Data Binding runtime lib and compiler</description>
|
||||
<url>http://tools.android.com</url>
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>The Android Open Source Project</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
|
||||
<url>https://android.googlesource.com/platform/tools/base</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
d06f8bd97c9e4f23e2a5a354112231e8
|
|
@ -0,0 +1 @@
|
|||
302c02dc8d2a1c8ec4dc8f5508dac25bc1412d55
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
c75bb30855301a4fdb426170c14dc538
|
|
@ -0,0 +1 @@
|
|||
4e088ebfc057cb2087a43f053ac25a4508871728
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
c1ba517d2da7598c3912a9c154ac62ca
|
|
@ -0,0 +1 @@
|
|||
f9506f402c6930f26792ccc2038210d81ec8ed76
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
257bac4d48fdcaf2d21a74865f07aaa0
|
|
@ -0,0 +1 @@
|
|||
2325d4602c5bce35bc23a85d02e90cbf8ff5357c
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.android.databinding</groupId>
|
||||
<artifactId>baseLibrary</artifactId>
|
||||
<version>2.0.0-beta7</version>
|
||||
<name>Data Binding Base Library</name>
|
||||
<description>Shared library between Data Binding runtime lib and compiler</description>
|
||||
<url>http://tools.android.com</url>
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>The Apache Software License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>The Android Open Source Project</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
|
||||
<url>https://android.googlesource.com/platform/tools/base</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
6d76d5290a6be430141502d891d0a014
|
|
@ -0,0 +1 @@
|
|||
00355427918b84d0d2193675eb23946a69ff7ab9
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
40777cd3caa4eba65e63dab4e995c159
|
|
@ -0,0 +1 @@
|
|||
5e2bf991a242991dd0de08ce4f076f8eec5e33ef
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue