Yuhao Zheng
d5273da95b
Merge "Allow more proxy bypass patterns"
2014-03-04 17:44:04 +00:00
Yuhao Zheng
5c43d4e451
Merge "Return detailed reason of invalid proxy settings"
2014-03-04 17:43:47 +00:00
Will Haldean Brown
ca6234e084
Add swipe-to-dismiss support to PhoneWindow.
...
This adds a new window feature -- FEATURE_SWIPE_TO_DISMISS -- and a
theme attribute to activate that feature. When the feature is
activated, a SwipeDismissLayout is inflated as the DecorView layout.
SwipeDismissLayout intercepts touch events and steals ones that are
large swipes to the right if its children don't. PhoneWindow registers
handlers that listen for these swipe events, translate the window when
necessary, and finish the activity at the end of the gesture.
Change-Id: I512e758f3c3ffd3b353dba3b911c0e80a88d6f5f
2014-03-04 09:26:15 -08:00
Craig Mautner
f716acc66f
am 80b13579: am 7a93aa2f: am a0b4d0ce: Merge "Avoid duplication of AppWindowToken in created Task"
...
* commit '80b1357909e57aa330c2624b8a5baac9f3bdce3f':
Avoid duplication of AppWindowToken in created Task
2014-03-04 17:21:11 +00:00
Robert Greenwalt
0f32374769
Merge "Only apply tcp buffer sizes for default net"
2014-03-04 17:20:18 +00:00
Craig Mautner
80b1357909
am 7a93aa2f: am a0b4d0ce: Merge "Avoid duplication of AppWindowToken in created Task"
...
* commit '7a93aa2fc2555b0de41bb5f30eb0e9cce2413084':
Avoid duplication of AppWindowToken in created Task
2014-03-04 17:14:58 +00:00
Craig Mautner
7a93aa2fc2
am a0b4d0ce: Merge "Avoid duplication of AppWindowToken in created Task"
...
* commit 'a0b4d0ce471cf10888bac4d4ec5b97fd562ad756':
Avoid duplication of AppWindowToken in created Task
2014-03-04 09:10:36 -08:00
Baligh Uddin
05f5573252
Merge "Import translations. DO NOT MERGE"
2014-03-04 17:06:36 +00:00
Tom O'Neill
fe6d3c5494
Remove reference to internal bug number
...
Change-Id: Idec0d6529ee9742b226260df09cfe7cd2b3823fb
2014-03-04 08:26:17 -08:00
Tom O'Neill
5d8f40baeb
Merge "Removing a test provider clears its enabled state"
2014-03-04 16:24:44 +00:00
Craig Mautner
a0b4d0ce47
Merge "Avoid duplication of AppWindowToken in created Task"
2014-03-04 15:19:17 +00:00
John Spurlock
ca4d040342
Volume panel should not clear system ui flags.
...
Remove private WM flag (used only by the volume panel) to force
the clearable system UI flags clear.
Instead, always lay out the volume panel as if the bars are visible,
as we do for system dialogs - and don't clear the flags.
Reverts part of I25f29af5b6518aba695b64a75977ae240b742118
Bug:11986621
Change-Id: I842729d729d2a6eb2a687d0b930ddb160c6a1b57
2014-03-04 10:12:01 -05:00
John Spurlock
a3e41e7088
Show hideycling for non-primary users.
...
User 0 owns the window (system_server) but should be allowed
to display on a user's behalf.
Use the corresponding private flag for this system window, since
we cannot classify it by type (TYPE_TOAST) in policy.
Bug:12015090
Change-Id: I33aedb4624288415a5e1ae937676b693024546a9
2014-03-04 10:08:56 -05:00
John Spurlock
88a9ce4209
Allow lights-out + bar icon dimming on low-end devices.
...
Maintain fallback to OPAQUE mode on low-end devices in place of the
translucent modes.
Bug: 12546110
Change-Id: Ia3582c305cb09aadd56c6aa58b039a174675c79a
2014-03-04 10:03:53 -05:00
Yevgen Pronenko
c36a5b9c36
Avoid duplication of AppWindowToken in created Task
...
When WindowManagerService creates a new Task, it passes atoken to the
Task constructor. In this case atoken is added to mAppTokens list by
the Task constructor and then it is added manually again by calling
newTask.mAppTokens.add(atoken). As a result, the same atoken is present
in mAppTokens list twice.
When another window token is added to the list, it may be placed in
beetwen duplicated tokens and corresponding window will be hidden from
the screen by corresponding duplicated windows.
From user perspective it means that some windows will not be displayed
on the screen.
The issue is fixed by avoid adding atoken to mAppTokens list manually
when it was added already in Task constructor.
Change-Id: I10628e68186160fffdde07beb7d84ab3cecb7051
2014-03-04 15:07:34 +01:00
David Friedman
210451262a
am 79181fca: (-s ours) am 1a85d0f7: am a4bd2cbe: am 10226c2a: am c702fa97: am 9182e5f8: DO NOT MERGE
...
* commit '79181fca6973161ff5e492fff7ecc114d9ea1fb0':
DO NOT MERGE
2014-03-04 08:25:34 +00:00
David Friedman
afe2f2a65d
am 4c4160a0: am b0a6241b: am 58d4906b: am 663d7753: am 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev
...
* commit '4c4160a041643072f0bcfbdcfbcc904796dd0a5c':
NDK r9d: Incorporates all review comments, final file sizes.
2014-03-04 08:25:29 +00:00
David Friedman
79181fca69
am 1a85d0f7: am a4bd2cbe: am 10226c2a: am c702fa97: am 9182e5f8: DO NOT MERGE
...
* commit '1a85d0f77065335fa7845032a0ed8b4aee8bc2c1':
DO NOT MERGE
2014-03-04 08:22:26 +00:00
David Friedman
4c4160a041
am b0a6241b: am 58d4906b: am 663d7753: am 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev
...
* commit 'b0a6241b4dad09e9ec34733102f0ce22afd7ff1b':
NDK r9d: Incorporates all review comments, final file sizes.
2014-03-04 08:22:23 +00:00
Yorke Lee
c0e91830c9
am 06f385c3: am 440e9725: am d53f7a71: am 6c758e86: am 468e973f: am 81479358: Reword the "Quick contacts not available" string
...
* commit '06f385c3ce7fcb8bd1fc213d464c90b33faaa63f':
Reword the "Quick contacts not available" string
2014-03-04 08:21:22 +00:00
David Friedman
1a85d0f770
am a4bd2cbe: am 10226c2a: am c702fa97: am 9182e5f8: DO NOT MERGE
...
* commit 'a4bd2cbe509911729c9f185b045e54d7528d8836':
DO NOT MERGE
2014-03-04 08:18:54 +00:00
David Friedman
b0a6241b4d
am 58d4906b: am 663d7753: am 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev
...
* commit '58d4906bbf9095c375bffa65d4249eba60cd49b4':
NDK r9d: Incorporates all review comments, final file sizes.
2014-03-04 08:18:51 +00:00
Yorke Lee
06f385c3ce
am 440e9725: am d53f7a71: am 6c758e86: am 468e973f: am 81479358: Reword the "Quick contacts not available" string
...
* commit '440e97255710bc4bba4b99626f88787069da9269':
Reword the "Quick contacts not available" string
2014-03-04 08:17:17 +00:00
David Friedman
a4bd2cbe50
am 10226c2a: am c702fa97: am 9182e5f8: DO NOT MERGE
...
* commit '10226c2af4a09bf8e9ec2a6be661e3c8e6d1f00a':
DO NOT MERGE
2014-03-04 08:15:35 +00:00
David Friedman
58d4906bbf
am 663d7753: am 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev
...
* commit '663d7753eab2298af324db9f42f0ecab06137d04':
NDK r9d: Incorporates all review comments, final file sizes.
2014-03-04 08:15:29 +00:00
Yorke Lee
440e972557
am d53f7a71: am 6c758e86: am 468e973f: am 81479358: Reword the "Quick contacts not available" string
...
* commit 'd53f7a712d7a5fccd64cd12d3b2bf61883ae2a52':
Reword the "Quick contacts not available" string
2014-03-04 08:14:49 +00:00
David Friedman
10226c2af4
am c702fa97: am 9182e5f8: DO NOT MERGE
...
* commit 'c702fa9716b7432234782cae3a8d4c5f2896974d':
DO NOT MERGE
2014-03-04 08:13:10 +00:00
David Friedman
663d7753ea
am 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev
...
* commit '6aa6219aebc2a73c63e2f0e5f82d3dc55f0a6f9f':
NDK r9d: Incorporates all review comments, final file sizes.
2014-03-04 08:13:06 +00:00
Yorke Lee
d53f7a712d
am 6c758e86: am 468e973f: am 81479358: Reword the "Quick contacts not available" string
...
* commit '6c758e8650a010b2ad4650df77f91fad5fcf51e2':
Reword the "Quick contacts not available" string
2014-03-04 08:09:42 +00:00
David Friedman
c702fa9716
am 9182e5f8: DO NOT MERGE
...
* commit '9182e5f848a2865a233ed143d56ad8dae599d875':
DO NOT MERGE
2014-03-04 07:47:46 +00:00
David Friedman
9182e5f848
DO NOT MERGE
...
Moving change to release branch
NDK r9d: Incorporates all review comments, final file sizes.
Staged at: http://boku.mtv:8195/tools/sdk/ndk/index.html
Change-Id: Ie33eed770c029af8a20385b5bd6c05fdc9bea750
(cherry picked from commit 0cdefe09695651e4a56dd980219710af8e1039a3)
2014-03-04 04:38:06 +00:00
David Friedman
6aa6219aeb
Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev
2014-03-04 04:25:39 +00:00
Yorke Lee
6c758e8650
am 468e973f: am 81479358: Reword the "Quick contacts not available" string
...
* commit '468e973f52d09a5e724c9ccb545ec08c49991506':
Reword the "Quick contacts not available" string
2014-03-04 04:12:06 +00:00
Yorke Lee
468e973f52
am 81479358: Reword the "Quick contacts not available" string
...
* commit '81479358decb0a2cefbb8245e0f56ed0e966d697':
Reword the "Quick contacts not available" string
2014-03-04 04:09:04 +00:00
Scott Main
0f6fa5dbd1
am 4cd08e44: am 031020a7: am b8881542: am 1f8bd433: am 2970654a: am 0109047d: update google play badge AI files, v2.
...
* commit '4cd08e4445afae142e656ccd5bc6d4fa9bbf816e':
update google play badge AI files, v2.
2014-03-04 03:24:50 +00:00
Scott Main
4cd08e4445
am 031020a7: am b8881542: am 1f8bd433: am 2970654a: am 0109047d: update google play badge AI files, v2.
...
* commit '031020a7bf133ac2a102cff1dfab060b7e5dc79a':
update google play badge AI files, v2.
2014-03-04 03:21:44 +00:00
Scott Main
031020a7bf
am b8881542: am 1f8bd433: am 2970654a: am 0109047d: update google play badge AI files, v2.
...
* commit 'b8881542c4e49c1d38eede36a018690a322c6b63':
update google play badge AI files, v2.
2014-03-04 03:17:58 +00:00
Scott Main
b8881542c4
am 1f8bd433: am 2970654a: am 0109047d: update google play badge AI files, v2.
...
* commit '1f8bd43378c98c2cc7dd34b14e2028145f9c3bff':
update google play badge AI files, v2.
2014-03-04 03:14:43 +00:00
Scott Main
1f8bd43378
am 2970654a: am 0109047d: update google play badge AI files, v2.
...
* commit '2970654a6ad2ebcfaabcb58d120b28987111602a':
update google play badge AI files, v2.
2014-03-04 03:11:40 +00:00
Scott Main
2970654a6a
am 0109047d: update google play badge AI files, v2.
...
* commit '0109047de1d68f7e911ae8d39f70330f5dbcd642':
update google play badge AI files, v2.
2014-03-04 03:08:18 +00:00
Scott Main
0109047de1
update google play badge AI files, v2.
...
Change-Id: If74ae8cace0e82e81deede459b7bbf862a266ce7
2014-03-03 19:04:20 -08:00
Scott Main
a5d75a93a5
am 653bd16a: am b6efa7a3: am 290fec2e: am b436b93d: am 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs
...
* commit '653bd16a0caad1e096ce981985f0617f49742a07':
dashboard update for march '14
2014-03-04 03:04:07 +00:00
Scott Main
653bd16a0c
am b6efa7a3: am 290fec2e: am b436b93d: am 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs
...
* commit 'b6efa7a3fa2e517e00a8977e159bd712e3bd534b':
dashboard update for march '14
2014-03-04 03:00:58 +00:00
Scott Main
b6efa7a3fa
am 290fec2e: am b436b93d: am 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs
...
* commit '290fec2e2e4a588d6b2fc48ec4aa25ebf83acf31':
dashboard update for march '14
2014-03-04 02:57:43 +00:00
Scott Main
290fec2e2e
am b436b93d: am 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs
...
* commit 'b436b93d98c6e7926746a6d641cc3ffa55bab6b6':
dashboard update for march '14
2014-03-04 02:54:54 +00:00
Scott Main
b436b93d98
am 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs
...
* commit '318c73a0df694bb82821bfc4e2cd874bb09b2fab':
dashboard update for march '14
2014-03-04 02:50:53 +00:00
Yorke Lee
81479358de
Reword the "Quick contacts not available" string
...
Bug: 12077052
Change-Id: I6006692ae13d79d3697242d0b9015b30b1826eab
(cherry picked from commit 89b366fa95f625275f1b94d800d22998f942ab8c)
2014-03-04 02:50:21 +00:00
Scott Main
318c73a0df
am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs
...
* commit '4a5a23920e1a3414f1c87e3cf4c9bce08fddac4f':
dashboard update for march '14
2014-03-04 02:47:51 +00:00
Scott Main
4a5a23920e
Merge "dashboard update for march '14" into klp-docs
2014-03-04 02:45:26 +00:00
David Friedman
0cdefe0969
NDK r9d: Incorporates all review comments, final file sizes.
...
Staged at: http://boku.mtv:8195/tools/sdk/ndk/index.html
Change-Id: Ie33eed770c029af8a20385b5bd6c05fdc9bea750
2014-03-03 18:31:13 -08:00