OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and...
Matthew Bouyack [Tue, 12 Jan 2016 22:40:13 +0000 (22:40 +0000)]
Merge "In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and save the result. Then pass that value to UiFrameInfoBuilder::setVsync as both arguments." into cw-e-dev am: eebf168e43
am: e0845e8629

* commit 'e0845e86299a35f84ad63177047745de5a6020e9':
  In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and save the result. Then pass that value to UiFrameInfoBuilder::setVsync as both arguments.

8 years agoMerge "In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and...
Matthew Bouyack [Tue, 12 Jan 2016 22:33:09 +0000 (22:33 +0000)]
Merge "In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and save the result. Then pass that value to UiFrameInfoBuilder::setVsync as both arguments." into cw-e-dev
am: eebf168e43

* commit 'eebf168e43e4a455a74e949cc0d7e156b231a697':
  In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and save the result. Then pass that value to UiFrameInfoBuilder::setVsync as both arguments.

8 years agoMerge "In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and...
Matthew Bouyack [Tue, 12 Jan 2016 22:28:21 +0000 (22:28 +0000)]
Merge "In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos and save the result. Then pass that value to UiFrameInfoBuilder::setVsync as both arguments." into cw-e-dev

8 years agoIn CanvasContext::doFrame, make a separate call to computeFrameTimeNanos
Matthew Bouyack [Tue, 12 Jan 2016 20:01:48 +0000 (12:01 -0800)]
In CanvasContext::doFrame, make a separate call to computeFrameTimeNanos
and save the result. Then pass that value to
UiFrameInfoBuilder::setVsync as both arguments.

The order of function argument evaluation is undefined in C++. Because
the value returned from TimeLord::latestVsync may be changed by
the preceding call to TimeLord::computeFrameTimeNanos the values of the
arguments passed to UiFrameInfoBuilder::setVsync is also undefined. This
change removes any ambiguity.

Change-Id: Ie71ee453f9ccc725edfe5f7cc9b277f2a809dfdc

8 years agoMerge "Avoid drawable invalidation during draw()" into mnc-dr1.5-dev
Alan Viverette [Tue, 12 Jan 2016 19:22:16 +0000 (19:22 +0000)]
Merge "Avoid drawable invalidation during draw()" into mnc-dr1.5-dev
am: cf6885b7b7

* commit 'cf6885b7b7665b5589c0640e1cf4b98780f3aeec':
  Avoid drawable invalidation during draw()

8 years agoMerge "Avoid drawable invalidation during draw()" into mnc-dr1.5-dev
Alan Viverette [Tue, 12 Jan 2016 19:18:28 +0000 (19:18 +0000)]
Merge "Avoid drawable invalidation during draw()" into mnc-dr1.5-dev

8 years agoMerge "Handle null result from getVirtualChildAt()" into mnc-dr1.5-dev
Alan Viverette [Tue, 12 Jan 2016 18:53:45 +0000 (18:53 +0000)]
Merge "Handle null result from getVirtualChildAt()" into mnc-dr1.5-dev
am: d9434699e4

* commit 'd9434699e4ef8c528ce01223ee9ef200bfd693e4':
  Handle null result from getVirtualChildAt()

8 years agoGet data type from service state as well
Jason Monk [Tue, 12 Jan 2016 18:51:32 +0000 (18:51 +0000)]
Get data type from service state as well
am: 67b2c16a9a

* commit '67b2c16a9a9060d37888bdab4dfadd384a76e9d7':
  Get data type from service state as well

8 years agoMerge "Handle null result from getVirtualChildAt()" into mnc-dr1.5-dev
Alan Viverette [Tue, 12 Jan 2016 18:19:33 +0000 (18:19 +0000)]
Merge "Handle null result from getVirtualChildAt()" into mnc-dr1.5-dev

8 years agoGet data type from service state as well
Jason Monk [Tue, 12 Jan 2016 15:24:09 +0000 (10:24 -0500)]
Get data type from service state as well

Bug: 26276354
Bug: 26413831
Change-Id: Ic080300db7d5e5200caf611cc2ee1ef3af93736e

8 years agoAvoid drawable invalidation during draw()
Alan Viverette [Mon, 4 Jan 2016 17:36:28 +0000 (12:36 -0500)]
Avoid drawable invalidation during draw()

Prevents infinite invalidation loop when reusing a drawable asset within
a single draw() call. Also reduces unnecessary extra invalidations due to
drawable setters (ex. setBounds()) being called during draw().

Bug: 26329675
Change-Id: I31b3c99e8efd4193415cc562a84c8939a2f56c2d
(cherry picked from commit 8cda8e915916b3166e4496589b802fd1ed553c77)

8 years agoHandle null result from getVirtualChildAt()
Alan Viverette [Thu, 17 Dec 2015 17:42:39 +0000 (12:42 -0500)]
Handle null result from getVirtualChildAt()

Also adds final where the method was being called, adds Nullable
annotation to method, and updates docs.

Bug: 25985497
Change-Id: I847a8507f2e3970f1340cddf4abf8650dda22b35
(cherry picked from commit ad52693cf3dfe3f5e84f5a22fe4c3787f2f2cbfb)

