6805 Commits

Author SHA1 Message Date
Grace Kloba
92bd45f944 am 7fdab7f9: Merge change 22377 into eclair
Merge commit '7fdab7f9674aadf90c3be1f06d7d34b60151c658' into eclair-plus-aosp

* commit '7fdab7f9674aadf90c3be1f06d7d34b60151c658':
  The new webkit won't keep RAM cache if http header has "no-store". So remove
2009-08-24 08:47:01 -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
4cc89b91b7 am 8a2000df: Merge change 22262 into eclair
Merge commit '8a2000df6d32f4e5df3073753055800a9363a3a5' into eclair-plus-aosp

* commit '8a2000df6d32f4e5df3073753055800a9363a3a5':
  Adds Java-side of logic to make Geolocation obey Browser 'Enable Location' setting.
2009-08-24 03:09:07 -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
Steve Block
4a762e2b06 am 25131299: Merge change 21978 into eclair
Merge commit '25131299aaa1b8c4f44edb33f71f0241a61939e4' into eclair-plus-aosp

* commit '25131299aaa1b8c4f44edb33f71f0241a61939e4':
  Adds the ability to set Geolocation permissions from DumpRenderTree on Android.
2009-08-24 02:30:08 -07:00
Android (Google) Code Review
25131299aa Merge change 21978 into eclair
* changes:
  Adds the ability to set Geolocation permissions from DumpRenderTree on Android.
2009-08-24 02:28:23 -07:00
Scott Su
6965666d34 Remove frameworks/base/im since these stuff are only used by IM app 2009-08-23 23:41:50 -07:00
Jeff Sharkey
a711fadb07 am 84235ee9: Add extra to exclude specific MIME-types from Fast-Track.
Merge commit '84235ee923c13e58ce339c25c86f734b338a81e0' into eclair-plus-aosp

* commit '84235ee923c13e58ce339c25c86f734b338a81e0':
  Add extra to exclude specific MIME-types from Fast-Track.
2009-08-23 14:20:51 -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
f942558bc5 am 06a0323a: Add fields to pass ungrouped counts to UI.
Merge commit '06a0323a5439ba5c1c31f9adb70918b5bf5f61de' into eclair-plus-aosp

* commit '06a0323a5439ba5c1c31f9adb70918b5bf5f61de':
  Add fields to pass ungrouped counts to UI.
2009-08-23 00:20:52 -07:00
Jeff Sharkey
06a0323a54 Add fields to pass ungrouped counts to UI. 2009-08-23 00:17:44 -07:00
Jeff Sharkey
4421e5cd34 am f03733e7: Merge change 22160 into eclair
Merge commit 'f03733e7a1465b186acc1da11dca18f054c12734' into eclair-plus-aosp

* commit 'f03733e7a1465b186acc1da11dca18f054c12734':
  Add dither XML flag to StateListDrawable.
2009-08-22 23:00:11 -07:00
Android (Google) Code Review
f03733e7a1 Merge change 22160 into eclair
* changes:
  Add dither XML flag to StateListDrawable.
2009-08-22 22:57:30 -07:00
Wink Saville
22deda782e am 55c6f888: Fix missing break statement found by Motorola.
Merge commit '55c6f8881fdd2c5894e6297f49a9c4e0dc81ff8d' into eclair-plus-aosp

* commit '55c6f8881fdd2c5894e6297f49a9c4e0dc81ff8d':
  Fix missing break statement found by Motorola.
2009-08-22 22:51:45 -07:00
Wink Saville
55c6f8881f Fix missing break statement found by Motorola. 2009-08-22 22:48:46 -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
9d11ef2b4a am a5fa3648: Merge change 22383 into eclair
Merge commit 'a5fa36481cdbe2cd324055d9f508e492482cb7dc' into eclair-plus-aosp

* commit 'a5fa36481cdbe2cd324055d9f508e492482cb7dc':
  Remove the decleration of com.android.im.plugin.jar in platform.xml
2009-08-22 11:09:33 -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
a3598d9acd am 688b0f12: am 36d5aaec: Merge change 22322 into donut
Merge commit '688b0f1235aba0e82ff4eec4d935b494d9c4754d' into eclair-plus-aosp

* commit '688b0f1235aba0e82ff4eec4d935b494d9c4754d':
  Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.
2009-08-22 07:47:46 -07:00
Ken Shirriff
dff0ae1746 am 5f5989de: Add tests for RecurrenceSet.
Merge commit '5f5989de7cac3583a2217b03e9661d2abb1a1d70' into eclair-plus-aosp

* commit '5f5989de7cac3583a2217b03e9661d2abb1a1d70':
  Add tests for RecurrenceSet.
2009-08-22 07:45:26 -07:00
Libin Tang
4df349b850 am 7b0cdc88: Merge change 22362 into eclair
Merge commit '7b0cdc8890a849283d31a15126e73edce3bdf3a6' into eclair-plus-aosp

* commit '7b0cdc8890a849283d31a15126e73edce3bdf3a6':
  Fix +NANP issue and cleanup plus code conversion.
