Svet Ganov
f33489c6bd
am d24cc193: am db672b6c: am 00e91901: Merge "DO NOT MERGE Don\'t take flags when creating app widget config activity." into lmp-mr1-dev
...
* commit 'd24cc19343073294b3376f825bdc0d54a8d692f1':
DO NOT MERGE Don't take flags when creating app widget config activity.
2015-04-23 15:43:01 +00:00
Craig Mautner
de8b3fa6cb
Merge "Fix bad crop on clip reveal animation"
2015-04-23 15:40:12 +00:00
Craig Mautner
80b1f64280
Fix bad crop on clip reveal animation
...
For non-fullscreen apps the dimensions of the app window must be used
to set up the animation.
Fixes bug 18392184.
Change-Id: Ia1681e4a2cb74be2f820cb76ddc7c651a5e4aab6
2015-04-23 15:37:48 +00:00
Svet Ganov
d24cc19343
am db672b6c: am 00e91901: Merge "DO NOT MERGE Don\'t take flags when creating app widget config activity." into lmp-mr1-dev
...
* commit 'db672b6cde256e27c1188c7e99f23e5a65252ba4':
DO NOT MERGE Don't take flags when creating app widget config activity.
2015-04-23 15:30:43 +00:00
Craig Mautner
5173dc28f3
Add and remove DeviceInitializer from whitelist
...
Add the DeviceInitializer to the locktask whitelist when set or when a
new user is created. Remove DeviceInitializer from whitelist when
user setup complete.
Fixes bug 20267837.
Change-Id: I8a33bceb6e6f3d0316a1227b2ed2b713f4ca3a9e
2015-04-23 08:30:20 -07:00
Svet Ganov
db672b6cde
am 00e91901: Merge "DO NOT MERGE Don\'t take flags when creating app widget config activity." into lmp-mr1-dev
...
* commit '00e91901fd1dd007de196ada04e3fc2f79e1be73':
DO NOT MERGE Don't take flags when creating app widget config activity.
2015-04-23 15:18:10 +00:00
Svet Ganov
00e91901fd
Merge "DO NOT MERGE Don't take flags when creating app widget config activity." into lmp-mr1-dev
2015-04-23 15:09:48 +00:00
Jason Monk
052324c137
Merge "Add constants for usage access settings"
2015-04-23 14:42:17 +00:00
Jason Monk
6f909783e9
Add constants for usage access settings
...
Bug: 20290386
Change-Id: I216ad25b94de739449941a8b4e965329fe324f66
2015-04-23 10:07:56 -04:00
Neil Fuller
9f7cd10134
Load ICU4J data on boot
...
Bug: 20252074
Bug: 20396452
Change-Id: I17de761e0d81caa2fc280b5cc368ee6113a5d655
2015-04-23 14:50:34 +01:00
Lajos Molnar
cca7893f52
Merge "media: surface parity for MediaCodec & Recorder"
2015-04-23 13:39:22 +00:00
Lajos Molnar
17d79047c7
media: surface parity for MediaCodec & Recorder
...
allow setting output surface dynamically on MediaCodec
allow creating persistent input surface for MediaCodec and MediaRecorder
Bug: 19127604
Bug: 19489395
Change-Id: I68d95ce012574f1cc161556fd7d016be104e5076
2015-04-23 13:38:39 +00:00
Lajos Molnar
c3e41da545
Merge "media: VideoCapabilities: publish codec performance data"
2015-04-23 13:35:44 +00:00
Lajos Molnar
8bd7375115
Merge "media: add OnFrameRenderedListener to MediaCodec"
2015-04-23 13:33:11 +00:00
Lajos Molnar
fd81041a63
media: add OnFrameRenderedListener to MediaCodec
...
Also allow setting the handler for async callbacks.
Bug: 20503131
Change-Id: If9d24bce75c253a1c7f9c5d41ff5f6447b4622a1
2015-04-23 13:31:36 +00:00
Chet Haase
a20ea2f056
Merge "Add annotation to Rect.intersect()"
2015-04-23 13:29:59 +00:00
Abodunrinwa Toki
19d0f53964
Merge "Fix floating toolbar touchable region bug."
2015-04-23 12:50:56 +00:00
Dongwon Kang
23d076ba7f
Merge "TIF: add more documentation on Session.onTimeShiftSetPlaybackRate()."
2015-04-23 10:49:08 +00:00
Lorenzo Colitti
51f88a15e1
Merge "@removed requestRouteToHost and {start,stop}UsingNetworkFeature"
2015-04-23 10:21:28 +00:00
Andrei Stingaceanu
e72e94767c
Merge "Introduce "Share" option to the floating text selection toolbar."
2015-04-23 09:15:07 +00:00
Rubin Xu
1964ea500b
Merge "Enable system service to notify device owners about pending update"
2015-04-23 09:05:07 +00:00
Lorenzo Colitti
e285b434f4
@removed requestRouteToHost and {start,stop}UsingNetworkFeature
...
Bug: 20482461
Change-Id: Ic59fc1271e664d85102dc7945c0c2ea82c0d6f6b
2015-04-23 17:44:05 +09:00
Lajos Molnar
38a296a65f
media: VideoCapabilities: publish codec performance data
...
Bug: 20507129
Change-Id: I0508bdc9aec8eeeb3ebe16ef21f58d5c0d75af4b
2015-04-23 01:02:39 -07:00
Lajos Molnar
aba29b77a5
media: rename MediaSync.configureSurface/AudioTrack to set...
...
Change-Id: Ia1ebf5747959a89635dd45b8966a201397374c71
2015-04-23 07:40:46 +00:00
Lajos Molnar
1c3f534a8e
Merge "media: make MediaTimestamp an immutable class"
2015-04-23 07:37:50 +00:00
Lajos Molnar
28fa1ac547
Merge "media: add SyncSettings to MediaSync and MediaPlayer"
2015-04-23 07:36:44 +00:00
Lajos Molnar
7f08763f41
media: make MediaTimestamp an immutable class
...
Change-Id: I75efee22c4f4babbeaa02624349b5e164fbfe0ec
2015-04-23 00:16:23 -07:00
Dongwon Kang
8b40086449
TIF: add more documentation on Session.onTimeShiftSetPlaybackRate().
...
Specifies that the playback rate should be preserved after pause/resume
/seek as MediaPlayer does.
Bug: 20129784
Change-Id: Ibdd4145258580127351adcee28022523a862effa
2015-04-23 15:48:10 +09:00
Keisuke Kuroyanagi
3239a62d31
Merge "Fix: Wrong condition to detect selection shrink."
2015-04-23 06:07:07 +00:00
Daichi Hirono
517577ea96
DocumentsUI: Stop to override fixed size of dialog in CreateDirectoryDialog.
...
Previously CreateDirectoryDialog overrides fixed size defined in the application
theme. As a result, the dialog is shown as vertically long.
The CL specifies explicitly specifies the default theme for dialog when creating
the dialog to stop override the application theme.
BUG=20239384
Change-Id: I7227bd91705c32f5196b666bbe94ff32b5cb4af8
2015-04-23 15:02:15 +09:00
Lajos Molnar
c98f58efd1
media: add SyncSettings to MediaSync and MediaPlayer
...
Bug: 18249558
Change-Id: I76d7e20d0e0c2d1d24bf60ade6386986573476f0
2015-04-22 22:45:08 -07:00
Lajos Molnar
c1d5487307
Merge "media: use PlaybackSettings in MediaSync and MediaPlayer"
2015-04-23 05:42:56 +00:00
Keisuke Kuroyanagi
08f7fd4d79
Fix: Wrong condition to detect selection shrink.
...
In the old logic, vertical selection shrink is detected
when the offset decreases and line number of the end handle
position increases. This never happens.
Bug: 20482453
Change-Id: I9e51742fcab4abe939f72130c51be773818aec62
2015-04-23 14:33:07 +09:00
Quddus Chong
58885cc68e
am 66b087d8: am d6588e35: am 918b71ca: am a5cca430: am 7a8b0945: am 789c5971: Merge "docs: Added What\'s New section for GMS v7.3 (Parmesan)." into lmp-docs
...
* commit '66b087d8c13e71a587904eaf305d5fc143c57026':
docs: Added What's New section for GMS v7.3 (Parmesan).
2015-04-23 05:07:31 +00:00
Luan Nguyen
031331be64
am bd4120cd: am a5bc07e0: am 8cc54aa3: am 4b76e896: am 1cc56633: am 33ac358a: docs: Add Wear Capability training
...
* commit 'bd4120cddc04104533a44e3a71cf57f062d39955':
docs: Add Wear Capability training
2015-04-23 05:07:24 +00:00
Quddus Chong
66b087d8c1
am d6588e35: am 918b71ca: am a5cca430: am 7a8b0945: am 789c5971: Merge "docs: Added What\'s New section for GMS v7.3 (Parmesan)." into lmp-docs
...
* commit 'd6588e3575eb2b2e00571c814fd418b5f061cd20':
docs: Added What's New section for GMS v7.3 (Parmesan).
2015-04-23 04:55:40 +00:00
Luan Nguyen
bd4120cddc
am a5bc07e0: am 8cc54aa3: am 4b76e896: am 1cc56633: am 33ac358a: docs: Add Wear Capability training
...
* commit 'a5bc07e0440c4409d52311be4300ba44b00351a1':
docs: Add Wear Capability training
2015-04-23 04:55:35 +00:00
Quddus Chong
e470fd855c
am d80f4fc8: am 04002800: am d57ccb8d: am f0936e2f: Merge "docs: Added 3rd-party Javadocs for GMS Parmesan release." into lmp-docs
...
* commit 'd80f4fc80a132b40ace7ba2b51eb784d73443004':
docs: Added 3rd-party Javadocs for GMS Parmesan release.
2015-04-23 04:43:41 +00:00
Quddus Chong
d6588e3575
am 918b71ca: am a5cca430: am 7a8b0945: am 789c5971: Merge "docs: Added What\'s New section for GMS v7.3 (Parmesan)." into lmp-docs
...
* commit '918b71ca319373c0025c2ddf0168877c7bc8d306':
docs: Added What's New section for GMS v7.3 (Parmesan).
2015-04-23 04:43:35 +00:00
Luan Nguyen
a5bc07e044
am 8cc54aa3: am 4b76e896: am 1cc56633: am 33ac358a: docs: Add Wear Capability training
...
* commit '8cc54aa311daf3aca1a0c793eee268bfb4d5b149':
docs: Add Wear Capability training
2015-04-23 04:43:29 +00:00
Lajos Molnar
b3d5fd2528
media: use PlaybackSettings in MediaSync and MediaPlayer
...
Bug: 19666434
Change-Id: Ic5e517534a26f4e3b0294205e0b93f95338bf072
2015-04-22 21:22:04 -07:00
Quddus Chong
d80f4fc80a
am 04002800: am d57ccb8d: am f0936e2f: Merge "docs: Added 3rd-party Javadocs for GMS Parmesan release." into lmp-docs
...
* commit '040028000c0769606cbd5a9265f385e68c15433c':
docs: Added 3rd-party Javadocs for GMS Parmesan release.
2015-04-23 03:40:29 +00:00
Quddus Chong
918b71ca31
am a5cca430: am 7a8b0945: am 789c5971: Merge "docs: Added What\'s New section for GMS v7.3 (Parmesan)." into lmp-docs
...
* commit 'a5cca4303616e86242b4d5c5f09edbb5668e7f6b':
docs: Added What's New section for GMS v7.3 (Parmesan).
2015-04-23 03:40:22 +00:00
Luan Nguyen
8cc54aa311
am 4b76e896: am 1cc56633: am 33ac358a: docs: Add Wear Capability training
...
* commit '4b76e8967cd435c2d0b01f2b9a2f11a9a4bc547e':
docs: Add Wear Capability training
2015-04-23 03:39:53 +00:00
Selim Cinek
f1a38a5998
Merge "Improved the usablility of the lockscreen affordances"
2015-04-23 03:31:25 +00:00
Selim Cinek
6746c28b81
Improved the usablility of the lockscreen affordances
...
Bug: 19563694
Change-Id: I47c24eae432ae168f6a3eaaed57fbcc59a411f8a
2015-04-22 20:28:11 -07:00
Rich Slogar
1922567e29
am 8e3250af: am 674b0648: Merge "docs: support library 22.1 feature updates" into lmp-mr1-ub-docs
...
* commit '8e3250af0f5ac881df4b5f88f4dd784994e979d7':
docs: support library 22.1 feature updates
2015-04-23 02:17:55 +00:00
Quddus Chong
8bd3801d1a
am f94531cc: am 7570ef70: cherrypick from lmp-docs branch. docs: Added What\'s New section for GMS v7.3 (Parmesan). Original change-Id: Ie56171262f866b1f312db5cefaec849353a1c541
...
* commit 'f94531ccf1d7337ee05feb787feed8baa8e8c540':
cherrypick from lmp-docs branch. docs: Added What's New section for GMS v7.3 (Parmesan). Original change-Id: Ie56171262f866b1f312db5cefaec849353a1c541
2015-04-23 02:17:12 +00:00
Quddus Chong
94c3281a3a
am ef9aeb77: am a93259a4: cherrypick from lmp-docs. docs: Added 3rd-party Javadocs for GMS Parmesan release. Original change-Id: Ia133c7267e500969310524369d34ab07c6aaa854
...
* commit 'ef9aeb779436dc6d84a3191a31b564f7d7d83b01':
cherrypick from lmp-docs. docs: Added 3rd-party Javadocs for GMS Parmesan release. Original change-Id: Ia133c7267e500969310524369d34ab07c6aaa854
2015-04-23 02:16:26 +00:00
Yang Ni
cc9f5493ec
am 1f5dca07: (-s ours) am 869b428b: am f5fa550a: Merge "Move new script group API into ScriptGroup class"
...
* commit '1f5dca078d3f1ff4010494bea4a711182a935c96':
Move new script group API into ScriptGroup class
2015-04-23 02:16:19 +00:00