OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "Revert "Content description for padlock icon depending on state"" into lmp-dev
Jorim Jaggi [Fri, 29 Aug 2014 16:42:57 +0000 (16:42 +0000)]
Merge "Revert "Content description for padlock icon depending on state"" into lmp-dev

10 years agoRevert "Content description for padlock icon depending on state"
Jorim Jaggi [Fri, 29 Aug 2014 13:50:11 +0000 (13:50 +0000)]
Revert "Content description for padlock icon depending on state"

This reverts commit 1518196a94ed006b2b45e5dc527a23721ec1147a.

It turned out that just "Unlock" is a better label there, as
announcing the state might be confusing.

Bug: 17255298
Change-Id: I13f3b3db68f3f96afcd4db33baf07e7e213aa12c

10 years agoMerge "Only dismiss Keyguard with space when screen is on" into lmp-dev
Jorim Jaggi [Fri, 29 Aug 2014 16:42:00 +0000 (16:42 +0000)]
Merge "Only dismiss Keyguard with space when screen is on" into lmp-dev

10 years agoOnly dismiss Keyguard with space when screen is on
Jorim Jaggi [Fri, 29 Aug 2014 14:28:20 +0000 (16:28 +0200)]
Only dismiss Keyguard with space when screen is on

Bug: 17206291
Change-Id: I7fd9c77a0810bb71c0e4193ab121398e8e78d43b

10 years agoUpdate paddings for more card to match notification layouts
Jorim Jaggi [Fri, 29 Aug 2014 14:37:08 +0000 (16:37 +0200)]
Update paddings for more card to match notification layouts

Bug: 15437369
Change-Id: I6e9b1ce420d1d7217a455519a746ad28ed1fa75d

10 years agoMerge "Fix various problems with notification layouts" into lmp-dev
Jorim Jaggi [Fri, 29 Aug 2014 13:51:22 +0000 (13:51 +0000)]
Merge "Fix various problems with notification layouts" into lmp-dev

10 years agoMerge "Fixing android.text.format.Time for non-English locales" into lmp-dev
Neil Fuller [Fri, 29 Aug 2014 13:36:00 +0000 (13:36 +0000)]
Merge "Fixing android.text.format.Time for non-English locales" into lmp-dev

10 years agoFix various problems with notification layouts
Jorim Jaggi [Thu, 28 Aug 2014 15:52:27 +0000 (17:52 +0200)]
Fix various problems with notification layouts

- Fix end padding for inbox notification.
- Fix that actions in BigText were clipped off.
- Fix that second line was never shown.
- Fix top padding in combination with badges.
- Fix that actions in InboxStyle were clipped off.
- Make badge style consistent with small icon.
- Fix that third line on Inbox/BigText is always 12sp (before it was
  sometimes 14sp)

Bug: 17315502
Bug: 17285898
Bug: 17311783
Bug: 17200814
Change-Id: Ic7e5e4fa07b6302a76631d0238b88239871acf49

10 years agoFixing android.text.format.Time for non-English locales
Neil Fuller [Wed, 27 Aug 2014 16:15:09 +0000 (17:15 +0100)]
Fixing android.text.format.Time for non-English locales

The test fixes for bug 17262063 showed up a real issue for
non-English locales with the Time.format() method:
If the Android string resources that contain the pattern use
non-ASCII characters then a '?' would be output instead of
those characters.

For example, in France the pattern for '%c' includes a 'à'
(a with a grave accent) and Japan includes 日.

The problem was due to converting the pattern to bytes using
the US_ASCII character set, which turns non-ASCII characters
into '?'. The code has been changed to use char throughout
and avoid bytes.

Internal documentation has been improved.

Some calls to modifyAndAppend() have been replaced with a
direct call to outputBuilder.append() because the
modify step is guaranteed to a no-op for the literals given.

The formatter has been changed to use Locale.US because it
is only used for outputting numbers. It has been renamed
to make this more obvious and the locale field has been
removed.

Bug: 17262063

(cherry picked from commit 788cb18f652fca380acefdadce305415bc0602b0)

Change-Id: I96ee158fbeb01827f0bbf022631625416f872fdb

10 years agoMerge "Load ApplicationInfo for correct user." into lmp-dev
Kenny Guy [Fri, 29 Aug 2014 11:01:03 +0000 (11:01 +0000)]
Merge "Load ApplicationInfo for correct user." into lmp-dev

10 years agoMerge "Reject request when any unknown flag is speficied" into lmp-dev
Yohei Yukawa [Fri, 29 Aug 2014 08:22:57 +0000 (08:22 +0000)]
Merge "Reject request when any unknown flag is speficied" into lmp-dev

10 years agoReject request when any unknown flag is speficied
Yohei Yukawa [Fri, 29 Aug 2014 06:57:11 +0000 (23:57 -0700)]
Reject request when any unknown flag is speficied

Currently EditableInputConnection#requestUpdateCursorAnchorInfo
never returns false unless InputMethodManager is somehow
unavailable.

This is problematic, especifially when we add a new flag to
EditableInputConnection#requestUpdateCursorAnchorInfo in a
future release.

With this CL, #requestUpdateCursorAnchorInfo does nothing and
immediately returns false when one ore more unknown bits are
specified.

BUG: 17324806
Change-Id: I5601714b481e8efa0ad3337c0d093cfcf55eade3

10 years agoKeep tests building.
Jeff Sharkey [Fri, 29 Aug 2014 07:10:14 +0000 (00:10 -0700)]
Keep tests building.

Bug: 17183379
Change-Id: I7f52af3201975e8c626a6c6d7f508fd8d006b204

10 years agoMerge "FileBridge needs to keep strong reference to PFD." into lmp-dev
Jeff Sharkey [Fri, 29 Aug 2014 06:52:54 +0000 (06:52 +0000)]
Merge "FileBridge needs to keep strong reference to PFD." into lmp-dev

10 years agoMerge "Fix system audio mode failure in boot up" into lmp-dev
Jungshik Jang [Fri, 29 Aug 2014 06:28:12 +0000 (06:28 +0000)]
Merge "Fix system audio mode failure in boot up" into lmp-dev

10 years agoMerge "Address API review comments" into lmp-dev
Sandeep Siddhartha [Fri, 29 Aug 2014 06:22:07 +0000 (06:22 +0000)]
Merge "Address API review comments" into lmp-dev

10 years agoMerge "Fix memory leak in ResTable" into lmp-dev
Adam Lesinski [Fri, 29 Aug 2014 05:27:46 +0000 (05:27 +0000)]
Merge "Fix memory leak in ResTable" into lmp-dev

10 years agoMerge "CEC: Implement dump() of HdmiControlService" into lmp-dev
Terry Heo [Fri, 29 Aug 2014 05:12:55 +0000 (05:12 +0000)]
Merge "CEC: Implement dump() of HdmiControlService" into lmp-dev

10 years agoFileBridge needs to keep strong reference to PFD.
Jeff Sharkey [Fri, 29 Aug 2014 03:38:10 +0000 (20:38 -0700)]
FileBridge needs to keep strong reference to PFD.

Even though we've grabbed the underlying FD, the PFD could be GC'ed
and when finalized it would end up closing the underlying FD.  This
fix ties the PFD object lifecycle to the returned OutputStream.

Bug: 17183379
Change-Id: Ibee8f4cf78fee357181a250d15f2a653294b2877

10 years agoMerge "Doc improvements for new Toolbar changes, now with attributes." into lmp-dev
Adam Powell [Fri, 29 Aug 2014 02:49:46 +0000 (02:49 +0000)]
Merge "Doc improvements for new Toolbar changes, now with attributes." into lmp-dev

10 years agoDoc improvements for new Toolbar changes, now with attributes.
Adam Powell [Fri, 29 Aug 2014 02:35:36 +0000 (19:35 -0700)]
Doc improvements for new Toolbar changes, now with attributes.

Change-Id: I3f67899b4f9ab9ae4ab4f5dcbc853c08d7867947

10 years agoMerge "Don't add title margins during to Toolbar layout if titles don't fit" into...
Adam Powell [Fri, 29 Aug 2014 02:26:23 +0000 (02:26 +0000)]
Merge "Don't add title margins during to Toolbar layout if titles don't fit" into lmp-dev

10 years agoMerge "Add xml attributes to Toolbar for navigation icon" into lmp-dev
Adam Powell [Fri, 29 Aug 2014 02:25:48 +0000 (02:25 +0000)]
Merge "Add xml attributes to Toolbar for navigation icon" into lmp-dev

10 years agoDon't add title margins during to Toolbar layout if titles don't fit
Adam Powell [Fri, 29 Aug 2014 02:21:18 +0000 (19:21 -0700)]
Don't add title margins during to Toolbar layout if titles don't fit

When all space is consumed in a Toolbar by other views the special
shared title/subtitle margins shouldn't be added to the running
position during layout.

Bug 17253638

Change-Id: I179fcbf286fa68fd8df6e25bb1879bccbf1532ed

10 years agoMerge "Stamp platform version code into app Apks" into lmp-dev
Adam Lesinski [Fri, 29 Aug 2014 01:54:14 +0000 (01:54 +0000)]
Merge "Stamp platform version code into app Apks" into lmp-dev

10 years agoMerge "Fix exception message string formatting in MediaDrm" into lmp-dev
Jeff Tinker [Fri, 29 Aug 2014 01:45:23 +0000 (01:45 +0000)]
Merge "Fix exception message string formatting in MediaDrm" into lmp-dev

10 years agoFix memory leak in ResTable
Adam Lesinski [Fri, 29 Aug 2014 01:32:32 +0000 (18:32 -0700)]
Fix memory leak in ResTable

We were basically never cleaning any of the
cached bags... oops :S

Bug:16683269
Change-Id: Ic0a44218f660e16fbaac8df1d61ce6f1fdb0018b

10 years agoAdd xml attributes to Toolbar for navigation icon
Adam Powell [Fri, 29 Aug 2014 01:19:59 +0000 (18:19 -0700)]
Add xml attributes to Toolbar for navigation icon

...to match the existing setters/getters.

Change-Id: I9814c5d7f2aa0559c93fbb74881e29064473f186

10 years agoMerge "Print UI polish." into lmp-dev
Svetoslav [Fri, 29 Aug 2014 01:17:59 +0000 (01:17 +0000)]
Merge "Print UI polish." into lmp-dev

10 years agoFix system audio mode failure in boot up
Jungshik Jang [Thu, 28 Aug 2014 07:35:30 +0000 (16:35 +0900)]
Fix system audio mode failure in boot up

This bug happens because <Set System Audio Mode> is arrived
before <Give System Audio Mode Status>'s send result callback
is called in service thread. We do set internal state
on callback resut.
This change sets state when we send command.
Along with this, add more debug log to help future debugging.

Bug: 17309726
Change-Id: I0e41f684372a4c8891a90f724944227fc689e053

10 years agoMerge "TIF: update the default value documentation of Channels.COLUMN_BROWSABLE....
Dongwon Kang [Fri, 29 Aug 2014 01:08:48 +0000 (01:08 +0000)]
Merge "TIF: update the default value documentation of Channels.COLUMN_BROWSABLE." into lmp-dev

10 years agoMerge "Debug issue #17310019: pause when launching settings" into lmp-dev
Dianne Hackborn [Fri, 29 Aug 2014 00:56:48 +0000 (00:56 +0000)]
Merge "Debug issue #17310019: pause when launching settings" into lmp-dev

10 years agoDebug issue #17310019: pause when launching settings
Dianne Hackborn [Thu, 28 Aug 2014 23:58:28 +0000 (16:58 -0700)]
Debug issue #17310019: pause when launching settings

Let's log!

Change-Id: Icaf42d46aff6e74ee5fc98611dd77083a5d5052e

10 years agoMerge "Fix app widget serices not being unbound." into lmp-dev
Svetoslav [Fri, 29 Aug 2014 00:51:48 +0000 (00:51 +0000)]
Merge "Fix app widget serices not being unbound." into lmp-dev

10 years agoFix app widget serices not being unbound.
Svetoslav [Fri, 29 Aug 2014 00:41:45 +0000 (17:41 -0700)]
Fix app widget serices not being unbound.

bug:17321037

Change-Id: I44578df1104f9bd2e28700a3422a3323844d92c0

10 years agoRemove obsolete pruneDexCache
Alex Light [Thu, 28 Aug 2014 23:17:55 +0000 (16:17 -0700)]
Remove obsolete pruneDexCache

Bug: 16875245

(cherry picked from commit 09107db4916913912e61bfe592643b9c4c50b500)

Change-Id: I06e14c405aa4af295795982c1d236be3cb00e893

10 years agoChange /dalvik-cache to be owned by root.
Alex Light [Wed, 27 Aug 2014 22:39:17 +0000 (15:39 -0700)]
Change /dalvik-cache to be owned by root.

Bug: 16875245

(cherry picked from commit 79bf4007f559e194205f632b23d2bfb6f8d1e7ba)

Change-Id: I29a70215a2207bc4e0db02ab751d32a68edf4b66

10 years agoTIF: update the default value documentation of Channels.COLUMN_BROWSABLE.
Dongwon Kang [Thu, 28 Aug 2014 23:58:30 +0000 (08:58 +0900)]
TIF: update the default value documentation of Channels.COLUMN_BROWSABLE.

Bug: 17310177
Change-Id: Ibd765675983082f63fde3586b7c7cf6cd399c80d

10 years agoMerge "TIF: cosmetic changes for consistency." into lmp-dev
Dongwon Kang [Thu, 28 Aug 2014 23:49:32 +0000 (23:49 +0000)]
Merge "TIF: cosmetic changes for consistency." into lmp-dev

10 years agoTIF: cosmetic changes for consistency.
Dongwon Kang [Thu, 28 Aug 2014 05:59:20 +0000 (14:59 +0900)]
TIF: cosmetic changes for consistency.

- Remove uncessarry logic in buildTvInputListLocked().
  (No longer needed because we removed availability.
   Verified the bug case, b/15738607, does not happen without this logic.)
- Rename member variables in XXXState classes.
- Define SessionCallback for consistency.

Change-Id: I49642c909ad7f77d97d1d90670c7bb7c2b12cda8

10 years agoFix test build
RoboErik [Thu, 28 Aug 2014 23:23:43 +0000 (16:23 -0700)]
Fix test build

Updates for MediaBrowser APIs. I missed some new demos that had been added which use
these APIs.

Change-Id: Ic42c9ba20a851c5b08c564cfc4de71bbe09ebdb9

10 years agoMerge "Teach API lint about package layering!" into lmp-dev
Jeff Sharkey [Thu, 28 Aug 2014 23:36:24 +0000 (23:36 +0000)]
Merge "Teach API lint about package layering!" into lmp-dev

10 years agoMerge "Fix NPE when transitioning on unattached scene root." into lmp-dev
George Mount [Thu, 28 Aug 2014 23:24:05 +0000 (23:24 +0000)]
Merge "Fix NPE when transitioning on unattached scene root." into lmp-dev

10 years agoMerge "Fix NPE when clicking "back" quickly." into lmp-dev
George Mount [Thu, 28 Aug 2014 23:19:37 +0000 (23:19 +0000)]
Merge "Fix NPE when clicking "back" quickly." into lmp-dev

10 years agoFix NPE when transitioning on unattached scene root.
George Mount [Thu, 28 Aug 2014 23:17:38 +0000 (16:17 -0700)]
Fix NPE when transitioning on unattached scene root.

Bug 17261558

Change-Id: Ib86c72e26f7fd9ac3fc47df650d95fdeeb43f1be

10 years agoTeach API lint about package layering!
Jeff Sharkey [Thu, 28 Aug 2014 23:16:02 +0000 (16:16 -0700)]
Teach API lint about package layering!

Now it can identify layering violations, like when something deep in
android.os depends on android.app.

Change-Id: I94606c642195b3ed7558ff6979ed4a181cd85fa2

10 years agoFix NPE when clicking "back" quickly.
George Mount [Thu, 28 Aug 2014 23:11:49 +0000 (16:11 -0700)]
Fix NPE when clicking "back" quickly.

Bug 17319368

Change-Id: I8cf544aefa75bd5fe4f606e185f84977a36b0cdc

10 years agoMerge "Track buildLayer calls, destroy if unused" into lmp-dev
John Reck [Thu, 28 Aug 2014 23:04:31 +0000 (23:04 +0000)]
Merge "Track buildLayer calls, destroy if unused" into lmp-dev

10 years agoMerge "Ignore width of trailing whitespace for computing ellipsis" into lmp-dev
Raph Levien [Thu, 28 Aug 2014 22:59:07 +0000 (22:59 +0000)]
Merge "Ignore width of trailing whitespace for computing ellipsis" into lmp-dev

