summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add support for creating a Surface from a a SurfaceTexture."Ted Bonkenburg2011-07-251-0/+18
|\
| * Add support for creating a Surface from a a SurfaceTexture.Ted Bonkenburg2011-07-221-0/+18
| | | | | | | | | | | | | | | | The Surface is already using SurfaceTexture internally and it is parcelable. This is intended to replace and phase out ParcelSurfaceTexture in favor of creating a new Surface.java object from an existing SurfaceTexture. Change-Id: I8e2dd86614523da6abed6403e1d705a68fa19fdf
* | Merge "Add a System.Secure setting for the Autofill server URL."Ben Murdoch2011-07-252-3/+16
|\ \
| * | Add a System.Secure setting for the Autofill server URL.Ben Murdoch2011-07-212-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Autofill server is now configured as a system setting. Add that setting and a method to be called over JNI from the chrome stack to retrieve it. See also external/chromium change I3a22ae42402f52207eee2d0d9df64700cb7c9f45 Bug: 4515820 Change-Id: I0aa85c5bef834b1120baaabdc2dd2e4e607a63b6
* | | Merge "Fix for Autofill calling WebView.getSettings on background thread."Ben Murdoch2011-07-251-2/+3
|\ \ \
| * | | Fix for Autofill calling WebView.getSettings on background thread.Ben Murdoch2011-07-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autofill was reading the WebView's WebSettings on a background thread. Move it to the UI thread to conform to the WebView API and get rid of a Strict Mode violation. Bug: 5072283 Change-Id: Ib0ac60697f1e629ac1ef1743545b5cf0ac2cf52a
* | | | Merge "Add IS_READ column in call log and voicemail providers."Flavio Lerda2011-07-252-0/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Add IS_READ column in call log and voicemail providers.Flavio Lerda2011-07-252-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initially we had exposed NEW in the voicemail provider instead of the IS_READ field. However, NEW is already used in the call log to represent a missed call for which a notification needs to be shown to the user. On the other hand, voicemail need both be shown in a notification and retain their own read/unread state, which is determined by whether the user has opened the details of the voicemail. This change introduces the IS_READ field for voicemails and exposes it also via the call log content provider. The NEW column in the voicemail content provider will be removed in a follow-up. Bug: 5036195 Change-Id: I2f8c04685a82cbf77f4778cf057ff62c7da1256a
* | | | [step4] Change service interfacesatok2011-07-251-1/+2
| | | | | | | | | | | | | | | | Change-Id: Iaf86065a2a7f075c670ebdaa60a33a815dcb8113
* | | | Merge "[Step 2] Add apis for spell checker settings"satok2011-07-242-0/+43
|\ \ \ \
| * | | | [Step 2] Add apis for spell checker settingssatok2011-07-252-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5057977 Change-Id: I4617b7f1487349c5de385e7392dbc39c69fa2ebc
* | | | | Introduce param/column for group countDaisuke Miyakawa2011-07-241-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5039532 Change-Id: Ibc604770cb61ca9fd92280e58f1cd1bbf30c216a
* | | | | Updated: Wi-Fi p2p frameworkrepo sync2011-07-242-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First stage. Get the bones in right now even though we are not ready on the native side. Once, we have things underneath working - we will further update the framework Change-Id: I4a7dab5cd4267373dc5f8989ae4122f91c384ed5
* | | | | Merge "Handle hostapd and tether interface changes"Irfan Sheriff2011-07-231-1/+1
|\ \ \ \ \
| * | | | | Handle hostapd and tether interface changesIrfan Sheriff2011-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The set config will only update hostapd config file right now and we need to restart after that happens. Also, softap interface is changed to be the regular interface Bug: 5069108 Change-Id: Ibe80129b58e5339f06f186870bcd8f37569c6db3
* | | | | | Merge "TwoStatePreference does not fire click events."Svetoslav Ganov2011-07-233-25/+28
|\ \ \ \ \ \
| * | | | | | TwoStatePreference does not fire click events.Svetoslav Ganov2011-07-223-25/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Event were send in onBindView but since we have fixed the bug of unattached views firing accessibility events and there is no guarantee that the view is attached in onBindView no events were sent. Now posting a runnable so on the next run the UI tread will send the event i.e. after the view is bound and attached. bug:5008841 Change-Id: I4ed914f7fb65d6896f0c55e7c46e6508d2b2f11f
* | | | | | | Merge "Fix USB tethering"Mike Lockwood2011-07-232-0/+13
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix USB tetheringMike Lockwood2011-07-232-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous approach no longer works with the new USB drivers, since the usb0 interface is no longer enabled by default. This introduced a chicken & egg problem - usb0 will not be enabled until the user tries to start tethering, but Settings will not enable the checkbox unless usb0 is enabled. To fix this we add an explicit call to start USB tethering in the connectivity manager. This will enable RNDIS if necessary and then bring up tethering once usb0 is enabled. Change-Id: Iae1f733366aa6b0dafa66d4c97207794173ef54b Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | | Merge "Tweak APIs for SpellChecker"satok2011-07-223-38/+55
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Tweak APIs for SpellCheckersatok2011-07-233-38/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Move getSupellcheckerInfo to SpellCheckerSession 2. Change the interface of getSpellCheckerSession 3. Remove a flag in SuggestionsInfo Change-Id: I3debe09e213fc0ab74618eb3504383f2a9447fd9
* | | | | | | Merge "Code cleaning"Fabrice Di Meglio2011-07-221-6/+7
|\ \ \ \ \ \ \
| * | | | | | | Code cleaningFabrice Di Meglio2011-07-221-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this was a bit ugly, isnt it? Change-Id: Ic479c180977d73d333afed7696b2920840d92abf
* | | | | | | | Fix the buildRomain Guy2011-07-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icdf7e25fff5f1dc0836e67368f6797b60164e8ae
* | | | | | | | Merge "Nested alpha animations should cause invalidates too Bug #5041061"Romain Guy2011-07-224-1/+41
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Nested alpha animations should cause invalidates tooRomain Guy2011-07-224-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #5041061 Change-Id: I96835449b6b5537872afda90956c5d06d826e841
* | | | | | | | am 19933916: am ad55d351: Add better routes for secondary DNSRobert Greenwalt2011-07-221-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '199339169476d0d6d0ecaa8ed3bff3a9e9a0f430': Add better routes for secondary DNS
| * \ \ \ \ \ \ \ am ad55d351: Add better routes for secondary DNSRobert Greenwalt2011-07-221-2/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ad55d35114237071133eb28ded93a014185d4e35': Add better routes for secondary DNS
| | * | | | | | | | Add better routes for secondary DNSRobert Greenwalt2011-07-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We'd been doing no-gateway hostroutes for dns servers on secondary nets, but on some devices (multi-homed stingray) this is a problem. Add gateway-ed hostroutes instead so the BP can do it's nonstandard "magical" demultiplexing. bug:5011392 Change-Id: Ia48f69c8ddf2a37cfb8f014f078f96bf601d2ddb
* | | | | | | | | | Merge "Fixing new minResizeWidth/Height API"Adam Cohen2011-07-222-0/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixing new minResizeWidth/Height APIAdam Cohen2011-07-222-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6b57cca32ed7678597e7c0d81dc483ee294537a9
* | | | | | | | | | | Fix issue #5054723: java.lang.NullPointerException at...Dianne Hackborn2011-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1284) Make sure to commit all pending actions before completing the destroy. Change-Id: I85643e5f7b1221048523bd186b48fb88fc70ca23
* | | | | | | | | | | Fix benign off-by-one in JsonReader.Jesse Wilson2011-07-221-3/+3
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug would have caused us to call fillBuffer() earlier than necessary. Change-Id: Ib0e4e54019394d7085913faf90c495d130e8bb75
* | | | | | | | | | Merge "Introduce hidden API Contacts.CONTENT_FREQUENT_URI"Daisuke Miyakawa2011-07-221-0/+7
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Introduce hidden API Contacts.CONTENT_FREQUENT_URIDaisuke Miyakawa2011-07-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required to support frequent view in Contacts app. Bug: 5050315 Change-Id: Ia670229e4d3e793446b0a0dce2590e20709ee18c
* | | | | | | | | | Fix the vendor build.satok2011-07-221-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I856057c9418fd5194d78e34c4496bd43c520546f
* | | | | | | | | | Merge "Create TextServiceManager and SpellCheckerService"satok2011-07-2112-3/+1003
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Create TextServiceManager and SpellCheckerServicesatok2011-07-2212-3/+1003
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4176026 This CL inherits https://android-git.corp.google.com/g/112600 Spec of TextServiceManager - Chooses the most applicable TextService(e.g. SpellCheckerService, WordBreakIteratorService..) for each locale Spec of SpellCheckerService - Returns whether the given string is a correct word or not - Returns Suggestions for the given string Change-Id: Iaa425c7915fe70767ad0b17bf6c6fbcd2a1200b2
* | | | | | | | | | | Merge "Fix issue #5061083: Handler.removeCallbacksAndMessages..."Dianne Hackborn2011-07-211-3/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix issue #5061083: Handler.removeCallbacksAndMessages...Dianne Hackborn2011-07-211-3/+6
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...implementation doesn't match documentation Fix the documentation. Change-Id: I995b88e0f510973eb7d815ae895059e325c30e10
* | | | | | | | | | | Merge "Fix bug 5037537 - Revert "ListView focus bugfix.""Adam Powell2011-07-211-3/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Fix bug 5037537 - Revert "ListView focus bugfix."Adam Powell2011-07-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a86127fe265896136d2e70273b7623e7c765fe2e.
* | | | | | | | | | | Merge "NetworkManagementService: receive bandwidth controller events"JP Abgrall2011-07-212-0/+14
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | NetworkManagementService: receive bandwidth controller eventsJP Abgrall2011-07-142-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a 1st pass at receiving events that indicate some quota has been reached e.g. warning quota, data collection quota, cutoff quota,... It needs: - new kernel with quota2 logging support - new net:bandwidthcontroller that supports . quota2, . setting alerts. - new NetlinkEvent/NetlinkManager/NetlinkHandler to process NETLINK NFLOG messages. Change-Id: Ibfbb13512c5350cdee0e544ec14caa6f59812409
* | | | | | | | | | | Fix doc breakageAdam Powell2011-07-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2311a97b626fda105b635b70885b17fdee53f8d2
* | | | | | | | | | | Merge "Bug 5061529 - Save/restore action view state for menu items across ↵Adam Powell2011-07-211-0/+39
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invalidations."
| * | | | | | | | | | | Bug 5061529 - Save/restore action view state for menu items acrossAdam Powell2011-07-211-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invalidations. This includes expand/collapse state. Add CollapsibleActionView interface. Views can implement this to have special behavior when they are presented as an expanding/collapsing action view. This lets SearchView and others take care of fiddly behavior (focus stealing; opening the IME) automatically without apps needing to implement this themselves. Change-Id: Ibbd1eb5fcf3e3a862419e9344ad50f896bd05e36
* | | | | | | | | | | | Merge "Ouput looper traces as traceview traces"Romain Guy2011-07-213-39/+132
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Ouput looper traces as traceview tracesRomain Guy2011-07-213-39/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I96c8e85fd7497d970febbf6f5aefc4ab903add8e
* | | | | | | | | | | | Merge "Fix issue #5021385: Title of any Settings subscreen changes..."Dianne Hackborn2011-07-211-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \