summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fixing a memory leak in accessibility enteraction APIs.Svetoslav Ganov2011-10-281-11/+15
| | | | | | | | | | 1. AccessibilityInteractionConnection was non-static inner class, hence keeping a handle to the enclosing ViewRootImpl resulting in leaking activities. bug:5525412 Change-Id: Ie438861663d623d503995844125d9e15d677fc32
* Merge "Convert the outer lockscreen ring to a shape drawable. DO NOT MERGE" ↵Jim Miller2011-10-264-0/+23
|\ | | | | | | into ics-mr1
| * Convert the outer lockscreen ring to a shape drawable. DO NOT MERGEDaniel Sandler2011-10-254-0/+23
| | | | | | | | | | | | | | | | | | | | | | Saves 270dp^2 of pixel memory: 290K on mdpi, 650K on hdpi, 1.2MB on xhdpi. Multilockwave is still 60fps on crespo. Bug: 5497875 Cherry pick 2f4207086e2177f8970538a3d8e921eb13c14b00 to MR1 Change-Id: Ib77695cb4256a484f5c61af1159e5e3df8cce9ba
* | Merge "Only populate stack when StrictMode will use it." into ics-mr1Jeff Sharkey2011-10-262-5/+13
|\ \
| * | Only populate stack when StrictMode will use it.Jeff Sharkey2011-10-262-5/+13
| |/ | | | | | | | | | | | | | | When the StrictMode VM flag is changed mid-lifecycle, pass along at least a basic trace. Bug: 5516561 Change-Id: I6c922ba20f34349c35624cfc04d1c71ee56ad6ef
* | Merge "NumberPicker does not not fit on Crespo in landscape." into ics-mr1Svetoslav Ganov2011-10-263-17/+106
|\ \
| * | NumberPicker does not not fit on Crespo in landscape.Svetoslav Ganov2011-10-263-17/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Now the NumberPicker has a max height and width for which is looks good but can still shrink if there is not enough available space. bug:5512787 Change-Id: Ieea88cafa8408e1d4160bab4bfe2b771bd79f7f8
* | | Merge "AccessibilityNodeInfo makes incorrect check before calling into the ↵Svetoslav Ganov2011-10-261-1/+1
|\ \ \ | | | | | | | | | | | | system." into ics-mr1
| * | | AccessibilityNodeInfo makes incorrect check before calling into the system.Svetoslav Ganov2011-10-261-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | AccessibilityNodeInfo#getParent is checking whether the source view accessibility id is specified instead that of the parent. bug:5505799 Change-Id: I436fd2327def2762b4d307819ba0c23baa9a4e03
* | | Merge "Make FLAG_AUTO_CORRECTION public" into ics-mr1satok2011-10-261-1/+0
|\ \ \
| * | | Make FLAG_AUTO_CORRECTION publicsatok2011-10-261-1/+0
| | |/ | |/| | | | | | | | | | | | | Bug: 5440299 Change-Id: Ia82745e793be741c1558ce15b189b63872107ddb
* | | Merge "Import revised translations. DO NOT MERGE" into ics-mr1Eric Fischer2011-10-2621-206/+161
|\ \ \
| * | | Import revised translations. DO NOT MERGEEric Fischer2011-10-2621-206/+161
| |/ / | | | | | | | | | Change-Id: I49ab9333e978be18d8c01284349cf5e61b73043d
* | | Merge "Adding accessibility support to the tablet swipe unlock." into ics-mr1Svetoslav Ganov2011-10-262-11/+82
|\ \ \ | |/ / |/| |
| * | Adding accessibility support to the tablet swipe unlock.Svetoslav Ganov2011-10-252-11/+82
| |/ | | | | | | | | | | | | | | | | | | | | | | | | 1. Added handling for hover events that are transformed into touch events and given to the touch event handling code if accessibility is enabled. 2. Now swiping across the handle unlocks the device for both cases - accessibility enabled or disabled. bug:5513324 Change-Id: I7031690d69b1a2737e2ce4d1871d69d7dfbf3006
* | merge ics-mr0Ed Heyl2011-10-2513-33/+52
|\ \ | |/ |/| | | Change-Id: I4f0b2bb1b1136c9467e9d55f57f5333153cae65d
| * Merge "Fixed a bug that causes AccountManager calls to hang forever, ↵Fred Quintana2011-10-241-5/+19
| |\ | | | | | | | | | eventually exhausting the binder threads in the gapps process, making it unusable." into ics-mr0
| | * Fixed a bug that causes AccountManager calls to hang forever, eventuallyFred Quintana2011-10-241-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | exhausting the binder threads in the gapps process, making it unusable. Bug: 5486091 Change-Id: I82bd197e27c2be1bf82e4e5cc1468e1c6a3e4919
| * | Merge "Import revised translations. DO NOT MERGE" into ics-mr0Eric Fischer2011-10-247-28/+28
| |\ \ | | |/ | |/|
| | * Import revised translations. DO NOT MERGEEric Fischer2011-10-247-28/+28
| | | | | | | | | | | | Change-Id: Id569b9c96050e409e414f08bb72cf0c32f812744
| * | Merge "Fix 3384942: Force ASCII-capable IME to show on lockscreen" into ics-mr0Jim Miller2011-10-244-0/+4
| |\ \
| | * | Fix 3384942: Force ASCII-capable IME to show on lockscreenJim Miller2011-10-204-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only Latin-1 based passwords are supported on the system at this point. As such, we need a way to show a Latin-1-compliant keyboard when unlocking the device. It is expected that 3rd party IMEs honor this mode for Latin-1 password dialogs. If not, this change will cause lockscreen to revert to using the Android system IME for entering the password. Change-Id: I59bb56f6f5968b5abc50cf1b9b26c19ca4f183e4
| * | | Added callback to allow Face Unlock to hide black areaBrian Colonna2011-10-241-0/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | - Part of fix 5491362 (RelTeamHotIssue) - Because the fix closes the camera early, this change is needed so the black area isn't still hanging around while the camera fades to the backup lock. Change-Id: Iab7c264adab0fb05979fe2732048ccf2237e64c5
| * | Merge "Import revised translations. DO NOT MERGE" into ics-mr0Eric Fischer2011-10-216-16/+16
| |\ \
| | * | Import revised translations. DO NOT MERGEEric Fischer2011-10-216-16/+16
| | | | | | | | | | | | | | | | Change-Id: Ia333fa4ab1d72588e9c9ae4a9ef069eccdc9b485
| * | | Fix the buildJohn Reck2011-10-211-1/+1
| | | | | | | | | | | | | | | | Change-Id: I822f75b3ed29e7817c7bd9ac5e2314b43831d2c1
* | | | Fix rebuildWebTextView issuesJohn Reck2011-10-212-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5488135 Cherry pick from MR0 Change-Id: I2df047b6de42dbe716008f69d720fa5fad3fe19d
* | | | am e3bb0ecb: Merge "Removing fades on last item in StackView for major FPS ↵Adam Cohen2011-10-211-39/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | improvement on Prime" into ics-mr0 * commit 'e3bb0ecb2b36964cb3b02bc0d575e9366818ee00': Removing fades on last item in StackView for major FPS improvement on Prime
| * | | Merge "Removing fades on last item in StackView for major FPS improvement on ↵Adam Cohen2011-10-211-39/+6
| |\ \ \ | | | | | | | | | | | | | | | Prime" into ics-mr0
| | * | | Removing fades on last item in StackView for major FPS improvement on PrimeAdam Cohen2011-10-211-39/+6
| | | | | | | | | | | | | | | | | | | | Change-Id: I479eb129e80a6087ab55d1de7eed0222d6dacdf6
| * | | | Merge changes I2df047b6,I791eeb3c into ics-mr0John Reck2011-10-212-31/+52
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | * changes: Fix rebuildWebTextView issues DO NOT MERGE Fixed spell check failing to change word.
| | * | | Fix rebuildWebTextView issuesJohn Reck2011-10-212-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5488135 Change-Id: I2df047b6de42dbe716008f69d720fa5fad3fe19d
| | * | | DO NOT MERGE Fixed spell check failing to change word.George Mount2011-10-211-19/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5387838 On WebView.rebuildWebTextView, setTextAndKeepSelection was being called, erasing the selections. Changed it so that when text is replaced with the exact same value, no replace is done. Also, on the Google search, when a spelling change was made, the final character was placed improperly. When a single character is added, the javascript events for the character are sent. When multiple characters are changed, the entire value is replaced with no javascript key events sent. Change-Id: I791eeb3c96354cfe3cbfda7e8d05c81fcdeb152f
* | | | | am 4bbd71a6: Merge "Fix issue #5228934: IME shows up on boot, or when digits ↵Dianne Hackborn2011-10-211-0/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | screen is tapped" into ics-mr0 * commit '4bbd71a6b2f4957f4778da13861ec03d30afbee7': Fix issue #5228934: IME shows up on boot, or when digits screen is tapped
| * | | | Merge "Fix issue #5228934: IME shows up on boot, or when digits screen is ↵Dianne Hackborn2011-10-211-0/+1
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | tapped" into ics-mr0
| | * | | Fix issue #5228934: IME shows up on boot, or when digits screen is tappedDianne Hackborn2011-10-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Activity aliases weren't propagating the softInputMode from the original activity. Change-Id: I47534e6c9a0f94bb6eb3fd2186ba9ffc8d583d08
| * | | | Merge "Bug 5428541: Check that span is still in text before deleting" into ↵Gilles Debunne2011-10-211-6/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | ics-mr0
| | * | | | Bug 5428541: Check that span is still in text before deletingGilles Debunne2011-10-201-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a cherry-pick in MR0 of CL 141388 from master. Bug 5488537 In case the span has been removed from the text since the popup was showed, the delete action is a no-op. Change-Id: Iec2aeaf03becd82ad44715d5c08bfaa8f62aa3fe
| * | | | | Merge "Import revised translations." into ics-mr0Eric Fischer2011-10-216-8/+8
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Import revised translations.Eric Fischer2011-10-206-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I35861d5a5797cfe400d6e831d245f93263ca3df2
* | | | | | Merge "Sharpening text edit assets"Peter Ng2011-10-2117-0/+0
|\ \ \ \ \ \
| * | | | | | Sharpening text edit assetsPeter Ng2011-10-2017-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I72db9a1c8981169f3bea50bd3e72fadcc682cfe7
* | | | | | | Merge "Fixed spell check failing to change word."George Mount2011-10-211-19/+34
|\ \ \ \ \ \ \
| * | | | | | | Fixed spell check failing to change word.George Mount2011-10-191-19/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5387838 On WebView.rebuildWebTextView, setTextAndKeepSelection was being called, erasing the selections. Changed it so that when text is replaced with the exact same value, no replace is done. Also, on the Google search, when a spelling change was made, the final character was placed improperly. When a single character is added, the javascript events for the character are sent. When multiple characters are changed, the entire value is replaced with no javascript key events sent. Change-Id: I791eeb3c96354cfe3cbfda7e8d05c81fcdeb152f
* | | | | | | | Merge "s/should/can"RoboErik2011-10-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | s/should/canRoboErik2011-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id09d3bb21c952f4c4aaa98fbb2e334dda75b74a1
* | | | | | | | | Merge "Fix issue# 5492404: Reading level check thread error."Mangesh Ghiware2011-10-213-8/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix issue# 5492404: Reading level check thread error.Mangesh Ghiware2011-10-213-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove access to WebSettings from getReadingLevelScale() by saving the double-tap zoom scale factor in ZoomManager. WebSettings can only be accessed in the UI thread. Change-Id: Ic7289bf3c14d800797f2e85546a088a9071e0468
* | | | | | | | | | Merge "Color API comment updates."RoboErik2011-10-211-5/+11
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Color API comment updates.RoboErik2011-10-201-5/+11
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I61c00089d0cd39e145126e709e46ba3441d49a2a