3498 Commits

Author SHA1 Message Date
Satish Roddom
e43a6a02dd Compose Message "To" field allows adding sequence of characters as contact
When we select this option, this sequence of characters (which is neither a
valid email address nor a phone number), gets stored in contact with type MOBILE.

Fix: In function canAddToContacts, adding a check to validate whether the contact
to be added is a valid email address or phone number. If not, user will not be shown
with the option "Add to Contacts".
2009-08-24 09:19:08 -07:00
Patrick Scott
3bcc52e963 am 1aa196ef: am 4e9718d6: Fix synchronous xml requests with ssl errors.
Merge commit '1aa196ef7a7649f9c7394619235541b70221899c'

* commit '1aa196ef7a7649f9c7394619235541b70221899c':
  Fix synchronous xml requests with ssl errors.
2009-08-24 09:06:57 -07:00
Patrick Scott
4e9718d6ae Fix synchronous xml requests with ssl errors.
Use the in-memory ssl preference table before posting a message to the WebCore
thread. Since the WebCore thread is blocked waiting for the ssl resource, we
cannot query the user for their preference. If the table does not contain the
user's decision, bail on the request to avoid a deadlock.

Also mark a few of the ssl handler's method's as synchronized. This was reported
by findbugs.
2009-08-24 12:02:51 -04:00
Grace Kloba
b5f970b06e am 92bd45f9: am 7fdab7f9: Merge change 22377 into eclair
Merge commit '92bd45f9444d3b1fca7bf687b73b46ccc7d8fcec'

* commit '92bd45f9444d3b1fca7bf687b73b46ccc7d8fcec':
  The new webkit won't keep RAM cache if http header has "no-store". So remove
2009-08-24 08:48:31 -07:00
Android (Google) Code Review
7fdab7f967 Merge change 22377 into eclair
* changes:
  The new webkit won't keep RAM cache if http header has "no-store". So remove it from StreamLoader. And fix the code where we only want to cache network  result.
2009-08-24 08:45:06 -07:00
Steve Block
9d3273f622 Java-side changes to persist Geolocation permissions between browser sessions.
This fixes bug http://b/issue?id=2054365.
2009-08-24 11:59:42 +01:00
Steve Block
a4940c8555 am 4cc89b91: am 8a2000df: Merge change 22262 into eclair
Merge commit '4cc89b91b75cd605868f71a932d652f3fc7e320c'

* commit '4cc89b91b75cd605868f71a932d652f3fc7e320c':
  Adds Java-side of logic to make Geolocation obey Browser 'Enable Location' setting.
2009-08-24 03:10:29 -07:00
Android (Google) Code Review
8a2000df6d Merge change 22262 into eclair
* changes:
  Adds Java-side of logic to make Geolocation obey Browser 'Enable Location' setting.
2009-08-24 03:07:15 -07:00
Steve Block
06cd751b05 Adds Java-side of logic to make Geolocation obey Browser 'Enable Location' setting.
This fixes bug http://b/issue?id=2067559.
2009-08-24 10:59:57 +01:00
Jeff Sharkey
b8f93863dd am a711fadb: am 84235ee9: Add extra to exclude specific MIME-types from Fast-Track.
Merge commit 'a711fadb07328ec625e1bed3121093ef28b43fe0'

* commit 'a711fadb07328ec625e1bed3121093ef28b43fe0':
  Add extra to exclude specific MIME-types from Fast-Track.
2009-08-23 23:37:39 -07:00
Jeff Sharkey
84235ee923 Add extra to exclude specific MIME-types from Fast-Track.
Also added ContactHeaderWidget accessor for passing along
this list when triggering Fast-Track.  This is used so that
the header widget can hide the profile icon when launched
while already looking at the profile.
2009-08-23 14:11:00 -07:00
Jeff Sharkey
7d73881fdb am f942558b: am 06a0323a: Add fields to pass ungrouped counts to UI.
Merge commit 'f942558bc57025c0724596832817295a52ceea91'

* commit 'f942558bc57025c0724596832817295a52ceea91':
  Add fields to pass ungrouped counts to UI.
2009-08-23 00:22:43 -07:00
Jeff Sharkey
06a0323a54 Add fields to pass ungrouped counts to UI. 2009-08-23 00:17:44 -07:00
Jeff Sharkey
209109070d am 4421e5cd: am f03733e7: Merge change 22160 into eclair
Merge commit '4421e5cd3480d0393f2b41bded69bfa01e4e9d9d'

* commit '4421e5cd3480d0393f2b41bded69bfa01e4e9d9d':
  Add dither XML flag to StateListDrawable.
