Wale Ogunwale
70273e05b2
Merge "Stop activity onVisibleBehindCanceled()" into lmp-mr1-dev
2014-11-20 01:46:28 +00:00
Andrew Solovay
b5b9c9b589
am c79173c7: am 05282133: Merge "docs: Bugfix & minor cleanup for "Providing Messaging for Auto"" into lmp-docs
...
* commit 'c79173c7da4de4d809d3b5492e5433393193a652':
docs: Bugfix & minor cleanup for "Providing Messaging for Auto"
2014-11-20 01:46:14 +00:00
Riley Andrews
6d354163ca
[wip] Make the window animator rely on frameTime.
...
The window animator is looking at cpu time difference
whilst updating animations. Using the choreographer display frame
time will be a much more consistent way of estimating
the time between frames for animation.
Change-Id: If5c4034c6e1b017749d6f4ca727d564805672c39
2014-11-20 01:45:04 +00:00
Elliott Hughes
4db3fc1c28
am 03c80408: am 6c43e6b5: Fix and be more explicit about plurals best practices.
...
* commit '03c80408d2651bcfaa707233cd0b54b7a8ca57ad':
Fix and be more explicit about plurals best practices.
2014-11-20 01:40:00 +00:00
Scott Main
5208c59a12
Merge "docs: workflow index"
2014-11-20 01:36:35 +00:00
Scott Main
65b04adb3e
Merge "docs: tools help update"
2014-11-20 01:36:18 +00:00
Scott Main
02a8637134
Merge "docs:revision updates"
2014-11-20 01:35:29 +00:00
Andrew Solovay
c79173c7da
am 05282133: Merge "docs: Bugfix & minor cleanup for "Providing Messaging for Auto"" into lmp-docs
...
* commit '05282133c7491fd2b5e8f3da05408ff0165df526':
docs: Bugfix & minor cleanup for "Providing Messaging for Auto"
2014-11-20 01:32:30 +00:00
Andrew Solovay
05282133c7
Merge "docs: Bugfix & minor cleanup for "Providing Messaging for Auto"" into lmp-docs
2014-11-20 01:27:51 +00:00
RoboErik
b9c87fb403
Scale bitmaps in metadata sent to the system
...
This scales down any MediaMetadata bitmaps that are sent to the system
through MediaSession.
bug:18114918
bug:18084448
Change-Id: Ib7b040cd8245108ad2dd56afe2499290d2b49f51
2014-11-19 17:27:43 -08:00
Chris Craik
70850ea258
Improve logging around performance critical events
...
bug:17702227
Add details useful to developers (such as layer size/View name), and
switch away from logging implementation names/details, since they
are generally not relevant to developers.
Change-Id: Iee605d182f241450f7e75a6d0c283d51fa1312f5
2014-11-19 17:24:30 -08:00
Elliott Hughes
03c80408d2
am 6c43e6b5: Fix and be more explicit about plurals best practices.
...
* commit '6c43e6b54d7d540e579d2dff8c9cff981cb5ca4a':
Fix and be more explicit about plurals best practices.
2014-11-20 01:21:40 +00:00
Alan Viverette
2af21e0bfa
Add padding above and below dialog lists to match Material spec
...
There's a little too much padding between lists and buttons, but it's
definitely the lesser of two evils. We can handle it dynamically later
on, but it's tricky since we can't just insert a Space element.
BUG: 18336555
Change-Id: I1a8ff644dd27f7998ce7cf7a4fadba1fd7ed04ff
2014-11-19 17:17:56 -08:00
Alan Viverette
7c9746d4ef
Move default token handling into WindowManagerImpl
...
BUG: 18451795
Change-Id: I1fc6db988ad879fded5318f33d08a4f09da38907
2014-11-19 17:02:16 -08:00
Wonsik Kim
71dfa96f53
TIF: set audio gain properly
...
Bug: 18392706
Change-Id: I56c21c156a54e7d6dcf787f6b3ab4b901843b922
2014-11-20 09:54:36 +09:00
George Mount
6c211ff43e
Reset the transitionAlpha after the transition completes.
...
Bug 18423893
Change-Id: I2ea30c3b7c45eca70d1518e73f814b827f519fa0
2014-11-19 16:39:16 -08:00
Elliott Hughes
6c43e6b54d
Fix and be more explicit about plurals best practices.
...
The "one" case should always include %d. Say so, and fix our examples.
Also make it clear that developers should always provide exactly "one"
and "other".
Bug: 18429565
(cherry picked from commit 1fe7d496db )
Change-Id: I89656c74b7dfd91584e1bb6d0a3f2da1dda81079
2014-11-19 16:38:39 -08:00
Elliott Hughes
8e52c46c0e
am 6973a63e: am ec2d8d0b: am ea8ff822: Merge "Fix and be more explicit about plurals best practices."
...
* commit '6973a63e967a8c913afa603b312ec9516f19d4fb':
Fix and be more explicit about plurals best practices.
2014-11-20 00:31:54 +00:00
Elliott Hughes
6973a63e96
am ec2d8d0b: am ea8ff822: Merge "Fix and be more explicit about plurals best practices."
...
* commit 'ec2d8d0bb8a36355b8d687c660b5c64e4aebd9b8':
Fix and be more explicit about plurals best practices.
2014-11-20 00:27:29 +00:00
Wale Ogunwale
1f4c02bb18
Stop activity onVisibleBehindCanceled()
...
Once an activity is no longer visible behind and has released
its background resources, it is added to the list of activities
that can be stopped, but not actually stopped until the next
major event (like another activity starting). We now schedule
the idle processing once the background resources have been
released so the activity can be stopped as soon as possible.
Bug: 18191707
Change-Id: I472eee949c1a78b4d944454463f03c90e7d2618b
2014-11-19 16:25:51 -08:00
Elliott Hughes
ec2d8d0bb8
am ea8ff822: Merge "Fix and be more explicit about plurals best practices."
...
* commit 'ea8ff822121cde16344ba2db194a5f17283fa740':
Fix and be more explicit about plurals best practices.
2014-11-20 00:22:37 +00:00
Elliott Hughes
ea8ff82212
Merge "Fix and be more explicit about plurals best practices."
2014-11-20 00:19:45 +00:00
Elliott Hughes
1fe7d496db
Fix and be more explicit about plurals best practices.
...
The "one" case should always include %d. Say so, and fix our examples.
Also make it clear that developers should always provide exactly "one"
and "other".
Bug: 18429565
Change-Id: I09eb39ea6986850c3af28cca3052d319e3c97705
2014-11-19 16:18:45 -08:00
Dirk Dougherty
4d82f8ad32
am ef629f1f: am a79acc03: Doc change: localized content.
...
* commit 'ef629f1f9feada596a0c41b55daa0e859e24312e':
Doc change: localized content.
2014-11-20 00:08:05 +00:00
Pavel Zhamaitsiak
0208d3c823
am c7ffe5e2: Merge "TTY over IMS: Add messages about change of TTY mode in the repote device" into lmp-mr1-dev
...
* commit 'c7ffe5e2febbdb5abc3da98c6299fde8a61aa106':
TTY over IMS: Add messages about change of TTY mode in the repote device
2014-11-20 00:07:55 +00:00
Chet Haase
a79d2e8664
am 85603a7f: Merge "Fix seeking and scaled duration behavior" into lmp-mr1-dev
...
* commit '85603a7faf0a8067803ae6424bc590f6e2a17e07':
Fix seeking and scaled duration behavior
2014-11-20 00:07:50 +00:00
Pavel Zhamaitsiak
c7ffe5e2fe
Merge "TTY over IMS: Add messages about change of TTY mode in the repote device" into lmp-mr1-dev
2014-11-20 00:03:35 +00:00
Wink Saville
baf21da1e1
Additional changes to SubscriptionManager API as per API council.
...
bug: 17575308
Change-Id: I7773965094510999bfce8fc6b2b31ba6ce496653
2014-11-19 16:03:09 -08:00
Eric Laurent
46240800f1
am a582bd4b: Merge "AudioSystem JNI: fix AudioPortConfig mask usage" into lmp-mr1-dev
...
* commit 'a582bd4b42e6bd52cb611bd551d0b60ba1ed664f':
AudioSystem JNI: fix AudioPortConfig mask usage
2014-11-20 00:02:12 +00:00
Chet Haase
85603a7faf
Merge "Fix seeking and scaled duration behavior" into lmp-mr1-dev
2014-11-20 00:02:09 +00:00
Dirk Dougherty
ef629f1f9f
am a79acc03: Doc change: localized content.
...
* commit 'a79acc0315d33080527b9fb48ba063fb4104de37':
Doc change: localized content.
2014-11-20 00:02:06 +00:00
Chris Craik
31b4d9fbc8
Merge "Fix missing ellipsis when just one character is truncated"
2014-11-19 23:57:51 +00:00
Alan Viverette
4247f06ba4
am b130d596: Merge "Remove underline and search icon from ActionBar search view" into lmp-mr1-dev
...
* commit 'b130d5961cb154e8821cfa42fdd820d67497d84d':
Remove underline and search icon from ActionBar search view
2014-11-19 23:57:42 +00:00
Eric Laurent
a582bd4b42
Merge "AudioSystem JNI: fix AudioPortConfig mask usage" into lmp-mr1-dev
2014-11-19 23:55:52 +00:00
Alan Viverette
6a6b828090
am 552eca1a: Merge "Implement Material-style delegate for CalendarView" into lmp-mr1-dev
...
* commit '552eca1a713ab8f6c60d6ec0d350ef33813cd25b':
Implement Material-style delegate for CalendarView
2014-11-19 23:53:25 +00:00
Alan Viverette
21aaf98f6f
am d8dd5100: Merge "Fix several small layout and color issues" into lmp-mr1-dev
...
* commit 'd8dd5100f453b0e82b75c56651889eca03414696':
Fix several small layout and color issues
2014-11-19 23:53:17 +00:00
Alan Viverette
b130d5961c
Merge "Remove underline and search icon from ActionBar search view" into lmp-mr1-dev
2014-11-19 23:52:24 +00:00
Pavel Zhamaitsiak
185062733b
TTY over IMS: Add messages about change of TTY mode in the repote device
...
Bug: 18247323
Change-Id: Iefd9bfdccc4af2acf06259f9804dbebb576aca12
2014-11-19 23:52:11 +00:00
Alan Viverette
552eca1a71
Merge "Implement Material-style delegate for CalendarView" into lmp-mr1-dev
2014-11-19 23:51:34 +00:00
Alan Viverette
d8dd5100f4
Merge "Fix several small layout and color issues" into lmp-mr1-dev
2014-11-19 23:50:00 +00:00
Dirk Dougherty
a79acc0315
Doc change: localized content.
...
Change-Id: I5440fe8d6003bdd8e3cb4c44bacea422f322c33b
2014-11-19 23:44:05 +00:00
Raph Levien
93e48e8cf1
Fix missing ellipsis when just one character is truncated
...
The "moreChars" test in StaticLayout's generate method would evaluate to
false when the last character in a word caused the break. This in turn
suppressed the ellipsis in this case. The proposed fix is always to set
moreChars true in the code path where the line is broken because more
text wouldn't fit.
Bug: 17738112
Change-Id: Ifa1a69841ca952da4d1937dc8326778179b026b3
2014-11-19 15:39:34 -08:00
Chet Haase
0d1c27a713
Fix seeking and scaled duration behavior
...
The animation scaled was not being factored in early enough in the
activity lifecycle. Also, setCurrentPlaytTime() was not accounting for
the scaled duration correctly. Finally, added setCurrentFraction() as
a more general-purpose seeking facility.
Issue #18222006 Animator duration scale ignored in some situations
Issue #17951668 add ability to seek fraction, not just time
Change-Id: Idad401f5ff5026d7046c36eee09d78a4793215dc
2014-11-19 15:29:47 -08:00
smain@google.com
6e08d30da4
am 555d6e70: am 2411fe88: Merge "add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes" into lmp-docs
...
* commit '555d6e700a84018e1af2e7cf6c58ca00f0611f5d':
add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes
2014-11-19 23:14:10 +00:00
smain@google.com
555d6e700a
am 2411fe88: Merge "add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes" into lmp-docs
...
* commit '2411fe88d7b11f628e5338bd8f314c98a9d45bb4':
add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes
2014-11-19 23:10:06 +00:00
smain@google.com
2411fe88d7
Merge "add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes" into lmp-docs
2014-11-19 23:06:27 +00:00
Quddus Chong
a1e1890797
am 8428c114: am 9b822b96: docs: Added link to CarExtender class from Auto Getting Started doc.
...
* commit '8428c114ab58d7a5a11c72583a49d3e1d036623c':
docs: Added link to CarExtender class from Auto Getting Started doc.
2014-11-19 23:05:59 +00:00
Deepanshu Gupta
ddc83dfa8f
am 4104abf8: Merge "Fix setTextAppearance for styles with dots." into lmp-dev
...
* commit '4104abf875e16ad54c248ce602e573d2144732dd':
Fix setTextAppearance for styles with dots.
2014-11-19 23:00:43 +00:00
Deepanshu Gupta
a0bc2e7e3c
am 455654cf: Merge "LayoutLib: Stub AM/PM keycodes in Time Picker." into lmp-dev
...
* commit '455654cffdaebcbbd4fa33de5bb18fa2752d6c9a':
LayoutLib: Stub AM/PM keycodes in Time Picker.
2014-11-19 23:00:39 +00:00
Quddus Chong
8428c114ab
am 9b822b96: docs: Added link to CarExtender class from Auto Getting Started doc.
...
* commit '9b822b96aaf16ac4ad8e5a1c8da998fba2f3f404':
docs: Added link to CarExtender class from Auto Getting Started doc.
2014-11-19 22:58:30 +00:00