OSDN Git Service

android-x86/frameworks-base.git
8 years ago[FBE] Introduce shadow calllog provider [1/2]
Makoto Onuki [Tue, 12 Jan 2016 20:57:25 +0000 (12:57 -0800)]
[FBE] Introduce shadow calllog provider [1/2]

Introduce a new provider that's a clone of the calllog provider but
is EA.

The provider is hidden and requires MANAGE_USERS to access.

Bug 26183949

Change-Id: Ie3181a2a68c522b7e513b45218ad06ecd27cda8c

8 years agoMerge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev am: a466e1522...
Doris Liu [Tue, 19 Jan 2016 20:42:03 +0000 (20:42 +0000)]
Merge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev am: a466e15223 am: 22116275aa
am: 574277d65a  -s ours

* commit '574277d65ad41ba34db5365000365a1b471be531':
  Revert "Get animation update timing for AVD"

8 years agoMerge "Enable enter animation when docking by dragging from recents."
Filip Gruszczynski [Tue, 19 Jan 2016 20:30:35 +0000 (20:30 +0000)]
Merge "Enable enter animation when docking by dragging from recents."

8 years agoMerge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev am: a466e15223
Doris Liu [Tue, 19 Jan 2016 20:15:14 +0000 (20:15 +0000)]
Merge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev am: a466e15223
am: 22116275aa

* commit '22116275aa2b7184c65b14c3e92455d76d3c67d4':
  Revert "Get animation update timing for AVD"

8 years agoMerge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev
Doris Liu [Tue, 19 Jan 2016 20:04:36 +0000 (20:04 +0000)]
Merge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev
am: a466e15223

* commit 'a466e15223ad64c5ae5d81e51f571fc45f606920':
  Revert "Get animation update timing for AVD"

8 years agoMerge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev
Doris Liu [Tue, 19 Jan 2016 19:59:53 +0000 (19:59 +0000)]
Merge "Revert "Get animation update timing for AVD"" into mnc-dr1.5-dev

8 years agoRevert "Get animation update timing for AVD"
Doris Liu [Tue, 19 Jan 2016 19:50:18 +0000 (19:50 +0000)]
Revert "Get animation update timing for AVD"

This reverts commit fc8e3cb768b7dfd7c0ed0fb93dd9d735887e8d45.

Bug: 26616870
Change-Id: I2f018cb34f014f4ebb635e18cd940997507a4a4d

8 years agoMerge "Enable profile guided compilation on the framework side"
Calin Juravle [Tue, 19 Jan 2016 19:51:51 +0000 (19:51 +0000)]
Merge "Enable profile guided compilation on the framework side"

8 years agoMerge "Change API for killing app-depentents to also kill main app."
Gustav Sennton [Tue, 19 Jan 2016 19:48:29 +0000 (19:48 +0000)]
Merge "Change API for killing app-depentents to also kill main app."

8 years agoMerge "Fix local builds by adding CleanSpec command"
Adam Lesinski [Tue, 19 Jan 2016 19:45:29 +0000 (19:45 +0000)]
Merge "Fix local builds by adding CleanSpec command"

8 years agoEnable profile guided compilation on the framework side
Calin Juravle [Wed, 23 Dec 2015 16:55:08 +0000 (18:55 +0200)]
Enable profile guided compilation on the framework side

The background compilation service will trigger a profile based
compilation instead of a full one. If no profile information is
available the compilation is skipped (see installd).

Note that the end decision whether or not to compile a package is taken
by dext2oat. We can't make the decision here because this service runs
under system server which cannot read app's profile data.

Bug: 26080105
Change-Id: I457ea8dea0557839c1f7cdc241770055732b0a4a

8 years agoFix local builds by adding CleanSpec command
Adam Lesinski [Tue, 19 Jan 2016 19:39:24 +0000 (11:39 -0800)]
Fix local builds by adding CleanSpec command

Changed the package name of an R.java generated file, so we need
to clean up the old one left behind from a previous build.

Change-Id: I3ece312d367a30d736084736c44238b4e52d22d7

8 years agoMerge "Telecom shell command accepts userhandle as argument of phone account"
Tony Mak [Tue, 19 Jan 2016 19:32:41 +0000 (19:32 +0000)]
Merge "Telecom shell command accepts userhandle as argument of phone account"