8 years agoMerge "Get animation update timing for AVD" into mnc-dr1.5-dev
Doris Liu [Tue, 12 Jan 2016 01:39:05 +0000 (01:39 +0000)]
Merge "Get animation update timing for AVD" into mnc-dr1.5-dev
am: a73abeaf4b

* commit 'a73abeaf4b7b158664c34124d8df39ad843f7451':
  Get animation update timing for AVD

8 years agoMerge "Get animation update timing for AVD" into mnc-dr1.5-dev
Doris Liu [Tue, 12 Jan 2016 01:36:23 +0000 (01:36 +0000)]
Merge "Get animation update timing for AVD" into mnc-dr1.5-dev

8 years agoMerge changes from topic \'grapheme-dr1.5\' into mnc-dr1.5-dev
Raph Levien [Tue, 12 Jan 2016 01:15:06 +0000 (01:15 +0000)]
Merge changes from topic \'grapheme-dr1.5\' into mnc-dr1.5-dev
am: 9f2c939730

* commit '9f2c939730730e76afc46e891b82499b499503e1':
  Respect grapheme clusters in Layout#getOffsetForHorizontal.
  Fix: Cursor can be at an invalid offset in EditText.

8 years agoMerge "Fix measurement to respect grapheme and span boundaries" into mnc-dr1.5-dev
Raph Levien [Tue, 12 Jan 2016 01:13:37 +0000 (01:13 +0000)]
Merge "Fix measurement to respect grapheme and span boundaries" into mnc-dr1.5-dev
am: 36c5ab3542

* commit '36c5ab3542624f9634106390fa34482babe2d8d3':
  Fix measurement to respect grapheme and span boundaries

8 years agoMerge changes from topic 'grapheme-dr1.5' into mnc-dr1.5-dev
Raph Levien [Tue, 12 Jan 2016 01:10:52 +0000 (01:10 +0000)]
Merge changes from topic 'grapheme-dr1.5' into mnc-dr1.5-dev

* changes:
  Respect grapheme clusters in Layout#getOffsetForHorizontal.
  Fix: Cursor can be at an invalid offset in EditText.

8 years agoMerge "Fix measurement to respect grapheme and span boundaries" into mnc-dr1.5-dev
Raph Levien [Tue, 12 Jan 2016 01:10:52 +0000 (01:10 +0000)]
Merge "Fix measurement to respect grapheme and span boundaries" into mnc-dr1.5-dev

8 years agoMerge "UsageStatsService: Fix app idle issue at rollover time" into mnc-dr1.5-dev
Adam Lesinski [Tue, 12 Jan 2016 00:38:09 +0000 (00:38 +0000)]
Merge "UsageStatsService: Fix app idle issue at rollover time" into mnc-dr1.5-dev
am: 15df80f069

* commit '15df80f069c72989539df560c02f377ae9214ae2':
  UsageStatsService: Fix app idle issue at rollover time

8 years agoMerge "UsageStatsService: Fix app idle issue at rollover time" into mnc-dr1.5-dev
Adam Lesinski [Tue, 12 Jan 2016 00:28:28 +0000 (00:28 +0000)]
Merge "UsageStatsService: Fix app idle issue at rollover time" into mnc-dr1.5-dev

8 years agoGet animation update timing for AVD
Doris Liu [Thu, 7 Jan 2016 22:24:57 +0000 (14:24 -0800)]
Get animation update timing for AVD

The goal for this change is to get the timing for animation update. Since
AnimatorSet does not support update listeners, we have to go with the a different
approach, which sets up a value animator that runs between the start and end of
the AnimatorSet. We can then get the animation update timing from the ValueAnimator.

Bug: 26329675
Change-Id: Ibe7fce81eb6da5e05c87a732c1d3bc904b4e5e6f
(cherry picked from commit I378a0964da8f7090f65f6b56275a302e30668835)

8 years agoRespect grapheme clusters in Layout#getOffsetForHorizontal.
Keisuke Kuroyanagi [Fri, 8 Jan 2016 10:55:17 +0000 (19:55 +0900)]
Respect grapheme clusters in Layout#getOffsetForHorizontal.

TextUtils#getOffsetAfter was used for getting the next
offset in Layout#getOffsetForHorizontal. However, this
method doesn't treat grapheme clusters properly.
Changed to use TextLine#getOffsetToLeftRightOf instead of
TextUtils#getOffsetAfter.

Bug: 25375561
Change-Id: I96c9e6e5da65adfb5266446ecab852c52628dbb5

8 years agoFix: Cursor can be at an invalid offset in EditText.
Keisuke Kuroyanagi [Thu, 27 Aug 2015 09:15:48 +0000 (18:15 +0900)]
Fix: Cursor can be at an invalid offset in EditText.

"getLineEnd(line) - 1" is used as the return value when the
"horiz" is beyond the line end for multiple line text.
In this case, the returned value can point an invalid
offset like the middle point of a surrogate pair.

Bug: 23069901
Change-Id: I1afef7205a15079a42bb0018df73f70fe9ada862
(cherry picked from commit 00ad16d1cd24b788262ab4f62935e720a392da6d)

8 years agoFix measurement to respect grapheme and span boundaries
Raph Levien [Tue, 1 Dec 2015 05:05:46 +0000 (21:05 -0800)]
Fix measurement to respect grapheme and span boundaries

