History log of /frameworks/support/buildSrc/studioCompat.gradle
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
da08a0943f78ed5cbe69a901ddc4c90f01399ad7 18-Jul-2016 Kirill Grouchnikov <kirillg@google.com> Rename the source of core-utils module to core-utils
am: c3c75883f9

Change-Id: I5f0f87dce81aff1509ed516b408b9eab3477b7ba
c3c75883f99ccdaa587bbfd2ce181213b2fb854c 18-Jul-2016 Kirill Grouchnikov <kirillg@google.com> Rename the source of core-utils module to core-utils

One more step left - rename core-combined source "back" to v4

Change-Id: Ic192ca8202498956e63d93dddc106fb6f4b5920b
/frameworks/support/buildSrc/studioCompat.gradle
3566cfae6a5253755f041ec2c122d99b5fdc351a 13-Jul-2016 Yohei Yukawa <yukawa@google.com> Backport InputContentInfo APIs into API 13+.

Bug: 29833914
Change-Id: I0b7526b588261030e9d3ae4211919bee07ea37f0
/frameworks/support/buildSrc/studioCompat.gradle
4d2f056f0b29ddd870f74f8a67977622892621c0 26-May-2016 Yigit Boyar <yboyar@google.com> Fix media router dependencies for AndroidStudio

MediaRouters API specific implementations were depending on
AppCompat which would require them to be compiled with
current SDK. This CL moves those dependencies to the
final compilation of media router. This is not a great
solution but works for now and fixes the AS integration
with support library

Change-Id: I3efaf5df967e5b242f245770eb36e8df118d970a
/frameworks/support/buildSrc/studioCompat.gradle
6fe8ece39c97d17a41f5b53364cad7e861584aa2 26-May-2016 Yigit Boyar <yboyar@google.com> Revert "Fix Android Studio setup for support lib"

This reverts commit 1eff297d6cc33c6a55530c193f87eb5b07da2562.

Change-Id: I34f8fc7c816fd5b012fdcdc937603bc4cf2181de
/frameworks/support/buildSrc/studioCompat.gradle
1eff297d6cc33c6a55530c193f87eb5b07da2562 26-May-2016 Chris Banes <chrisbanes@google.com> Fix Android Studio setup for support lib

There seems to be an issue with MediaRouter and
AppCompat with the API moduel setup.

MR depends on AppCompat which contains resources
which need the current SDK. Android Studio can't
handle this and tries to compile AppCompat with the
ApiModule's SDK version which then breaks
(AppCompat can't be compiled against 16, etc).
To work around this, we compile the ApiModules against
current when we're using AS only.

Change-Id: I1a4dbbb95456f40067524de43e522fe6ef704a33
/frameworks/support/buildSrc/studioCompat.gradle
c016050959c787189cfd9f0398190f13514802de 17-May-2016 Kirill Grouchnikov <kirillg@google.com> Scaffolding tweaks

To make javadocs / API docs of fragment module pass

Change-Id: I95c5b30bf9a9aba1a134f901573ae8c666c10271
/frameworks/support/buildSrc/studioCompat.gradle
ff22d81f6561f6cdd2a91eb63238c41079927a22 12-May-2016 Kirill Grouchnikov <kirillg@google.com> Extracting fragments and widgets into their own modules.

Also rename core to core-utils.

Change-Id: Icef764d01bc49cd4d04ac4ce47faadda983f4c48
/frameworks/support/buildSrc/studioCompat.gradle
81fc7d74aa951af803aeab9087455c2d2e027136 11-May-2016 Kirill Grouchnikov <kirillg@google.com> Cleaning up pre-Gingerbread folders and classes

* Remove Froyo-level class in media-compat
* Rename donut folder in compat to gingerbread
* Remove eclair folder in v4
* Rename donut folder in v4 to gingerbread

Change-Id: Ibc1d58a617a2ca9070510eebc3edf151e9488259
/frameworks/support/buildSrc/studioCompat.gradle
32d191750bbfbad479cc84a8cdc2f42244bfee1f 11-May-2016 Kirill Grouchnikov <kirillg@google.com> Move notification / remote input to compat

Change-Id: I4ebc14dcfe1ee08f67b851bfe7bcdfccd25dbae4
/frameworks/support/buildSrc/studioCompat.gradle
d3c5347b3ec0025ec906e2053eaa9b97287c46a5 10-May-2016 Kirill Grouchnikov <kirillg@google.com> Extracting MediaCompat classes into a new module

Change-Id: I46d0bbceba9b94828eb94aa3728e4ec61a1f2269
/frameworks/support/buildSrc/studioCompat.gradle
f185f104c4786740765e549d535f9ba1052f96cc 10-May-2016 Kirill Grouchnikov <kirillg@google.com> Combine donut/eclair/eclairmr1/froyo/gingerbread source folders.

* Where relevant, call APIs directly and mark Compat APIs as deprecated
* Remove eclair-gingerbread folders from gradle and makefiles
* Bump LOCAL_SDK_VERSION to 9 in a couple of places that were skipped

In the next CL compat/donut will be renamed to compat/gingerbread.
Not doing this here to minimize the amount of diffs in this CL.

Change-Id: I5f418a8746b91bedd918523090b666eabe0ec20c
/frameworks/support/buildSrc/studioCompat.gradle
2c63c7b8aeeffa5be93994bd6790e71edaf9ec56 04-May-2016 Chris Banes <chrisbanes@google.com> Fix Studio setup after v4 split

Change-Id: Id7d694f2271e6fda58ff740db6df755eaa49b0c9
/frameworks/support/buildSrc/studioCompat.gradle
01b9504afa15dc526c6c63a148a6948295a8c032 28-Apr-2016 Yigit Boyar <yboyar@google.com> Update media router's build file to the new system

This CL moves media router's build file to the new studio friendly
build system. This will fix the java8 version issue as well as
add support for development on Android Studio.

Bug: 28448678
Change-Id: I8ab66762c9a4f8f112f0a1893b11997829d3f837
/frameworks/support/buildSrc/studioCompat.gradle
3986e04c740dc8fe51e7892ddcba0c9a17dee117 09-Feb-2016 Yigit Boyar <yboyar@google.com> Studio friendly support library

Projects with api specific source sets are a problem for Android
Studio because it cannot find them in sources list.

This CL adds the ability to convert these API specific source sets
into modules when the project is opened inside the IDE.
When run from command line, it still fallbacks to the previous
implementation.

For projects with resources, we still rely on make to do the
necessary checks.

Bug: 27567189
Change-Id: I1d0be60f1b2289a4b006c196b4992a2de3868336
/frameworks/support/buildSrc/studioCompat.gradle