8 years agoTelecom shell command accepts userhandle as argument of phone account
Tony Mak [Mon, 11 Jan 2016 14:38:11 +0000 (14:38 +0000)]
Telecom shell command accepts userhandle as argument of phone account

We need a sort of way to enable phone account in managed profile for
writing cts running in managed profile.

Change-Id: I2e869e792c6e145c93a314f64a5de98e2f6e315f

8 years agoMerge "Skip zip regeneration when user didn't provide extra info."
Felipe Leme [Tue, 19 Jan 2016 19:26:59 +0000 (19:26 +0000)]
Merge "Skip zip regeneration when user didn't provide extra info."

8 years agoMerge "sysui: small refactor and delete dead code"
Xiaohui Chen [Tue, 19 Jan 2016 19:25:53 +0000 (19:25 +0000)]
Merge "sysui: small refactor and delete dead code"

8 years agoMerge "Support data usage changes in Settings"
Jason Monk [Tue, 19 Jan 2016 19:03:19 +0000 (19:03 +0000)]
Merge "Support data usage changes in Settings"

8 years agoMerge "WLAN wake reason accounting from driver."
Etan Cohen [Tue, 19 Jan 2016 18:48:14 +0000 (18:48 +0000)]
Merge "WLAN wake reason accounting from driver."

8 years agoMerge "Fix AudioAttributes.Builder.setFlags() javadoc"
Jean-Michel Trivi [Tue, 19 Jan 2016 18:46:09 +0000 (18:46 +0000)]
Merge "Fix AudioAttributes.Builder.setFlags() javadoc"

8 years agosysui: small refactor and delete dead code
Xiaohui Chen [Thu, 17 Dec 2015 00:38:13 +0000 (16:38 -0800)]
sysui: small refactor and delete dead code

Bug: 26068752
Change-Id: I1af018ff9b74779ea663fc9e90b47a8fad70447e

8 years agoMerge "fix race condition between HWUI cache and renderThread" am: 2c2b5e8514
John Reck [Tue, 19 Jan 2016 18:42:21 +0000 (18:42 +0000)]
Merge "fix race condition between HWUI cache and renderThread" am: 2c2b5e8514
am: 4354ae9883

* commit '4354ae9883ae1282ac457539f46d529bdfa89fec':
  fix race condition between HWUI cache and renderThread

8 years agoSkip zip regeneration when user didn't provide extra info.
Felipe Leme [Tue, 19 Jan 2016 18:31:39 +0000 (10:31 -0800)]
Skip zip regeneration when user didn't provide extra info.

If the user provides a title or description, it's necessary to create a
new zip file with the contents of the old file plus the new entries,
which takes time.

Hence, if the user didn't provide more info (title or description), we
should skip that step.

BUG: 26616935
Change-Id: Ice14f88b5763d463d8db2f942e823797e80bfde9

8 years agoMerge "fix race condition between HWUI cache and renderThread"
John Reck [Tue, 19 Jan 2016 18:38:11 +0000 (18:38 +0000)]
Merge "fix race condition between HWUI cache and renderThread"
am: 2c2b5e8514

* commit '2c2b5e8514247d8524778d209f26b7dbde19d142':
  fix race condition between HWUI cache and renderThread

8 years agoMerge "fix race condition between HWUI cache and renderThread"
John Reck [Tue, 19 Jan 2016 18:29:30 +0000 (18:29 +0000)]
Merge "fix race condition between HWUI cache and renderThread"

8 years agoTuner control over volume policy.
Jason Monk [Mon, 18 Jan 2016 15:09:50 +0000 (10:09 -0500)]
Tuner control over volume policy.

Change-Id: Ic96ad05a9aab6fc2a1669cfe5f1ba1f3779e1b5e

8 years agoMerge "Add zen panel to volume dialog again in tuner"
Jason Monk [Tue, 19 Jan 2016 18:22:13 +0000 (18:22 +0000)]
Merge "Add zen panel to volume dialog again in tuner"

8 years agoMerge "Revert "Switch to new rendering pipeline""
John Reck [Tue, 19 Jan 2016 17:48:22 +0000 (17:48 +0000)]
Merge "Revert "Switch to new rendering pipeline""

8 years agoMerge "Work Challenge unlock to home instead of locked app"
Clara Bayarri [Tue, 19 Jan 2016 17:47:40 +0000 (17:47 +0000)]
Merge "Work Challenge unlock to home instead of locked app"

