Brian Carlstrom
ce536f3b47
am 5e21bf93: Unhide SSLCertificateSocketFactory.setSoWriteTimeout
...
* commit '5e21bf934b2a71b595deb9856a2044eea4dbce86':
Unhide SSLCertificateSocketFactory.setSoWriteTimeout
2012-09-25 12:50:11 -07:00
Jean-Baptiste Queru
6d5efebc56
am 5ef9cb68: Merge into jb-mr1-dev
...
* commit '5ef9cb68c3bb639990abc0eadcaaaa61164ad628':
Hiding a method for JB-MR1
2012-09-25 12:48:55 -07:00
Jean-Baptiste Queru
3d9e6909fd
am 1b242759: Merge into jb-mr1-dev
...
* commit '1b242759763205fa529591738cbe213fcc25150e':
Adding support for new 'uid2445' column in Calendar's Events table.
2012-09-25 12:46:53 -07:00
Jean-Baptiste Queru
df3131e466
am 6fb2514c: Merge into jb-mr1-dev
...
* commit '6fb2514cdf77e2657d7b73b0cd97e060aefc6b53':
Fix issue #7215984 : java.lang.RuntimeException: Unable to create...
2012-09-25 12:46:26 -07:00
Martijn Coenen
8aad9d7923
am 8f862ef9: Add NfcBarcode technology API.
...
* commit '8f862ef9f74f2d2ebf767c645ce39db8412dd08f':
Add NfcBarcode technology API.
2012-09-25 12:46:22 -07:00
Brian Carlstrom
5e21bf934b
Unhide SSLCertificateSocketFactory.setSoWriteTimeout
...
Bug: 6693087
Change-Id: I585c2a61226da58077fd7cd7826695ce17380248
2012-09-25 10:38:52 -07:00
Jean-Baptiste Queru
5ef9cb68c3
Merge into jb-mr1-dev
...
Change-Id: I4696f4336d79ca199f2358bfb3ed5fc7e6c51732
2012-09-25 09:46:23 -07:00
Jean-Baptiste Queru
1b24275976
Merge into jb-mr1-dev
...
Change-Id: Ie68309c7525b59f12b7bd22beb06ab5e5e4f05f5
2012-09-25 09:31:15 -07:00
Jean-Baptiste Queru
6fb2514cdf
Merge into jb-mr1-dev
...
Change-Id: I1baab28b12364213673ed7992207ad198491f286
2012-09-25 09:25:15 -07:00
Martijn Coenen
8f862ef9f7
Add NfcBarcode technology API.
...
Supporting only Kovio barcode technology for now.
Bug: 7222958
Change-Id: I63976da2db16b0a5d9ec746f1a0e83833e74e5a9
2012-09-25 09:22:16 -07:00
Kristian Monsen
d0b90d30d8
Hiding a method for JB-MR1
...
This one got left out in the last round of method hiding.
This got lost in the last round of method hiding.
Change-Id: I3c6aa234dd29933cb32d0cd91830d47289e7e639
2012-09-24 19:11:30 -04:00
Dianne Hackborn
139748fd72
Fix issue #7215984 : java.lang.RuntimeException: Unable to create...
...
...service com.android.systemui.SystemUIService: java.lang.NullPointerException
- Don't acquire the activity manager lock in handleIncomingUser(),
there is really no need to do so.
- Rework the settings provider client side cache code to not hold
locks while calling into the provider.
I also changed the way the settings provider uses system properties
so that there is one property for all users. We can't do one per
user, since the system property name space is limited with a fixed
size. And we don't really need to do that; the worse that happens
by combining all users is that if one running user changes one of its
settings, all other running users will think they need to reload
settings when they go to fetch them next.
Change-Id: I13b90b832310d117eb6d721aacd122cfba7d749a
2012-09-24 14:15:14 -07:00
Sara Ting
4d6f90ea50
Adding support for new 'uid2445' column in Calendar's Events table.
...
Bug:7029852
Change-Id: I4fdf86ba44f5c7bdcc55e8c2bdf664dddbe671f5
2012-09-24 13:09:35 -07:00
Philip Milne
0014c0f64a
am bc391d58: Merge "Revert "Fix for bug: #7173350 . elapsedRealtimeNano() -> elapsedRealtimeNanos()"" into jb-mr1-dev
...
* commit 'bc391d58c8d09bd58b57dda20dd9d2281d90db32':
Revert "Fix for bug: #7173350 . elapsedRealtimeNano() -> elapsedRealtimeNanos()"
2012-09-24 11:43:42 -07:00
Philip Milne
bc391d58c8
Merge "Revert "Fix for bug: #7173350 . elapsedRealtimeNano() -> elapsedRealtimeNanos()"" into jb-mr1-dev
2012-09-24 11:41:53 -07:00
Philip Milne
53fe756772
Revert "Fix for bug: #7173350 . elapsedRealtimeNano() -> elapsedRealtimeNanos()"
...
This reverts commit 2f6d882952
Change-Id: Id5af767a09fc319127c4ebef837c5b7a7f75cb01
2012-09-24 11:38:29 -07:00
Dianne Hackborn
308ac6c6e4
am 7451f15e: Merge "Fix issue #6926562 : Ensure all multi-user cache files are managed correctly" into jb-mr1-dev
...
* commit '7451f15e7464fe8dd117b74c6dcff780785e0007':
Fix issue #6926562 : Ensure all multi-user cache files are managed correctly
2012-09-24 11:08:46 -07:00
Dianne Hackborn
7451f15e74
Merge "Fix issue #6926562 : Ensure all multi-user cache files are managed correctly" into jb-mr1-dev
2012-09-24 11:07:26 -07:00
Philip Milne
2eba91d98f
am b00df8e9: Merge "Fix for bug: #7173350 . elapsedRealtimeNano() -> elapsedRealtimeNanos()" into jb-mr1-dev
...
* commit 'b00df8e929f9ba865a95a7df3f949e6169332954':
Fix for bug: #7173350 . elapsedRealtimeNano() -> elapsedRealtimeNanos()
2012-09-24 11:05:19 -07:00
Dianne Hackborn
556b09e184
Fix issue #6926562 : Ensure all multi-user cache files are managed correctly
...
Now we correctly iterate through the different user cache dirs.
Also update documentation to describe the new cache pruning behavior,
and deprecate the file modes for making files world readable/writable
which we really don't want people using any more.
Change-Id: I3708df3ddc697b1f5c511143cce7cc40a5a3d0bd
2012-09-24 11:02:45 -07:00
Philip Milne
b00df8e929
Merge "Fix for bug: #7173350 . elapsedRealtimeNano() -> elapsedRealtimeNanos()" into jb-mr1-dev
2012-09-24 11:02:31 -07:00
Alon Albert
d4b191562d
am 0ff65375: Merge "Add columns to CalendarContract" into jb-mr1-dev
...
* commit '0ff65375683f5d5f05c7e1882f758cc93be57c99':
Add columns to CalendarContract
2012-09-24 09:50:10 -07:00
Alon Albert
0ff6537568
Merge "Add columns to CalendarContract" into jb-mr1-dev
2012-09-24 09:46:59 -07:00
Fabrice Di Meglio
d865a54841
am f7a3e979: Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-dev
...
* commit 'f7a3e979a7ab3be4715408b6328f27e56a7c9326':
Fix bug #6427629 Clean up layout direction APIs
2012-09-24 08:48:06 -07:00
Fabrice Di Meglio
3e276b9966
am be4c5dd9: Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-dev
...
* commit 'be4c5dd9d0b3ec1e020431f0e618a4cf38f9c57d':
Fix bug #6427629 Clean up layout direction APIs
2012-09-24 08:47:57 -07:00
Wink Saville
8611f68a93
am 8a06969d: Merge "Refactor Cell Location public API." into jb-mr1-dev
...
* commit '8a06969d5be623d4efd3bdf2c3ecddcde557eca7':
Refactor Cell Location public API.
2012-09-24 08:47:49 -07:00
Fabrice Di Meglio
8f3ba9fa1b
am 239e4305: Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-dev
...
* commit '239e430578fd2d3bd38a646595a82bca95359bd7':
Fix bug #6427629 Clean up layout direction APIs
2012-09-24 08:47:42 -07:00
Fabrice Di Meglio
16c84db706
am e3f2ac9e: Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-dev
...
* commit 'e3f2ac9e526e5b4de4d2ae113e644c1cb14b1ce6':
Fix bug #6427629 Clean up layout direction APIs
2012-09-24 08:47:35 -07:00
Dianne Hackborn
66c86dd38b
am b939e352: Merge "Fix issue #7209355 , #7214271." into jb-mr1-dev
...
* commit 'b939e35274334d1f5e71a526efe8d235eb6d7387':
Fix issue #7209355 , #7214271 .
2012-09-24 08:47:13 -07:00
Eino-Ville Talvala
2cd624d9d3
am a91c9f9f: Merge "Unhide and document feature android.hardware.camera.any." into jb-mr1-dev
...
* commit 'a91c9f9f7a3c5d09333bdf27ef06012bb4e7d710':
Unhide and document feature android.hardware.camera.any.
2012-09-24 08:46:42 -07:00
Wu-cheng Li
4358c93892
am 29f5230d: Merge "Unhide android.provider.MediaStore.ACTION_IMAGE_CAPTURE_SECURE" into jb-mr1-dev
...
* commit '29f5230dc604537a72842a70991bae71019f8c80':
Unhide android.provider.MediaStore.ACTION_IMAGE_CAPTURE_SECURE
2012-09-24 08:46:34 -07:00
Fabrice Di Meglio
f7a3e979a7
Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-dev
2012-09-23 16:45:51 -07:00
Fabrice Di Meglio
1a7d487380
Fix bug #6427629 Clean up layout direction APIs
...
- rename getResolvedTextAlignment() to getTextAlignment()
Change-Id: I6a2b6c9ec4f5cea1adde46e35d5f3c49880791ee
2012-09-23 16:19:58 -07:00
Fabrice Di Meglio
be4c5dd9d0
Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-dev
2012-09-23 16:19:03 -07:00
Fabrice Di Meglio
97e146cf02
Fix bug #6427629 Clean up layout direction APIs
...
- rename getResolvedTextDirection() to getTextDirection()
Change-Id: Id2a6025daf5521dcd676e454fc6bb9955fdccf2d
2012-09-23 15:55:11 -07:00
Wink Saville
8a06969d5b
Merge "Refactor Cell Location public API." into jb-mr1-dev
2012-09-23 15:44:30 -07:00
Fabrice Di Meglio
239e430578
Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-dev
2012-09-23 15:09:56 -07:00
Fabrice Di Meglio
e3f2ac9e52
Merge "Fix bug #6427629 Clean up layout direction APIs" into jb-mr1-dev
2012-09-23 15:05:56 -07:00
Fabrice Di Meglio
e56ffdc7b3
Fix bug #6427629 Clean up layout direction APIs
...
- rename getResolvedLayoutDirection() to getLayoutDirection()
Change-Id: I3afe56c0db0751952f5056c23893cb7455531d29
2012-09-23 14:51:16 -07:00
Fabrice Di Meglio
4457e85a70
Fix bug #6427629 Clean up layout direction APIs
...
- canResolveXxx() should be hidden
- resetResolvedXxx() should be hidden
- resolveDrawables(), resolveLayoutDirection(), resolvePadding(), resolveTextAlignment(), resolveTextDirection() should be hidden
- onResolvedXxx() should be merged into one callback
- fix also an issue with setting the layout direction of the drawable in ImageView
- fix also an issue with checking if TextAlignment can be resolved
Change-Id: I1402269ddf8632525f5550f80e5610e1a7b4034d
2012-09-23 14:15:26 -07:00
Dianne Hackborn
b939e35274
Merge "Fix issue #7209355 , #7214271." into jb-mr1-dev
2012-09-23 12:58:10 -07:00
Dianne Hackborn
8da429e80d
Fix issue #7209355 , #7214271 .
...
Issue #7209355 : Intent on the secondary user results in an intent picker
in the Primary user.
Issue #7214271 : Crash in system UI
Also fix a bug where I recently broke the removeTask() operation in the
activity manager where it would remove the wrong task.
Change-Id: I448c73a0e83a78d9d8d96b4629658c169888d275
2012-09-23 12:53:34 -07:00
Eino-Ville Talvala
a91c9f9f7a
Merge "Unhide and document feature android.hardware.camera.any." into jb-mr1-dev
2012-09-23 10:14:22 -07:00
Wu-cheng Li
29f5230dc6
Merge "Unhide android.provider.MediaStore.ACTION_IMAGE_CAPTURE_SECURE" into jb-mr1-dev
2012-09-23 02:21:17 -07:00
Adam Cohen
24694468d8
am 8562cb59: Merge "Changing public method to @hide, doesn\'t have to be public" into jb-mr1-dev
...
* commit '8562cb59825a9ccff2b019d2c30f38c8798ca3a1':
Changing public method to @hide, doesn't have to be public
2012-09-21 17:50:31 -07:00
Jason Sams
f68920464a
am 7b3132d9: Merge "Add Blend intrinsic." into jb-mr1-dev
...
* commit '7b3132d97a2a28093f139dc884cb4d43de65af50':
Add Blend intrinsic.
2012-09-21 17:50:11 -07:00
Eino-Ville Talvala
09a792c7fd
am 5ce25d71: Merge "NEW_API: Add android.hardware.Camera.CameraInfo#canDisableShutterSound" into jb-mr1-dev
...
* commit '5ce25d717059c9c37618aa349314077f99ac34c7':
NEW_API: Add android.hardware.Camera.CameraInfo#canDisableShutterSound
2012-09-21 17:49:51 -07:00
Jim Miller
f084208bdf
am 1ed9fa10: Merge "Make DPM API for disabling keyguard widgets more generic" into jb-mr1-dev
...
* commit '1ed9fa10de3e94678ddb2929936caa3ff4164cf8':
Make DPM API for disabling keyguard widgets more generic
2012-09-21 17:49:00 -07:00
John Spurlock
7492091128
am 22505501: Merge "Additions to Dream public api." into jb-mr1-dev
...
* commit '2250550187ed7a2bd98d5f861151b49db5635f6e':
Additions to Dream public api.
2012-09-21 17:47:36 -07:00
Romain Guy
a132665291
am 4187f928: Merge "API REVIEW: Undeprecate Location.dump() Bug #7173109 " into jb-mr1-dev
...
* commit '4187f928921bab6a77e8b6592131f2a2b02ac0a3':
API REVIEW: Undeprecate Location.dump() Bug #7173109
2012-09-21 17:47:24 -07:00