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
Android (Google) Code Review
5d3803ce6d
Merge change 26009 into eclair
...
* changes:
Fix issue with printing gles version in aapt dump badging option If the name attribute for uses-feature or uses-permission is empty the error value is still empty indicating error and preventing the else part from being checked as it should be.
2009-09-20 17:28:28 -04:00
Android (Google) Code Review
bcba2751eb
Merge change 25746 into eclair
...
* changes:
Fix 2092386: Support yuyv for camera preview format.
2009-09-20 16:48:45 -04:00
Android (Google) Code Review
0632fbe991
Merge change 25870 into eclair
...
* changes:
Add ring back tone notification.
2009-09-20 16:43:53 -04:00
Android (Google) Code Review
a1ed643b49
Merge change 26008 into eclair
...
* changes:
Modified random variable to use java.security.SecureRandom for authentication challenge genration.
2009-09-20 16:41:36 -04:00
Android (Google) Code Review
8416364a4d
Merge change 25976 into eclair
...
* changes:
Fix adapter name change problem.
2009-09-20 16:39:48 -04:00
Android (Google) Code Review
03268374fe
Merge change 25970 into eclair
...
* changes:
Make removeBond() call async.
2009-09-20 16:14:54 -04:00
Android (Google) Code Review
8afe0f3d51
Merge change 25992 into eclair
...
* changes:
Add an 'init everything' operation to the first backup pass
2009-09-20 16:10:59 -04:00
Dianne Hackborn
cfbb735f84
Fix issue #1862317 : Browser does not appear to honor anchors (#es) in links
...
Also a little improved debugging output of bad resource identifiers.
Change-Id: I054064ef22855608ffd722e4ccf12ce57d1992b2
2009-09-20 12:40:03 -07:00