8 years agoWork Challenge unlock to home instead of locked app
Clara Bayarri [Thu, 14 Jan 2016 12:30:42 +0000 (12:30 +0000)]
Work Challenge unlock to home instead of locked app

When a Work Challenge is in place and we are unlocking the device
to a foreground work app that should be locked, take the user to the
home screen instead to avoid them seeing two lock screens in a row.

Bug: 26579952
Change-Id: I6220aac730fbb1da3c3042d0f232cb9cbb18ec4b

8 years agoRevert "Switch to new rendering pipeline"
John Reck [Tue, 19 Jan 2016 17:42:15 +0000 (09:42 -0800)]
Revert "Switch to new rendering pipeline"

This reverts commit 3daf4d3272f2cc6ce3b5a572b9d4dcce1654086d.

Temporarily disable due to high rate of crashes from endLayer check

Bug: 26609444
Change-Id: I7583a77bf5cc1e722fa4042db0542f80cd978760

8 years agoMerge "Add AutoCancelTest back to framework tests"
Chet Haase [Tue, 19 Jan 2016 17:33:14 +0000 (17:33 +0000)]
Merge "Add AutoCancelTest back to framework tests"

8 years agoMerge "Un-hide carrier config keys."
Jonathan Basseri [Tue, 19 Jan 2016 17:09:50 +0000 (17:09 +0000)]
Merge "Un-hide carrier config keys."

8 years agoMerge "Flip EMERGENCY_ASSISTANCE_ENABLED to true Bug: 23591361"
Akshay Kannan [Tue, 19 Jan 2016 17:08:50 +0000 (17:08 +0000)]
Merge "Flip EMERGENCY_ASSISTANCE_ENABLED to true Bug: 23591361"

8 years agoAdd AutoCancelTest back to framework tests
Chet Haase [Tue, 19 Jan 2016 16:52:08 +0000 (08:52 -0800)]
Add AutoCancelTest back to framework tests

This test used to fail consistently, but currently passes.
Adding it back to see whether whatever was causing it to fail has
since been fixed. If not, need to get failure logs to see what the problem
is during the automatic runs.

Issue #23807249 Fix AutoCancelTest or delete it

Change-Id: Ied0e0d3a700d9ba36d4d5ef8ca95b8072e639851

8 years agoMerge "[VPN] start lockdown before user is unlocked"
Robin Lee [Tue, 19 Jan 2016 16:51:56 +0000 (16:51 +0000)]
Merge "[VPN] start lockdown before user is unlocked"

8 years ago[VPN] start lockdown before user is unlocked
Robin Lee [Thu, 17 Dec 2015 11:42:22 +0000 (11:42 +0000)]
[VPN] start lockdown before user is unlocked

Removed the dependency on KeyStore encryption by removing that flag for
VPN profiles which don't use secure credentials when saving in Settings.

Old encrypted profiles will simply fail to load untile USER_PRESENT is
sent, as before.

Bug: 26108660
Change-Id: I2677d741d54252f15cb772c94ce1b39041f1e19c

8 years agoFix bug in PropertyValuesHolder_Delegate method index am: ada8c117b1
Diego Perez [Tue, 19 Jan 2016 15:53:12 +0000 (15:53 +0000)]
Fix bug in PropertyValuesHolder_Delegate method index am: ada8c117b1
am: 0eac32be0b

* commit '0eac32be0b7804184ad5e61af87f79d45b82c6b2':
  Fix bug in PropertyValuesHolder_Delegate method index

8 years agoFix bug in PropertyValuesHolder_Delegate method index
Diego Perez [Tue, 19 Jan 2016 15:49:16 +0000 (15:49 +0000)]
Fix bug in PropertyValuesHolder_Delegate method index
am: ada8c117b1

* commit 'ada8c117b197dd61bd472399147dd18ff337a204':
  Fix bug in PropertyValuesHolder_Delegate method index

8 years agoMerge "Hard-abort tests if LOG_ALWAYS_FATAL"
John Reck [Tue, 19 Jan 2016 15:38:16 +0000 (15:38 +0000)]
Merge "Hard-abort tests if LOG_ALWAYS_FATAL"

8 years agoMerge "NFC: Allow apps to specify they're done with tag."
Martijn Coenen [Tue, 19 Jan 2016 15:32:36 +0000 (15:32 +0000)]
Merge "NFC: Allow apps to specify they're done with tag."

