Chia-chi Yeh
1cdc2a4b81
keystore: rename scan() to saw().
2009-09-22 02:57:52 +08: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
Android (Google) Code Review
23b0b2d636
Merge change 25885 into eclair
...
* changes:
handle calendars with an access level of "root"
2009-09-20 15:14:16 -04:00
Android (Google) Code Review
ed89b3f913
Merge change 25853 into eclair
...
* changes:
Don't back up / restore certain sync-related settings
2009-09-20 13:28:41 -04:00
Android (Google) Code Review
5ba2d8627b
Merge change 25959 into eclair
...
* changes:
Add better transition to rotary lock widget when triggering: spin around instead of snap back.
2009-09-20 12:59:59 -04:00
Android (Google) Code Review
292ccb6695
Merge change 25894 into eclair
...
* changes:
Adding CONTENT_TYPE to CommonDataKinds.Email
2009-09-20 10:49:05 -04:00
Android (Google) Code Review
5cec758506
Merge change 25938 into eclair
...
* changes:
Don't require WAKE_LOCK permission to enable wifi
2009-09-20 10:48:09 -04:00
Android (Google) Code Review
48101b1f7d
Merge change 25944 into eclair
...
* changes:
Wake the screen if the proximity wakelock is released while the proximity sensor is active.
2009-09-20 00:27:28 -04:00
Android (Google) Code Review
0d0a0b95a4
Merge change 25937 into eclair
...
* changes:
Change the broadcast intent for dock state changes from a sticky broadcast to a sticky ordered broadcast. This is so individual apps can override the default behavior and stop the related dock app from launching.
2009-09-20 00:24:44 -04:00
Android (Google) Code Review
ebb1abe054
Merge change 25931 into eclair
...
* changes:
Add better APIs for the battery status, and other cleanup.
2009-09-19 17:13:23 -04:00
Android (Google) Code Review
bf1d74e3c7
Merge change 25929 into eclair
...
* changes:
Add API to send an ordered sticky broadcast.
2009-09-19 15:22:19 -04:00
Android (Google) Code Review
05a83cde1f
Merge change 25779 into eclair
...
* changes:
Add new API for fetching UUIDs using SDP.
2009-09-19 14:30:37 -04:00
Android (Google) Code Review
4a43004287
Merge change 25911 into eclair
...
* changes:
Unhide attributes textAppearanceSearchResultSubtitle and attr/textAppearanceSearchResultTitle. 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-19 04:29:22 -04:00
Android (Google) Code Review
cff2f77664
Merge change 25831 into eclair
...
* changes:
When double tap zoom out to overview mode, force reveal the full title bar if it is partial visible.
2009-09-19 02:09:44 -04:00
Android (Google) Code Review
658881ff08
Merge change 25858 into eclair
...
* changes:
There is a know issue in PV regarding the video size return. Need to put a 1 second sleep before we get the video dimension
2009-09-18 23:07:00 -04:00
Android (Google) Code Review
1da36c076d
Merge change 25874 into eclair
...
* changes:
ContactsContract: Adding joined columns to the CommonDataKind class definitions.
2009-09-18 22:31:54 -04:00
Android (Google) Code Review
8563a27de1
Merge change 25883 into eclair
...
* changes:
Draw a green triangle using OpenGL 2.0 APIs.
2009-09-18 21:30:35 -04:00
Jack Palevich
9ec24af0e8
Draw a green triangle using OpenGL 2.0 APIs.
2009-09-18 18:27:37 -07:00