When measuring in TextLine (important for cursor positioning), the
substring measured must neither be too short (it can't just be the
substring up to the measure limit, but must include additional
characters if they form a ligature) nor too long (it can't extend
beyond the end of the CharacterStyle span, otherwise the measurement
fails to account for the fact that the CharacterStyle span boundary
breaks the ligature). This patch gets it just right.

Bug: 25375561
Change-Id: I36e1c4bdc66424d3b611cf54031756cf54cf3fec

8 years agoAdd carrier config variable to support editable wfc mode
Sungmin Choi [Mon, 11 Jan 2016 20:31:57 +0000 (20:31 +0000)]
Add carrier config variable to support editable wfc mode
am: d3b2826a1a

* commit 'd3b2826a1a3ff128db1e89a081124192ac70c509':
  Add carrier config variable to support editable wfc mode

8 years agoAdd carrier config variable to support editable wfc mode
Sungmin Choi [Wed, 23 Dec 2015 05:10:41 +0000 (14:10 +0900)]
Add carrier config variable to support editable wfc mode

Some operators support Wi-Fi Calling only, not VoLTE.
They don't need "Cellular preferred" option.
In this case, set uneditalbe attribute for preferred preference.

Bug: 26299288
Change-Id: I58b44bbd85bb5ef436d32a5e34d7372532695b91

8 years agoMerge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev am: 66841a62f1...
Geoff Mendal [Mon, 11 Jan 2016 16:01:55 +0000 (16:01 +0000)]
Merge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev am: 66841a62f1  -s ours am: 73992aee94  -s ours am: 0663959eb7  -s ours am: 8635657b17  -s ours
am: 4c042b096e  -s ours

* commit '4c042b096e3b25f7292d13b4c44d79cb79ebeb36':
  Revert "Import translations. DO NOT MERGE"

8 years agoMerge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev am: 66841a62f1...
Geoff Mendal [Mon, 11 Jan 2016 15:51:36 +0000 (15:51 +0000)]
Merge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev am: 66841a62f1  -s ours am: 73992aee94  -s ours am: 0663959eb7  -s ours
am: 8635657b17  -s ours

* commit '8635657b176ee9f80e8f57a7d1da9278722ff8a0':
  Revert "Import translations. DO NOT MERGE"

8 years agoMerge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev am: 66841a62f1...
Geoff Mendal [Mon, 11 Jan 2016 15:46:49 +0000 (15:46 +0000)]
Merge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev am: 66841a62f1  -s ours am: 73992aee94  -s ours
am: 0663959eb7  -s ours

* commit '0663959eb73127a49d0a72a70000f3b092adc3e6':
  Revert "Import translations. DO NOT MERGE"

8 years agoMerge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev am: 66841a62f1...
Geoff Mendal [Mon, 11 Jan 2016 15:42:10 +0000 (15:42 +0000)]
Merge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev am: 66841a62f1  -s ours
am: 73992aee94  -s ours

* commit '73992aee94ce78b8827fe05bb5537068a96c835d':
  Revert "Import translations. DO NOT MERGE"

8 years agoMerge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev
Geoff Mendal [Mon, 11 Jan 2016 15:37:27 +0000 (15:37 +0000)]
Merge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev
am: 66841a62f1  -s ours

* commit '66841a62f1d71eba843e69d1c8b5ca9453c5b42b':
  Revert "Import translations. DO NOT MERGE"

8 years agoMerge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev
Geoff Mendal [Mon, 11 Jan 2016 15:33:48 +0000 (15:33 +0000)]
Merge "Revert "Import translations. DO NOT MERGE"" into lmp-mr1-ub-dev

8 years agoRevert "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 11 Jan 2016 15:33:28 +0000 (15:33 +0000)]
Revert "Import translations. DO NOT MERGE"

This reverts commit a4505e926410cbf20dcd301f35f3496628cad9de.

Change-Id: I5929282b07b1df7a3d618e3be00974609cfcc5cf

8 years agoMerge branch \'mnc-dr1.5-dev\' of /usr/local/google/game/mirror/googleplex-android_go...
Geoff Mendal [Mon, 11 Jan 2016 15:02:10 +0000 (15:02 +0000)]
Merge branch \'mnc-dr1.5-dev\' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/frameworks/base into mnc-dr1.5-dev
am: ddee7d949d

* commit 'ddee7d949dbd1fd5d18e11322532e78cd8330554':

8 years agoRevert "Import translations. DO NOT MERGE" am: 8874f9754f -s ours am: 4df8f4abe0...
Geoff Mendal [Mon, 11 Jan 2016 15:00:49 +0000 (15:00 +0000)]
Revert "Import translations. DO NOT MERGE" am: 8874f9754f  -s ours am: 4df8f4abe0  -s ours am: 009fb756ec  -s ours am: b409a99ccc  -s ours am: 14c37a57ea  -s ours am: 0b8de39728  -s ours am: 9f094ac04d  -s ours
am: 38aaa9981a  -s ours

* commit '38aaa9981a62b0978c65f86f22102383bb2d5f01':
  Revert "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE am: 9f9e736e0d -s ours am: b441c6926b -s ours...
