Maggie Benthall
db93e1d79e
Merge "UX compliance for CA Cert warning tile in QuickSettings" into klp-dev
2013-09-20 14:30:29 +00:00
Daniel Sandler
0cc9298320
am 4e6f752f: Put soundpooled sounds in the right place.
...
* commit '4e6f752f237ac5c3d96d45d1fc60ec66e10ad63e':
Put soundpooled sounds in the right place.
2013-09-20 05:18:41 -07:00
Daniel Sandler
4e6f752f23
Put soundpooled sounds in the right place.
...
Bug: 10846839
Change-Id: I5318c2d54ea0e25fa74bbafc35fb4f7a2883b351
2013-09-20 00:27:01 -04:00
Jim Miller
aef8902245
am 3855b99f: Fix the build - replace broken assets.
...
* commit '3855b99ff088abe5c25b35e0dc000644eb2d5fcb':
Fix the build - replace broken assets.
2013-09-19 20:06:56 -07:00
Jim Miller
3855b99ff0
Fix the build - replace broken assets.
...
Change-Id: If039dee6d7e663d6abacd5239557d4d0a07fc912
2013-09-19 20:01:56 -07:00
Jeff Sharkey
89dec7e6e9
am a9ce049d: Load RootInfo in background, invalidation.
...
* commit 'a9ce049db87259e302e2368d2a4a1c11a94fd831':
Load RootInfo in background, invalidation.
2013-09-19 19:59:22 -07:00
Jeff Sharkey
a9ce049db8
Load RootInfo in background, invalidation.
...
Move all RootInfo queries to background threads to avoid janking
the UI. Update passes happen on spawed task, which swaps out updated
cache results when finished. Support partial updates when only a
single package/authority has changed. Watch for change notifications
for roots, since flags can change over time.
Ignore stopped packages when in background, but query them for roots
when launching any picker UI.
Optimize management launches by treating as one-shot requests that
don't need to wait for all RootInfo.
Bug: 10600454, 10745490
Change-Id: Ibc7b15688ef6b41bd7e9dd0d7564b501e60e49a9
2013-09-19 19:53:32 -07:00
Michael Jurka
48c52bea8b
am bdac73fe: Merge "Fix default wallpaper dimensions" into klp-dev
...
* commit 'bdac73fec8e6d4686398654f7a74db465e6de8e0':
Fix default wallpaper dimensions
2013-09-19 19:36:16 -07:00
Michael Jurka
bdac73fec8
Merge "Fix default wallpaper dimensions" into klp-dev
2013-09-20 02:33:47 +00:00
Michael Jurka
8b4836085b
Fix default wallpaper dimensions
...
Bug: 10834711
2013-09-20 04:32:20 +02:00
Christopher Tate
2e6eef655f
am 3301f76b: Merge "Don\'t back up apps in the \'stopped\' state" into klp-dev
...
* commit '3301f76b2317d2ee2d72e2cdd396e29be63fd414':
Don't back up apps in the 'stopped' state
2013-09-19 19:21:11 -07:00
Christopher Tate
3301f76b23
Merge "Don't back up apps in the 'stopped' state" into klp-dev
2013-09-20 02:16:10 +00:00
Jim Miller
f3d1ef00c5
am af638c4f: Merge "Add camera affordance to navigation bar on phones" into klp-dev
...
* commit 'af638c4f9daa74b4c8e0905f07e11290f6845abe':
Add camera affordance to navigation bar on phones
2013-09-19 18:36:57 -07:00
Jim Miller
af638c4f9d
Merge "Add camera affordance to navigation bar on phones" into klp-dev
2013-09-20 01:33:28 +00:00
Svetoslav
c0e1ae0176
am facc08c7: Merge "Move PdfDocument to android.graphics.pdf" into klp-dev
...
* commit 'facc08c7757cef56da6d10e78ce99ef7949700e3':
Move PdfDocument to android.graphics.pdf
2013-09-19 18:17:05 -07:00
Svetoslav
facc08c775
Merge "Move PdfDocument to android.graphics.pdf" into klp-dev
2013-09-20 01:14:02 +00:00
Craig Mautner
f15024c8c8
am 12946530: Merge "Only show launcher for the bottom activity in a task" into klp-dev
...
* commit '12946530cfba2024fa45c06b0060fe5c91252aab':
Only show launcher for the bottom activity in a task
2013-09-19 17:53:38 -07:00
Craig Mautner
12946530cf
Merge "Only show launcher for the bottom activity in a task" into klp-dev
2013-09-20 00:51:20 +00:00
Svetoslav
44634bbefc
resolved conflicts for merge of db7659e0 to master
...
Change-Id: I6b56fabd07b18dfcb25be83834e4f248f8aa4a40
2013-09-19 17:44:13 -07:00
David Braun
e28962fe8e
am 3372cb26: Merge "Add config setting for default sms app." into klp-dev
...
* commit '3372cb2654e002e953e15d1b8513f090e9b6997d':
Add config setting for default sms app.
2013-09-19 17:30:42 -07:00
David Braun
3372cb2654
Merge "Add config setting for default sms app." into klp-dev
2013-09-20 00:26:32 +00:00
Craig Mautner
f51b5588d7
Only show launcher for the bottom activity in a task
...
When transitioning from activity-over-launcher to task-over-launcher
ensureActivitiesVisibleLocked() was too aggressive in showing the
launcher. If there were any non-fullscreen activities in a task that
sits over the launcher then the launcher would be shown.
This fix adds a test to make sure the launcher will only be shown if
the bottommost activity in such a task is non-fullscreen.
Fixes bug 10840919.
Change-Id: I5dcd63be3fa2865ae38cbb921332937dfa4b5d47
2013-09-19 17:19:51 -07:00
Chet Haase
9b985721da
Add equals() and hashcode() to SpannableString
...
ActionBar uses a transition to animate text changes. This transition
depends on testing the equality of start/end text values in CharSequence
objects. Without equals(), SpannableString will return false for objects
whose references are different, but whose text is exactly the same.
This CL adds the equals() method, and the accompanying hashcode method,
to ensure that two Spanned implementations will always be equal
if their text and span data are equal.
Issue #10760075 Wrong unread count in actionbar
Change-Id: I5e77d40dd302eca035e8c56d40f3cd0aef8e6424
2013-09-19 17:18:55 -07:00
Jim Miller
caf24fc2c4
Add camera affordance to navigation bar on phones
...
This adds a camera button on phones that can be used to show
and launch the camera.
- Minor refactoring of touch event dispatch in PagedView.
- Disables usability hints when keyguard loads.
- Only add a touch handler for camera icon once during layout.
- Update after review.
- Updated with latest UX camera and camera background assets
Change-Id: I09cd5cb0e501fd0f4659bea96d00c92b07f805c4
2013-09-19 17:14:59 -07:00
Glenn Kasten
0fbb74847a
am 9d53e30e: Merge "Workaround for slow AudioRecord destructor" into klp-dev
...
* commit '9d53e30e5eaf53cb0bd57319e02025ba7182bba3':
Workaround for slow AudioRecord destructor
2013-09-19 17:13:51 -07:00
Svetoslav
6811f4e92c
Move PdfDocument to android.graphics.pdf
...
1. Move PdfDocument to android.graphics.pdf.
2. Changed the PdfDocument as per API concil request.
3. Updated the documentation.
bug:10461180
bug:10552565
bug:10681585
bug:10552336
Change-Id: I08e15b34cf37bb064248c887e6f59808019cafe8
2013-09-19 17:12:47 -07:00
Christopher Tate
9ac23d0952
Don't back up apps in the 'stopped' state
...
E.g. right after install from the Play Store, or after a force stop.
Bug 10845317
Change-Id: I7764ce61caa77136ca2758657f111928f9740fc0
2013-09-19 17:12:27 -07:00
Glenn Kasten
9d53e30e5e
Merge "Workaround for slow AudioRecord destructor" into klp-dev
2013-09-20 00:08:58 +00:00
Joe Fernandez
cda1500201
am a17309fd: am 41c3c2b6: am 6e3b21cc: am 72f65780: Merge "docs: Fix for SDK 22.2.1 Windows download checksum and size" into jb-mr2-docs
...
* commit 'a17309fd9ed705bb3a9d7adbf3b30eb71952dabc':
docs: Fix for SDK 22.2.1 Windows download checksum and size
2013-09-19 16:53:09 -07:00
Joe Fernandez
a17309fd9e
am 41c3c2b6: am 6e3b21cc: am 72f65780: Merge "docs: Fix for SDK 22.2.1 Windows download checksum and size" into jb-mr2-docs
...
* commit '41c3c2b687fa19d10c450a6d4b0b9f9a707a3854':
docs: Fix for SDK 22.2.1 Windows download checksum and size
2013-09-19 16:50:16 -07:00
Joe Fernandez
41c3c2b687
am 6e3b21cc: am 72f65780: Merge "docs: Fix for SDK 22.2.1 Windows download checksum and size" into jb-mr2-docs
...
* commit '6e3b21cc83da2b227704b9a6b0cbad258ea5bd84':
docs: Fix for SDK 22.2.1 Windows download checksum and size
2013-09-19 16:47:56 -07:00
Joe Fernandez
29ccf51fc7
am 27f525c4: am 354b4fef: am 0d8f0849: am 1d65500d: docs: Google APIs emulator 18 r3 - Platform Release Notes
...
* commit '27f525c422aa9bdc2b0c1dccb989989f6fc8dbe4':
docs: Google APIs emulator 18 r3 - Platform Release Notes
2013-09-19 16:46:21 -07:00
Ed Heyl
3ece827017
am 812c4d73: Merge "fix typo" into klp-dev
...
* commit '812c4d737896fbf5dffa272f5d15863fb185d956':
fix typo
2013-09-19 16:46:18 -07:00
Glenn Kasten
8d87d7ba11
Workaround for slow AudioRecord destructor
...
Bug: 10816117
Change-Id: If59028bc7dc7abb84e1e3642c721c2629653631f
2013-09-19 16:46:04 -07:00
Joe Fernandez
6e3b21cc83
am 72f65780: Merge "docs: Fix for SDK 22.2.1 Windows download checksum and size" into jb-mr2-docs
...
* commit '72f65780c77f9c0c306fcb53efeb62fbeba3899c':
docs: Fix for SDK 22.2.1 Windows download checksum and size
2013-09-19 16:44:58 -07:00
Joe Fernandez
27f525c422
am 354b4fef: am 0d8f0849: am 1d65500d: docs: Google APIs emulator 18 r3 - Platform Release Notes
...
* commit '354b4fef036ef9e57d79bf70a6988be92a9813eb':
docs: Google APIs emulator 18 r3 - Platform Release Notes
2013-09-19 16:44:44 -07:00
Ed Heyl
812c4d7378
Merge "fix typo" into klp-dev
2013-09-19 23:43:25 +00:00
Joe Fernandez
72f65780c7
Merge "docs: Fix for SDK 22.2.1 Windows download checksum and size" into jb-mr2-docs
2013-09-19 23:41:39 +00:00
Joe Fernandez
354b4fef03
am 0d8f0849: am 1d65500d: docs: Google APIs emulator 18 r3 - Platform Release Notes
...
* commit '0d8f0849ff842ed7ce16f183207ed7ebbc7bac7e':
docs: Google APIs emulator 18 r3 - Platform Release Notes
2013-09-19 16:41:07 -07:00
Joe Fernandez
0d8f0849ff
am 1d65500d: docs: Google APIs emulator 18 r3 - Platform Release Notes
...
* commit '1d65500d6e16e497774dbff3b5d94cfd5256d118':
docs: Google APIs emulator 18 r3 - Platform Release Notes
2013-09-19 16:38:06 -07:00
Joe Fernandez
cedec4560e
docs: Fix for SDK 22.2.1 Windows download checksum and size
...
external bug: http://b.android.com/60257
Change-Id: I399d21fd792c7c9a1bfac4402bc76fa23d45415b
2013-09-19 16:32:28 -07:00
Ed Heyl
6e65cb47dc
fix typo
...
Change-Id: I97df15ea7d349e0224e1830d7327dde87e840a51
2013-09-19 16:25:57 -07:00
Leon Scroggins III
2360ada939
am 57989c0e: Merge "Skip writing zeroes to java allocated memory." into klp-dev
...
* commit '57989c0e042c4f4e9362d875cf3df481243c0488':
Skip writing zeroes to java allocated memory.
2013-09-19 16:21:49 -07:00
Leon Scroggins III
57989c0e04
Merge "Skip writing zeroes to java allocated memory." into klp-dev
2013-09-19 23:19:13 +00:00
David Braun
b2bae41b82
Add config setting for default sms app.
...
Different devices can have different default SMS apps.
Bug: 10818725 Allow OEM to specify or override a default SMS app (package)
Change-Id: I02cee9a3276ae39838cda181c9911041c81ea399
2013-09-19 16:13:04 -07:00
Victoria Lease
ab99b39d7d
am ddc0a63d: Merge "fix emoji clipping in hw draw path" into klp-dev
...
* commit 'ddc0a63d8fce1f6b78e56040d09ee208336fc7a2':
fix emoji clipping in hw draw path
2013-09-19 15:49:49 -07:00
Victoria Lease
ddc0a63d8f
Merge "fix emoji clipping in hw draw path" into klp-dev
2013-09-19 22:46:50 +00:00
Amith Yamasani
638918a268
am 722b15e0: Merge "Fix a regression in pausing activity immediately on sleep" into klp-dev
...
* commit '722b15e00065bebfd711a34123a64b1c4a65d8f7':
Fix a regression in pausing activity immediately on sleep
2013-09-19 15:46:19 -07:00
Amith Yamasani
722b15e000
Merge "Fix a regression in pausing activity immediately on sleep" into klp-dev
2013-09-19 22:42:50 +00:00
Victoria Lease
16c84069a4
fix emoji clipping in hw draw path
...
I guess we don't want to overwrite the last line in every RGBA glyph
with our one-line texture atlas spacer?
Bug: 10841207
Change-Id: Ief85ca58650c731e9d21dbf90942b7b44670abcc
2013-09-19 15:38:21 -07:00