8 years agoAdd zen panel to volume dialog again in tuner
Jason Monk [Mon, 18 Jan 2016 14:21:45 +0000 (09:21 -0500)]
Add zen panel to volume dialog again in tuner

Change-Id: Ie74a6bd8ecd7f2d8b16e96cc0087e63796d5f9a2

8 years agoMerge "Reload active profiles when constructing WorkModeTile"
Rubin Xu [Tue, 19 Jan 2016 14:24:45 +0000 (14:24 +0000)]
Merge "Reload active profiles when constructing WorkModeTile"

8 years agoMerge "Fix for possible NPE in JobScheduler"
Shreyas Basarge [Tue, 19 Jan 2016 11:46:37 +0000 (11:46 +0000)]
Merge "Fix for possible NPE in JobScheduler"

8 years agoFix bug in PropertyValuesHolder_Delegate method index
Diego Perez [Tue, 19 Jan 2016 10:42:19 +0000 (10:42 +0000)]
Fix bug in PropertyValuesHolder_Delegate method index

The method index in PropertyValuesHolder was using only the method name
+ the number of parameters in the call to index the different properties
methods. This worked ok most of the time because, for a given method
name (let's say setTrimStartOffset), the class is usually the same.
However, if the same method name is used in multiple classes, this will
cause collisions and will most likely crash.

Change-Id: Ie6fa8872c5c5e69e690f4f1bb79191a31bef2a28

8 years agoNew path interpolation to paint vector drawables am: b9c48d8f49
Diego Perez [Tue, 19 Jan 2016 10:39:46 +0000 (10:39 +0000)]
New path interpolation to paint vector drawables am: b9c48d8f49
am: 6952063e71

* commit '6952063e7166599f5300427019ca845bbaafa660':
  New path interpolation to paint vector drawables

8 years agoNew path interpolation to paint vector drawables
Diego Perez [Tue, 19 Jan 2016 10:35:49 +0000 (10:35 +0000)]
New path interpolation to paint vector drawables
am: b9c48d8f49

* commit 'b9c48d8f49d35e2682c7205a9d8d5fcc25d7c736':
  New path interpolation to paint vector drawables

8 years agoNew path interpolation to paint vector drawables
Diego Perez [Fri, 18 Dec 2015 16:01:24 +0000 (16:01 +0000)]
New path interpolation to paint vector drawables

Before this CL, PathMeasure_Delegate would use Path_Delegate.approximate
to get a path segment to draw. Path_Delegate.approximate uses a
flattening iterator to do the path approximation.
Unfortunately, because we do not control the stroke mode while painting,
in some cases the approximation would draw unwanted artifacts caused by
the rough approximation and the use of wrong miter values.
This CL does a much better calculation of the path and interpolates the
segments of the curves instead of replacing them with line segments.

This also fixes an issue with the calculation of empty paths.

Bug: http://b.android.com/187256

Change-Id: I450f7aa4c3d9efcbf902a40c3b4d6d388546893f

8 years agofix race condition between HWUI cache and renderThread
Thomas Buhot [Mon, 18 Jan 2016 09:31:58 +0000 (10:31 +0100)]
fix race condition between HWUI cache and renderThread

getMaximumBitmapWidth() and getMaximumBitmapHeight() of DisplayListCanvas
need HWUI cache instance. Since the initialization of the cache is
asynchronous it may crash if not yet ready. Add a staticFence() call
to guarantee the cache has been created prior issuing the call.

Change-Id: I5ed9e5cc084444c8d1872a77fef50e294ae14e93
Signed-off-by: Thomas Buhot <thomas.buhot@intel.com>
Signed-off-by: Zhiquan Liu <zhiquan.liu@intel.com>
8 years agoMerge "Fix several small logging issues."
Filip Gruszczynski [Tue, 19 Jan 2016 04:18:59 +0000 (04:18 +0000)]
Merge "Fix several small logging issues."

8 years agoMerge "Start to use app fuse in MtpDocumentsProvider."
Daichi Hirono [Tue, 19 Jan 2016 03:24:00 +0000 (03:24 +0000)]
Merge "Start to use app fuse in MtpDocumentsProvider."

8 years agoMerge "Temporary logging to debug ActivityStarter crash."
Filip Gruszczynski [Tue, 19 Jan 2016 02:31:18 +0000 (02:31 +0000)]
Merge "Temporary logging to debug ActivityStarter crash."

8 years agoMerge "Fix NPE when checking if recents should be launched in docked mode."
Filip Gruszczynski [Tue, 19 Jan 2016 02:29:17 +0000 (02:29 +0000)]
Merge "Fix NPE when checking if recents should be launched in docked mode."

8 years agoStart to use app fuse in MtpDocumentsProvider.
Daichi Hirono [Mon, 11 Jan 2016 09:07:01 +0000 (18:07 +0900)]
Start to use app fuse in MtpDocumentsProvider.

BUG=25756419

Change-Id: I050e7cf7523926710291875737602e95c47be088

8 years agoMerge "Extend MediaScanner and MtpDatabase to support RAW image files"
Jaesung Chung [Tue, 19 Jan 2016 01:17:18 +0000 (01:17 +0000)]
Merge "Extend MediaScanner and MtpDatabase to support RAW image files"

8 years agoMerge "Clean MtpManagerTest code."
Daichi Hirono [Tue, 19 Jan 2016 00:48:28 +0000 (00:48 +0000)]
Merge "Clean MtpManagerTest code."

8 years agoExtend MediaScanner and MtpDatabase to support RAW image files
Jaesung Chung [Fri, 18 Dec 2015 04:50:21 +0000 (05:50 +0100)]
Extend MediaScanner and MtpDatabase to support RAW image files

Bug: 25871812
Change-Id: Iee92632585dc9020238a9b562defd06d6d2a91dc

8 years agoMerge "ExifInterface: add support for reading metadata from RAW images"
Jaesung Chung [Tue, 19 Jan 2016 00:37:13 +0000 (00:37 +0000)]
Merge "ExifInterface: add support for reading metadata from RAW images"

8 years agoNFC: Allow apps to specify they're done with tag.
Martijn Coenen [Mon, 18 Jan 2016 16:52:44 +0000 (08:52 -0800)]
NFC: Allow apps to specify they're done with tag.

When an application is no longer interested in
communicating with a tag, but the tag is kept in
range of the device for a long amount of time, we
will burn a lot of power keeping the connection
to it alive.

Instead, allow the app to signal it's "done" with
the tag, which allows us to put the controller
in a low-power mode. This will save power in scenarios
such as an NFC tag embedded in a car dock or
wireless charging dock.

Bug: 26426491
Change-Id: I7a0149ede46e0c7610b06ed1776344b772677350

8 years agoMerge "Fix for Settings timezone names when boot time is wrong"
Neil Fuller [Mon, 18 Jan 2016 19:01:41 +0000 (19:01 +0000)]
Merge "Fix for Settings timezone names when boot time is wrong"

8 years agoMerge "Add an util method and update setMenuItemAsDisabledByAdmin."
Sudheer Shanka [Mon, 18 Jan 2016 18:28:55 +0000 (18:28 +0000)]
Merge "Add an util method and update setMenuItemAsDisabledByAdmin."

8 years agoFix several small logging issues.
Filip Gruszczynski [Mon, 18 Jan 2016 18:02:00 +0000 (10:02 -0800)]
Fix several small logging issues.

This includes:
1) invert HIDE_STACK_CRAWLS to SHOW_STACK_CRAWLS so it's immediately
clear from the config file that something is enabled (if anything is
true).
2) Merge stack collection code into a method, so we can remove the
repeated code.
3) Remove copying of some constants in AppTransition and just import
them directly.

