Chih-Chung Chang
d1d7706fce
Add support for setting camera display orientation.
2010-01-26 11:07:07 -08:00
San Mehat
03b58bdf0e
Merge "NetworkManagementService: Start service when SystemServer starts up"
2010-01-26 07:59:08 -08:00
San Mehat
d1df8ac6d0
NetworkManagementService: Start service when SystemServer starts up
...
Signed-off-by: San Mehat <san@google.com >
2010-01-26 07:51:05 -08:00
Patrick Scott
8d9eb9f681
Merge "Set a flag that indicates a response is pending."
2010-01-26 07:08:17 -08:00
Daniel Sandler
9d8b876c61
Add android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS.
...
Maps to "android.settings.DEVICE_INFO_SETTINGS", which
launches the DeviceInfoSettings activity in Settings.
2010-01-26 09:59:35 -05:00
San Mehat
0c8569f2a3
Merge "MountService: Add support for renaming secure containers"
2010-01-26 06:19:21 -08:00
Patrick Scott
74f6c03bb2
Set a flag that indicates a response is pending.
...
This will keep track of multiple calls to proceed/cancel. If an error has
occurred and the client calls proceed or cancel more than once, the loader may
be null. Set the flag during the callback and reset after a response.
Bug: 2371305
2010-01-26 08:17:18 -05:00
Valentin Kravtsov
79896bd123
Adding Recognition Service and Listener wrappers
...
Change-Id: Ib5068fb6d42b6752d09b0828964b6cbe92d015d3
2010-01-26 11:23:52 +00:00
Mike LeBeau
199566045d
Unhide RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which our voice search
...
(or other voice search implementations) can use to implement settings in the
system settings.
2010-01-25 21:48:08 -05:00
Grace Kloba
f96a91abb6
am 5b745762: am d5ada83c: ScaleGestureDetector needs to query the displaymetrics for the width/height on each touch down as orientation can change.
...
Merge commit '5b74576218055f1c9d31d9559255e8cf504cd662'
* commit '5b74576218055f1c9d31d9559255e8cf504cd662':
ScaleGestureDetector needs to query the displaymetrics
2010-01-25 18:13:12 -08:00
Grace Kloba
8ad96ae820
am f8c7d06f: am 89e3c1ab: Merge "Fix the sloppy detection in the ScaleGestureDetector." into eclair
...
Merge commit 'f8c7d06ffa67015516b822a992513ab86aad1ad5'
* commit 'f8c7d06ffa67015516b822a992513ab86aad1ad5':
Fix the sloppy detection in the ScaleGestureDetector.
2010-01-25 18:11:02 -08:00
Yang Li
a54bec599a
Added comments for GestureUtilities.
2010-01-25 17:59:15 -08:00
Fred Quintana
307da1a46b
enhance the sync manager backoff logic and add support for retry-after
...
moved SyncQueue and SyncOperation into their own top-level classes
to ease maintainability and testing6
removed some dead code
2010-01-25 16:41:58 -08:00
Yang Li
c7f930f5a9
Made GestureUtilities's several methods public; Changed GestureStroke's smoothening threshold.
2010-01-25 15:15:55 -08:00
Mike LeBeau
882652bf0d
Merge "Add RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which we'll trigger from system settings. For now it'll just be triggered from within the voice search app if you choose the settings menu item."
2010-01-25 12:06:48 -08:00
Mike LeBeau
9c58935c1b
Add RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which we'll trigger
...
from system settings. For now it'll just be triggered from within the
voice search app if you choose the settings menu item.
Need to unhide this before we can be fully unbundled for voice search.
2010-01-25 15:04:57 -05:00
Chris Tate
da77d0a6e7
Merge "Make sure to downgrade to app permissions when invoking callbacks"
2010-01-25 11:35:08 -08:00
Ken Shirriff
1790c13ed6
Change calendar authority to com.android.calendar.
...
bug 2388178
2010-01-25 10:53:43 -08:00
Ken Shirriff
8fdd45e1aa
Merge "Add SyncState class for calendar provider."
2010-01-25 10:50:47 -08:00
Grace Kloba
96949efc54
We were blocking updating display tree during drag.
...
Now we only lower the WebViewCore thread priority.
So rename the functions to reflect the new meaning.
2010-01-25 09:53:01 -08:00
Grace Kloba
733687d47a
Merge "Manual merge pinch zoom from Eclair to Master."
2010-01-25 09:31:20 -08:00
Grace Kloba
3a0def280f
Manual merge pinch zoom from Eclair to Master.
...
Too many conflicts which prevent me to use git cherry-pick.
Merge based on the source diff.
WebSettings.java
https://android-git.corp.google.com/w/?p=platform/frameworks/base.git;a=commitdiff;h=5f01d7e268167c5cfb3366ce08e20a66d9b6fa6f
WebView.java (excl. drag tracker changes)
https://android-git.corp.google.com/w/?p=platform/frameworks/base.git;a=blobdiff;f=core/java/android/webkit/WebView.java;h=ab1841e140d72c22885512722cf1b75925bb8747;hp=ed1a98ae2d9321a483f6f8fa97b29b78121e94a7;hb=eclair;hpb=db08d5cd441424e4f9621aae7c2414934f781400
WebViewCore.java
https://android-git.corp.google.com/w/?p=platform/frameworks/base.git;a=blobdiff;f=core/java/android/webkit/WebViewCore.java;h=8ac915c556e3461f3c572c3a68d191ca1fecfee7;hp=a5a48527a389609e40da14ecad8c12dd8377cfaf;hb=eclair;hpb=dafc19a1406bdd554fb4629d79c8aa4d75aca363
2010-01-23 21:11:54 -08:00
Romain Guy
ff65c8c559
Make vertical LinearLayouts behave like horizontal LLs do.
...
A bug fix in the horizontal handling of "useLargestChild" was not fixed in the vertical code.
2010-01-23 10:21:12 -08:00
San Mehat
45f6104082
MountService: Add support for renaming secure containers
...
Signed-off-by: San Mehat <san@google.com >
2010-01-23 08:12:43 -08:00
Kenny Root
d1ab01682b
Add extra resources field for ApplicationInfo
...
Allow ApplicationInfo to track multiple files it wants to use as
resources by adding a string array to its public definition.
Change-Id: Ieffc4b1755270520b59c4e5a3c084e86aef02346
2010-01-22 17:05:50 -08:00
Kenny Root
92da0b4453
Merge "Unhide resource-related API calls in Context"
2010-01-22 16:57:57 -08:00
Kenny Root
3214839482
Unhide resource-related API calls in Context
...
Context hides methods related to the underlying functioning of
resources which are readily available from the ApplicationInfo
object. This change allows getting access to information
without having to make PackageManager calls for it.
Change-Id: Icf6a9da652dad8175bd11b5cd81a924181070373
2010-01-22 16:56:26 -08:00
Christopher Tate
1902492420
Make sure to downgrade to app permissions when invoking callbacks
...
The [private] binder interface is called from the system process, so make sure
we downgrade to the app's proper identity & permissions before allowing
execution to continue into app code.
2010-01-22 16:39:53 -08:00
San Mehat
4d02d001ef
NetworkManagementService: Introduce INetworkManagementEventObserver
...
Introduce a callback event observer which can be registered on the
INetworkManagementService instance to receive events from the service.
Signed-off-by: San Mehat <san@google.com >
2010-01-22 16:10:29 -08:00
Kenny Root
55434a7999
Merge "Multiple asset adding in one shot for AssetManager"
2010-01-22 15:54:11 -08:00
San Mehat
63454ebcc9
Merge "NetworkManagementService: Introduce API methods for configuring interfaces"
2010-01-22 15:20:18 -08:00
San Mehat
bf81cacc96
Merge "android.net: Introduce @hidden parcelable InterfaceConfiguration class"
2010-01-22 15:20:10 -08:00
San Mehat
ed4fc8acc5
NetworkManagementService: Introduce API methods for configuring interfaces
...
Signed-off-by: San Mehat <san@google.com >
2010-01-22 12:28:36 -08:00
Ken Shirriff
ead4f9cef5
Add SyncState class for calendar provider.
...
This parallels the SyncState on ContactsContract.
2010-01-22 12:26:50 -08:00
San Mehat
353ced79b4
android.net: Introduce @hidden parcelable InterfaceConfiguration class
...
This class is used to get/set interface configuration via the
new NetworkManagementService API
Signed-off-by: San Mehat <san@google.com >
2010-01-22 12:22:54 -08:00
Adam Powell
a948f4787b
am 97b10853: am 5910cb53: Merge "Edge of screen slop detection for ScaleGestureDetector." into eclair
...
Merge commit '97b108532f04f72af035e372be7b827f77888650'
* commit '97b108532f04f72af035e372be7b827f77888650':
Edge of screen slop detection for ScaleGestureDetector.
2010-01-22 12:00:24 -08:00
Andy McFadden
a93e459149
Merge "Move VM feature strings (used by DDMS) into VM."
2010-01-22 11:32:52 -08:00
Romain Guy
2e61d7ca64
Merge "Bring back buttons in dialogs. Bug #2390537 "
2010-01-22 11:01:42 -08:00
Romain Guy
cf635ae7c6
Bring back buttons in dialogs.
...
Bug #2390537
2010-01-22 11:00:29 -08:00
Amith Yamasani
bd6f964da1
am 658dc0d4: am b35b8c13: Merge "Security fix in accessibility - don\'t read out password. # 2371557" into eclair
...
Merge commit '658dc0d4b03015eb4a692968b82b664e24aa605a'
* commit '658dc0d4b03015eb4a692968b82b664e24aa605a':
Security fix in accessibility - don't read out password. # 2371557
2010-01-22 09:44:16 -08:00
Andy McFadden
e577232406
Move VM feature strings (used by DDMS) into VM.
...
Until now, we used a place-holder in frameworks/base.
Disable a test that shouldn't have been on.
2010-01-22 09:36:03 -08:00
Ken Shirriff
a69a23b2a5
Use AUTHORITY constant for calendar.
...
This will allow the calendar authority to be changed later.
bug 2388178
2010-01-21 21:46:31 -08:00
Romain Guy
177b580f56
Merge "Add a new attribute to LinearLayout: useLargestChild. Bug #2379138 "
2010-01-21 19:11:20 -08:00
Romain Guy
5b1b241710
Add a new attribute to LinearLayout: useLargestChild.
...
Bug #2379138
This new attribute is to be used when the LinearLayout is wrap_content but you want
all the children inside to have the same dimension. Set useLargestChild to true and
give all the children a width/height of 0 and a weight of 1.0.
2010-01-21 19:09:51 -08:00
Grace Kloba
01752fe46b
am 8d4baa78: am d79d1c72: Merge "If ZoomButttonsController detects more than one pointer, give up the control. This should enable the View behind it, like WebView, will always get the multi-pointer events even when ZoomButtonsController is up." into eclair
...
Merge commit '8d4baa789302b2c0f2657af9ba6dc98fcc926ee2'
* commit '8d4baa789302b2c0f2657af9ba6dc98fcc926ee2':
If ZoomButttonsController detects more than one pointer,
2010-01-21 17:56:46 -08:00
Paul Westbrook
fa5875a3c5
Merge "Bug 2330111"
2010-01-21 17:14:06 -08:00
Paul Westbrook
68f2f547f5
Bug 2330111
...
Make NumberPicker public
Made setCurrent() more robust, as the value needs to be within the range
specified earlier. setCurrent() will now throw an exception
if the specified doesn't fall in the range
2010-01-21 16:56:57 -08:00
Wink Saville
aa6a2aad03
Fix build, incorrect link/see tags.
...
Change-Id: Ia1c13ddb198721234323f1944ea3537ea6f34820
2010-01-21 16:37:04 -08:00
Kenny Root
3a19833750
Multiple asset adding in one shot for AssetManager
...
Add a hidden convenience method to allow adding multiple assets
to an AssetManager at once.
Change-Id: I56753a85904a2c8e9a405cba2ea3cb85ec40e1cc
2010-01-21 16:09:40 -08:00
Dianne Hackborn
df83afaf29
More device policy manager / admin work.
...
Update API with some new features, re-arrange how you check for valid
passwords, and start hooking up the back-end implementation.
2010-01-21 14:30:57 -08:00