2009-08-22 23:01:47 -07:00
Jeff Sharkey
6afa16feb3 Add dither XML flag to StateListDrawable.
We currently allow the dither="true" flag to be set on
individual <bitmap> and <nine-patch> objects, but that flag
is overridden when they are included in a <selector>.  This
change adds the dither="true" flag to StateListDrawable so
they can be dithered when desired.

Fixes http://b/issue?id=2068024
2009-08-22 22:44:00 -07:00
Scott Su
07b46695e5 am 9d11ef2b: am a5fa3648: Merge change 22383 into eclair
Merge commit '9d11ef2b4a39f8e881e315a322c4990d7e20fcae'

* commit '9d11ef2b4a39f8e881e315a322c4990d7e20fcae':
  Remove the decleration of com.android.im.plugin.jar in platform.xml
2009-08-22 11:12:47 -07:00
Android (Google) Code Review
a5fa36481c Merge change 22383 into eclair
* changes:
  Remove the decleration of com.android.im.plugin.jar in platform.xml Add a column definition for keep_signed_in when query the active account with a given provider
2009-08-22 11:07:20 -07:00
Scott Su
527f015b9a Remove the decleration of com.android.im.plugin.jar in platform.xml
Add a column definition for keep_signed_in when query the active account with a given provider
2009-08-22 10:48:23 -07:00
Eric Fischer
c740d140b9 am a3598d9a: am 688b0f12: am 36d5aaec: Merge change 22322 into donut
Merge commit 'a3598d9acdc1de1cf63e40cc08e29fcbe1cdc041'

* commit 'a3598d9acdc1de1cf63e40cc08e29fcbe1cdc041':
  Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.
2009-08-22 07:51:11 -07:00
Eric Fischer
688b0f1235 am 36d5aaec: Merge change 22322 into donut
Merge commit '36d5aaec2ee1f11ea80639c8194e4aac2be3892d' into eclair

* commit '36d5aaec2ee1f11ea80639c8194e4aac2be3892d':
  Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.
2009-08-22 07:43:44 -07:00
Grace Kloba
c3fa098ff6 The new webkit won't keep RAM cache if http header has "no-store". So remove
it from StreamLoader. And fix the code where we only want to cache network  result.
2009-08-21 17:31:11 -07:00
Ken Shirriff
79afd5053e am 8fca03a8: am 426ac065: Merge change 22328 into eclair
Merge commit '8fca03a88be981f9737974bbaff4f2fa82f5e19d'

* commit '8fca03a88be981f9737974bbaff4f2fa82f5e19d':
  Fix recurrence parsing for all-day events.
2009-08-21 16:02:49 -07:00
Android (Google) Code Review
426ac065d0 Merge change 22328 into eclair
* changes:
  Fix recurrence parsing for all-day events.
2009-08-21 15:58:43 -07:00
Wei Huang
3c2a6e0ff8 am 0949f652: am d3d79453: Merge change 22331 into eclair
Merge commit '0949f652ee2e84ef46d12ac692620286925ded6e'

* commit '0949f652ee2e84ef46d12ac692620286925ded6e':
  add a "display_sent_time" column to the message table, to provide a hint that the UI should display time stamp for this message always. Add Gservices settings for gtalk stuff.
2009-08-21 15:25:46 -07:00
Android (Google) Code Review
d3d7945309 Merge change 22331 into eclair
* changes:
  add a "display_sent_time" column to the message table, to provide a hint that the UI should display time stamp for this message always. Add Gservices settings for gtalk stuff.
2009-08-21 15:20:31 -07:00
Alex Gruenstein
f1b64f64ab do not merge. Remove voicesearch-specific functionality from framework. 2009-08-21 14:59:26 -07:00
Android (Google) Code Review
36d5aaec2e Merge change 22322 into donut
* changes:
  Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.
2009-08-21 14:47:41 -07:00
Ken Shirriff
1ce2e2e78d Fix recurrence parsing for all-day events.
The doozer server requires P1D instead of P86400S for all-day events.

bug=1594638
2009-08-21 14:37:25 -07:00
Wei Huang
1abf498e7f add a "display_sent_time" column to the message table, to provide a hint that the UI should display time stamp for this message always. Add Gservices settings for gtalk stuff. 2009-08-21 14:21:43 -07:00
Android (Google) Code Review
00ddbcaa2e Merge change 22314 into eclair
* changes:
  Purge cache
2009-08-21 14:10:12 -07:00
Android (Google) Code Review
4178b9bd8e Merge change 22316 into eclair
* changes:
  Cleaning up Presence API