Change-Id: I3190ee0a5963720ac6285b4f48b2705e84f04ab5

8 years agoMerge "Add extra utility method to RestrictedLockUtils."
Sudheer Shanka [Mon, 18 Jan 2016 18:00:44 +0000 (18:00 +0000)]
Merge "Add extra utility method to RestrictedLockUtils."

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 18 Jan 2016 17:48:13 +0000 (17:48 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 17:43:11 +0000 (18:43 +0100)]
Import translations. DO NOT MERGE

Change-Id: Ie34a0366716390f8027fafe3818510be86f8f2fe
Auto-generated-cl: translation import

8 years agoMerge "Remove spacing when removing padlock and add more util methods."
Sudheer Shanka [Mon, 18 Jan 2016 17:24:19 +0000 (17:24 +0000)]
Merge "Remove spacing when removing padlock and add more util methods."

8 years agoRemove spacing when removing padlock and add more util methods.
Sudheer Shanka [Mon, 18 Jan 2016 11:22:45 +0000 (11:22 +0000)]
Remove spacing when removing padlock and add more util methods.

When adding the padlock, a space is appended to the string which needs
to removed along with the padlock. And added more utility methods in
RestrictedLockUtils.

Change-Id: I33f976db23bfdd39d76c4201be0727bfafb00fd4

