summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Import revised translations. DO NOT MERGEEric Fischer2009-10-011-11/+74
| | | | | | | | | | | | | | | | | | | | Approver: jerryw
* | | | | Merge change I5dbd1994 into eclairAndroid (Google) Code Review2009-10-011-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | * changes: Fix rfcomm socket connect return code.
| * | | | Fix rfcomm socket connect return code.Jaikumar Ganesh2009-10-011-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The phone would say connected even when powered off. Bug id: 2161890 DrNo: Hiroshi Change-Id: I5dbd19941a80e86c7462670fb844a29cf4eb0908
* | | | Merge change I15b0ebb9 into eclairAndroid (Google) Code Review2009-10-016-0/+556
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: a simple test app for gralloc
| * | | | a simple test app for grallocMathias Agopian2009-10-016-0/+556
| |/ / /
* | | | Merge change I9e384ddd into eclairAndroid (Google) Code Review2009-10-012-2/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: Add a test pattern as rollo's icon
| * | | Add a test pattern as rollo's iconJoe Onorato2009-10-012-2/+5
| | | |
* | | | Unhide constant DATA_ACTIVITY_DORMANT.John Wang2009-10-012-1/+11
|/ / /
* | | Close the cursor before assigning a new one to the same variable.Marco Nelissen2009-10-011-0/+1
| | |
* | | Merge change I6e01fa52 into eclairAndroid (Google) Code Review2009-10-011-0/+0
|\ \ \ | | | | | | | | | | | | | | | | * changes: Remove unneeded icon.
| * | | Remove unneeded icon.Daniel Sandler2009-10-011-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | (Obviated by commit a408791148e816215f65ad81a187051c5fb47c68.) Change-Id: I6e01fa52f2bbeb28c969e6a033ab0b1032cbc848
* | | | Merge change Ic2a16d4f into eclairAndroid (Google) Code Review2009-10-011-3/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: b/2148252 Fix emulator
| * | | | b/2148252 Fix emulatorMichael Chan2009-09-301-3/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic2a16d4fac2a2a12a209c83ad2049829255cb31f
* | | | | hide setGammaForText, which is only used for calibrating new devicesMike Reed2009-10-012-15/+2
| |/ / / |/| | |
* | | | Change intent flags for launching FastTrack.Jeff Sharkey2009-10-011-1/+3
| | | |
* | | | Merge change Ia8826d67 into eclairAndroid (Google) Code Review2009-10-012-13/+256
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: improve boot animation a bit
| * | | | improve boot animation a bitMathias Agopian2009-10-012-13/+256
| | | | |
* | | | | On BACK in search, hide just IME if IME is fullscreenBjorn Bringert2009-10-011-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since a fullscreen IME covers the entire search dialog, there was no discoverable way to get back to the search dialog. Now, on BACK presses when the IME is fullscreen (e.g. in landscape mode without hard keyboard), we dismiss only the IME. A second BACK press will dismiss the search dialog. Fixes http://b/issue?id=2159132 Change-Id: I8e5736d83d7c35936a718929017ea04c6214700b
* | | | | Merge change Ie69a9c0a into eclairAndroid (Google) Code Review2009-10-015-20/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Remove globalSearch argument from triggerSearch()
| * | | | | Remove globalSearch argument from triggerSearch()Bjorn Bringert2009-10-015-20/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API council says: "In reviewing the new triggerSearch API, we are concerned that applications could use the option to perform a global search to spam the user with frequent searches. We would like the global search option to be removed for now (not just hidden, but removed from the internal IPC API so that nobody can find this and abuse it). The rest of the API should be fine as long as it is restricted to local searches." Fixes http://b/editIssue?id=2158785 Change-Id: Ie69a9c0ab6373cc4427aab50606885bdede40585
* | | | | | Merge change I55c9c7b7 into eclairAndroid (Google) Code Review2009-10-014-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | * changes: New 1x status bar icons
| * | | | | New 1x status bar iconsMike Cleron2009-10-014-0/+0
| |/ / / /
* | | | | Merge change I4fe2a47a into eclairAndroid (Google) Code Review2009-10-017-197/+195
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * changes: Fix stopping all vpn daemons before connect and more.
| * | | | Fix stopping all vpn daemons before connect and more.Hung-ying Tyan2009-10-017-197/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move DaemonHelper out from VpnService to VpnDaemons for better managing native daemons. * check connectivity and dns less frequently to save battery.
* | | | | Prevents the WindowManager from requesting empty or negative surfaces.Romain Guy2009-10-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows with a negative Y position can end up in createSurfaceLocked() with mFrame containing a negative height, causing SurfaceFlinger to go crazy when asked to create the surface. This change simply guards against such a situation by instead asking for a 1x1 surface and relying or later layout operations to resize the window to the appropriate size. Change-Id: I66f2058f4cd1cf069b12d3d23e6fd340dc76b74e
* | | | | Merge change Ia1baa5ab into eclairAndroid (Google) Code Review2009-10-018-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: More icons
| * | | | | More iconsMike Cleron2009-10-018-0/+0
| | | | | |
* | | | | | Merge change I793b4f62 into eclairAndroid (Google) Code Review2009-10-012-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Clean up search and voice search button assets for high res.
| * | | | | | Clean up search and voice search button assets for high res.Mike LeBeau2009-10-012-0/+0
| | | | | | |
* | | | | | | Merge change I2919f492 into eclairAndroid (Google) Code Review2009-10-011-12/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: remove cert for SampleBrowserPlugin and only check signature for the release build.
| * | | | | | | remove cert for SampleBrowserPlugin and only checkGrace Kloba2009-09-301-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | signature for the release build.
* | | | | | | | Semi-workaround for #2027266: app drawer showing up on the side of the screenDianne Hackborn2009-09-304-9/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (when booted while docked) This isn't really a fix, but we now have the activity report the configuration it actually launched in, so the activity manager will later adjust it if needed. Should help us recover from hitting the race in this particular case. Change-Id: I3bb83a48c2d692b4cb1822d8ae7d924cfa9187b2
* | | | | | | | Update from API review.Dianne Hackborn2009-09-3011-84/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I16b1c566f91167aac9615ac59dd297a154c828ea
* | | | | | | | Adjust opacity for inactive dimple in rotary widgetJim Miller2009-09-303-10/+15
| | | | | | | |
* | | | | | | | Merge change I7a39c564 into eclairAndroid (Google) Code Review2009-10-011-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix docs error
| * | | | | | | | Fix docs errorEvan Millar2009-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7a39c5643cf6351bac47ccafff37fd32a668b9f5
* | | | | | | | | Merge change Iaf08eabc into eclairAndroid (Google) Code Review2009-10-012-16/+25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Reduce the ConnectivityManager logging.
| * | | | | | | | | Reduce the ConnectivityManager logging.Robert Greenwalt2009-09-302-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same great info, just fewer chars.
* | | | | | | | | | Merge change Id60fa26a into eclairAndroid (Google) Code Review2009-10-013-48/+192
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue 2152541 thumbnail images stretched.
| * | | | | | | | | Fix issue 2152541 thumbnail images stretched.Ray Chen2009-09-303-48/+192
| | | | | | | | | |
* | | | | | | | | | Merge change Id703d6bb into eclairAndroid (Google) Code Review2009-10-011-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Black is the new black
| * | | | | | | | | Black is the new blackMike Cleron2009-09-301-2/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Unhide ContactsContract#QuickContact and fix sdk buildEvan Millar2009-09-302-5/+95
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Change-Id: I60fdeb6d0625996d76a10f0a623c9f474337758d
* | | | | | | | Merge change I94132420 into eclairAndroid (Google) Code Review2009-10-011-73/+118
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix network-feature timeout code.
| * | | | | | | | Fix network-feature timeout code.Robert Greenwalt2009-09-291-73/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Track requests independently with seperate timers. Clean up on expiration by just stopping that particular request, not immediately restoring the default. bug: 2127590
* | | | | | | | | Merge change I07729abd into eclairAndroid (Google) Code Review2009-10-011-2/+19
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Keep the scrollbar on during TOUCH_MOVE events even when there is no movement.
| * | | | | | | | Keep the scrollbar on during TOUCH_MOVE events evenGrace Kloba2009-09-301-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when there is no movement. Fix http://b/issue?id=2151115
* | | | | | | | | show events in the UIFred Quintana2009-09-305-61/+64
| | | | | | | | |
* | | | | | | | | Merge change I55e15bad into eclairAndroid (Google) Code Review2009-10-012-13/+16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Try to reconnect twice when the rfcomm error code is Connection Refused.
| * | | | | | | | | Try to reconnect twice when the rfcomm error code is Connection Refused.Jaikumar Ganesh2009-09-302-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This happens when the the remote headset is in a bad state or is not accepting connections. Try twice before giving up. Change-Id: I55e15bad6b72904b8e4ccbca89e17e9bd3ddb61e