Jeff Brown
83c09685f2
Add initial support for cursor-based pointing devices.
...
Some parts stubbed out but you can plug in a mouse and move
a green cursor around to interact with the UI.
Change-Id: I80d597a7f11d3bd92041890f74b3c77326975e6e
2010-12-29 13:19:53 -08: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
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 ea8f4e0d667b1da70960e35f16ed371ffb4ad2ed, reversing
changes made to fd4dda8d77231db01b26686f61601a999a2d96f3.
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 2594bae1f551d758c5c88771310d1ee3dc2c71ac.
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
Chet Haase
a9b61ac69c
Make sure background drawables are correct when View is attached
...
Books had a bug where the search menu item would come back with an
out of date background color. The problem was that the logic to
change the background color was tied into StateListDrawable animations.
These animations were not always completing because the action bar would
remove the associated View and the drawable animations would stop being
scheduled (no handler to post to).
The fix is to always set the drawable state to the current state when
a View is added to the hierarchy.
Change-Id: I0fc8008381f7439b9e49d6449ae618512c8e9dd0
2010-12-20 14:09:37 -08:00
Vasu Nori
d3f9c1eeb3
Merge "bug:2448371 cursorwindow size moved to resource xml file."
2010-12-20 13:10:26 -08:00
Vasu Nori
2594bae1f5
bug:2448371 cursorwindow size moved to resource xml file.
...
let cursor window size be set per device in device resources file.
default is 1MB.
for SR, it is 2MB.
it can be set to any value (in kB) in the device resource
strings.xml file
Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9
2010-12-20 13:08:08 -08:00
Mike LeBeau
19e353e722
am 0655b31d: am 12b82c8d: Merge "Unhide RecognizerResultsIntent. This API was reviewed for Froyo, but we didn\'t want to make it public then because it wasn\'t until our first Market release of Voice Search that the APIs would be in use by our app." into gingerbread
...
* commit '0655b31d758ce8fe054c98c6d288e424f2d273e2':
Unhide RecognizerResultsIntent. This API was reviewed for Froyo, but we didn't want to make it public then because it wasn't until our first Market release of Voice Search that the APIs would be in use by our app.
2010-12-20 12:00:06 -08:00
Mike LeBeau
0655b31d75
am 12b82c8d: Merge "Unhide RecognizerResultsIntent. This API was reviewed for Froyo, but we didn\'t want to make it public then because it wasn\'t until our first Market release of Voice Search that the APIs would be in use by our app." into gingerbread
...
* commit '12b82c8da7bc477e591b12d8b7e469a9ba6dd574':
Unhide RecognizerResultsIntent. This API was reviewed for Froyo, but we didn't want to make it public then because it wasn't until our first Market release of Voice Search that the APIs would be in use by our app.
2010-12-20 11:58:01 -08:00
Martijn Coenen
0f0f10c85a
am 07249236: am ab82a5b9: Clean up and polish Mifare Classic tech.
...
* commit '07249236fcef7ef0603b9978ec3b420f247b51cb':
Clean up and polish Mifare Classic tech.
2010-12-20 11:33:32 -08:00
Nick Pelly
198a9452c1
am 623baf8e: am 29f9ee97: Merge "Need to check ndef before writing ndef." into gingerbread
...
* commit '623baf8edb5301ee412a428a5b25ea38d7b39f91':
Need to check ndef before writing ndef.
2010-12-20 11:33:13 -08:00
Martijn Coenen
07249236fc
am ab82a5b9: Clean up and polish Mifare Classic tech.
...
* commit 'ab82a5b9a841cf052310e8500224932b9f5e3cad':
Clean up and polish Mifare Classic tech.
2010-12-20 11:30:12 -08:00
Nick Pelly
623baf8edb
am 29f9ee97: Merge "Need to check ndef before writing ndef." into gingerbread
...
* commit '29f9ee973eefea3c68382ed38e69db1f1a396f3f':
Need to check ndef before writing ndef.
2010-12-20 11:29:40 -08:00