Marco Nelissen
a455793a8d
fbDev wasn't initialized of hw_get_module failed, but was then used anyway.
2009-09-23 10:56:51 -07:00
Android (Google) Code Review
96a1b05478
Merge change 26300 into eclair
...
* changes:
experimental fix for compatibility mode. When we scale up by 1.5 (240 dpi), we put stretched ninepatches on exact pixel boundaries when we walk the inverse matrix (e.g. 2/3, 1+1/3, 2, 2+2/3, 3+1/3, 4, ...).
2009-09-22 07:55:58 -04:00
Android (Google) Code Review
e6450c179e
Merge change 26260 into eclair
...
* changes:
Add search_mode flag to intents launched by QSB suggestions
2009-09-22 05:54:31 -04:00
Android (Google) Code Review
31c0719961
Merge change 26328 into eclair
...
* changes:
Fix the issue of 'Wifi framework is not aware of state change'
2009-09-22 02:02:04 -04:00
Android (Google) Code Review
29cf9d6860
Merge change 26322 into eclair
...
* changes:
Implement more type checks on Allocations. Add tracking for allocations created using the "sized" helper. Add more param validation for data upload calls.
2009-09-21 22:42:28 -04:00
Android (Google) Code Review
93de13a123
Merge change 26290 into eclair
...
* changes:
Make IBackupTransport.finishBackup() also return an int code, since it too can return TRANSPORT_NOT_INITIALIZED (in fact that's typically how it comes).
2009-09-21 22:26:35 -04:00
Android (Google) Code Review
265def61cf
Merge change 26317 into eclair
...
* changes:
Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.
2009-09-21 22:22:18 -04:00
Android (Google) Code Review
350ef93bca
Merge change 26130 into eclair
...
* changes:
Turn animations on by default.
2009-09-21 20:34:30 -04:00
Android (Google) Code Review
90a0e82db5
Merge change 26275 into eclair
...
* changes:
Send the address of the device with the UUID intent.
2009-09-21 20:04:54 -04:00
Android (Google) Code Review
14e02f02cf
Merge change 26286 into eclair
...
* changes:
Resolve race conditions with disconnect of CDMA data and airplane mode
2009-09-21 20:01:55 -04:00
Android (Google) Code Review
c2cd3f21ca
Merge change 26217 into eclair
...
* changes:
Cache the remote device's service channel.
2009-09-21 19:00:40 -04:00
Android (Google) Code Review
f9b8d70aa2
Merge change 26270 into eclair
...
* changes:
Fix GLSurfaceView to sync surfaceDestroyed with GL rendering thread
2009-09-21 19:00:37 -04:00
Android (Google) Code Review
7e986a795f
Merge change 26253 into eclair
...
* changes:
Work around gcc 4.0.3 bug.
2009-09-21 18:12:31 -04:00
Android (Google) Code Review
8cf378f7b3
Merge change 26254 into eclair
...
* changes:
fix bug 2134685: fix tests for PhoneNumberUtilsTest.
2009-09-21 17:43:20 -04:00
Andy McFadden
2944a2b360
Work around gcc 4.0.3 bug.
...
This appears to fix the sim-eng build on the gDapper build machines.
Basic problem is that LayerBuffer::OverlaySource has a constructor that
calls SurfaceFlinger.signalEvent(). SurfaceFlinger lists LayerBuffer
as a friend, but that's not enough to convince gcc that the embedded
OverlaySource class is also a friend. I don't see a way to make them
friendly, so I marked signalEvent() as public.
2009-09-21 14:33:20 -07:00
Android (Google) Code Review
e4a632af0e
Merge change 26111 into eclair
...
* changes:
Added a workaround to clear the browser cache.
2009-09-21 16:58:35 -04:00
Android (Google) Code Review
24aa451138
Merge change 26164 into eclair
...
* changes:
Reset backup tracking in response to transport data-wipe notification
2009-09-21 16:13:48 -04:00
Android (Google) Code Review
5f61d2f647
Merge change 25412 into eclair
...
* changes:
Make ParcelUuid helper functions consistent.
2009-09-21 15:37:21 -04:00
Android (Google) Code Review
bb8f33277a
Merge change 26190 into eclair
...
* changes:
KeyStore: rename scan() to saw().
2009-09-21 15:06:18 -04:00
Android (Google) Code Review
b14d269317
Merge change 26188 into eclair
...
* changes:
keystore: rename scan() to saw().
2009-09-21 14:58:43 -04:00
Chia-chi Yeh
1cdc2a4b81
keystore: rename scan() to saw().
2009-09-22 02:57:52 +08:00
Android (Google) Code Review
afd6d3d4a8
Merge change 26170 into eclair
...
* changes:
Always interpret (0,0) scrolls as top of title bar.
2009-09-21 14:53:19 -04:00
Android (Google) Code Review
e9410afff5
Merge change 26181 into eclair
...
* changes:
Make background color pure black.
2009-09-21 14:47:52 -04:00
Android (Google) Code Review
fde637477f
Merge change 26175 into eclair
...
* changes:
Fix test for phone number comparation. Now that there are two algorithms, we should consider them in Java layer. Uguu.
2009-09-21 13:52:02 -04:00
Android (Google) Code Review
f46ca7fa8c
Merge change 26171 into eclair
...
* changes:
Fix several CDMA call collision cases
2009-09-21 13:50:27 -04:00
Android (Google) Code Review
4654d31432
Merge change 26127 into eclair
...
* changes:
Uri encode phone number before passing it to query.
2009-09-21 13:05:10 -04:00
Android (Google) Code Review
9bce0c61cb
Merge change 26125 into eclair
...
* changes:
make PhoneNumberUtils.compareLoosely use MIN_MATCH of 7 instead of 5.
2009-09-21 12:59:57 -04:00
Android (Google) Code Review
819e3cd278
Merge change 25954 into eclair
...
* changes:
Moving DISPLAY_NAME to column "data1" to keep it "aligned" with other data types.
2009-09-21 12:54:20 -04:00
Android (Google) Code Review
773ee615cf
Merge change 26150 into eclair
...
* changes:
Account for find dialog height in content height
2009-09-21 12:53:04 -04:00
Android (Google) Code Review
c204933821
Merge change 26156 into eclair
...
* changes:
keystore: exclude builds for simulator.
2009-09-21 12:47:41 -04:00
Chia-chi Yeh
c5dbc5e98a
keystore: exclude builds for simulator.
2009-09-22 00:43:13 +08:00
Android (Google) Code Review
9c203eb27e
Merge change 26053 into eclair
...
* changes:
log hash of account name in sync event log
2009-09-21 12:21:14 -04:00
Android (Google) Code Review
b00928c82e
Merge change 26148 into eclair
...
* changes:
Use icon URI as icon cache key in search dialog
2009-09-21 11:29:51 -04:00
Android (Google) Code Review
15b047cfb2
Merge change 26136 into eclair
...
* changes:
Fix NPE crash-loop when cpufreq not available in the kernel.
2009-09-21 07:37:04 -04:00
Android (Google) Code Review
5b3a237751
Merge change 25918 into eclair
...
* changes:
Set intent_component of in-app shortcuts to app itself
2009-09-21 05:02:18 -04:00
Android (Google) Code Review
25967c26be
Merge change 26109 into eclair
...
* changes:
KeyStore: add java interface.
2009-09-21 04:25:28 -04:00
Android (Google) Code Review
ed4ab787dc
Merge change 26105 into eclair
...
* changes:
keystore: enable delete(), scan(), exist() when keystore is locked.
2009-09-20 23:52:33 -04:00
Android (Google) Code Review
b964d98ad3
Merge change 25737 into eclair
...
* changes:
keystore: switch to multi-user version.
2009-09-20 23:41:13 -04:00
Chia-chi Yeh
dd2a71eebc
keystore: enable delete(), scan(), exist() when keystore is locked.
...
Also check end-of-file explicitly.
2009-09-21 11:36:33 +08:00
Android (Google) Code Review
4d9133faff
Merge change 26104 into eclair
...
* changes:
Unhide themes TextAppearance.SearchResult.Title and TextAppearance.SearchResult.Subtitle. We had discussed doing this in Donut but looks like it never happened. We need these attributes for voice search so now's as good a time as any.
2009-09-20 23:23:25 -04:00
Android (Google) Code Review
e6855359fc
Merge change 26103 into eclair
...
* changes:
Handle restore of the original naive wallpaper backup schema
2009-09-20 22:49:44 -04:00
Android (Google) Code Review
21c34d2efc
Merge change 26061 into eclair
...
* changes:
Send the UUID intent even if apps have not requested for it.
2009-09-20 20:36:54 -04:00
Android (Google) Code Review
a69a8eeb20
Merge change 26081 into eclair
...
* changes:
workaround for [2113743] Sholes: frozen then runtime restart going to list view
2009-09-20 20:12:30 -04:00
Mathias Agopian
1f0ffc46fd
workaround for [2113743] Sholes: frozen then runtime restart going to list view
2009-09-20 17:08:45 -07:00
Android (Google) Code Review
074e952164
Merge change 26050 into eclair
...
* changes:
Track CPU speed stepping to get more accurate CPU cost per app.
2009-09-20 19:59:16 -04:00
Android (Google) Code Review
24aa4e8a6f
Merge change 26060 into eclair
...
* changes:
log an error when loading an existing GL driver fails
2009-09-20 19:09:29 -04:00
Mathias Agopian
8c17384a5e
log an error when loading an existing GL driver fails
2009-09-20 16:07:26 -07:00
Android (Google) Code Review
9963a67a7e
Merge change 26047 into eclair
...
* changes:
Fix up the first-backup-ever tracking
2009-09-20 18:35:39 -04:00
Android (Google) Code Review
3cafd52809
Merge change 26034 into eclair
...
* changes:
Clean up spin animation in rotary selector, and be even more generous for triggering.
2009-09-20 18:09:27 -04:00
Android (Google) Code Review
9fa1645744
Merge change 26004 into eclair
...
* changes:
Fix issue #1862317 : Browser does not appear to honor anchors (#es) in links
2009-09-20 18:06:23 -04:00