10 years agoMerge "Add javadoc to Window.set/getMediaController" into lmp-dev
RoboErik [Thu, 28 Aug 2014 22:56:07 +0000 (22:56 +0000)]
Merge "Add javadoc to Window.set/getMediaController" into lmp-dev

10 years agoMerge "Support Z reorder/shadows in root render node" into lmp-dev
Chris Craik [Thu, 28 Aug 2014 22:55:47 +0000 (22:55 +0000)]
Merge "Support Z reorder/shadows in root render node" into lmp-dev

10 years agoTrack buildLayer calls, destroy if unused
John Reck [Thu, 28 Aug 2014 22:35:53 +0000 (15:35 -0700)]
Track buildLayer calls, destroy if unused

 Bug: 17208461

Change-Id: Ibdb104a493285d77a6891c5e74e38a52c7014da9

10 years agoAdd javadoc to Window.set/getMediaController
RoboErik [Thu, 28 Aug 2014 22:22:55 +0000 (15:22 -0700)]
Add javadoc to Window.set/getMediaController

Fleshes out the javadoc a bit more instead of just a reference to
the description of the methods in Activity.

bug:17198774
Change-Id: I24afe1c5d9f2e46e201c84072a6b34a619867889

10 years agoMerge "Fix docs build" into lmp-dev
Alan Viverette [Thu, 28 Aug 2014 22:51:47 +0000 (22:51 +0000)]
Merge "Fix docs build" into lmp-dev

10 years agoMerge "Camera2: Make sure aborting captures on an idle device works." into lmp-dev
Eino-Ville Talvala [Thu, 28 Aug 2014 22:48:54 +0000 (22:48 +0000)]
Merge "Camera2: Make sure aborting captures on an idle device works." into lmp-dev

10 years agoMerge "Cancel the date picker dialog when BUTTON_NEGATIVE is clicked" into lmp-dev
Alan Viverette [Thu, 28 Aug 2014 22:39:26 +0000 (22:39 +0000)]
Merge "Cancel the date picker dialog when BUTTON_NEGATIVE is clicked" into lmp-dev

10 years agoMerge "Change TelephonyManager method name to accurately reflect functionality."...
Diego Pontoriero [Thu, 28 Aug 2014 22:38:49 +0000 (22:38 +0000)]
Merge "Change TelephonyManager method name to accurately reflect functionality." into lmp-dev

10 years agoMerge "Lint tool for current.txt." into lmp-dev
Jeff Sharkey [Thu, 28 Aug 2014 22:33:00 +0000 (22:33 +0000)]
Merge "Lint tool for current.txt." into lmp-dev

10 years agoLint tool for current.txt.
Jeff Sharkey [Thu, 28 Aug 2014 19:24:07 +0000 (12:24 -0700)]
Lint tool for current.txt.

Detects common public API mistakes, making it easy to quickly scan
across all changes in a new API level.

Builds in-memory representation of the current API, then runs various
detectors over the classes.  It collects failures, and can ignore
known failures from a previous API level.

Example usage:

$ python frameworks/base/tools/apilint/apilint.py \
    frameworks/base/api/current.txt \
    prebuilts/sdk/api/21.txt

Change-Id: Ie1f88894baf9f79e4b11e78c47f848ea5e25fc25

10 years agoFix docs build
Alan Viverette [Thu, 28 Aug 2014 22:27:04 +0000 (15:27 -0700)]
Fix docs build

Change-Id: Id7b961ebcfffe536992208a157f625b5a1b1e1b6

10 years agoMerge "android.media.Ringtone: add getter for AudioAttributes" into lmp-dev
Jean-Michel Trivi [Thu, 28 Aug 2014 22:13:10 +0000 (22:13 +0000)]
Merge "android.media.Ringtone: add getter for AudioAttributes" into lmp-dev

10 years agoMerge "More AudioManager.generateAudioSessionId() javadoc" into lmp-dev
Jean-Michel Trivi [Thu, 28 Aug 2014 22:12:42 +0000 (22:12 +0000)]
Merge "More AudioManager.generateAudioSessionId() javadoc" into lmp-dev

