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
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
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
Leon Scroggins
04ce08f34e
Merge "Create a common method for updating the title of a download from the filename."
2010-01-21 13:29:32 -08:00
Leon Scroggins
fe79ef44fe
Create a common method for updating the title of a download from the filename.
...
This method will be used by the DownloadProvider and the BrowserDownloadPage.
2010-01-21 16:19:41 -05:00
Justin Mattson
ef340357ce
NEW_API: Declare an ACTION_SEARCH_SETTINGS constant in android.provider.Settings so that apps can cause this system setting group to be opened directly.
...
The Settings app already responds to this action it just was not exposed in the platform API.
2010-01-21 11:40:58 -08:00
Amith Yamasani
2fa6b52c2b
Merge "Workaround for a database update callback that claims that the data doesn't exist."
2010-01-21 11:22:01 -08:00
Vasu Nori
589eb9c5e1
Merge "caching PRAGMA sql statements caused cts-tests failures."
2010-01-21 10:29:22 -08:00
Amith Yamasani
58bb107f2a
Workaround for a database update callback that claims that the data doesn't exist.
...
It's probably some intermediate state when updating the volumes that's causing
the row to be missing.
2010-01-21 09:58:01 -08:00
Derek Sollenberger
72666bac20
am 1f7747ad: am 7cabb03d: Resize the WebView when the soft-keyboard appears in landscape mode.
...
Merge commit '1f7747adb6a79317f4bd52fb78b3c567dd203883'
* commit '1f7747adb6a79317f4bd52fb78b3c567dd203883':
Resize the WebView when the soft-keyboard appears in landscape mode.
2010-01-21 08:39:15 -08:00
Derek Sollenberger
1f7747adb6
am 7cabb03d: Resize the WebView when the soft-keyboard appears in landscape mode.
...
Merge commit '7cabb03da7053f3ceb5ff8b41b6a46052c6658a1' into eclair-mr2-plus-aosp
* commit '7cabb03da7053f3ceb5ff8b41b6a46052c6658a1':
Resize the WebView when the soft-keyboard appears in landscape mode.
2010-01-21 08:29:33 -08:00
Derek Sollenberger
7cabb03da7
Resize the WebView when the soft-keyboard appears in landscape mode.
...
The WebView notifies the IME that it wishes to be resized when the
soft-keyboard is displayed. This fixes http://b/2170192 .
2010-01-21 10:37:38 -05:00
San Mehat
db43099f9e
Merge "INetworkManagementService: Add support for enumerating TTYs and attaching ppp servers to them"
2010-01-20 18:15:43 -08:00
Vasu Nori
994bc22f1e
caching PRAGMA sql statements caused cts-tests failures.
...
thats a strange-bug..caching PRAGMA sql statements caused sqlite to return
incorrect results.
2010-01-20 16:39:40 -08:00
Vasu Nori
1849d2d8c7
Merge "reduce logging noise from cache-full conditions."
2010-01-20 15:41:54 -08:00
San Mehat
72759df749
INetworkManagementService: Add support for enumerating TTYs and attaching ppp servers to them
...
Signed-off-by: San Mehat <san@google.com >
Updated: Refactor out duplicated code
2010-01-20 15:17:45 -08:00
Vasu Nori
e9d9210205
reduce logging noise from cache-full conditions.
...
when the compiled-sql cache is full, print the warning only a few times and
after that, if the condition persists, clear the cache.
don't flood the cache with the same warning million times.
2010-01-20 15:07:26 -08:00
Jacek Surazski
e0ee6efb1e
Add systemApp field to ApplicationErrorReport
2010-01-20 12:27:58 -08:00
Dmitri Plotnikov
918007b755
Introducing the notion of "verified name" on a raw contact.
...
This flag can be set by a sync adapter if it is certain that the
name is correct (a social network sync adapter would be a good example
of this). It can also be explicitly set by the user in the Contact
Edit UI.
Bug: 2164422
Change-Id: Id46e04c28eeb0dc386adfc6ad8988dda50824e2b
2010-01-20 12:12:11 -08:00
Tom O'Neill
89750d395e
Merge "Get rid of a TODO to add documentation for now-hidden columns"
2010-01-20 09:15:14 -08:00
Romain Guy
2d51bff2b6
Dpad based scrolling in ListView was mishandling the recycler:
...
recyclable views were removed instead of detached and non-recyclables views
were detached instead of removed.
2010-01-19 17:34:10 -08:00
Romain Guy
5dbe0c753a
Merge "Measure AutoCompleteTextView's dropdown to have enough room for all items. Bug #2363514 "
2010-01-19 16:57:51 -08:00
Romain Guy
73beee234b
Measure AutoCompleteTextView's dropdown to have enough room for all items.
...
Bug #2363514
2010-01-19 16:56:05 -08:00
Joe Onorato
fd24feaf79
Merge "Add DateTimeView, a widget that shows a time or the date depending on the current time. Use that for notifications instead of a TextView that doesn't ever update."
2010-01-19 16:45:05 -08:00
Joe Onorato
c83bb730ec
Add DateTimeView, a widget that shows a time or the date depending on the
...
current time. Use that for notifications instead of a TextView that
doesn't ever update.
BUG 1563917
2010-01-19 16:32:22 -08:00
Tom O'Neill
a351496c60
Get rid of a TODO to add documentation for now-hidden columns
...
Sorry, looks like I forgot to delete it in my previous CL
Change-Id: I46be98f383594654aff5a884e72505878ded3d90
2010-01-19 14:41:01 -08:00
Tom O'Neill
3baf065bc2
Merge "Find out whether we should mention behavior specific to our own provider"
2010-01-19 13:54:00 -08:00
Romain Guy
df4e4641ec
Merge "Make sure the drawing cache is invalidated when reattaching a view. Bug #2373677 "
2010-01-19 13:29:03 -08:00
Romain Guy
bc9fdc9260
Make sure the drawing cache is invalidated when reattaching a view.
...
Bug #2373677
2010-01-19 13:27:48 -08:00
Leon Scroggins
dcf19a8d34
String extras to be used with share page.
...
Provides Strings to be used as hash keys for accessing the data in
the Intent created for sharing a link.
Part of http://b/issue?id=2243246
2010-01-19 15:48:32 -05:00
Amith Yamasani
658dc0d4b0
am b35b8c13: Merge "Security fix in accessibility - don\'t read out password. # 2371557" into eclair
...
Merge commit 'b35b8c1334b8bb8c4fb8b679fdb0b9bcbd5b41fe' into eclair-plus-aosp
* commit 'b35b8c1334b8bb8c4fb8b679fdb0b9bcbd5b41fe':
Security fix in accessibility - don't read out password. # 2371557
2010-01-19 11:53:59 -08:00
Amith Yamasani
b35b8c1334
Merge "Security fix in accessibility - don't read out password. # 2371557" into eclair
2010-01-19 11:50:39 -08:00
San Mehat
873f214594
framework: Introduce INetworkManagementService for communicating with netd
...
This is the framework-exposed interface for the (future) management of
all Android network management functions. Initial support is for providing
tethering.
Updated: Integrate feedback from review; clean up naming
Updated: Switch from add/remove/list to get/set for DNS forwarders
- allows prioritization / ordering of DNS servers
Updated: Refactor NAT api
Updated: Refactor NAT api (last time sorry)
Signed-off-by: San Mehat <san@google.com >
2010-01-19 10:47:52 -08:00
Bjorn Bringert
97d1195832
Merge "Make SearchManager.getGlobalSearchActivity() public but hidden"
2010-01-19 00:58:39 -08:00
Adam Powell
3e22d199a0
am b5a5a397: am 56a17690: Merge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair
...
Merge commit 'b5a5a39716502be2cd325a6f9b393e155c0636ee'
* commit 'b5a5a39716502be2cd325a6f9b393e155c0636ee':
TransformGestureDetector is now ScaleGestureDetector - scope reduced.
2010-01-19 00:02:00 -08:00
Grace Kloba
76c29e633f
am f167c4bf: DO NOT MERGE
...
Merge commit 'f167c4bfca57b5467f40f6cf25e10fb12183a9f3' into eclair-plus-aosp
* commit 'f167c4bfca57b5467f40f6cf25e10fb12183a9f3':
DO NOT MERGE
2010-01-18 23:43:37 -08:00
Grace Kloba
b869c59446
am 17b14bd3: DO NOT MERGE
...
Merge commit '17b14bd36aba265ac6bffc2626d8db29713d7c45' into eclair-plus-aosp
* commit '17b14bd36aba265ac6bffc2626d8db29713d7c45':
DO NOT MERGE
2010-01-18 23:43:32 -08:00
Grace Kloba
55d791e74e
am 5a0bf1f0: DO NOT MERGE
...
Merge commit '5a0bf1f03e5f62449ea2520edb79ea868e6f06e7' into eclair-plus-aosp
* commit '5a0bf1f03e5f62449ea2520edb79ea868e6f06e7':
DO NOT MERGE
2010-01-18 23:43:27 -08:00
Grace Kloba
8d4baa7893
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 'd79d1c72991e587294432e80d091e3ae26a0c103' into eclair-plus-aosp
* commit 'd79d1c72991e587294432e80d091e3ae26a0c103':
If ZoomButttonsController detects more than one pointer,
2010-01-18 23:43:20 -08:00
Grace Kloba
3648f949ef
am f080a5ad: Merge "DO NOT MERGE" into eclair
...
Merge commit 'f080a5adf6d59bade46815ee605a3829e5c3ab89' into eclair-plus-aosp
* commit 'f080a5adf6d59bade46815ee605a3829e5c3ab89':
DO NOT MERGE
2010-01-18 23:43:14 -08:00
Grace Kloba
f167c4bfca
DO NOT MERGE
...
If pinched to overview mode, double tap should bring
it back to default instead of just setting the current
mode as overview mode.
2010-01-18 15:30:59 -08:00
Grace Kloba
17b14bd36a
DO NOT MERGE
...
Make sure the mZoomOverviewWidth is as least as
wide as the current (adjusted) view width.
This should fix the weird state Bart got in with
m.wikipedia.org.
2010-01-18 15:29:46 -08:00