Ken Wakasa
82d731ac5d
Add TYPE_NUMBER_VARIATION_PASSWORD for entering a numeric password.
...
Also, bug fix in EditoInfo.makeCompatible().
bug: 3296883
Change-Id: Icc663b375cffbe1f4506d1758d624a1acca3576b
2010-12-25 01:22:53 +09:00
Kristian Monsen
13e8ba7095
Merge "Only register one ProxyReceiver"
2010-12-24 04:17:05 -08:00
Kristian Monsen
9437d916f4
Only register one ProxyReceiver
...
Change-Id: I0a86a0149fd944faca775cca4360774d9cba250d
2010-12-24 11:59:09 +00:00
Dianne Hackborn
4e24aac6ae
Add some standard definitions for device heaps.
...
These can be included as desired by particular devices to configure
their Dalvik heap in a standard way.
Change-Id: I487c751d7c583b0e93552f16ab43a93314219778
2010-12-23 15:41:16 -08:00
Jaikumar Ganesh
72b69fc5f1
Merge "Expose insecure rfcomm Bluetooth API."
2010-12-23 13:06:50 -08:00
Jaikumar Ganesh
6eef14a7fc
Expose insecure rfcomm Bluetooth API.
...
This complements the secure rfcomm API.
The link key is unauthenticated and is subject to MITM attacks.
The link key may be encrypted depending on the type of Bluetooth device.
This helps apps which don't need the extra security or
have their own security layer built on top of the rfcomm link.
Change-Id: I71b2fa8de469ef98faa204b4dafac18a8e21d0d9
2010-12-23 13:05:23 -08:00
Gilles Debunne
9a99244a95
Merge "Fix for ellipsized text that has two lines at maximum."
2010-12-23 11:20:48 -08:00
Kristian Monsen
d486375c14
Merge "Only store Application context"
2010-12-23 07:35:40 -08:00
Kristian Monsen
6b91b45e31
Only store Application context
...
Context from an Activity are not meant to be store past the
lifetime of the Activity.
Fix for bug 3306898
Change-Id: Ib2f12cbdc3ec8aa0a6adf4770e6be4569fa6402c
2010-12-23 12:47:39 +00:00
Dianne Hackborn
dd830c2114
am 60238734: am 2dda21b9: Merge "Another stab at fixing issue #3149290 java.lang.RuntimeException:..." into gingerbread
...
* commit '6023873463331d30b7ed12942c3323f1b6975ed8':
Another stab at fixing issue #3149290 java.lang.RuntimeException:...
2010-12-22 18:40:56 -08:00
Dianne Hackborn
6023873463
am 2dda21b9: Merge "Another stab at fixing issue #3149290 java.lang.RuntimeException:..." into gingerbread
...
* commit '2dda21b93f8a8e0fb70de44eae826bc68349813c':
Another stab at fixing issue #3149290 java.lang.RuntimeException:...
2010-12-22 18:37:08 -08:00
Dianne Hackborn
7becaeea7b
Another stab at fixing issue #3149290 java.lang.RuntimeException:...
...
...Unable to pause activity
{com.android.settings/com.android.settings.applications.StorageUse}
Change-Id: Ibfa28a1c5af50dd150dfcafe71e905426d312643
2010-12-22 18:29:32 -08:00
Jeff Brown
182f7950b8
Merge "Enable touch splitting by default for Honeycomb apps."
2010-12-22 18:29:19 -08:00
Jeff Brown
995e774319
Enable touch splitting by default for Honeycomb apps.
...
Also fixed some bad comments I noticed along the way.
Change-Id: I4328c8aaa22f48a5c1fd274e889abb7823747330
2010-12-22 17:00:33 -08:00
Jaikumar Ganesh
057898a9b5
Enable Bluetooth reverse tethering.
...
Change-Id: I84a508b64f18a1445b8ac424f2a36d56ef432375
2010-12-22 15:24:18 -08:00
Jaikumar Ganesh
15c7439acb
Add TYPE_BLUETOOTH network interface for reverse tethering.
...
Change-Id: I2aa61ce15f57aea9e8fd3a4cb56799c8bc51e998
2010-12-22 15:24:18 -08:00
Martin Hibdon
6bcda6387f
Correctly save Activity's state in saveInstanceState
...
Prior to this change, saveInstanceState would
call directly to Activity.onSaveInstanceState(),
rather than performSaveInstanceState().
This meant that saveManagdDialogs() was not called,
so Activities running under a LocalActivityManager
do not get their dialogs restored on configuration changes.
Change-Id: Id45110a8716a86958c14f4b1ea5a84c9cdf107f1
2010-12-22 13:05:52 -08:00
Jeff Hamilton
8e5ba659df
am 7a9f17c3: am 3ce86481: Remove canBeFormatted().
...
* commit '7a9f17c3563be3eb5fc0927e20d9bc7ec09e20c3':
Remove canBeFormatted().
2010-12-22 12:04:32 -08:00
Jeff Hamilton
7a9f17c356
am 3ce86481: Remove canBeFormatted().
...
* commit '3ce86481cbde92e2cb6fe3a46cbedd8b2a5c4b48':
Remove canBeFormatted().
2010-12-22 09:42:16 -08:00
Jeff Hamilton
3ce86481cb
Remove canBeFormatted().
...
It's not easy to determine if this
is possible, so instead apps should
attempt a format and handle errors
in the format request.
Change-Id: I078a208b849e71ef3fb6b5970a9111ece4a2d201
2010-12-22 11:31:21 -06:00
Chet Haase
f74dcfcf00
Merge "Account for background drawable size changing when lrtb properties change"
2010-12-22 07:12:24 -08:00
Svetoslav Ganov
28104e1de5
3298147 DatePicker dialog does not provide mechanism for specifying range from which to select
...
Change-Id: Ib5dd7db90ccc5b4d984914c481118049ac3648fe
2010-12-22 03:29:29 -08:00
Chet Haase
55dbb6516d
Account for background drawable size changing when lrtb properties change
...
LayoutTransition may set the left, right, top, bottom properties of a View when
animating it. If the View has a background drawable, and if these properties change
the actual dimensions of the view, then the background drawable must be informed
of the size change in order to display itself correctly.
Change-Id: I8ae47a051b250d0d4bdee97b1f1b5d27fe3f7f8b
2010-12-21 20:15:08 -08:00
Jeff Brown
0099863155
Merge "Add support for forward delete key."
2010-12-21 18:12:33 -08:00
Jeff Brown
14d0ca1473
Add support for forward delete key.
...
Change-Id: Ib356abddd92db12d6b33e19234136c0d167f0e15
2010-12-21 18:04:26 -08:00
Jeff Brown
67b6ab72ae
Add TextView support for Home, End, PageUp, PageDown.
...
Change-Id: If8aa2a63b5fc33528d54eef68e695082a129acce
2010-12-21 18:03:08 -08:00
Jeff Brown
d1e8e94368
Merge "Support invoking key shortcuts using Control."
2010-12-21 17:41:40 -08:00
Jeff Brown
c1df907e39
Support invoking key shortcuts using Control.
...
This enables Select All, Cut, Copy and Paste behavior in TextViews
and provides a general pattern for implementing additional keyboard
accelerators based on Control key shortcuts. The same shortcuts
also apply to menu accelerators.
Bug: 3286262
Change-Id: I7d458ee26abf51e0de1735ce490ce3baf504b471
2010-12-21 17:39:12 -08:00
Jaikumar Ganesh
b9fbc9e92f
Fix parameter to Pan Device Call.
...
Change-Id: I659e47feb56b052c61b7ee5521ffb5be71ce04c2
2010-12-21 17:27:07 -08:00
Jaikumar Ganesh
5200c8ab72
Add EXTRA_LOCAL_ROLE to Pan State change intent.
...
This will help apps distinguish between reverse and normal tethering.
Change-Id: I5327ad75dc2cbf478e4f7c2cd6ef1dbe8fba9e93
2010-12-21 16:53:43 -08:00
Gilles Debunne
f3895edf4b
Links are clickable in TextView when textIsSelectable.
...
Bug 3299410
Change-Id: I921c9eecbfef1d81b0d0e2ad2129400c58f165a1
2010-12-21 13:37:05 -08:00
Dianne Hackborn
20c915d803
am 5261cea2: Merge "Fix issue #3224616 : TimeUtils.formatDuration() can drop 0s." into gingerbread
...
* commit '5261cea2e0cd61801e102114039a19ab449b53fe':
Fix issue #3224616 : TimeUtils.formatDuration() can drop 0s.
2010-12-21 13:33:06 -08:00
Dianne Hackborn
5261cea2e0
Merge "Fix issue #3224616 : TimeUtils.formatDuration() can drop 0s." into gingerbread
2010-12-21 13:27:15 -08:00
Gilles Debunne
32ea4ffdca
Fix for ellipsized text that has two lines at maximum.
...
The breakOnlyAtSpaces test did not include the reset at the end of the loop
which resets j and w (current position and width). As a result, the second line
was too long from the start and never cut again.
Hours a debug, a simple { change.
Bug 2969667
Change-Id: I1e5b4a37cd9e64d115e6343d7788db3a6ef881e0
2010-12-21 11:28:34 -08:00
Dianne Hackborn
d69313da4c
Merge "Fix issue #3301572 : onCreateLoader must not be a member class: VolumeMetadataLoader"
2010-12-21 11:15:39 -08:00
Dianne Hackborn
0e3b8f421d
Fix issue #3301572 : onCreateLoader must not be a member class: VolumeMetadataLoader
...
Also some various cleanup.
Change-Id: I8e8616a86c50c86817f7ec9bb02a5954c1ccd84f
2010-12-21 11:12:09 -08:00
Vasu Nori
34884643b6
Merge "resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9"
2010-12-21 10:12:16 -08:00
Vasu Nori
34ad57f0e8
resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9
...
Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9 was reverted
due to a bug. fixed the bug and resubmitting it here
2010-12-21 09:32:36 -08:00
Kristian Monsen
41e7e6f933
Retrying sending proxy changes to webkit
...
Now checking if the ProxyProperties object is null, and if the
string returned by getHost() is null.
Change-Id: I727e26c2a41fe057501c3b610ba6fa221d16da45
2010-12-21 14:32:35 +00:00
satok
16331c8a1d
Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing to select subtypes implicitly if no subtype is enabled.
...
Bug: 3142286
Change-Id: I92d019d0648c552e6d7695c3530aa81ae054d702
2010-12-21 16:14:15 +09:00
Patrick Dubroy
96abab264e
Merge "Ensure bitmaps aren't freed while referenced from a display list"
2010-12-20 17:15:31 -08:00
Patrick Dubroy
f890fab5a6
Ensure bitmaps aren't freed while referenced from a display list
...
Also removes the reference queue finalizers. They aren't necessary
anymore now that Bitmaps are allocated in the heap.
2010-12-20 17:02:15 -08:00
Bjorn Bringert
f5f7510486
Fix issue #3224616 : TimeUtils.formatDuration() can drop 0s.
...
Integrated from master.
Change-Id: Ie12dd25cce03c06fafb7df1335266322df43b038
2010-12-20 15:23:02 -08:00
Huahui Wu
4cfcca91ef
Merge "Revert "Merge "Send proxy changes on the webcore thread to WebKit"""
2010-12-20 15:03:04 -08:00
Huahui Wu
77788f8153
Revert "Merge "Send proxy changes on the webcore thread to WebKit""
...
This reverts commit ea8f4e0d66 , reversing
changes made to fd4dda8d77 .
2010-12-20 14:43:10 -08:00
Vasu Nori
b89e142949
Merge "Revert "bug:2448371 cursorwindow size moved to resource xml file.""
2010-12-20 14:24:48 -08:00
Vasu Nori
5274e84e88
Revert "bug:2448371 cursorwindow size moved to resource xml file."
...
This reverts commit 2594bae1f5 .
2010-12-20 14:23:48 -08:00
Chet Haase
cec4328e63
Merge "Make sure background drawables are correct when View is attached"
2010-12-20 14:22:53 -08:00
Dianne Hackborn
6551a2d065
Merge "More cleanup of Loader APIs."
2010-12-20 14:16:57 -08:00
Dianne Hackborn
a2ea747faa
More cleanup of Loader APIs.
...
- Remove old method names.
- Introduce onXxx() hooks to Loader.
- Improve debugging.
Change-Id: I3fba072a05c7023aa7d2c3eb4e126feb514ab6d8
2010-12-20 14:10:31 -08:00