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
Christopher Tate
80202c8cb8
Move towards a formal public API for backup and restore
...
This commit makes a few changes towards establishing a formal application
interface for interacting with the backup/restore mechanism:
1. Introduce public wrapper classes around the various binder interfaces; 3rd
party code will never see the binders directly.
2. Progress update callbacks during a restore sequence now occur on the main
thread, not in a binder thread [and not with system-process permissions!].
3. Rename the BackupManagerService's inner "RestoreSession" class to avoid
ambiguity with the new public "RestoreSession" class.
2010-01-25 19:41:23 -08: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
caf0ce3ca2
Delay resetting mPreventDrag flags so that the Plugin
...
will have more time to respond whether it wants to
handle the touch events. (not have to return the
value from WebViewCore before the first tap is up)
Fix a potential null pointer exception.
2010-01-25 18:36:48 -08: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
Owen Lin
d6cc0343c9
Revert I3fdda2588a7c612d7c9cfb4f25d9aedd1d609162 which open two functions
...
in preference manager.
Change-Id: I910ccd3794771da9ec1eb4809b3d1a2a6633f4b1
2010-01-25 13:45:52 -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
David 'Digit' Turner
1edab2b551
Make PackageManager unpack gdbserver binaries at installation time.
...
Native-debuggable packages contain a lib/<abi>/gdbserver executable.
This patch ensures that the package manager will copy it to the
proper location (/data/data/<appname>/lib) at installation time.
Note that such packages are marked with a new ApplicationInfo flag
named FLAG_NATIVE_DEBUGGABLE, to be used later by the Activity
Manager.
2010-01-25 11:27: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
Mike Reed
b22446901c
am f904be16: Merge "disable high-quality filtering during scrolling, until I can cached the scaled images." into eclair
...
Merge commit 'f904be1659fcc88dd80be2c900ffc89e77b1c737' into eclair-plus-aosp
* commit 'f904be1659fcc88dd80be2c900ffc89e77b1c737':
disable high-quality filtering during scrolling, until I can cached the scaled images.
2010-01-25 06:24:35 -08:00
Mike Reed
f904be1659
Merge "disable high-quality filtering during scrolling, until I can cached the scaled images." into eclair
2010-01-25 06:19:17 -08:00
Mike Reed
729d8369b5
disable high-quality filtering during scrolling, until I can cached the scaled images.
2010-01-25 08:30:35 -05: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
Bai Tao
4256586663
Modify the interface of HanziToPinyin class to make it generic and add test class
2010-01-23 12:57:21 +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
Romain Guy
7baf952c73
Merge "Make dialogs look better when their content is small."
2010-01-22 15:33:07 -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
Romain Guy
5e5e6ccc37
Make dialogs look better when their content is small.
2010-01-22 15:11:12 -08:00
Grace Kloba
4f01c92750
am 5ff24d5d: DO NOT MERGE
...
Merge commit '5ff24d5da414db4e8c2ebe98f40976e7be62b72d' into eclair-plus-aosp
* commit '5ff24d5da414db4e8c2ebe98f40976e7be62b72d':
DO NOT MERGE
2010-01-22 13:17:52 -08:00
Grace Kloba
5ff24d5da4
DO NOT MERGE
...
This reverts commit 52cb3cbd6f .
2010-01-22 12:45:54 -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