aboutsummaryrefslogtreecommitdiff
path: root/ui/window/MultiWindowPlayground
AgeCommit message (Collapse)Author
2018-10-17Add missing google() repositoryBen Weiss
Bug: 117481637 Test: Manually built samples Change-Id: I8a9f28c546bc66fe47931024a6bb6591ee3a05ea
2017-12-18Update versions for build toolsTrevor Johns
- Update Gradle Wrapper to v4.4 Fixes incompatibility with older Gradle versions and Android projects. - Update build tool and dependency versions in build.gradle Test: compileSamples.sh Bug: 70645270 Change-Id: Id4608bf5d56259427d847c356b40d743773ea3d9
2017-12-11Create Kotlin version of MultiWindowPlayground.Tiem Song
Bug: 64766094 Test: Manually verified no regression vs Java version. Change-Id: I65b5517d2ff3bb9a3140c3c9171c16e53ef9b097
2017-10-10Fix dependency versionsTrevor Johns
Fixing dependency versions for a few samples that are preventing the 2017-10 samples release from building. Bug: 67644397 Test: Passes refresh/emit tasks in compileSamples.sh Change-Id: Ic70544d75159e9d1cff487c6b653561a7d944ee9
2017-05-17Increment Gradle version to 3.4.1 for all samplesTrevor Johns
Test: gradlew assembleDebug Change-Id: Ifd6ac37af5fff607c1a83056f2f4100ab68c3240
2017-03-22Cleanup template-params.xml files for all projectsTrevor Johns
- Remove references to N Preview - Change statuses from DRAFT to PUBLISHED Test: manual Change-Id: I4cd302fb133f5f3e3f4f690397e0375e273ac1a1
2016-12-13Update dependency versions for 2016-12 releaseTrevor Johns
- Set targetSDK to 25 - Gradle plugin 2.2.3 - Build tools 25.0.2 - Support library 25.0.1 - Play Services 10.0.1 Change-Id: I3dab4deaba4ca96d62c70f019c1d1dc00f9c2c7b
2016-09-28Syncing template-generated build artifactsTrevor Johns
Change-Id: I2f782966a41e36c47025e33f80c6f6df16d7299a
2016-09-28Update Gradle wrapper to v2.14.1Trevor Johns
Change-Id: I276f36356c62c4b472cae9eff4be4ab47bbde2ff
2016-08-11Update samples to use API 24Trevor Johns
Template output to update samples to use API 24 instead off 'N'. (Includes manual changes to MultiWindowPlayground.) Also any supplamentary changes to templates that haven't been checked in, since we don't usually check in template output. Change-Id: Id16ec84fddcbf6b11218aaf22475413b156449bd
2016-06-15samples: Use API 23 by default, except for N-specific samples.Trevor Johns
Since N is still in DP4, but we're building docs from nyc-dev now, adjust build so that most samples are built using flags for API 23. N-specific samples have overrides added in template-params.xml. Also adjusted build tools version to 23.0.3. (I thought I'd done this earlier.) Change-Id: Ic3cde8d144b92b16fc24e1e49fd3bdda2c198429
2016-06-15Merge "Update sample dependency versions for Android DP4" into nyc-devTrevor Johns
2016-06-14Update sample dependency versions for Android DP4Trevor Johns
Change-Id: If1b85f39acf088a1e2c8b7e019d3bea490af407b
2016-05-17Rename minWidth/Height attributesAndrii Kulian
Rename WindowLayout#minimalWidth and #minimalHeight to #minWidth and #minHeight to be consistent with other APIs. Bug: 28775586 Change-Id: I54eb8360d80a3b49ad49696134942c7b9e6f2ffd
2016-04-21Revert Gradle plugin version to 2.0.0Trevor Johns
Beta versions have expiration windows, which isn't suitable for public release. Change-Id: I75fb8d28cf56ec5a37c7089e804c63be38f9017b
2016-03-29Refactor usages of Picture In Picture and Multi Window (3/4)Andrii Kulian
Bug: 27365860 Change-Id: Ic24f7ab7eecc4819beefa18e87ab83aa8aa5246a
2016-03-17Update ActivityInfo#WindowLayout apis (3/3)Andrii Kulian
Update sample to use #minimalWidth and #minimalHeight instead of #minimalSize. Bug: 27528326 Change-Id: I22b5732cce8339755278622bda3e475e76204d23
2016-03-08Set MultiWindowPlayground to PUBLISHEDTrevor Johns
Change-Id: Ib9a80742a711bdd0964fb6f5ccfb33d3e12d3c48
2016-03-09Update dependencies for MultiWindowPlayground sample.Jan-Felix Schmakeit
Change-Id: I7ddec60766efaf104c5ed4b00806b512ed70dba1
2016-03-07Add MultiWindowPlayground sample.Jan-Felix Schmakeit
This sample demonstrates the use and behavior of the multi-window features in Android N. Change-Id: Idcabb1cac26890c914adf3a0eefa5e38b7939e7f