Geoff Mendal [Mon, 11 Jan 2016 14:59:20 +0000 (14:59 +0000)]
Import translations. DO NOT MERGE am: 9f9e736e0d  -s ours am: b441c6926b  -s ours am: 83bf32ebe5  -s ours am: 42692affe2  -s ours am: 8ea585955c  -s ours am: 4ae777097e  -s ours am: 23c92d99cf  -s ours
am: 67ba224dbf  -s ours

* commit '67ba224dbf81e6c1a63bc11a1b02edd45c5c1d4a':
  Import translations. DO NOT MERGE

8 years agoMerge branch 'mnc-dr1.5-dev' of /usr/local/google/game/mirror/googleplex-android_goog...
Geoff Mendal [Mon, 11 Jan 2016 14:57:38 +0000 (14:57 +0000)]
Merge branch 'mnc-dr1.5-dev' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/frameworks/base into mnc-dr1.5-dev

8 years agoRevert "Import translations. DO NOT MERGE" am: 8874f9754f -s ours am: 4df8f4abe0...
Geoff Mendal [Mon, 11 Jan 2016 14:57:07 +0000 (14:57 +0000)]
Revert "Import translations. DO NOT MERGE" am: 8874f9754f  -s ours am: 4df8f4abe0  -s ours am: 009fb756ec  -s ours am: b409a99ccc  -s ours am: 14c37a57ea  -s ours am: 0b8de39728  -s ours
am: 9f094ac04d  -s ours

* commit '9f094ac04d55cc3a2da2038cc3f3e46dc472269b':
  Revert "Import translations. DO NOT MERGE"

8 years agoRevert "Import translations. DO NOT MERGE" am: 8874f9754f -s ours am: 4df8f4abe0...
Geoff Mendal [Mon, 11 Jan 2016 14:56:01 +0000 (14:56 +0000)]
Revert "Import translations. DO NOT MERGE" am: 8874f9754f  -s ours am: 4df8f4abe0  -s ours am: 009fb756ec  -s ours am: b409a99ccc  -s ours am: 14c37a57ea  -s ours am: 0b8de39728  -s ours
am: 9f094ac04d  -s ours

* commit '9f094ac04d55cc3a2da2038cc3f3e46dc472269b':
  Revert "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE am: 9f9e736e0d -s ours am: b441c6926b -s ours...
Geoff Mendal [Mon, 11 Jan 2016 14:54:39 +0000 (14:54 +0000)]
Import translations. DO NOT MERGE am: 9f9e736e0d  -s ours am: b441c6926b  -s ours am: 83bf32ebe5  -s ours am: 42692affe2  -s ours am: 8ea585955c  -s ours am: 4ae777097e  -s ours
am: 23c92d99cf  -s ours

* commit '23c92d99cf4f613f212710e73bb46c9c5895918f':
  Import translations. DO NOT MERGE

8 years agoRevert "Import translations. DO NOT MERGE" am: 8874f9754f -s ours am: 4df8f4abe0...
Geoff Mendal [Mon, 11 Jan 2016 14:52:22 +0000 (14:52 +0000)]
Revert "Import translations. DO NOT MERGE" am: 8874f9754f  -s ours am: 4df8f4abe0  -s ours am: 009fb756ec  -s ours am: b409a99ccc  -s ours am: 14c37a57ea  -s ours
am: 0b8de39728  -s ours

* commit '0b8de39728014ad51ff6784a3850a3d752f715e3':
  Revert "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE am: 9f9e736e0d -s ours am: b441c6926b -s ours...
Geoff Mendal [Mon, 11 Jan 2016 14:50:39 +0000 (14:50 +0000)]
Import translations. DO NOT MERGE am: 9f9e736e0d  -s ours am: b441c6926b  -s ours am: 83bf32ebe5  -s ours am: 42692affe2  -s ours am: 8ea585955c  -s ours
am: 4ae777097e  -s ours

* commit '4ae777097e4242e546c0b7e477cbd0829689dff5':
  Import translations. DO NOT MERGE

8 years agoRevert "Import translations. DO NOT MERGE" am: 8874f9754f -s ours am: 4df8f4abe0...
Geoff Mendal [Mon, 11 Jan 2016 14:45:46 +0000 (14:45 +0000)]
Revert "Import translations. DO NOT MERGE" am: 8874f9754f  -s ours am: 4df8f4abe0  -s ours am: 009fb756ec  -s ours am: b409a99ccc  -s ours
am: 14c37a57ea  -s ours

* commit '14c37a57eaf9fe962fe7ee9ecb33bc883ededf7b':
  Revert "Import translations. DO NOT MERGE"

8 years agoRevert "Import translations. DO NOT MERGE" am: 8874f9754f -s ours am: 4df8f4abe0...
Geoff Mendal [Mon, 11 Jan 2016 14:41:17 +0000 (14:41 +0000)]
Revert "Import translations. DO NOT MERGE" am: 8874f9754f  -s ours am: 4df8f4abe0  -s ours am: 009fb756ec  -s ours
am: b409a99ccc  -s ours

* commit 'b409a99ccc0a42814f3918c689d06526c09f726b':
  Revert "Import translations. DO NOT MERGE"