8 years agoEnable enter animation when docking by dragging from recents.
Filip Gruszczynski [Mon, 18 Jan 2016 16:59:45 +0000 (08:59 -0800)]
Enable enter animation when docking by dragging from recents.

This requires further work on the sysui side (the view disappears
before the animation starts), but it shows that existing
infrastructure on the WMS side is sufficient.

Bug: 24913915
Change-Id: I7ce20fdd21ee76db4720a3d0fefdfa221b0e96bf

8 years agoMerge "Fix documentation for hidden intent."
Alan Treadway [Mon, 18 Jan 2016 16:51:12 +0000 (16:51 +0000)]
Merge "Fix documentation for hidden intent."

8 years agoFix documentation for hidden intent.
Alan Treadway [Mon, 18 Jan 2016 16:42:30 +0000 (16:42 +0000)]
Fix documentation for hidden intent.

Change-Id: If3325f75cff759260e42e5b3782c267cb7c1f001

8 years agoMerge "Check for null values when copying enforcedAdmin in QSTile.State."
Sudheer Shanka [Mon, 18 Jan 2016 16:11:42 +0000 (16:11 +0000)]
Merge "Check for null values when copying enforcedAdmin in QSTile.State."

8 years agoCheck for null values when copying enforcedAdmin in QSTile.State.
Sudheer Shanka [Mon, 18 Jan 2016 11:18:35 +0000 (11:18 +0000)]
Check for null values when copying enforcedAdmin in QSTile.State.

Bug: 26612685
Change-Id: I8228d1dffc3623d3589b51c6c33f07cc53605ef2

