summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-02docs: fix broken link in android.databinding am: 0cec6129bbandroid-cts_7.1_r1android-cts-7.1_r9android-cts-7.1_r8android-cts-7.1_r7android-cts-7.1_r6android-cts-7.1_r5android-cts-7.1_r4android-cts-7.1_r3android-cts-7.1_r29android-cts-7.1_r28android-cts-7.1_r27android-cts-7.1_r26android-cts-7.1_r25android-cts-7.1_r24android-cts-7.1_r23android-cts-7.1_r22android-cts-7.1_r21android-cts-7.1_r20android-cts-7.1_r2android-cts-7.1_r19android-cts-7.1_r18android-cts-7.1_r17android-cts-7.1_r16android-cts-7.1_r15android-cts-7.1_r14android-cts-7.1_r13android-cts-7.1_r12android-cts-7.1_r11android-cts-7.1_r10android-cts-7.1_r1android-7.1.1_r9android-7.1.1_r8android-7.1.1_r7android-7.1.1_r61android-7.1.1_r60android-7.1.1_r6android-7.1.1_r59android-7.1.1_r58android-7.1.1_r57android-7.1.1_r56android-7.1.1_r55android-7.1.1_r54android-7.1.1_r53android-7.1.1_r52android-7.1.1_r51android-7.1.1_r50android-7.1.1_r49android-7.1.1_r48android-7.1.1_r47android-7.1.1_r46android-7.1.1_r45android-7.1.1_r44android-7.1.1_r43android-7.1.1_r42android-7.1.1_r41android-7.1.1_r40android-7.1.1_r4android-7.1.1_r39android-7.1.1_r38android-7.1.1_r35android-7.1.1_r33android-7.1.1_r32android-7.1.1_r31android-7.1.1_r3android-7.1.1_r28android-7.1.1_r27android-7.1.1_r26android-7.1.1_r25android-7.1.1_r24android-7.1.1_r23android-7.1.1_r22android-7.1.1_r21android-7.1.1_r20android-7.1.1_r2android-7.1.1_r17android-7.1.1_r16android-7.1.1_r15android-7.1.1_r14android-7.1.1_r13android-7.1.1_r12android-7.1.1_r11android-7.1.1_r10android-7.1.1_r1android-7.1.0_r7android-7.1.0_r6android-7.1.0_r5android-7.1.0_r4android-7.1.0_r3android-7.1.0_r2android-7.1.0_r1nougat-mr1.8-releasenougat-mr1.7-releasenougat-mr1.6-releasenougat-mr1.5-releasenougat-mr1.4-releasenougat-mr1.3-releasenougat-mr1.2-releasenougat-mr1.1-releasenougat-mr1-volantis-releasenougat-mr1-security-releasenougat-mr1-releasenougat-mr1-flounder-releasenougat-mr1-devnougat-mr1-cts-releasenougat-dr1-releaseMark Lu
am: 6e2ef1c91a Change-Id: I4e68c8cfdc25792c525b93f41fa3196230707ad0
2016-08-02docs: fix broken link in android.databindingMark Lu
am: 0cec6129bb Change-Id: I2016308e5dc5af9b48213a918d56435fe3ee7fa6
2016-07-28docs: fix broken link in android.databindingMark Lu
Bug:25141112 Change-Id: I56bc6798120651f6e706a510cab91eaa5cd8cdbf
2016-04-27Add package-level documentation referencing the guide. am: 52c473f am: 84dc2cdGeorge Mount
am: 41b4a28 * commit '41b4a286c98ded1dbb8bf2fcdd5a9ca29f9423e2': Add package-level documentation referencing the guide. Change-Id: I6b4ca4f319316acd77adbde7678ea512d1550299
2016-04-27Add package-level documentation referencing the guide. am: 52c473fnougat-devGeorge Mount
am: 84dc2cd * commit '84dc2cd14c86ca635e28ef140bdf329fea3737f9': Add package-level documentation referencing the guide. Change-Id: I30296ce9006248c0f4fcae725ba087942bcf3998
2016-04-26Add package-level documentation referencing the guide.George Mount
am: 52c473f * commit '52c473f64e95c061efa623ec0f84606f7e45d468': Add package-level documentation referencing the guide. Change-Id: Id34f76afc7c0bc358f100a95379e09675f84309b
2016-01-29Add .idea/modules to gitignoreDeepanshu Gupta
Change-Id: I9a1eb0f4c34bfc630d2d34f09bb6c5b5ff22eb0b
2016-01-29Fix getStackTraceDeepanshu Gupta
Change-Id: I0aee931ab9df26d27a610442290774dd31ae8818
2016-01-26Fix incremental compilation when dependency layout is removedYigit Boyar
This CL fixes a bug where if gradle dependency of a module is removed, we would not delete its layout files properly. Change-Id: Ifa5529768ed959acd8b6a903ad33d8f1e42159f7 Bug: 25755539
2016-01-25Sync version with android gradle pluginYigit Boyar
This CL starts loading version from android gradle plugin's configuration file rather than data binding's configuration file. This might be an issue in the future if we can support additional build tools but for now, this will help simplfy integration with tools. Bug: 26560734 Change-Id: I1ea6f8e4716873b4ea84930e780c47eb7a6079ec
2016-01-22Update data binding to kotlin beta 4Yigit Boyar
I've also run some cleanup inspections to keep codebase more up to date. Bug: 26738574 Change-Id: I02aa43157cad858c0ea60dd41a22150e3cf2cfa1
2016-01-21Merge "Update Kotlin code to be beta 4 compatible" into studio-master-devTor Norbye
2016-01-20Update Kotlin code to be beta 4 compatibleTor Norbye
Change-Id: I96ab85fd9ec3d857929055b804fd094a4e3d245c
2016-01-20Merge "Replace type @commat with &commat" into studio-master-devGeorge Mount
2016-01-20Replace type @commat with &commatGeorge Mount
Change-Id: I9ec52ab768ff8e111af8096147dc01b9c3270dc3
2016-01-20Fix data binding docsYigit Boyar
Change-Id: I11812b4118b2961a805b7af886a87c5598a05690
2016-01-20Revert "Temporary NO_DOCS file to fix the build"Yigit Boyar
This reverts commit b5ddf4aaeaa4f502ba4a72025a60dd5218653419. Change-Id: Iea4b6e38c9bc31a31199b0377da5be1bd3bb5191
2016-01-20Temporary NO_DOCS file to fix the buildYigit Boyar
This CL adds a NO_DOCS file to data binding folder to fix the build breakage caused by merging studio-master-dev frameworks/data-binding to master. It should be removed once docs are fixed. Bug: 26581427 Change-Id: Idfca81314bada56c972bd953bf7e73c33051987f
2016-01-19Use data binding 1.0-rc5 until SDK is released.George Mount
Change-Id: I27e6700d3e0382cb73e519d4015bee56cc631166
2016-01-15Merge "Fixed warning when using a color resource." into studio-master-devGeorge Mount
2016-01-15Fixed warning when using a color resource.George Mount
Bug 26254496 Change-Id: Ied6b942fada3a99ec331ad59f2f5ee6e6c33a20b
2016-01-14Two-way binding extensionsGeorge Mount
Bug 1474349 Bug 22460238 Two-way data binding won't work without a few changes to the extension library. This adds those changes and tests to ensure that two-way data binding works. Change-Id: I5e204609925bb2dc5404176f9b4e59386f200c7f
2016-01-13Two-way bindingGeorge Mount
Bug 1474349 Bug 22460238 This adds two-way data binding for those attributes on Views that also have event listeners for them. General use is also supported, but event listeners are required to notify when those properties change. Change-Id: Iedc66a604257930265f9d661f69658a0a0c3208b
2016-01-06Move to gradle 2.10Yigit Boyar
Change-Id: I1a642a954d3b9f7fb5bcb5639f21a58192349a31
2015-12-22Add iml files for intellij projectDeepanshu Gupta
Helps keeping settings like codeStyleSettings in sync. Change-Id: I3919d9f8c11a1ef5bdc628f9456efa094ed4111d
2015-12-22Change from commons-lang3 to guavaDeepanshu Gupta
Change-Id: I1a18e06af7bf2d65228f1491663b6e096a9538ed
2015-12-17Add "db" prefix to databinding modules.Deepanshu Gupta
Change-Id: Icf77f1faa047a31534ec739278cb47d4ab69e18d
2015-12-16Add modules definitions.Deepanshu Gupta
These are referenced by the tools/idea project. Also, some minor code improvments. Change-Id: Ia1f6a80c257b9022a2efda553ccc9096e03edc00
2015-12-08Fix build.gradle for API change.George Mount
Change-Id: I3767aa3ffda5c537f81ba7cc6a550c556e9e672a
2015-12-04Fix compiler tests setup, upgrade public known versionYigit Boyar
Change-Id: I91babbab13cd00d4f0df149c997349fca0aed80b
2015-12-04Avoid re-reading variables.Yigit Boyar
This CL fixes a bad code generation where we would set a variable to itself, which breaks if you use a tool like ErrorProne. I've also updated gradle version and data binding versions. Bug: 25077399 Change-Id: I6620faf4cad5fa74dc7c35be03c46c4a76c9cfbc
2015-11-19Fix tag element usage with data binding.George Mount
Bug 25763095 White list include & view usage, but all other lower- case tag elements are thrown out when it comes to data binding. Change-Id: Iccd9d31ef0dfdd6e9ded149c06ee6e295bf4fdaf
2015-11-18Remove unnecessary application plugin.Xavier Ducrohet
It breaks with Gradle 2.8 which is more strict about missing configuration for this plugin. Change-Id: I46476da264fa7322bd97392cf8b60e61f22b3a29
2015-11-16Merge "Don't use DynamicUtil now that 1.0-rc5 has been released." into ↵George Mount
studio-master-dev
2015-11-14Load intermediate files as InterfaceYigit Boyar
Change-Id: I6e07443d7d51eaad0d655f4fcd2e3e43ef14bdc8
2015-11-13Don't use DynamicUtil now that 1.0-rc5 has been released.George Mount
Change-Id: I017049ba3fb3c0d66982f504192d6a2814859f9a
2015-11-13DataBinding grows up :')Yigit Boyar
Change-Id: I49844f458742dd106f7e1419633f428bbb98e238
2015-11-11Override layout file metadata from moduleYigit Boyar
If a layout file is inherited from a module but also exists in the app, w~e force the app version to the metadata of the module version. This means forcing its created class location to be the same as the module. This usually happens when gradle or aapt generates some layout during app compilation. Bug: 25369165 Change-Id: I5d2002ac04d16cfe9935fe5580548344b19b4aca
2015-11-05Fix gradle buildYigit Boyar
This CL adds data binding published projects as a pL dependency to gradle-core plugin. Bug: 25531705 Change-Id: If581acff2f0c889602ebd19d4c566d575d70ee16
2015-11-05upgrade kotlin to 1.0-beta1Yigit Boyar
Change-Id: I62b77fd118e2715d272a16d96b9083d2347f5fb1
2015-11-05Merge "IDE editing support in tools/base." into studio-master-devChris Warrington
2015-11-05IDE editing support in tools/base.Chris Warrington
Change-Id: I04d956557817ae9bcec3e4c9988cbc957f6b0851
2015-11-04Use publish from android build toolsYigit Boyar
This CL removes data binding's bintray plugin and starts using the tools project. It can be uploaded to bintray only from tools project. databinding.properties file still reference rc3. We'll change it when rc5 is public. Change-Id: Id5801e488ae30cf0003372b5ae94f01306fbfa99
2015-11-02Merge "Publish to tools/out/repo." into studio-master-devChris Warrington
2015-10-31Merge "Disable compiler tests when running with Java 1.6." into ↵Chris Warrington
studio-master-dev
2015-10-30Disable compiler tests when running with Java 1.6.Chris Warrington
Change-Id: If269d76cf5d5a8980dcd86ec8ac7fb19a9da06c6
2015-10-30Publish to tools/out/repo.Chris Warrington
Change-Id: Ie60d1223cd3e5efe283d253de31634044ce9c18d
2015-10-30Add targetSdk check for DynamicUtil.George Mount
Change-Id: I271b3fc364c2d8689f22e0555174a8ca30bc04b5
2015-10-30Revert some bad changes from integrationYigit Boyar
For some reason, the tools integration CL reverted some previous CLs in these files. Putting them back Change-Id: Iae68077c8885ad7a5546465936a8d4ae1e702019
2015-10-30Revert "Revert "Update notice""Yigit Boyar
This reverts commit f5517fe4100cc751b365edb43a07455b7b435215. Change-Id: Ic60d99c9a9508dbd912a67fa2d467e7332c51dfb