8 years agoRevert "Import translations. DO NOT MERGE" am: 8874f9754f -s ours am: 4df8f4abe0...
Geoff Mendal [Mon, 11 Jan 2016 14:36:52 +0000 (14:36 +0000)]
Revert "Import translations. DO NOT MERGE" am: 8874f9754f  -s ours am: 4df8f4abe0  -s ours
am: 009fb756ec  -s ours

* commit '009fb756ecabd78e5300c619c267f2e55cfd0922':
  Revert "Import translations. DO NOT MERGE"

8 years agoRevert "Import translations. DO NOT MERGE" am: 9e5fe1a7da -s ours am: 1c51eb41ee...
Geoff Mendal [Mon, 11 Jan 2016 14:32:36 +0000 (14:32 +0000)]
Revert "Import translations. DO NOT MERGE" am: 9e5fe1a7da  -s ours am: 1c51eb41ee  -s ours am: eab7785333  -s ours am: 2ed7b6d82a  -s ours
am: d344dc256b  -s ours

* commit 'd344dc256bf0a2b786e1a1f1e99acf3f83b97e75':
  Revert "Import translations. DO NOT MERGE"

8 years agoRevert "Import translations. DO NOT MERGE" am: 8874f9754f -s ours
Geoff Mendal [Mon, 11 Jan 2016 14:32:35 +0000 (14:32 +0000)]
Revert "Import translations. DO NOT MERGE" am: 8874f9754f  -s ours
am: 4df8f4abe0  -s ours

* commit '4df8f4abe076d870b0e406efcd9c2d7cb6e4c81f':
  Revert "Import translations. DO NOT MERGE"

8 years agoRevert "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 11 Jan 2016 14:28:57 +0000 (14:28 +0000)]
Revert "Import translations. DO NOT MERGE"
am: 8874f9754f  -s ours

* commit '8874f9754f909dafcc2c5c23109e35297263f469':
  Revert "Import translations. DO NOT MERGE"

8 years agoRevert "Import translations. DO NOT MERGE" am: 9e5fe1a7da -s ours am: 1c51eb41ee...
Geoff Mendal [Mon, 11 Jan 2016 14:28:55 +0000 (14:28 +0000)]
Revert "Import translations. DO NOT MERGE" am: 9e5fe1a7da  -s ours am: 1c51eb41ee  -s ours am: eab7785333  -s ours
am: 2ed7b6d82a  -s ours

* commit '2ed7b6d82a921f085ee22914ecb0a09456ac44ed':
  Revert "Import translations. DO NOT MERGE"

8 years agoRevert "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 11 Jan 2016 14:24:19 +0000 (14:24 +0000)]
Revert "Import translations. DO NOT MERGE"

This reverts commit 9f9e736e0dc08f7fd84d3b557ee4ae8212c61be4.

Change-Id: I7164f13dedd0713b948b4f6bcf4b54aa0bdcc0c8

8 years agoRevert "Import translations. DO NOT MERGE" am: 9e5fe1a7da -s ours am: 1c51eb41ee...
Geoff Mendal [Mon, 11 Jan 2016 14:22:02 +0000 (14:22 +0000)]
Revert "Import translations. DO NOT MERGE" am: 9e5fe1a7da  -s ours am: 1c51eb41ee  -s ours
am: eab7785333  -s ours

* commit 'eab778533331bc25b3b201ebb9519a016a451ae4':
  Revert "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE am: 9f9e736e0d -s ours am: b441c6926b -s ours...
Geoff Mendal [Mon, 11 Jan 2016 14:16:41 +0000 (14:16 +0000)]
Import translations. DO NOT MERGE am: 9f9e736e0d  -s ours am: b441c6926b  -s ours am: 83bf32ebe5  -s ours am: 42692affe2  -s ours
am: 8ea585955c  -s ours

* commit '8ea585955c8aa06daa87a6690421f73f98bb036e':
  Import translations. DO NOT MERGE

8 years agoRevert "Import translations. DO NOT MERGE" am: 9e5fe1a7da -s ours
Geoff Mendal [Mon, 11 Jan 2016 14:16:40 +0000 (14:16 +0000)]
Revert "Import translations. DO NOT MERGE" am: 9e5fe1a7da  -s ours
am: 1c51eb41ee  -s ours

* commit '1c51eb41ee57bb2aeff62dd23576c6565a86de17':
  Revert "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE am: 9f9e736e0d -s ours am: b441c6926b -s ours...
Geoff Mendal [Mon, 11 Jan 2016 14:11:44 +0000 (14:11 +0000)]
Import translations. DO NOT MERGE am: 9f9e736e0d  -s ours am: b441c6926b  -s ours am: 83bf32ebe5  -s ours
am: 42692affe2  -s ours

* commit '42692affe23352b7e0bbcc9ef4d6f5fb661cc943':
  Import translations. DO NOT MERGE

8 years agoRevert "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 11 Jan 2016 14:11:44 +0000 (14:11 +0000)]
Revert "Import translations. DO NOT MERGE"
am: 9e5fe1a7da  -s ours

* commit '9e5fe1a7da02055c03b434db04f0927ba174f3f9':
  Revert "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE am: a4505e9264 -s ours am: bc3b9e2a83 -s ours...