10 years agoSupport Z reorder/shadows in root render node
Chris Craik [Thu, 28 Aug 2014 22:03:55 +0000 (15:03 -0700)]
Support Z reorder/shadows in root render node

bug:17310188
Change-Id: If2281218c458cf767d79b4d81944e2c8a23ca32c

10 years agoMerge "Update to MediaBrowser APIs per council feedback" into lmp-dev
RoboErik [Thu, 28 Aug 2014 21:51:49 +0000 (21:51 +0000)]
Merge "Update to MediaBrowser APIs per council feedback" into lmp-dev

10 years agoMerge "Updated SMS emphasis strings for Quantum/Material theme." into lmp-dev
PauloftheWest [Thu, 28 Aug 2014 21:37:19 +0000 (21:37 +0000)]
Merge "Updated SMS emphasis strings for Quantum/Material theme." into lmp-dev

10 years agoMerge "Set/unset session on the callback" into lmp-dev
RoboErik [Thu, 28 Aug 2014 21:29:37 +0000 (21:29 +0000)]
Merge "Set/unset session on the callback" into lmp-dev

10 years agoSet/unset session on the callback
RoboErik [Thu, 28 Aug 2014 18:37:47 +0000 (11:37 -0700)]
Set/unset session on the callback

We lost this somewhere. When a callback is set on a MediaSession it needs
to have a reference to the Session so it can do default routing of media
keys.

bug:17304614
Change-Id: I4af82947da790135049d40c5c69c2996f3cc4ccc

10 years agoMerge "Ensuring that the ActivityInfo cache accounts for the task's user id. (Bug...
Winson Chung [Thu, 28 Aug 2014 21:14:21 +0000 (21:14 +0000)]
Merge "Ensuring that the ActivityInfo cache accounts for the task's user id. (Bug 17314317)" into lmp-dev

10 years agoUpdate to MediaBrowser APIs per council feedback
RoboErik [Wed, 27 Aug 2014 23:03:19 +0000 (16:03 -0700)]
Update to MediaBrowser APIs per council feedback

Does all the updates in the bug except the loadIcon/loadBitmap
methods, which are removed per feedback from Sharkey.

bug:17205016
Change-Id: Ie84d4d25a59c6985ce16972c26c8d1e5c02ff5c9

10 years agoMerge "Update action bar item widths, overflow menu, button, and spinner styles"...
Alan Viverette [Thu, 28 Aug 2014 21:05:03 +0000 (21:05 +0000)]
Merge "Update action bar item widths, overflow menu, button, and spinner styles" into lmp-dev

10 years agoMerge "Add Media Player Streaming Tests" into lmp-dev
Shaohan Zou [Thu, 28 Aug 2014 21:00:32 +0000 (21:00 +0000)]
Merge "Add Media Player Streaming Tests" into lmp-dev

10 years agoEnsuring that the ActivityInfo cache accounts for the task's user id. (Bug 17314317)
Kenny Guy [Thu, 28 Aug 2014 20:06:27 +0000 (21:06 +0100)]
Ensuring that the ActivityInfo cache accounts for the task's user id. (Bug 17314317)

Change-Id: I10bcb60abe3450f2ecfb3ee305be505e13e0be3b

10 years agoUpdate action bar item widths, overflow menu, button, and spinner styles
Alan Viverette [Thu, 28 Aug 2014 20:55:18 +0000 (13:55 -0700)]
Update action bar item widths, overflow menu, button, and spinner styles

Manually modifies the overflow button hotspot bounds so that the ripple
appears to be centered on the overflow icon. Adds styleable and parsing
for list popup window offsets. Updates spinner text appearance to be
consistent with drop down item text appearance. Also updates horizontal
inner padding in buttons.

BUG: 17305079
BUG: 17304391
BUG: 17302567
Change-Id: Iafddfef290078de968894a3b443ba9f60f84c6d4

10 years agoMerge "Correct misleading javadoc for BackupHelper" into lmp-dev
Christopher Tate [Thu, 28 Aug 2014 20:52:08 +0000 (20:52 +0000)]
Merge "Correct misleading javadoc for BackupHelper" into lmp-dev

10 years agoChange TelephonyManager method name to accurately reflect functionality.
Diego Pontoriero [Thu, 28 Aug 2014 18:49:44 +0000 (11:49 -0700)]
Change TelephonyManager method name to accurately reflect functionality.

