summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Let callers replace layout for LocalePicker adapter."Daisuke Miyakawa2010-12-281-2/+5
|\
| * Let callers replace layout for LocalePicker adapter.Daisuke Miyakawa2010-12-191-2/+5
| | | | | | | | | | Bug: 3298275 Change-Id: I9be5f4677ba553bfd2f35348d14d99e68fdd60f1
* | Merge "map keyboard for webview"Cary Clark2010-12-282-6/+17
|\ \
| * | map keyboard for webviewCary Clark2010-12-282-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Treat the numeric keypad enter as the regular enter for the purposes of completing a text entry or activating the currently selected link. Add a little keyboard-related debugging. Don't call select text to extend the selection if the tap point hasn't moved. A separate change to the Browser app adds more keyboard accelerators. bug:3270434 bug:3191699 Change-Id: I8a38b26196e93e344dc2a4b39a6968fe0c158d47
* | | Changes to view position update pivot pointChet Haase2010-12-281-2/+22
|/ / | | | | | | Change-Id: I8ca8e2c8c016ae5ced32c8f8fbcbcded9fa3a466
* | Add TYPE_NUMBER_VARIATION_PASSWORD for entering a numeric password.Ken Wakasa2010-12-254-10/+55
| | | | | | | | | | | | | | Also, bug fix in EditoInfo.makeCompatible(). bug: 3296883 Change-Id: Icc663b375cffbe1f4506d1758d624a1acca3576b
* | Merge "Only register one ProxyReceiver"Kristian Monsen2010-12-241-2/+12
|\ \
| * | Only register one ProxyReceiverKristian Monsen2010-12-241-2/+12
| | | | | | | | | | | | Change-Id: I0a86a0149fd944faca775cca4360774d9cba250d
* | | Merge "fix all flaky tests to make them work consistently."Vasu Nori2010-12-233-213/+115
|\ \ \
| * | | fix all flaky tests to make them work consistently.Vasu Nori2010-12-223-213/+115
| | | | | | | | | | | | | | | | Change-Id: I688f7e058511089bec7fa21e972e23780604d98a
* | | | Add some standard definitions for device heaps.Dianne Hackborn2010-12-231-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These can be included as desired by particular devices to configure their Dalvik heap in a standard way. Change-Id: I487c751d7c583b0e93552f16ab43a93314219778
* | | | Merge "Import revised translations."Eric Fischer2010-12-2341-5000/+3714
|\ \ \ \
| * | | | Import revised translations.Eric Fischer2010-12-2341-5000/+3714
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia6a9c2838156dd6f83aea9c4809c57f663c710af
* | | | | Merge "Expose insecure rfcomm Bluetooth API."Jaikumar Ganesh2010-12-232-1/+70
|\ \ \ \ \
| * | | | | Expose insecure rfcomm Bluetooth API.Jaikumar Ganesh2010-12-232-1/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge "Merge WebKit at r73109: update web_user_agent string."Shimeng (Simon) Wang2010-12-231-1/+1
|\ \ \ \ \ \
| * | | | | | Merge WebKit at r73109: update web_user_agent string.Shimeng (Simon) Wang2010-12-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id38a7dd0f4467bdc343a696905d1ebe5debc1f57
* | | | | | | Merge "Fix for ellipsized text that has two lines at maximum."Gilles Debunne2010-12-231-90/+92
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix for ellipsized text that has two lines at maximum.Gilles Debunne2010-12-211-90/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge "Fix wifi broadcasts"Irfan Sheriff2010-12-231-0/+88
|\ \ \ \ \ \ \
| * | | | | | | Fix wifi broadcastsIrfan Sheriff2010-12-221-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the missing wifi disable broadcast and also send out supplicant disconnect on shutdown. Added unit test cases. Bug: 3294055 Change-Id: Ia56a8ec9d17784c5aac5b8b369c04837f9057c54
* | | | | | | | Merge "Only store Application context"Kristian Monsen2010-12-232-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Only store Application contextKristian Monsen2010-12-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Context from an Activity are not meant to be store past the lifetime of the Activity. Fix for bug 3306898 Change-Id: Ib2f12cbdc3ec8aa0a6adf4770e6be4569fa6402c
* | | | | | | | am 60238734: am 2dda21b9: Merge "Another stab at fixing issue #3149290 ↵Dianne Hackborn2010-12-221-2/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | java.lang.RuntimeException:..." into gingerbread * commit '6023873463331d30b7ed12942c3323f1b6975ed8': Another stab at fixing issue #3149290 java.lang.RuntimeException:...
| * \ \ \ \ \ \ \ am 2dda21b9: Merge "Another stab at fixing issue #3149290 ↵Dianne Hackborn2010-12-221-2/+10
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | java.lang.RuntimeException:..." into gingerbread * commit '2dda21b93f8a8e0fb70de44eae826bc68349813c': Another stab at fixing issue #3149290 java.lang.RuntimeException:...
| | * | | | | | | | Another stab at fixing issue #3149290 java.lang.RuntimeException:...Dianne Hackborn2010-12-221-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...Unable to pause activity {com.android.settings/com.android.settings.applications.StorageUse} Change-Id: Ibfa28a1c5af50dd150dfcafe71e905426d312643
* | | | | | | | | | Merge "Enable touch splitting by default for Honeycomb apps."Jeff Brown2010-12-222-5/+12
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Enable touch splitting by default for Honeycomb apps.Jeff Brown2010-12-222-5/+12
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed some bad comments I noticed along the way. Change-Id: I4328c8aaa22f48a5c1fd274e889abb7823747330
* | | | | | | | | Merge "Fix 3298264: Update LockScreen DigitalClock with new font"Jim Miller2010-12-227-12/+23
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Fix 3298264: Update LockScreen DigitalClock with new fontJim Miller2010-12-217-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the font used to show the AM/PM indicator as well as creating shared colors for DigitalClock components in all LockScreen layouts. Change-Id: I87fcba67b421660bddb9b10213ac62704a49b7b9
* | | | | | | | | Enable Bluetooth reverse tethering.Jaikumar Ganesh2010-12-222-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I84a508b64f18a1445b8ac424f2a36d56ef432375
* | | | | | | | | Add TYPE_BLUETOOTH network interface for reverse tethering.Jaikumar Ganesh2010-12-222-2/+307
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2aa61ce15f57aea9e8fd3a4cb56799c8bc51e998
* | | | | | | | Merge "Correctly save Activity's state in saveInstanceState"Martin Hibdon2010-12-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Correctly save Activity's state in saveInstanceStateMartin Hibdon2010-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | Merge "Fix issue #3194697: default orientation for portrait-mode apps on ↵Dianne Hackborn2010-12-221-0/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | stingray is backward?"
| * | | | | | | | Fix issue #3194697: default orientation for portrait-mode apps on stingray ↵Dianne Hackborn2010-12-221-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is backward? Change-Id: Ia01963d1dcdda12ef1b4c56af2bd389e5dadbce1
* | | | | | | | | am 7a9f17c3: am 3ce86481: Remove canBeFormatted().Jeff Hamilton2010-12-222-10/+1
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | * commit '7a9f17c3563be3eb5fc0927e20d9bc7ec09e20c3': Remove canBeFormatted().
| * | | | | | | | am 3ce86481: Remove canBeFormatted().Jeff Hamilton2010-12-222-10/+1
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | * commit '3ce86481cbde92e2cb6fe3a46cbedd8b2a5c4b48': Remove canBeFormatted().
| | * | | | | | | Remove canBeFormatted().Jeff Hamilton2010-12-222-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | am 5261cea2: Merge "Fix issue #3224616: TimeUtils.formatDuration() can drop ↵Dianne Hackborn2010-12-212-3/+20
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0s." into gingerbread * commit '5261cea2e0cd61801e102114039a19ab449b53fe': Fix issue #3224616: TimeUtils.formatDuration() can drop 0s.
| | * | | | | | | Merge "Fix issue #3224616: TimeUtils.formatDuration() can drop 0s." into ↵Dianne Hackborn2010-12-212-3/+20
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gingerbread
| | | * | | | | | | Fix issue #3224616: TimeUtils.formatDuration() can drop 0s.Bjorn Bringert2010-12-202-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrated from master. Change-Id: Ie12dd25cce03c06fafb7df1335266322df43b038
* | | | | | | | | | Merge "Create a better placeholder for YT videos when flash is not installed."Ben Murdoch2010-12-221-3/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Create a better placeholder for YT videos when flash is not installed.Ben Murdoch2010-12-221-3/+13
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only stretch the placeholder image in one dimension. This closer matches what the desktop browsers seem to do. Bug: 3125797 Change-Id: Id0a395c4b784d0b7368e1c7ba6544b25903430bb
* | | | | | | | | | Merge "Account for background drawable size changing when lrtb properties ↵Chet Haase2010-12-221-1/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | change"
| * | | | | | | | | Account for background drawable size changing when lrtb properties changeChet Haase2010-12-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | 3298147 DatePicker dialog does not provide mechanism for specifying range ↵Svetoslav Ganov2010-12-224-34/+118
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from which to select Change-Id: Ib5dd7db90ccc5b4d984914c481118049ac3648fe
* | | | | | | | | Merge "Add support for forward delete key."Jeff Brown2010-12-212-63/+116
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add support for forward delete key.Jeff Brown2010-12-212-63/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib356abddd92db12d6b33e19234136c0d167f0e15
* | | | | | | | | | Add TextView support for Home, End, PageUp, PageDown.Jeff Brown2010-12-215-295/+677
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If8aa2a63b5fc33528d54eef68e695082a129acce