Geoff Mendal [Mon, 11 Jan 2016 14:07:45 +0000 (14:07 +0000)]
Import translations. DO NOT MERGE am: a4505e9264  -s ours am: bc3b9e2a83  -s ours am: a6a761d9fd  -s ours am: a8ae80950e  -s ours
am: 82666a9f2a  -s ours

* commit '82666a9f2a1cee49a23291602128b257abf9a64f':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE am: 9f9e736e0d -s ours am: b441c6926b -s ours
Geoff Mendal [Mon, 11 Jan 2016 14:05:05 +0000 (14:05 +0000)]
Import translations. DO NOT MERGE am: 9f9e736e0d  -s ours am: b441c6926b  -s ours
am: 83bf32ebe5  -s ours

* commit '83bf32ebe589fa2ed4c8501eb6b0def97e2dd9ac':
  Import translations. DO NOT MERGE

8 years agoRevert "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 11 Jan 2016 14:04:51 +0000 (14:04 +0000)]
Revert "Import translations. DO NOT MERGE"

This reverts commit f7e5202668cd2b0dc26a65e46b68a4267567bce0.

Change-Id: Ia54e4b766ea2a9f9815baef29df546605d1c3672

8 years agoImport translations. DO NOT MERGE am: f7e5202668 -s ours am: 0b1a880876 -s ours...
Geoff Mendal [Mon, 11 Jan 2016 14:02:31 +0000 (14:02 +0000)]
Import translations. DO NOT MERGE am: f7e5202668  -s ours am: 0b1a880876  -s ours am: f272b0a87e  -s ours am: 0c6bf20b04  -s ours
am: 62e77bd206  -s ours

* commit '62e77bd206c2c3dd69ca62b5f02d5550559012d3':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE am: 9f9e736e0d -s ours
Geoff Mendal [Mon, 11 Jan 2016 13:59:58 +0000 (13:59 +0000)]
Import translations. DO NOT MERGE am: 9f9e736e0d  -s ours
am: b441c6926b  -s ours

* commit 'b441c6926bbc977956cd1cb6afcc338b09e5d6e3':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE am: a4505e9264 -s ours am: bc3b9e2a83 -s ours...
Geoff Mendal [Mon, 11 Jan 2016 13:59:57 +0000 (13:59 +0000)]
Import translations. DO NOT MERGE am: a4505e9264  -s ours am: bc3b9e2a83  -s ours am: a6a761d9fd  -s ours
am: a8ae80950e  -s ours

* commit 'a8ae80950eae564cae9b8bf3b8146eede57317c7':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE am: f7e5202668 -s ours am: 0b1a880876 -s ours...
Geoff Mendal [Mon, 11 Jan 2016 13:57:31 +0000 (13:57 +0000)]
Import translations. DO NOT MERGE am: f7e5202668  -s ours am: 0b1a880876  -s ours am: f272b0a87e  -s ours
am: 0c6bf20b04  -s ours

* commit '0c6bf20b04b8eb3c3b66d563ed497491ddb511c5':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 11 Jan 2016 13:54:49 +0000 (13:54 +0000)]
Import translations. DO NOT MERGE
am: 9f9e736e0d  -s ours

* commit '9f9e736e0dc08f7fd84d3b557ee4ae8212c61be4':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE am: a4505e9264 -s ours am: bc3b9e2a83 -s ours
Geoff Mendal [Mon, 11 Jan 2016 13:54:46 +0000 (13:54 +0000)]
Import translations. DO NOT MERGE am: a4505e9264  -s ours am: bc3b9e2a83  -s ours
am: a6a761d9fd  -s ours

* commit 'a6a761d9fdbcae6c62fc50f0a36c64c57c8c7403':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE am: f7e5202668 -s ours am: 0b1a880876 -s ours
Geoff Mendal [Mon, 11 Jan 2016 13:52:00 +0000 (13:52 +0000)]
Import translations. DO NOT MERGE am: f7e5202668  -s ours am: 0b1a880876  -s ours
am: f272b0a87e  -s ours

* commit 'f272b0a87ed5af0317285ef047cf95cd4601ebca':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE am: a4505e9264 -s ours
Geoff Mendal [Mon, 11 Jan 2016 13:49:05 +0000 (13:49 +0000)]
Import translations. DO NOT MERGE am: a4505e9264  -s ours
am: bc3b9e2a83  -s ours

* commit 'bc3b9e2a83909cb170de2d48023db2d67388162f':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 11 Jan 2016 13:46:48 +0000 (08:46 -0500)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE am: f7e5202668 -s ours
Geoff Mendal [Mon, 11 Jan 2016 13:46:15 +0000 (13:46 +0000)]
Import translations. DO NOT MERGE am: f7e5202668  -s ours
am: 0b1a880876  -s ours

* commit '0b1a88087604f1f94d616934947a530c8ea40f0f':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 11 Jan 2016 13:43:25 +0000 (13:43 +0000)]
Import translations. DO NOT MERGE
am: a4505e9264  -s ours

* commit 'a4505e926410cbf20dcd301f35f3496628cad9de':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 11 Jan 2016 13:40:07 +0000 (13:40 +0000)]
Import translations. DO NOT MERGE
am: f7e5202668  -s ours

