Narayan Kamath
7dfbafd8b3
am 6d41504d: Merge "Move frameworks users over to libcore hex encoding API." automerge: 681e6df1
...
automerge: 25c29c1
* commit '25c29c19474e5cb359473d3d36fdb1eddb90f50b':
Move frameworks users over to libcore hex encoding API.
2014-12-17 18:17:01 +00:00
Narayan Kamath
25c29c1947
am 6d41504d: Merge "Move frameworks users over to libcore hex encoding API."
...
automerge: 681e6df1
* commit '681e6df1221ca7671f574d368d428f62184448b0':
Move frameworks users over to libcore hex encoding API.
2014-12-17 18:14:00 +00:00
Narayan Kamath
6d41504d2c
Merge "Move frameworks users over to libcore hex encoding API."
2014-12-17 13:34:00 +00:00
Paul Jensen
20bdd86511
am 05517814: am 24594794: am b0575a24: Merge "Fix race between CONNECTIVITY_ACTION and setting default network." into lmp-mr1-dev
...
* commit '05517814a5dcffecefb84448967bac40f055025a':
Fix race between CONNECTIVITY_ACTION and setting default network.
2014-12-17 13:11:21 +00:00
Paul Jensen
05517814a5
am 24594794: am b0575a24: Merge "Fix race between CONNECTIVITY_ACTION and setting default network." into lmp-mr1-dev
...
* commit '24594794cbb9bf6bb9c8b57e4427c88efee82304':
Fix race between CONNECTIVITY_ACTION and setting default network.
2014-12-17 13:05:39 +00:00
Paul Jensen
24594794cb
am b0575a24: Merge "Fix race between CONNECTIVITY_ACTION and setting default network." into lmp-mr1-dev
...
* commit 'b0575a24df6bc840d720dafa6e737cdd61fb2c6f':
Fix race between CONNECTIVITY_ACTION and setting default network.
2014-12-17 12:59:29 +00:00
Paul Jensen
b0575a24df
Merge "Fix race between CONNECTIVITY_ACTION and setting default network." into lmp-mr1-dev
2014-12-17 12:54:16 +00:00
Christopher Tate
4328db5769
am 892e65cb: am 0dab4dc0: Fix bad alarm delivery
...
automerge: 7c1f995
* commit '7c1f995b7bf171a1b556dcaa4dc16cf46db853be':
Fix bad alarm delivery
2014-12-16 21:15:25 +00:00
Christopher Tate
7c1f995b7b
am 892e65cb: am 0dab4dc0: Fix bad alarm delivery
...
* commit '892e65cb2ac4b4917b41060300bbaa3414233394':
Fix bad alarm delivery
2014-12-16 21:13:25 +00:00
Christopher Tate
892e65cb2a
am 0dab4dc0: Fix bad alarm delivery
...
* commit '0dab4dc03d1daae72bba9d364e15f6055cb339fd':
Fix bad alarm delivery
2014-12-16 21:07:54 +00:00
Christopher Tate
0dab4dc03d
Fix bad alarm delivery
...
The man bent over his hourglass,
A programmer of sorts. The day was green.
They said, "You have a blue hourglass,
You do not fire alarms when they're asked."
The man replied, "Alarms as they're asked
are changed within the blue hourglass."
And they said then, "But fire, you must
Alarms beyond us, yet themselves,
Alarms within the blue hourglass
That trigger exactly when they're asked."
---
Fix the delivery-fuzzing semantics that had been introduced in
81f9882b5aadd6a2289c9f521a06a7af5f35ebf0. That patch turned out
to be incomplete; in particular, alarms scheduled later might require
the validity of an already-scheduled kernel alarm even if they did
not affect the head alarm batch directly, and this was not being
addressed. For now, roll back the fuzzed delivery logic entirely.
(This is not a full revert because that patch also caused exact alarms
to be considered standalone for batching purposes, and we need to
preserve that new policy.)
Bug 18726690
Bug 18765436
This is a 'git revert' of 81f9882b5aadd6a2289c9f521a06a7af5f35ebf0
*except* that this CL preserves the "exact alarms are treated as
standalone" portion of the original patch.
(Cherrypick of 5c3e277fb42bd799287936c5aee0d30fbcc7e65c from its
original branch.)
Change-Id: Ib9c3200f7e6bc6fa0c9928ee9db4cfd87f039353
2014-12-16 12:54:49 -08:00
Narayan Kamath
78108a3e52
Move frameworks users over to libcore hex encoding API.
...
Removes dependency on apache-http.
bug: 18027885
Change-Id: I508db016747985ecdd68e02d5d4efcd0ddd694df
2014-12-16 17:25:07 +00:00
Todd Kennedy
f275b18521
Merge "propagate reason to finishActivityLocked()"
2014-12-16 15:42:05 +00:00
Brian Carlstrom
f3ded2b1a4
am 9900dbb9: am a00be9b4: Remember failed dexopt to avoid retry automerge: 2350c7c
...
* commit '9900dbb9e8296d81100a42c687abf702af6ef1be':
Remember failed dexopt to avoid retry
2014-12-16 01:53:25 +00:00
Brian Carlstrom
9900dbb9e8
am a00be9b4: Remember failed dexopt to avoid retry
...
automerge: 2350c7c
* commit '2350c7cb1238ad24b5afaa7f6627b3443d33621b':
Remember failed dexopt to avoid retry
2014-12-16 01:46:40 +00:00
Brian Carlstrom
2350c7cb12
am a00be9b4: Remember failed dexopt to avoid retry
...
* commit 'a00be9b4d521287fdf4678fb196c3e3a0053c3e4':
Remember failed dexopt to avoid retry
2014-12-16 00:55:20 +00:00
Brian Carlstrom
a00be9b4d5
Remember failed dexopt to avoid retry
...
Bug: 18643977
Change-Id: Ida8d9b9ce992d97fb75bccb8c3da0d9d73a480a9
2014-12-15 15:57:56 -08:00
Paul Jensen
f4ffaa4f57
Fix race between CONNECTIVITY_ACTION and setting default network.
...
Now that the delay between connectivity changes and CONNECTIVITY_ACTION
has been removed (ag/599650) races between CONNECTIVITY_ACTION and
the setting of the default network become more evident.
In http://crbug.com/441818 Chrome is calling getaddrinfo()
immediately after a device goes from no connectivity to cellular
connectivity, and Chrome is erroneously getting back EAI_NODATA
because netd hasn't yet set the default network for DNS resolutions.
bug:18757162
Change-Id: Ib607dcb3697403272a8c838713a9cb602e9c6820
2014-12-15 15:20:30 -05:00
Marvin Paul
111d166017
Merge "Implemented backup and restore for account sync settings."
2014-12-15 18:22:46 +00:00
Todd Kennedy
539db51a7d
propagate reason to finishActivityLocked()
...
Bug: 18704347
Change-Id: I830ad08f344db5be99760e0112d96729077b29c6
2014-12-15 10:11:35 -08:00
Christopher Tate
eef1cec0ed
am 36ba3e47: am 90c0ae63: Merge "Check which file changed before requesting backup" into lmp-mr1-dev
...
automerge: fe9e319
* commit 'fe9e3195faaa795af5fd05fab694d9f51d06e454':
Check which file changed before requesting backup
2014-12-13 01:15:07 +00:00
Christopher Tate
fe9e3195fa
am 36ba3e47: am 90c0ae63: Merge "Check which file changed before requesting backup" into lmp-mr1-dev
...
* commit '36ba3e478fbbb664a97b24723836444184c6943f':
Check which file changed before requesting backup
2014-12-13 01:09:03 +00:00
Christopher Tate
36ba3e478f
am 90c0ae63: Merge "Check which file changed before requesting backup" into lmp-mr1-dev
...
* commit '90c0ae637ab84d1954ce972f55c5d3e2d2b20586':
Check which file changed before requesting backup
2014-12-13 00:59:10 +00:00
Christopher Tate
90c0ae637a
Merge "Check which file changed before requesting backup" into lmp-mr1-dev
2014-12-13 00:52:14 +00:00
Amith Yamasani
52d750c5c2
Check which file changed before requesting backup
...
Make sure that the changed file is one of the wallpaper files
before requesting backup or informing listeners.
Bug: 18694053
Change-Id: Iaa8fe9d3c97634b3cc6a9ccd67c36cf394d17ca0
2014-12-13 00:15:45 +00:00
Christopher Tate
7819d9fcf6
am 125579ca: am 012de64e: Merge "Fix bugs regarding delay the dispatching of non-wakeup alarms"
...
automerge: 75070f2
* commit '75070f2f18bbbaa8065000684da64359d8545de9':
Fix bugs regarding delay the dispatching of non-wakeup alarms
2014-12-12 22:47:36 +00:00
Christopher Tate
75070f2f18
am 125579ca: am 012de64e: Merge "Fix bugs regarding delay the dispatching of non-wakeup alarms"
...
* commit '125579caa1b4fb2de4242b0af3f4749bac9fa699':
Fix bugs regarding delay the dispatching of non-wakeup alarms
2014-12-12 22:45:34 +00:00
Christopher Tate
012de64e2d
Merge "Fix bugs regarding delay the dispatching of non-wakeup alarms"
2014-12-12 22:11:16 +00:00
Svet Ganov
191dd667a0
am 26c88954: am 14e3351a: Merge "Fix a NPE in AccessiiblityManagerService." into lmp-mr1-dev
...
automerge: 9b3ab29
* commit '9b3ab29ffa6b3f67b5ab7c06338a2c76db59e176':
Fix a NPE in AccessiiblityManagerService.
2014-12-12 21:06:24 +00:00
Svet Ganov
9b3ab29ffa
am 26c88954: am 14e3351a: Merge "Fix a NPE in AccessiiblityManagerService." into lmp-mr1-dev
...
* commit '26c8895465bbc94efb0cc96460e5eabe88382698':
Fix a NPE in AccessiiblityManagerService.
2014-12-12 21:02:30 +00:00
Svet Ganov
26c8895465
am 14e3351a: Merge "Fix a NPE in AccessiiblityManagerService." into lmp-mr1-dev
...
* commit '14e3351a1eae2b4fc8a12c9a4586f8ea7b87442c':
Fix a NPE in AccessiiblityManagerService.
2014-12-12 20:54:43 +00:00
Svet Ganov
14e3351a1e
Merge "Fix a NPE in AccessiiblityManagerService." into lmp-mr1-dev
2014-12-12 20:49:01 +00:00
Olawale Ogunwale
bfb30244fb
Merge "[ActivityManager] Fix NPE when start activity"
2014-12-12 13:49:51 +00:00
minho.choo
649acab389
Fix bugs regarding delay the dispatching of non-wakeup alarms
...
checkAllowNonWakeupDelayLocked() method determines that delay the dispatching of non-wakeup alarms.
(there are no wakeup alarms and the screen is off, it can delay until the future.)
if there is any pending non-wakeup alarms, non-wakeup alarm delivery time is bigger than nowELAPSED.
but, checkAllowNonWakeupDelayLocked() returns false and non-wakeup alarm is not delay until future.
i think it is necessary to reverse the inequality symbol on "mNextNonWakeupDeliveryTime > nowELAPSED"
if it isn't, Could you let me know when we get ¡°stuck in a loop¡± in the comment of checkAllowNonWakeupDelayLocked () method?
Change-Id: I7e972064547f4d0a9b4175dbd4cf735b4837abfd
Signed-off-by: Minho Choo <minho.choo@lge.com>
2014-12-12 16:13:55 +09:00
Svet Ganov
09687064f4
Fix a NPE in AccessiiblityManagerService.
...
It is possible that the accessibility windows list is null which
is treated as if there is no window information. The getWindows
method was accessing properties of the windows filed witgout a
null check.
bug:18522998
Change-Id: Ieefe678d3da3d6e8f96c0e4bedac0c55975621fa
2014-12-11 22:59:12 -08:00
Wink Saville
6cc211669c
am 6e04a7b6: Merge "Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId." into lmp-mr1-dev automerge: 6cc44cc
...
automerge: 05e2ada
* commit '05e2ada58a79994170e8e98ff9a619715cdddc28':
Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.
2014-12-12 04:45:29 +00:00
Wink Saville
05e2ada58a
am 6e04a7b6: Merge "Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId." into lmp-mr1-dev
...
automerge: 6cc44cc
* commit '6cc44cce0e375b165580a8061359b2ff163a4556':
Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.
2014-12-12 04:42:38 +00:00
Wink Saville
6cc44cce0e
am 6e04a7b6: Merge "Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId." into lmp-mr1-dev
...
* commit '6e04a7b65488656c4cb72d99d285050d56068112':
Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.
2014-12-12 04:37:40 +00:00
Marvin Paul
a6533256ac
Implemented backup and restore for account sync settings.
...
Bug: 18506992
Parent Bug: 17967106
Change-Id: Iecf5ce3a24ac5f12192e65aa61f1560bc76d75a8
2014-12-12 04:35:06 +00:00
Craig Mautner
10c9c66815
am 2d6627a9: am 72b047c6: Merge "Don\'t apply animations to windows that are showing" into lmp-mr1-dev automerge: 922f8e2
...
* commit '2d6627a9f28c5c31fec5da3dcf48d96ff7a0d893':
Don't apply animations to windows that are showing
2014-12-12 04:30:39 +00:00
Craig Mautner
2d6627a9f2
am 72b047c6: Merge "Don\'t apply animations to windows that are showing" into lmp-mr1-dev
...
automerge: 922f8e2
* commit '922f8e2c0f58e57d02ab136f24f135553e6d9720':
Don't apply animations to windows that are showing
2014-12-12 04:24:34 +00:00
Wink Saville
6e04a7b654
Merge "Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId." into lmp-mr1-dev
2014-12-12 04:22:40 +00:00
John Spurlock
281dc0aadf
am 97a2be86: am 0537caa1: Merge "Zen: Leave zen=none on manual ringer mode stream volume changes." into lmp-mr1-dev automerge: 6f9a717
...
* commit '97a2be8672febec536641fb37f4900e4402035b0':
Zen: Leave zen=none on manual ringer mode stream volume changes.
2014-12-12 04:12:10 +00:00
John Spurlock
97a2be8672
am 0537caa1: Merge "Zen: Leave zen=none on manual ringer mode stream volume changes." into lmp-mr1-dev
...
automerge: 6f9a717
* commit '6f9a71729f6ba7521ed8461ec8b556a8907743b1':
Zen: Leave zen=none on manual ringer mode stream volume changes.
2014-12-12 04:04:40 +00:00
Craig Mautner
922f8e2c0f
am 72b047c6: Merge "Don\'t apply animations to windows that are showing" into lmp-mr1-dev
...
* commit '72b047c6c37ddf860be15b159b9a143be36d7425':
Don't apply animations to windows that are showing
2014-12-11 22:29:58 +00:00
Craig Mautner
72b047c6c3
Merge "Don't apply animations to windows that are showing" into lmp-mr1-dev
2014-12-11 22:27:54 +00:00
Wink Saville
a54bf65833
Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.
...
Rename isValidSubId to isValidSubscriptionId.
Bug: 18668873
Change-Id: Ie709a62bbb74e0a767daeb9e3fb3aecd4c45df44
2014-12-11 13:37:50 -08:00
Chih-hung Hsieh
17a0826e5d
am b0dd6d3a: am 4c23a0ec: Merge "Adjust format strings to work on both 32-bit and 64-bit builds"
...
automerge: d1aa67b
* commit 'd1aa67b8e19ae96bd2ae4e6719d13902a8b6d845':
Adjust format strings to work on both 32-bit and 64-bit builds
2014-12-11 21:05:00 +00:00
Chih-hung Hsieh
d1aa67b8e1
am b0dd6d3a: am 4c23a0ec: Merge "Adjust format strings to work on both 32-bit and 64-bit builds"
...
* commit 'b0dd6d3a8a7f11454239facf0ee9b2dd2390945e':
Adjust format strings to work on both 32-bit and 64-bit builds
2014-12-11 21:02:08 +00:00
Chih-hung Hsieh
4c23a0ec16
Merge "Adjust format strings to work on both 32-bit and 64-bit builds"
2014-12-11 20:49:30 +00:00