Bug: 17163860
Change-Id: I4390d79c49831454146a42b89520a16984c5f260

10 years agoMerge "Force translucency for inset windows" into lmp-dev
Chris Craik [Thu, 28 Aug 2014 20:49:05 +0000 (20:49 +0000)]
Merge "Force translucency for inset windows" into lmp-dev

10 years agoUpdated SMS emphasis strings for Quantum/Material theme.
PauloftheWest [Wed, 27 Aug 2014 13:25:37 +0000 (06:25 -0700)]
Updated SMS emphasis strings for Quantum/Material theme.

Bug: 17148201
Change-Id: I888f366368c47bf42ef2aef55662c0a2b1bd382e

10 years agoIgnore width of trailing whitespace for computing ellipsis
Raph Levien [Thu, 28 Aug 2014 19:53:10 +0000 (12:53 -0700)]
Ignore width of trailing whitespace for computing ellipsis

We used the full width of a line, including trailing spaces, to compute
ellipsis, sometimes causing spurious ellipsization when the space pushed
it past the layout width. This patch uses only the width up to the last
graphing character.

Fix for bug 17186801 "First line of title text is getting truncated even
if there's space on second line"

Change-Id: I49d07c18c8dd1d3b279f591224d23e10645dc8c0

10 years agoMerge "StatusBar: Allow roaming indicator even when also on wifi." into lmp-dev
John Spurlock [Thu, 28 Aug 2014 19:45:52 +0000 (19:45 +0000)]
Merge "StatusBar: Allow roaming indicator even when also on wifi." into lmp-dev

10 years agoMerge "Audio/Micrphone user restriction/multiuser updates." into lmp-dev
Julia Reynolds [Thu, 28 Aug 2014 19:41:41 +0000 (19:41 +0000)]
Merge "Audio/Micrphone user restriction/multiuser updates." into lmp-dev

10 years agoStatusBar: Allow roaming indicator even when also on wifi.
John Spurlock [Thu, 28 Aug 2014 19:32:44 +0000 (15:32 -0400)]
StatusBar: Allow roaming indicator even when also on wifi.

Bug:14610152
Change-Id: Ia83abe0ae862ed747ee280c61c2fff3b62345b41

10 years agoMerge "Fix issue #17289876: startActivityFromRecents appears to launch the wrong...
Dianne Hackborn [Thu, 28 Aug 2014 19:33:07 +0000 (19:33 +0000)]
Merge "Fix issue #17289876: startActivityFromRecents appears to launch the wrong task" into lmp-dev

10 years agoMerge "Change API to return thumbnail size instead of individual dimensions. (Bug...
Winson Chung [Thu, 28 Aug 2014 19:15:09 +0000 (19:15 +0000)]
Merge "Change API to return thumbnail size instead of individual dimensions. (Bug 17295512)" into lmp-dev

10 years agoMerge "NoListener: Factor out ZEN mode API" into lmp-dev
Christoph Studer [Thu, 28 Aug 2014 18:59:39 +0000 (18:59 +0000)]
Merge "NoListener: Factor out ZEN mode API" into lmp-dev

10 years agoMerge "Fix issue #16953886: History and batterystats checkin summary..." into lmp-dev
Dianne Hackborn [Thu, 28 Aug 2014 18:58:15 +0000 (18:58 +0000)]
Merge "Fix issue #16953886: History and batterystats checkin summary..." into lmp-dev

10 years agoMerge "Add CallProperties class, and use to on ParcelableCall." into lmp-dev
Andrew Lee [Thu, 28 Aug 2014 18:39:15 +0000 (18:39 +0000)]
Merge "Add CallProperties class, and use to on ParcelableCall." into lmp-dev

10 years agoFix issue #17289876: startActivityFromRecents appears to launch the wrong task
Dianne Hackborn [Wed, 27 Aug 2014 23:44:24 +0000 (16:44 -0700)]
Fix issue #17289876: startActivityFromRecents appears to launch the wrong task

It would be good to actually bring the task to the front.

Also, make the flow when inTask is provided better match what happens when
we go looking for a task on our own.

And this includes another fix that was supposed to be part of a different
change but I forgot this class is part of the framework project now.

