Naoki Ishihara
fa00c4f4fd
am 096d3f77: am 89230cf8: am 56d2cb15: Adding browsable prebuilt samples for August push
...
* commit '096d3f7723e5b7c02b10c02dd6f05771cf9824e7':
Adding browsable prebuilt samples for August push
2014-08-14 22:34:37 +00:00
Naoki Ishihara
096d3f7723
am 89230cf8: am 56d2cb15: Adding browsable prebuilt samples for August push
...
* commit '89230cf8482c5c67e7fea4f87a1e31ecfc4375f7':
Adding browsable prebuilt samples for August push
2014-08-14 22:32:16 +00:00
Naoki Ishihara
89230cf848
am 56d2cb15: Adding browsable prebuilt samples for August push
...
* commit '56d2cb15b332fc44ccd755693a644c007e616dc4':
Adding browsable prebuilt samples for August push
2014-08-14 22:29:04 +00:00
Naoki Ishihara
56d2cb15b3
Adding browsable prebuilt samples for August push
...
Change-Id: I7b10e94da639ad0e304abd2507c66265073d2398
2014-08-14 15:16:04 -07:00
Mark Renouf
98b567b597
am 19f8a686: am 35b1a50a: Explicitly call onApplyWindowInsets from a listener
...
* commit '19f8a686d19c3ba4f994671d9fefc5e9f5dc25b8':
Explicitly call onApplyWindowInsets from a listener
2014-08-12 20:38:31 +00:00
Mark Renouf
19f8a686d1
am 35b1a50a: Explicitly call onApplyWindowInsets from a listener
...
* commit '35b1a50abda7476f6c329b922e1b55a26cae5db6':
Explicitly call onApplyWindowInsets from a listener
2014-08-12 20:35:22 +00:00
Jim Miller
d6df7362ab
Add test options for DPM.setTrustAgentFeaturesEnabled()
...
Also fixes bug where DPM flags were set in onPreferenceChanged()
which happened before being set on the checkbox preference.
Change-Id: I5a43358d02830a22107f1239c596cc1bc67d11a1
2014-08-11 17:43:27 -07:00
Craig Stout
382695a8f6
Merge "Fix build." into lmp-dev
2014-08-11 17:09:08 +00:00
Craig Stout
2697525ad0
Fix build.
...
Change-Id: Ia71c0866e120bb772fbdc3db12bf34024a8a8d0d
2014-08-11 10:14:41 -07:00
Mark Renouf
35b1a50abd
Explicitly call onApplyWindowInsets from a listener
...
Fixes layout for round displays, following revert of 41d69c3
(ag/512678 - "Override dispatchApplyWindowInsets in GridViewPager")
Change-Id: Ic1a423b8be3dd7e52f61f109eb9f2cc549a5e311
2014-08-11 11:13:35 -04:00
Craig Stout
cbe326b051
Merge "More features." into lmp-dev
2014-08-09 00:40:15 +00:00
Craig Stout
d67f91cc95
More features.
...
Add background.
Add fading enable/disable.
Add track switching.
Change-Id: Ia3495a6ce98498c734cb225bec93403ac734c89c
2014-08-08 11:28:03 -07:00
Yigit Boyar
17e3912628
Merge "Add grid manager demo to Support7Demo app" into lmp-dev
2014-08-06 23:49:20 +00:00
Yigit Boyar
4d101ac303
Add grid manager demo to Support7Demo app
...
Change-Id: Ie90a4e2be35db1500adcf8e358b3d9d8fccc68b2
2014-08-07 12:46:06 -07:00
Michael Wright
bf1e26281d
Update samples to new MediaProjection APIs.
...
Change-Id: Ic7422fd4770d7f272fcb92a7752f5f184c4f0c9c
2014-08-06 20:07:12 -07:00
Craig Stout
6c2688459d
Playback actions improvements
...
Change-Id: I7c2f477d2a04cba7b0d2910909660e906f0f8211
2014-08-05 12:50:21 -07:00
Craig Stout
49052fb7ac
Merge "Playback actions improvements" into lmp-dev
2014-08-05 00:34:22 +00:00
Michael Wright
d17804f530
Add MediaProjection samples
...
Change-Id: I630900bdcfecc7f1c57b406a0bae09a0e917124a
2014-08-05 19:59:01 +00:00
Ye Wen
69291d63e4
MMS API: ApiDemos demo app
...
b/14095333
Change-Id: Ieffbc559f636fe1c556221e23533d8ba5ac74cb6
2014-08-01 13:46:19 -07:00
Yigit Boyar
bb5d18dca8
Merge "Add elevation settings to cardview demo app" into lmp-dev
2014-08-01 01:46:21 +00:00
Yigit Boyar
eb785dc7f3
Add elevation settings to cardview demo app
...
Bug: 16501750
Change-Id: I831f191c8db1864ba2f1dfa3af9ffbe4005b2e0c
2014-07-30 13:29:01 -07:00
Craig Stout
a38b253ebb
Merge "Add playback progress." into lmp-dev
2014-07-27 22:35:46 +00:00
Craig Stout
085f437232
Add playback progress.
...
Change-Id: I9401b46c34e440de14e7cb794a1c3a1733e0d46c
2014-07-25 20:32:25 -04:00
Alan Lau
afb9296e53
am 050972b1: am 2d0d6541: Change setScrollVertically to protected to make scroll work in subclasses.
...
* commit '050972b1231819fd2c854ef9bba10d6f6f8b5f00':
Change setScrollVertically to protected to make scroll work in subclasses.
2014-07-25 18:51:10 +00:00
Alan Lau
050972b123
am 2d0d6541: Change setScrollVertically to protected to make scroll work in subclasses.
...
* commit '2d0d65410410185c70b2221bdfa8b4c1e4a175d5':
Change setScrollVertically to protected to make scroll work in subclasses.
2014-07-25 18:32:33 +00:00
Alan Lau
2d0d654104
Change setScrollVertically to protected to make scroll work in subclasses.
...
setScrollVertically is called by the animator and if it has no access to the
method in the subclass. This will allow 3P app to extend the view.
Change-Id: I976355168fe1ed4e1f70b66aaab27ca16214dc05
2014-07-25 11:03:48 -07:00
Dongwon Kang
d256f606ef
Merge "Remove AtscTvInput in favor of having another sample input under developers." into lmp-dev
2014-07-24 16:04:26 +00:00
Alan Viverette
b6235f6e52
Add switches to the Controls sample in ApiDemos
...
Change-Id: I754458204adc6a66a327e85d4e5beb8de7f5c27c
2014-07-29 16:30:12 -07:00
Dongwon Kang
4746c9797a
Remove AtscTvInput in favor of having another sample input under developers.
...
- The real sample app for developers will be located under developers/ and
managed by dev-rel team.
Change-Id: I6d190b2c9a24ad64e79e3fd1c1c824abeda2eb3f
2014-07-29 14:56:06 +09:00
Craig Stout
fb9584cf67
Merge "Add PlaybackOverlayFragment" into lmp-dev
2014-07-24 15:36:51 +00:00
Alan Viverette
974dc59d63
Update ApiDemos themes, remove targetSdkVersion
...
Change-Id: Iba8d56a1cde52d082e7a5111874460e6120b011e
2014-07-24 13:47:07 -07:00
Craig Stout
7e736a4df2
Add PlaybackOverlayFragment
...
Change-Id: If4c5b2f747885948e0bae422d9d30eec11c027b9
2014-07-24 06:49:35 -07:00
Dake Gu
d54e6b19e4
SupportLeanbackDemo: activity transition
...
b/15024618
Change-Id: Ib23746360984f3bbe255e8f75df30c7422b553f2
2014-07-23 14:37:16 -07:00
Griff Hazen
1fd1d233d3
am 7003893f: DO NOT MERGE Update version of sdk 20 samples to 2
...
* commit '7003893fce1691208e34de884c5372acb90a57e2':
DO NOT MERGE Update version of sdk 20 samples to 2
2014-07-22 23:59:14 +00:00
Griff Hazen
7003893fce
DO NOT MERGE Update version of sdk 20 samples to 2
...
To allow for a release of new API 20 samples.
Bug: 16158275
Change-Id: I459af267ec76271df10d93cf99439d40883d3a83
2014-07-22 15:01:22 -07:00
Chulwoo Lee
9f688cc161
Merge "Put input ID when inserting channels" into lmp-dev
2014-07-17 22:03:23 +00:00
Chulwoo Lee
f96eb6672e
Put input ID when inserting channels
...
Change-Id: I1c9944db6fd9d05cfbbfffe2e3464b6f16b7445b
2014-07-18 18:27:30 +09:00
Sungsoo Lim
51324e22d1
Merge "Remove the dummy implementation of onContentUnblocked()" into lmp-dev
2014-07-17 22:03:23 +00:00
Sungsoo Lim
e88684d024
Remove the dummy implementation of onContentUnblocked()
...
This reverts commit 3b0abb7811 .
Change-Id: I784cdd5ce0fe78ba66ed5e8cb8135b9082b4aa1c
2014-07-19 04:52:42 +00:00
Chris Craik
644678f99b
Update Outline API
...
Change-Id: Ia9a4ce9e50473f4c1ee46fe40506c6a9736043a7
2014-07-18 15:26:29 -07:00
Youngsang Cho
3ee98b1ad0
Merge "AtscTvInput : Add a dummy implementation of abstract onContentUnblocked()" into lmp-dev
2014-07-18 18:24:25 +00:00
Jaewan Kim
3b0abb7811
AtscTvInput : Add a dummy implementation of abstract onContentUnblocked()
...
Bug: 13172379
Change-Id: I0c165632bf842ec0d7ea54cc4eecc0cd305ad602
2014-07-18 02:24:23 +00:00
Wonsik Kim
859cc5f0e6
Merge "Adjust to onCreateSession() method signature change" into lmp-dev
2014-07-17 22:03:23 +00:00
Wonsik Kim
e7713aa686
Adjust to onCreateSession() method signature change
...
Change-Id: I6137f2d85eb2ca18fb3e50bac54f048470145cd5
2014-07-18 13:10:02 +09:00
Yigit Boyar
850c44e0ec
Merge "Update divider item decorator to account for view translation" into lmp-dev
2014-07-17 17:59:02 +00:00
Yigit Boyar
cc33d7ec0f
Update divider item decorator to account for view translation
...
Bug: 16241985
Change-Id: Id441a07fe547493007e9e05d1039bac526847a1c
2014-07-17 16:37:21 -07:00
Jae Seo
d85449be24
Quick build fix
...
Change-Id: I7b660363a53b77249c6ac94a78f25c70b449d0fc
2014-07-17 13:16:48 -07:00
Jae Seo
c9bdea0489
AtscTvInput: Switch to the new buildInputId/buildChannelsUriForXXX API
...
Change-Id: Ibe757445aa087f2bedd2c645981ec99cce1dc8c4
2014-07-17 20:43:23 -07:00
Jim Miller
94a862f010
Add new "pin complex" type to supported keyguard PINs
...
This adds a feature to allow DevicePolicyAdmins to prevent using
simple PINs, which are defined as those containing more than 3
repeated values. Examples include '1234', '2468', '1111', '9876', etc.
Bug 12081139
Change-Id: I4c7ae51730c23ad8050e6216a62a8038d9c645a6
2014-07-16 23:49:23 +00:00
Tadashi G. Takaoka
0d519132cb
(DO NOT MERGE) Fix SampleSpellCheckerService settings
...
Change-Id: Ifce72f3fe3153ef0086d4f47edb81faa475cc543
(cherry picked from commit 4efbb0254e )
2014-07-15 02:53:41 +00:00