* commit 'f7e5202668cd2b0dc26a65e46b68a4267567bce0':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 11 Jan 2016 13:34:53 +0000 (08:34 -0500)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 11 Jan 2016 13:22:53 +0000 (08:22 -0500)]
Import translations. DO NOT MERGE

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

8 years agoUsageStatsService: Fix app idle issue at rollover time
Adam Lesinski [Fri, 8 Jan 2016 02:24:53 +0000 (18:24 -0800)]
UsageStatsService: Fix app idle issue at rollover time

App Idle queries are very frequent and so they only check in memory stats.
However, in memory stats can be missing some entries, especially after a rollover, but also
due to a larger bug fixed in master (too risky to take now).

The fix is to do a deep query (reading older files from disk) and maintain a parallel cache
of stats for app idle. That way the rolling window of data required to serve app idle queries
stays in memory.

Bug:26355386
Change-Id: I2dd3946b45d7d893410715bb0534b2b48694ced6

8 years agoMerge "DO NOT MERGE: Use GregorianCalendar.add() when searching for next alarm."...
Daniel Sandler [Thu, 7 Jan 2016 18:13:07 +0000 (18:13 +0000)]
Merge "DO NOT MERGE: Use GregorianCalendar.add() when searching for next alarm." into mnc-dr1.5-dev
am: c2ec3f1bbe

* commit 'c2ec3f1bbe7271be2126b48fc94acc42a37f43f2':
  DO NOT MERGE: Use GregorianCalendar.add() when searching for next alarm.

8 years agoMerge "DO NOT MERGE: Use GregorianCalendar.add() when searching for next alarm."...
Daniel Sandler [Thu, 7 Jan 2016 18:09:29 +0000 (18:09 +0000)]
Merge "DO NOT MERGE: Use GregorianCalendar.add() when searching for next alarm." into mnc-dr1.5-dev

8 years agoDO NOT MERGE: Use GregorianCalendar.add() when searching for next alarm.
Dan Sandler [Tue, 29 Dec 2015 20:45:39 +0000 (15:45 -0500)]
DO NOT MERGE: Use GregorianCalendar.add() when searching for next alarm.

Never attribute to malice that which is adequately explained
by a bug, particularly one involving date math.

Bug: 26326394
Change-Id: I3483ac102c678a8852565c8ea94c06e19b3f26d8

8 years agoFix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b...
Baligh Uddin [Thu, 7 Jan 2016 16:47:19 +0000 (16:47 +0000)]
Fix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b am: aa2210c5c1 am: 78f672ef05 am: 8d85292827 am: 212fe88251 am: ee895112b3
am: 9530b07c4e

* commit '9530b07c4e56819e2b5a9ddc7a60feb44e9406c8':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b...
Baligh Uddin [Thu, 7 Jan 2016 16:43:22 +0000 (16:43 +0000)]
Fix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b am: aa2210c5c1 am: 78f672ef05 am: 8d85292827 am: 212fe88251
am: ee895112b3

* commit 'ee895112b3b221062c7093582c9ad98b3bf0bf58':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b...
Baligh Uddin [Thu, 7 Jan 2016 16:39:15 +0000 (16:39 +0000)]
Fix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b am: aa2210c5c1 am: 78f672ef05 am: 8d85292827
am: 212fe88251

* commit '212fe88251a6c769ba71f562fd2f51c30926ccc1':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b...
Baligh Uddin [Thu, 7 Jan 2016 16:35:00 +0000 (16:35 +0000)]
Fix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b am: aa2210c5c1 am: 78f672ef05
am: 8d85292827

* commit '8d8529282719f035d0ce7460ffd640f94d6c6eb8':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline. am: 71921cb23c am: 6980f76931...
Baligh Uddin [Thu, 7 Jan 2016 16:34:59 +0000 (16:34 +0000)]
Fix plurals variable to unblock Translations Pipeline. am: 71921cb23c am: 6980f76931 am: a9850abb82
am: 9c43094473

* commit '9c430944737a5b73218e4162e81aaada2257603d':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b...
Baligh Uddin [Thu, 7 Jan 2016 16:31:02 +0000 (16:31 +0000)]
Fix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b am: aa2210c5c1
am: 78f672ef05

* commit '78f672ef05d9dbfbd0abf1b29b76f8cb22d84979':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline. am: 71921cb23c am: 6980f76931
Baligh Uddin [Thu, 7 Jan 2016 16:31:01 +0000 (16:31 +0000)]
Fix plurals variable to unblock Translations Pipeline. am: 71921cb23c am: 6980f76931
am: a9850abb82

* commit 'a9850abb82b0ce7b4319a9b8deb0926f40ab1e70':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b
Baligh Uddin [Thu, 7 Jan 2016 16:26:49 +0000 (16:26 +0000)]
Fix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b
am: aa2210c5c1

* commit 'aa2210c5c174fd681fd52fd43e55de6c018a93ad':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline. am: 71921cb23c
Baligh Uddin [Thu, 7 Jan 2016 16:26:48 +0000 (16:26 +0000)]
Fix plurals variable to unblock Translations Pipeline. am: 71921cb23c
am: 6980f76931