Change-Id: I3cf05f2e585c0fd7a0dbb7c7cf9fb1655764dd93

10 years agoMerge "QS: Don't collapse the panel when turning location on." into lmp-dev
John Spurlock [Thu, 28 Aug 2014 18:30:28 +0000 (18:30 +0000)]
Merge "QS: Don't collapse the panel when turning location on." into lmp-dev

10 years agoQS: Don't collapse the panel when turning location on.
John Spurlock [Thu, 28 Aug 2014 18:25:05 +0000 (14:25 -0400)]
QS: Don't collapse the panel when turning location on.

Bug:17127158
Change-Id: Ide92c2bd134a84dea796a62710a9016a679b0b74

10 years agoCancel the date picker dialog when BUTTON_NEGATIVE is clicked
Alan Viverette [Thu, 28 Aug 2014 18:19:59 +0000 (11:19 -0700)]
Cancel the date picker dialog when BUTTON_NEGATIVE is clicked

BUG: 17308290
Change-Id: I2cad1ece9eefc3c48e7574498ff9f79fe60c5f80

10 years agoMerge "Rename StatusBar.Material styles to Material.Notification" into lmp-dev
Alan Viverette [Thu, 28 Aug 2014 18:13:20 +0000 (18:13 +0000)]
Merge "Rename StatusBar.Material styles to Material.Notification" into lmp-dev

10 years agoMerge "Call SharedElementListener#setSharedElementEnd on back." into lmp-dev
George Mount [Thu, 28 Aug 2014 18:05:39 +0000 (18:05 +0000)]
Merge "Call SharedElementListener#setSharedElementEnd on back." into lmp-dev

10 years agoMerge "Allow arbitrarily-added shared elements." into lmp-dev
George Mount [Thu, 28 Aug 2014 18:02:26 +0000 (18:02 +0000)]
Merge "Allow arbitrarily-added shared elements." into lmp-dev

10 years agoMerge "Add field for sub_id in call log for sprout database." into lmp-dev
Nancy Chen [Thu, 28 Aug 2014 17:55:49 +0000 (17:55 +0000)]
Merge "Add field for sub_id in call log for sprout database." into lmp-dev

10 years agoMerge "Renamed Activity.onVisibleBehindCancelled() to Activity.onVisibleBehindCancele...
Jose Lima [Thu, 28 Aug 2014 17:49:31 +0000 (17:49 +0000)]
Merge "Renamed Activity.onVisibleBehindCancelled() to Activity.onVisibleBehindCanceled()" into lmp-dev

10 years agoAdd CallProperties class, and use to on ParcelableCall.
Andrew Lee [Wed, 27 Aug 2014 23:33:08 +0000 (16:33 -0700)]
Add CallProperties class, and use to on ParcelableCall.

Bug: 17304243
Change-Id: I3ef6862391a9b96c70f4b12412160116e094ed34

10 years agoMerge "Use a weak observable in AutoCompleteTextView" into lmp-dev
Yigit Boyar [Thu, 28 Aug 2014 17:33:36 +0000 (17:33 +0000)]
Merge "Use a weak observable in AutoCompleteTextView" into lmp-dev

10 years agoNoListener: Factor out ZEN mode API
Christoph Studer [Wed, 27 Aug 2014 18:16:15 +0000 (20:16 +0200)]
NoListener: Factor out ZEN mode API

Bug: 17255109
Bug: 17295014
Change-Id: I7e1f6e29b8a23b8e59a8615a8012a86bd5dd22d7

10 years agoMerge "Update transform isolation to handle command chunks" into lmp-dev
Chris Craik [Thu, 28 Aug 2014 17:27:23 +0000 (17:27 +0000)]
Merge "Update transform isolation to handle command chunks" into lmp-dev

10 years agoChange API to return thumbnail size instead of individual dimensions. (Bug 17295512)
Winson Chung [Wed, 27 Aug 2014 21:36:51 +0000 (14:36 -0700)]
Change API to return thumbnail size instead of individual dimensions. (Bug 17295512)

- Fixing issue where we were pulling the thumbnail dimensions too early in AMS. (Bug 17286904)
- Simplifying the Recents code between start & configuration change

Change-Id: I6d667cbf37b844939e5fc466da613bb78ca05082