2009-08-21 13:45:22 -07:00
Dmitri Plotnikov
31f5dd3cdc Cleaning up Presence API 2009-08-21 13:44:47 -07:00
Android (Google) Code Review
6c6d822f7b Merge change 22318 into eclair
* changes:
  Framework changes to support HSDPA/HSUPA/HSPA HSDPA: High-Speed Downlink Packet Access HSUPA: High-Speend Uplink Packet Access HSPA:  High-Speed Packet Access
2009-08-21 13:43:01 -07:00
Li Zhe
ebe66345e7 Framework changes to support HSDPA/HSUPA/HSPA
HSDPA: High-Speed Downlink Packet Access
HSUPA: High-Speend Uplink Packet Access
HSPA:  High-Speed Packet Access

Add support for HSDPA/HSUPA/HSPA:
 1) extend TelephonyManager.NETWORK_TYPE for HSDPA/HSUPA/HSPA
 2) extend ServiceState.RADIO_TECHNOLOGY for HSDPA/HSUPA/HSPA
 3) set radioTechnology into ServiceState in GsmServiceStateTracker
 4) change the implementation of TelephonyManager.getNetworkType to
    solve the competition timing issue between the time of setting
    system property and the time of receiving notification through
    PhoneStateListener
    4.1) add a getNetworkType interface in ITelephony.aidl
 5) add icons resources for HSDPA/HSUPA/HSPA
 6) make use of HSDPA/HSUPA/HSPA icons in StatusBarPolicy
2009-08-21 13:41:05 -07:00
Android (Google) Code Review
358e6e3c12 Merge change 22292 into eclair
* changes:
  Adding a "Photo" directory under Contacts.
2009-08-21 13:40:40 -07:00
Android (Google) Code Review
cc0a17cb08 Merge change 22290 into eclair
* changes:
  Fix typo: the x offset was assigned to the y coordinate.
2009-08-21 13:36:30 -07:00
Eric Fischer
cc5dfa9ed0 Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.
Without this, the runtime would restart when you tried to add a word
from the search widget.

Bug 2069689
2009-08-21 13:31:54 -07:00
Tom Taylor
4ddacd014b Purge cache
When persisting a PDU, make sure we purge any old instances of the
PDU from the cache.
2009-08-21 13:09:55 -07:00
Jean-Baptiste Queru
dd03c6135f resolved conflicts for merge of 081a136d to eclair 2009-08-21 12:59:04 -07:00
Anonymous Coward
081a136d25 Remove third party support for Quick Search Box (aka global search).
- @hides relevant APIs
- removes relevant javadoc
- enforces that only system apps can participate

note: general support is still there, will be easy to reenable when we are ready.
2009-08-21 12:47:14 -07:00
Android (Google) Code Review
bfcfb7eec6 Merge change 22302 into eclair
* changes:
  Set BondState to Canceled when user cancels pairing.
2009-08-21 11:54:15 -07:00
Jaikumar Ganesh
397d8f4f48 Set BondState to Canceled when user cancels pairing. 2009-08-21 11:51:12 -07:00
Dmitri Plotnikov
eb1a2ec4b2 Adding a "Photo" directory under Contacts. 2009-08-21 11:11:19 -07:00
Romain Guy
07ef599b9f Fix typo: the x offset was assigned to the y coordinate.
Also remove a couple of useless casts.
2009-08-21 10:40:49 -07:00
Dianne Hackborn
3be63c0930 Infrastructure for supporting wallpaper previews.
Various things that will allow us to show previews of wallpapers.
Also some fixes to animations across wallpapers.
2009-08-20 20:34:42 -07:00
Android (Google) Code Review
be8b77636b Merge change 22178 into eclair
* changes:
  - add a reset to EntityIterator to allow it to go back to the beginning - clean up the debug printing of SyncResult
2009-08-20 20:02:37 -07:00
Bob Lee
5dc0c00258 am e97c2006: Updated Browser and MCS to use shared default trust manager instead of initializing their own copies.
Merge commit 'e97c2006bf7c391c933307e520a392e532aa5d6a' into eclair

* commit 'e97c2006bf7c391c933307e520a392e532aa5d6a':
  Updated Browser and MCS to use shared default trust manager instead of initializing their own copies.
2009-08-20 19:31:59 -07:00
Bob Lee
e97c2006bf Updated Browser and MCS to use shared default trust manager instead of initializing their own copies. 2009-08-20 18:48:31 -07:00
Fred Quintana
77709755b7 - add a reset to EntityIterator to allow it to go back to the beginning
- clean up the debug printing of SyncResult
2009-08-20 17:18:58 -07:00
Android (Google) Code Review
9468f8006d Merge change 22086 into eclair
* changes:
  Tweak the ContactsHeaderWidget to match the newest specs.
2009-08-20 17:12:43 -07:00