* commit '6980f76931d3a52a2c071b10a5736afe8de0fdf4':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline. am: 61f9f31468
Baligh Uddin [Thu, 7 Jan 2016 16:22:23 +0000 (16:22 +0000)]
Fix plurals variable to unblock Translations Pipeline. am: 61f9f31468
am: 4340e0677b

* commit '4340e0677b691f2ab12549556c23b88e599cf8c1':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline.
Baligh Uddin [Thu, 7 Jan 2016 16:18:11 +0000 (16:18 +0000)]
Fix plurals variable to unblock Translations Pipeline.
am: 61f9f31468

* commit '61f9f31468c5fc4dd2605c9ab8cb6a54cc58d6f9':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoFix plurals variable to unblock Translations Pipeline.
Baligh Uddin [Thu, 7 Jan 2016 16:18:10 +0000 (16:18 +0000)]
Fix plurals variable to unblock Translations Pipeline.
am: 71921cb23c

* commit '71921cb23c7493ae6c7186d5554233540c9bcc9c':
  Fix plurals variable to unblock Translations Pipeline.

8 years agoExit getAllValidScorers early if not the primary.
Jeremy Joslin [Wed, 6 Jan 2016 21:43:24 +0000 (21:43 +0000)]
Exit getAllValidScorers early if not the primary.
am: 5b294b45d0

* commit '5b294b45d0d7afbed71fd2e59342c5ad7b8b7d76':
  Exit getAllValidScorers early if not the primary.

8 years agoFix plurals variable to unblock Translations Pipeline.
Baligh Uddin [Fri, 30 Jan 2015 15:09:16 +0000 (07:09 -0800)]
Fix plurals variable to unblock Translations Pipeline.

Bug: 19067882
(cherry picked from commit 50d23adfe26bf0cf9a34138efc299eaec04127e9)

Change-Id: I86022d6edab73dc4d11269783900710dc07a5b49

8 years agoFix plurals variable to unblock Translations Pipeline.
Baligh Uddin [Fri, 30 Jan 2015 15:09:16 +0000 (07:09 -0800)]
Fix plurals variable to unblock Translations Pipeline.

Bug: 19067882
(cherry picked from commit 50d23adfe26bf0cf9a34138efc299eaec04127e9)

Change-Id: I86022d6edab73dc4d11269783900710dc07a5b49

8 years agoExit getAllValidScorers early if not the primary.
Jeremy Joslin [Fri, 18 Dec 2015 01:38:04 +0000 (17:38 -0800)]
Exit getAllValidScorers early if not the primary.

This fixes the crash that occurs when getAllValidScorers() is invoked by
a non-primary user when a scorer is active.

BUG: 23040221
Change-Id: I42c9e18d74389be3191258ca5626f2c433ca7cc7

8 years agoMerge "Defines task to front/back animations in styles_micro." into cw-e-dev am:...
Gus Prevas [Tue, 29 Dec 2015 15:16:23 +0000 (15:16 +0000)]
Merge "Defines task to front/back animations in styles_micro." into cw-e-dev am: 1d3bac82b3
am: b805bb8b66

* commit 'b805bb8b660c5897e7a379fb2d79815269039271':
  Defines task to front/back animations in styles_micro.

8 years agoMerge "Defines task to front/back animations in styles_micro." into cw-e-dev
Gus Prevas [Tue, 29 Dec 2015 15:12:10 +0000 (07:12 -0800)]
Merge "Defines task to front/back animations in styles_micro." into cw-e-dev
am: 1d3bac82b3

* commit '1d3bac82b3bc59fd7225a3c27b32db2fc90b0308':
  Defines task to front/back animations in styles_micro.

8 years agoMerge "Defines task to front/back animations in styles_micro." into cw-e-dev
Gus Prevas [Tue, 29 Dec 2015 15:09:26 +0000 (15:09 +0000)]
Merge "Defines task to front/back animations in styles_micro." into cw-e-dev

8 years agoDefines task to front/back animations in styles_micro.
Gus Prevas [Mon, 28 Dec 2015 20:02:13 +0000 (15:02 -0500)]
Defines task to front/back animations in styles_micro.

Bug: 26112737
Change-Id: I9f8c1da21580d525c32a76f25e223dc24d012837

8 years agoMerge "Clear calling identify b4 Beam callback." into mnc-dr1.5-dev
Martijn Coenen [Wed, 23 Dec 2015 08:25:08 +0000 (00:25 -0800)]
Merge "Clear calling identify b4 Beam callback." into mnc-dr1.5-dev
am: 4bbd3c4819

* commit '4bbd3c4819fa9766442f6a063a4be2a786be8180':
  Clear calling identify b4 Beam callback.

8 years agoMerge "Clear calling identify b4 Beam callback." into mnc-dr1.5-dev
Martijn Coenen [Wed, 23 Dec 2015 08:22:21 +0000 (08:22 +0000)]
Merge "Clear calling identify b4 Beam callback." into mnc-dr1.5-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 21 Dec 2015 14:57:29 +0000 (14:57 +0000)]
Import translations. DO NOT MERGE
am: fd87e92a42  -s ours

* commit 'fd87e92a42b659be5b120c59d9413d41e94b6753':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 21 Dec 2015 14:53:38 +0000 (06:53 -0800)]
Import translations. DO NOT MERGE

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