2009-08-22 07:45:13 -07:00
Guo-Bin Zhang
3a1bfe8d22 am 1cef2289: Disable data call in emergency call
Merge commit '1cef22890d10417977397a5dccf34956858d0803' into eclair-plus-aosp

* commit '1cef22890d10417977397a5dccf34956858d0803':
  Disable data call in emergency call
2009-08-22 07:45:05 -07:00
Romain Guy
5ce7382062 am 6f89172b: Merge change 22352 into eclair
Merge commit '6f89172b6e149c623fe582e4baa658299a3fc72c' into eclair-plus-aosp

* commit '6f89172b6e149c623fe582e4baa658299a3fc72c':
  Fix FallRS by keeping a reference to the mesh.
2009-08-22 07:44:42 -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
Yu Shan Emily Lau
051d8d6692 modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java
Fixed the passing incorrect media names and add the localH263AMRprepareAsync test.

	modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java
2009-08-21 19:20:42 -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
5f5989de7c Add tests for RecurrenceSet.
Tests only cover populateContentValues.  See bug 1594638
2009-08-21 17:09:33 -07:00
Android (Google) Code Review
7b0cdc8890 Merge change 22362 into eclair
* changes:
  Fix +NANP issue and cleanup plus code conversion.
2009-08-21 17:05:24 -07:00
Guo-Bin Zhang
1cef22890d Disable data call in emergency call
Same change as 79ef673d56e2599932b8b7f13695d23b4df54d09 rebased
2009-08-21 17:02:49 -07:00
Android (Google) Code Review
6f89172b6e Merge change 22352 into eclair
* changes:
  Fix FallRS by keeping a reference to the mesh.
2009-08-21 16:30:13 -07:00
Romain Guy
1965610f3b Fix FallRS by keeping a reference to the mesh. 2009-08-21 16:29:42 -07:00
Ken Shirriff
8fca03a88b am 426ac065: Merge change 22328 into eclair
Merge commit '426ac065d0065507b7bc8c7c5c47fc2b09de2c82' into eclair-plus-aosp

* commit '426ac065d0065507b7bc8c7c5c47fc2b09de2c82':
  Fix recurrence parsing for all-day events.
2009-08-21 16:01:01 -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
Mathias Agopian
6b3776cd3e am 7a1c20ad: Merge change 22344 into eclair
Merge commit '7a1c20ad4bfdc9b54b1b0b90115afed774bb9811' into eclair-plus-aosp

* commit '7a1c20ad4bfdc9b54b1b0b90115afed774bb9811':
  fix [2070341] [FAST BLOCKER] can't successfully setup erc52
2009-08-21 15:47:33 -07:00
Android (Google) Code Review
7a1c20ad4b Merge change 22344 into eclair
* changes:
  fix [2070341] [FAST BLOCKER] can't successfully setup erc52
2009-08-21 15:45:22 -07:00
Mathias Agopian
9e2be20cc5 fix [2070341] [FAST BLOCKER] can't successfully setup erc52 2009-08-21 15:44:17 -07:00
Wei Huang
0949f652ee am d3d79453: Merge change 22331 into eclair
Merge commit 'd3d794530962e69df54b6421ed5e0d03d76165ab' into eclair-plus-aosp

* commit 'd3d794530962e69df54b6421ed5e0d03d76165ab':
  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:22:45 -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
ed38386603 am f1b64f64: do not merge. Remove voicesearch-specific functionality from framework.
Merge commit 'f1b64f64ab088a3e8cd32ec31f61c958c61d19e5' into eclair-plus-aosp

* commit 'f1b64f64ab088a3e8cd32ec31f61c958c61d19e5':
  do not merge.  Remove voicesearch-specific functionality from framework.
2009-08-21 15:12:07 -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
Tom Taylor
ae15090b9f am 00ddbcaa: Merge change 22314 into eclair
Merge commit '00ddbcaa2e8a181a2efd5456a65c619ed941e4b0' into eclair-plus-aosp

* commit '00ddbcaa2e8a181a2efd5456a65c619ed941e4b0':
  Purge cache
2009-08-21 14:12:45 -07:00
Android (Google) Code Review
00ddbcaa2e Merge change 22314 into eclair
* changes:
  Purge cache
2009-08-21 14:10:12 -07:00
Dmitri Plotnikov
53d0581dc9 am 4178b9bd: Merge change 22316 into eclair
Merge commit '4178b9bd8e8a9d62e8e4e759c419e0d2a4ab0df6' into eclair-plus-aosp

* commit '4178b9bd8e8a9d62e8e4e759c419e0d2a4ab0df6':
  Cleaning up Presence API
2009-08-21 13:48:01 -07:00
Li Zhe
f3b8994b66 am 6c6d822f: Merge change 22318 into eclair
Merge commit '6c6d822f7b7ec967aeff3e4d2afde0ff25732aa6' into eclair-plus-aosp

* commit '6c6d822f7b7ec967aeff3e4d2afde0ff25732aa6':
  Framework changes to support HSDPA/HSUPA/HSPA
2009-08-21 13:45:30 -07:00