8 years agoMerge "Import translations. DO NOT MERGE" into mnc-dr2-dev am: 7819c3b859 -s ours
Geoff Mendal [Mon, 18 Jan 2016 15:31:19 +0000 (15:31 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev am: 7819c3b859  -s ours
am: 26ada7e789  -s ours

* commit '26ada7e78993241d702a908eae93d174cbb3c8b3':
  Import translations. DO NOT MERGE

8 years agoMerge "Import translations. DO NOT MERGE" into mnc-dr2-dev
Geoff Mendal [Mon, 18 Jan 2016 15:26:34 +0000 (15:26 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev
am: 7819c3b859  -s ours

* commit '7819c3b8591035426eb9b5706f816a95644422ea':
  Import translations. DO NOT MERGE

8 years agoMerge "Import translations. DO NOT MERGE" into mnc-dr2-dev
Geoff Mendal [Mon, 18 Jan 2016 15:23:52 +0000 (15:23 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 15:19:19 +0000 (10:19 -0500)]
Import translations. DO NOT MERGE

Change-Id: I581155468832227ff209fc60743a2735b34f91a2
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE am: 6168c078ae -s ours am: 0745fe8db2 -s ours
Geoff Mendal [Mon, 18 Jan 2016 14:54:36 +0000 (14:54 +0000)]
Import translations. DO NOT MERGE am: 6168c078ae  -s ours am: 0745fe8db2  -s ours
am: 1f51e04c1a  -s ours

* commit '1f51e04c1a7fce22da1af86e059d9a65b16814ac':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE am: 6168c078ae -s ours
Geoff Mendal [Mon, 18 Jan 2016 14:51:47 +0000 (14:51 +0000)]
Import translations. DO NOT MERGE am: 6168c078ae  -s ours
am: 0745fe8db2  -s ours

* commit '0745fe8db2fc6d8fd2b4d3f57b769ae5bf0f3a0a':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 14:47:10 +0000 (14:47 +0000)]
Import translations. DO NOT MERGE
am: 6168c078ae  -s ours

* commit '6168c078aebc9cc3a371fb1165681c3b40e1b2f0':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 14:41:08 +0000 (09:41 -0500)]
Import translations. DO NOT MERGE

Change-Id: I0ff7336ca90107f45266090de0ffc634daa54722
Auto-generated-cl: translation import

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 18 Jan 2016 14:15:06 +0000 (14:15 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 18 Jan 2016 14:14:49 +0000 (14:14 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 14:12:47 +0000 (06:12 -0800)]
Import translations. DO NOT MERGE

Change-Id: I070e73e494d9400f608efaa20a2409e42830001d
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 14:12:17 +0000 (06:12 -0800)]
Import translations. DO NOT MERGE

Change-Id: Id4838bd0f2d05518f51db27a1a523501b579c1c5
Auto-generated-cl: translation import

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 18 Jan 2016 14:09:46 +0000 (14:09 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 14:08:46 +0000 (06:08 -0800)]
Import translations. DO NOT MERGE

Change-Id: I48b3ccb767e10aa277cf91c311998edf90f91b18
Auto-generated-cl: translation import

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 18 Jan 2016 13:55:14 +0000 (13:55 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 13:53:16 +0000 (05:53 -0800)]
Import translations. DO NOT MERGE

Change-Id: I577ab7113b9ad02f7556375115e7788a808efe24
Auto-generated-cl: translation import

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 18 Jan 2016 13:52:19 +0000 (13:52 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 13:50:11 +0000 (05:50 -0800)]
Import translations. DO NOT MERGE

Change-Id: I22202310da38844825b48d612c8097ea559b71d7
Auto-generated-cl: translation import

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 18 Jan 2016 13:49:33 +0000 (13:49 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 13:46:44 +0000 (05:46 -0800)]
Import translations. DO NOT MERGE

Change-Id: I37ead402c3e0ed5f172302abb7184fe232e4fbb6
Auto-generated-cl: translation import

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 18 Jan 2016 13:30:59 +0000 (13:30 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 18 Jan 2016 13:29:10 +0000 (13:29 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 13:20:59 +0000 (05:20 -0800)]
Import translations. DO NOT MERGE

Change-Id: I095c87b18d5d8815f5958d6beb81e8ccc5ece6a5
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 18 Jan 2016 13:17:51 +0000 (05:17 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ie1cf575a1d561f40d438ddfd14f089e69dc835b5
Auto-generated-cl: translation import

8 years agoExifInterface: add support for reading metadata from RAW images
Jaesung Chung [Fri, 15 Jan 2016 05:21:11 +0000 (14:21 +0900)]
ExifInterface: add support for reading metadata from RAW images

This CL depends on piex (github.com/google/piex),
which is owned by Google Photos's RAW team.

piex is capable of reading EXIF data that contains
metadata, and finding the positions in an image of
thumbnail and preview images from RAW images.

piex supports DNG, CR2, NEF, NRW, ARW, RW2, ORF
and RAF image file formats.

ExifInterface gets thumbnail and metadata information
from the above RAW image formats via piex.

Bug: 26177215
Change-Id: I529f8032bcb2a9d3d9e857ff1365a26a4f040066

8 years agoMerge "Change permissions of apps' home dir to 0700 for SDK > 23"
Janis Danisevskis [Mon, 18 Jan 2016 13:13:24 +0000 (13:13 +0000)]
Merge "Change permissions of apps' home dir to 0700 for SDK > 23"

8 years agoApplying finalized strings for remote bugreports
Michal Karpinski [Tue, 15 Dec 2015 10:09:00 +0000 (10:09 +0000)]
Applying finalized strings for remote bugreports

Bug: 26226230
Change-Id: I0764a2d8c67a5d14d91c3e3162f407c74adb7bf8

8 years agoReload active profiles when constructing WorkModeTile
Rubin Xu [Mon, 18 Jan 2016 11:02:18 +0000 (11:02 +0000)]
Reload active profiles when constructing WorkModeTile

There seems to cases when after QSTile is constructed, handleUpdateState()
is called without setListening(true) being called first. In the WorkModeTile
case it leads to the tile removing itself. The fix is to reload active profile
list in the constructor so handleUpdateState() would not remove itself because
it thinks there is no active profile.

Bug: 26178050
Change-Id: I3516c85ffcf00730c3afd67f9fdec1d41c781c0a

8 years agoMerge "DPM changes to support remote bugreports"
Michal Karpinski [Mon, 18 Jan 2016 10:00:55 +0000 (10:00 +0000)]
Merge "DPM changes to support remote bugreports"