summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-28DO NOT MERGE - Full (local) restore security changesandroid-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1jb-mr0-releaseChristopher Tate
(1) Prevent full restore from creating files/directories that are accessible by other applications (2) Don't restore filesets from "system" packages; i.e. any that runs as a special uid, unless they define their own agent for handling the restore process. Bug 7168284 This is a cherry-pick from the originating tree. Change-Id: I9f39ada3c4c3b7ee63330b015e62745e84ccb58f
2012-09-21Show plmn in emergency call allowed mode.John Wang
When emergency call is allowed, plmn string is used to pass up the "Emergency calls only" string. This change set showPlmn to true in that situation regardless the SIMRecords.SPN_RULE_SHOW_PLMN value. bug:7103854 Change-Id: I35ce0cc265d648191cb3b5f87261895f862143db
2012-09-21Get your own cursor Drawables, WebViewClassic!Victoria Lease
These are shared resources! You can't just animate *everyone's* cursors! Bug: 7110290 Change-Id: Icdc86af4fba427a352019cd3e2017f97a3b9fdba
2012-09-11Fix notification gestures.Daniel Sandler
Broken by recent changes to ScaleGestureDetector, which we were using incorrectly. Change-Id: Ie5a7981cc14873d34de9041f59b5de442c948a61
2012-09-11Single finger notification expansion.Daniel Sandler
If you liked these changes... Change Ie4e79aa5 Change I8a6f8606 Change I824937e9 Change I957b6d50 You'll love this one! Change-Id: I5256366175fa7ebc965b1c5df02f10ba802ed977
2012-09-06DO NOT MERGE - Make WebView track focal points more accuratelyAdam Powell
Change-Id: I6683edee6933b1dd026453935d72119320ab3c81
2012-09-06DO NOT MERGE - Delay starting scale gesture events until a touch slop thresholdAdam Powell
Change-Id: I13132ce1d912b54e251f7afed5143c72a2ec2e78
2012-08-31Revert "Update Back softkey icon Bug: 6020915"Sascha Prueter
This reverts commit 962daf9b1c4b12aff68a137472b6a7f4db123c65 Change-Id: If60099643336e35fe5bf7dcbf68a419bcd7ebae3
2012-08-31DO NOT MERGE GestureDetector - Mask action when checking POINTER_UPAdam Powell
Bug 7088494 Change-Id: I723e9b77f0d0473f9d769e53aaa568c4aaac90aa
2012-08-30DO NOT MERGE Remove dead codeJohn Reck
Cherry pick Change-Id: I19603a6e234b0b2592ef90fd426b2973cff8e4fd
2012-08-30DO NOT MERGE - Use focal point for scrolling in GestureDetectorAdam Powell
Remove workaround for obsolete touchscreen hardware. Provide a better focal point for scroll events. Change-Id: I173cd6696dace379437b56597c4a6ac5c7fbf60d
2012-08-30DO NOT MERGE - New implementation for ScaleGestureDetectorAdam Powell
This solves the problems around active pointer tracking when the caller may skip events in the MotionEvent stream and replaces the old implementation with a much simpler algorithm. Change-Id: I97c0bfad03a6190e403e843d382e05ff2257b66f
2012-08-30Fix CDMA decoding of multipart UTF-16 SMS messages.Jake Hamby
Recent changes to support CMAS over CDMA introduced a bug causing an exception to be thrown when decoding multipart UTF-16 encoded messages. This change fixes the exception by correctly subtracting the header size from the number of bytes to decode. It also adds more robust error handling to try to decode the maximum length possible instead of throwing an exception if the length is still larger than the user data length after subtracting the header. This also fixes a bug in the encoder, which was padding the UTF-16 user data to 16-bit alignment, which is incorrect (should be padded to an 8-bit boundary). The code happened to work because we always generated a UDH that was an even number of bytes (including length) so the padding was a no-op. The decoder works correctly. Bug: 6939151 Change-Id: Iba9e7156bd7df94e972963959a7ce1c78464f7f5
2012-08-23merge in jb-mr0-release history after reset to jb-devThe Android Automerger
2012-08-22Merge "Fix system server restart" into jb-devIrfan Sheriff
2012-08-22Merge "Doc update: client javadoc fix for @value." into jb-devKatie McCormick
2012-08-22Doc update: client javadoc fix for @value.Katie McCormick
Change-Id: I9e1327a21d0755fc10b4e5cb4aa9ecd30053b6ef
2012-08-22Merge "Update TabCompat training sample code download." into jb-devRoman Nurik
2012-08-22Merge "Empty DC's apnList when the DC is free." into jb-devWink Saville
2012-08-22Update TabCompat training sample code download.Roman Nurik
Depends on If6face5a0548107f7fd273e466b1ced2790f4f3a Change-Id: I06c13cd02ca791a57a374b3c4af4b46e68dacda4
2012-08-21Empty DC's apnList when the DC is free.Wink Saville
Not doing this causes DC.apnList's to have multiple entries in the apnlist which causes DC's to look like its connected to both IMS and INTERNET. And when selecting CDMA only mode on a Xoom we will not bring up the connection thus no data connectivity. Bug: 6939338 Change-Id: I17bc17cd1938ebac773db8131d12d0fa724348b0
2012-08-21Merge "Update Back softkey icon Bug: 6020915" into jb-devJustin Ho
2012-08-21Update Back softkey iconJustin Ho
Bug: 6020915 Change-Id: I780f09bd1e99a10b2189ab253dd1a082118a385d
2012-08-20Doc change: Remove japanese localized index page.Dirk Dougherty
Change-Id: I69b60435e7062d6ec39fe91595232695a37f591d
2012-08-17Fix system server restartIrfan Sheriff
Change-Id: Ia0b5e337726566ebc96901dadda3fc67eb967755
2012-08-16merge in jb-mr0-release history after reset to jb-devThe Android Automerger
2012-08-15Allow enabled accessibility service to toggle tocuh exploration after an ↵Svetoslav Ganov
upgrade to JellyBean. 1. Before JellyBean touch exploration was a global setting controlled by the user via the UI. However, if the enabled accessibility services do not handle touch exploration mode, enabling it makes no sense. Therefore, in JellyBean the services request touch exploration mode and the user is presented with a dialog to allow that and if she does we store that in the database. As a result of the above change a user that has enabled accessibility, touch exploration, and some accessibility services running a pre-JellyBean system version may lose touch exploration state, thus rendering the device useless unless sighted help is provided, since the enabled service(s) are not in the list of services to which the user granted a permission to put the device in touch explore mode. The fix is during a database upgrade to allow allow all enabled accessibility services to toggle touch exploration provided accessibility and touch exploration are enabled and no services can toggle touch exploration. Note that the user has already manually enabled the services and touch exploration which means the she has given consent to have these services work in touch exploration mode bug:6996354 Change-Id: I0af2dc578cc4fbcc90043341035163b876978ab2
2012-08-15docs: Add a few links and small edits to a couple layout guidesScott Main
Change-Id: I4c0c043782524a29f7fb8fcb54cc26d7399c39fc
2012-08-15Merge "docs: fix markup bug; remove extra </div>" into jb-devScott Main
2012-08-15docs: fix markup bug; remove extra </div>Scott Main
Change-Id: I9d1fd280b5f077a423f12ce8e226d09e5e9f7b2b
2012-08-15Merge "revise info on Search button availability... behavior not guaranteed ↵Scott Main
either bug: 6966922" into jb-dev
2012-08-14Merge "docs: change download URLs for design assets. These new URLs are ↵Scott Main
dummies that are handled by a redirect rule for all /downloads/... paths, that points to http://commondatastorage.googleapis.com/androiddevelopers/ Using this redirect allows us to change the storage location of the download assets in the future." into jb-dev
2012-08-14revise info on Search button availability... behavior not guaranteed eitherScott Main
bug: 6966922 Change-Id: I4122e6fb99b95da3f53b56333a5f27d2adde6d44
2012-08-14Merge "docs: misc bug fixes from external issues" into jb-devScott Main
2012-08-14docs: change download URLs for design assets.Scott Main
These new URLs are dummies that are handled by a redirect rule for all /downloads/... paths, that points to http://commondatastorage.googleapis.com/androiddevelopers/ Using this redirect allows us to change the storage location of the download assets in the future. Change-Id: I0dc6ecc1a6898f1256ba4c9ff90b619366e47629
2012-08-14Merge "show 3G icon for CDMA/1xRTT" into jb-devWink Saville
2012-08-14show 3G icon for CDMA/1xRTTMadan Ankapura
when config_showMin3G is enabled to true in a CDMA device Change-Id: I79a4fa200dc406fc7f9f4527165046541961ef69 Signed-off-by: Madan Ankapura <mankapur@sta.samsung.com>
2012-08-13docs: misc bug fixes from external issuesScott Main
Change-Id: I380b65341200c0519a93e2f8969f70f64aec0264
2012-08-13Merge "Multiple design styleguide fixes -Changing extras to videos -new ↵Peter Ng
bullet item in swipeviews -new in 4.0 removal -Ui overview notification info -reppling typo fixed" into jb-dev
2012-08-13Merge "updated downloads for styleguide -new illustrator stencil" into jb-devPeter Ng
2012-08-13Merge "Revert "Group revert of the following commits for design docs:"" into ↵Peter Ng
jb-dev
2012-08-13Multiple design styleguide fixesPeter Ng
-Changing extras to videos -new bullet item in swipeviews -new in 4.0 removal -Ui overview notification info -reppling typo fixed Bug: 6936546 Bug: 6936394 Bug: 6958972 Bug: 6960355 Bug: 6937850 Bug: 6937856 Bug: 6912380 Bug: 6941255 Bug: 6937723 Bug: 5836846 Bug: 6915055 Bug: 6915259 Bug: 6651973 Bug: 6937070 Bug: 6947018 Bug: 6924456 Bug: 6915152 Bug: 6936797 Bug: 6924201 Bug: 6922994 Bug: 6924137 Bug: 6907998 Bug: 6912377 Bug: 6937761 Bug: 6923664 Bug: 6946790 Bug: 6918869 Change-Id: Ic5f39fe5b9f56c911af8bde9a254007748f6530e
2012-08-13Do not eject internal ASECs when storage unmountedKenny Root
If the incoming request is to notify of storage unmounted, don't mess with apps that are in internal ASECs. Bug: 6948035 Change-Id: I63ffb895c4d994ee03a5a9bd6bb23f69c88e2a87
2012-08-09Merge "fix misc doc bugs from external issues" into jb-devScott Main
2012-08-09Merge "Fix typo in UsbManager javadoc." into jb-devmike wakerly
2012-08-09fix misc doc bugs from external issuesScott Main
Change-Id: I11b1d524dd2159b58c65d3ef7a76af15624ae365
2012-08-09Fix typo in UsbManager javadoc.mike wakerly
Closes http://b.android.com/32863 Change-Id: I8fc03ee70209413f279f606b393e79c12ee9c0d2
2012-08-09docs: SDK r20.0.3, Support Library r10 Release NotesScott Main
plus some OCD cleanup to the ADT install steps Change-Id: I760ddb284da2a3f53741b75d6ff0e02af8181c9a
2012-08-09merge in jb-mr0-release history after reset to jb-devThe Android Automerger
2012-08-08cherrypick from ics-mr1 docs: source for nw app Change-Id: ↵Katie McCormick
If50f407a0e56fa802fe9beedaa650e3a131872b2 Change-Id: I55d8668f4065129c844ada239f268a6621df4780