Kenny Root
327bc6bb50
am 65519b8b: am 03e93e51: Merge "Move package-wide flags out of parseApplication" into jb-dev
...
* commit '65519b8bb94321889eb3e34c76428f6dd9e0bd84':
Move package-wide flags out of parseApplication
2012-05-30 15:50:45 -07:00
Amith Yamasani
2f3c472b69
am 2eb203aa: am 90f658e1: Merge "Preserve account list in order of creation in the database." into jb-dev
...
* commit '2eb203aa92df94d9a2160bc8626adef7429a85b8':
Preserve account list in order of creation in the database.
2012-05-30 15:50:41 -07:00
Kenny Root
65519b8bb9
am 03e93e51: Merge "Move package-wide flags out of parseApplication" into jb-dev
...
* commit '03e93e51c8cf936dc68bb807d28308628e3981cc':
Move package-wide flags out of parseApplication
2012-05-30 15:46:49 -07:00
Amith Yamasani
2eb203aa92
am 90f658e1: Merge "Preserve account list in order of creation in the database." into jb-dev
...
* commit '90f658e17d86d7f4052b178dbfdf15977c5d7841':
Preserve account list in order of creation in the database.
2012-05-30 15:46:47 -07:00
Kenny Root
03e93e51c8
Merge "Move package-wide flags out of parseApplication" into jb-dev
2012-05-30 15:43:42 -07:00
Amith Yamasani
90f658e17d
Merge "Preserve account list in order of creation in the database." into jb-dev
2012-05-30 15:43:19 -07:00
Fabrice Di Meglio
3b6a3f004f
am 875713c6: am f053e236: Merge "Fix bug #6567507 [Bidi] - Cursor is sometimes not visible on EditText" into jb-dev
...
* commit '875713c6886a5b24fff3a2ce36eb95bc9446e749':
Fix bug #6567507 [Bidi] - Cursor is sometimes not visible on EditText
2012-05-30 15:37:40 -07:00
Fabrice Di Meglio
875713c688
am f053e236: Merge "Fix bug #6567507 [Bidi] - Cursor is sometimes not visible on EditText" into jb-dev
...
* commit 'f053e2367d4859adf9488bd1712bdbe8f647eeb8':
Fix bug #6567507 [Bidi] - Cursor is sometimes not visible on EditText
2012-05-30 15:34:07 -07:00
Fabrice Di Meglio
f053e2367d
Merge "Fix bug #6567507 [Bidi] - Cursor is sometimes not visible on EditText" into jb-dev
2012-05-30 15:31:23 -07:00
Kenny Root
7cb9be26c1
Move package-wide flags out of parseApplication
...
Being on SD card and being forward-locked are package-wide flags that
shouldn't depend on an APK having an <application> stanza.
Bug: 6563724
Change-Id: If5f2159cd8e3fa136f959b656d82b05ea6bdfae5
2012-05-30 15:30:37 -07:00
Jeff Brown
8f2a0da78f
am bbffc261: am 9154b877: Merge "Fix comparison of device source bits." into jb-dev
...
* commit 'bbffc261cc3607d03c12227cdd3f78a4f4e28e1a':
Fix comparison of device source bits.
2012-05-30 15:08:21 -07:00
Jeff Brown
bbffc261cc
am 9154b877: Merge "Fix comparison of device source bits." into jb-dev
...
* commit '9154b877807a1222abf46608cdff66428e906328':
Fix comparison of device source bits.
2012-05-30 15:02:59 -07:00
Jeff Brown
9154b87780
Merge "Fix comparison of device source bits." into jb-dev
2012-05-30 15:00:39 -07:00
Jeff Brown
7e4ff4b986
Fix comparison of device source bits.
...
Bug: 6576743
Change-Id: I6952b052e2ab9e62ddd46ab76f4df37ecc656757
2012-05-30 14:32:16 -07:00
Amith Yamasani
b483a99c6b
Preserve account list in order of creation in the database.
...
This makes it possible to retrieve the account list in the order of creation,
if we want to display them in the account settings screen in that order.
Bug: 6579937
Change-Id: I2025aaa8b770fbb78be978dfde64ef95823fd5aa
2012-05-30 13:58:38 -07:00
Daniel Sandler
73ac11ae37
am bb702f57: am c5d20509: Merge "Visual tweaks to notifications." into jb-dev
...
* commit 'bb702f576a8b566279a2a728c7aded380c5d50a5':
Visual tweaks to notifications.
2012-05-30 13:03:29 -07:00
Daniel Sandler
bb702f576a
am c5d20509: Merge "Visual tweaks to notifications." into jb-dev
...
* commit 'c5d2050961a06c0931b7de338324968a509f4f00':
Visual tweaks to notifications.
2012-05-30 12:57:25 -07:00
Daniel Sandler
c5d2050961
Merge "Visual tweaks to notifications." into jb-dev
2012-05-30 12:55:00 -07:00
Daniel Sandler
6387d2f6da
Visual tweaks to notifications.
...
- Smaller right_icons
- Higher-contrast text colors
- Dividers between actions
- Dividers above actions and overflows
- Consistent 8dp gutter on left of content
- BigTextStyle should not show line3 unless there is a subtext.
- Collapse summary ("overflow") text into line3. This is a
little wild because now the contentText, subText, and
summaryText all share this spot, but the various
variables all have different times when they're
expressed so you have greater control over what shows
where in the 1U and the expanded form.
- Do not show contentText in BigText's line3. If you have
subtext or summarytext, show that; otherwise suppress
line3 entirely.
Bug: 6558134 // line3
Bug: 6508804 // other visuals
Change-Id: Ib79e818a332d17000e9a8fce333eff8f8cf043aa
2012-05-30 15:28:22 -04:00
Fred Quintana
cb54a9333c
am e3fada79: am 3c144c3e: Merge "Add an updateAppPermission() API call to the AccountManagerService AIDL and have the GrantCredentialsPermissionActivity call that instead of a static so that it can be made to run in a different process than the AccountManagerService.
...
* commit 'e3fada7949e788b42423afe719d03f543b17a1f0':
Add an updateAppPermission() API call to the AccountManagerService AIDL and have the GrantCredentialsPermissionActivity call that instead of a static so that it can be made to run in a different process than the AccountManagerService. Protect this call by checking that the caller has the same UID as the system process.
2012-05-30 11:44:00 -07:00
Fred Quintana
e3fada7949
am 3c144c3e: Merge "Add an updateAppPermission() API call to the AccountManagerService AIDL and have the GrantCredentialsPermissionActivity call that instead of a static so that it can be made to run in a different process than the AccountManagerService. Protect this
...
* commit '3c144c3e69405000f5c7542f20890437a4fb4987':
Add an updateAppPermission() API call to the AccountManagerService AIDL and have the GrantCredentialsPermissionActivity call that instead of a static so that it can be made to run in a different process than the AccountManagerService. Protect this call by checking that the caller has the same UID as the system process.
2012-05-30 11:39:04 -07:00
Fred Quintana
3c144c3e69
Merge "Add an updateAppPermission() API call to the AccountManagerService AIDL and have the GrantCredentialsPermissionActivity call that instead of a static so that it can be made to run in a different process than the AccountManagerService. Protect this call by checking that the caller has the same UID as the system process." into jb-dev
2012-05-30 11:36:15 -07:00
Dianne Hackborn
357046525b
am 2e73f4c0: am f46bd06c: Merge "Fix issue #6579824 : Email crash observed after updating..." into jb-dev
...
* commit '2e73f4c059e366489c50ad0dd4e05890afa522d8':
Fix issue #6579824 : Email crash observed after updating...
2012-05-30 11:25:24 -07:00
Dianne Hackborn
2e73f4c059
am f46bd06c: Merge "Fix issue #6579824 : Email crash observed after updating..." into jb-dev
...
* commit 'f46bd06c6822752acd24265a7db5c86d6036bc38':
Fix issue #6579824 : Email crash observed after updating...
2012-05-30 11:20:51 -07:00
Dianne Hackborn
f46bd06c68
Merge "Fix issue #6579824 : Email crash observed after updating..." into jb-dev
2012-05-30 11:18:33 -07:00
Dianne Hackborn
5f48fca218
Fix issue #6579824 : Email crash observed after updating...
...
...device from JRN59D to JRN60
Deal correctly with multiprocess content providers that need to
be loaded into a secondary process; wasn't correctly detecting the
case where the IContentProvider returned by the activity manager
is null. (installProvider used to be given the direct IContentProvider,
now it gets the ContentProviderHolder and much check whether the
provider inside is null.)
Change-Id: I888622e275a459031ab849952941f39cf9c02ee0
2012-05-30 11:06:31 -07:00
Alice Yang
67ee2d72f5
am 4d19ce60: am 6c66e984: Merge "New UI for account picker" into jb-dev
...
* commit '4d19ce609b229ff0bebb577746f8beac17011325':
New UI for account picker
2012-05-30 10:47:14 -07:00
Alice Yang
4d19ce609b
am 6c66e984: Merge "New UI for account picker" into jb-dev
...
* commit '6c66e9842e93874bfd6d8c3dbcd19e7dae379877':
New UI for account picker
2012-05-30 10:42:26 -07:00
Alice Yang
6c66e9842e
Merge "New UI for account picker" into jb-dev
2012-05-30 10:39:42 -07:00
Wei Huang
eef3fe0a5d
am ea2acd48: am 58296baa: Merge "Fix startFaceDetection will fail after taking a picture." into jb-dev
...
* commit 'ea2acd48dc6640a4015cf1efad4ccb8cd0eaf3e4':
Fix startFaceDetection will fail after taking a picture.
2012-05-30 09:52:22 -07:00
Wei Huang
ea2acd48dc
am 58296baa: Merge "Fix startFaceDetection will fail after taking a picture." into jb-dev
...
* commit '58296baa78b56401874ec719727243e9c0b0266e':
Fix startFaceDetection will fail after taking a picture.
2012-05-30 09:47:39 -07:00
Wei Huang
58296baa78
Merge "Fix startFaceDetection will fail after taking a picture." into jb-dev
2012-05-30 09:43:20 -07:00
George Mount
9c8d63f48e
am acd796b1: am 20c15a42: Merge "Fix monkey NPE in AutoCompletePopup" into jb-dev
...
* commit 'acd796b1a6f217e0798d008ba88dc101b5ace34e':
Fix monkey NPE in AutoCompletePopup
2012-05-30 07:43:48 -07:00
George Mount
acd796b1a6
am 20c15a42: Merge "Fix monkey NPE in AutoCompletePopup" into jb-dev
...
* commit '20c15a4271ea3a7fb2210430bfc53f611603cf76':
Fix monkey NPE in AutoCompletePopup
2012-05-30 07:38:33 -07:00
George Mount
20c15a4271
Merge "Fix monkey NPE in AutoCompletePopup" into jb-dev
2012-05-30 07:36:11 -07:00
Satoshi Kataoka
028d0aacdd
am 3022b6b9: am 17150cf9: Fix locale in TextServicesManagerService
...
* commit '3022b6b9cdc581647747cfefa2ff365af05b02e8':
Fix locale in TextServicesManagerService
2012-05-30 04:51:30 -07:00
Satoshi Kataoka
3022b6b9cd
am 17150cf9: Fix locale in TextServicesManagerService
...
* commit '17150cf91be1478e367c2ef5e4f5baaa66b487d0':
Fix locale in TextServicesManagerService
2012-05-30 04:48:21 -07:00
Satoshi Kataoka
17150cf91b
Fix locale in TextServicesManagerService
...
Bug: 6542210
Change-Id: I1670fac014beb834ec7c065ebf040d0ff3cf4161
2012-05-30 20:36:52 +09:00
Fabrice Di Meglio
0ed59fae6f
Fix bug #6567507 [Bidi] - Cursor is sometimes not visible on EditText
...
- take the hint layout primary horizontal offset if needed
Change-Id: Ib5c4dd990278e1fd8bb9ba4f4b6940a62dba91e3
2012-05-29 20:32:51 -07:00
Jean Chalard
76abb24afa
am 887568c4: am 01bf82f2: Merge "Add/refine comments to reflect key event policies" into jb-dev
...
* commit '887568c4f4e49b78b1549459b265377c7ee4e8c0':
Add/refine comments to reflect key event policies
2012-05-29 18:10:13 -07:00
Jean Chalard
887568c4f4
am 01bf82f2: Merge "Add/refine comments to reflect key event policies" into jb-dev
...
* commit '01bf82f27297536399f7dcde214d1a082e3613ef':
Add/refine comments to reflect key event policies
2012-05-29 18:06:28 -07:00
Jean Chalard
01bf82f272
Merge "Add/refine comments to reflect key event policies" into jb-dev
2012-05-29 18:02:29 -07:00
Svetoslav Ganov
b616547cd5
am 378aa011: am a5c896af: Merge "Updating the behaviour of accessibility text iterators." into jb-dev
...
* commit '378aa011d5f989166b62e9db6328a5881a1a73a0':
Updating the behaviour of accessibility text iterators.
2012-05-29 17:38:18 -07:00
Svetoslav Ganov
378aa011d5
am a5c896af: Merge "Updating the behaviour of accessibility text iterators." into jb-dev
...
* commit 'a5c896afe89aaf40166343232d85980b94974032':
Updating the behaviour of accessibility text iterators.
2012-05-29 17:32:39 -07:00
Svetoslav Ganov
a5c896afe8
Merge "Updating the behaviour of accessibility text iterators." into jb-dev
2012-05-29 17:30:16 -07:00
Svetoslav Ganov
35742844bc
am b554ee35: am 48d1daca: Merge "Accessiblity scroll event firing callback not properly reset." into jb-dev
...
* commit 'b554ee35853369e898d5feea9ea4b6667a682dac':
Accessiblity scroll event firing callback not properly reset.
2012-05-29 17:13:48 -07:00
Svetoslav Ganov
b554ee3585
am 48d1daca: Merge "Accessiblity scroll event firing callback not properly reset." into jb-dev
...
* commit '48d1daca98703a470f04b4e217d9e6dae6d61dd2':
Accessiblity scroll event firing callback not properly reset.
2012-05-29 17:10:12 -07:00
Svetoslav Ganov
48d1daca98
Merge "Accessiblity scroll event firing callback not properly reset." into jb-dev
2012-05-29 17:05:40 -07:00
Svetoslav Ganov
4a812aeb8b
Accessiblity scroll event firing callback not properly reset.
...
1. We use a delayed callback to throttle the amount of accessibility
scroll events fired by the view tree. The callback to do so was
not properly reset when removed putting the view tree in a bad
state resulting in no scroll events being fired at all.
bug:6549005
Change-Id: Ibf72d7e009e4545a336c9471f46015910290703e
2012-05-29 16:46:15 -07:00
John Reck
4c11a92b62
am 4a53b519: am 2cd50c9d: Merge "Don\'t long press if preventDefault is called" into jb-dev
...
* commit '4a53b51955e6d166a81ac09bdb1633b9224839ab':
Don't long press if preventDefault is called
2012-05-29 16:30:15 -07:00