Jason Sams
7adb985e85
checkpoint
2009-09-04 16:01:41 -07:00
Android (Google) Code Review
c2042f5e49
Merge change 24029 into eclair
...
* changes:
Fix mncLength in cases with a malformed AD_DONE msg from SIM
2009-09-04 15:58:02 -07:00
Android (Google) Code Review
6e4b7d6699
Merge change 24020 into eclair
...
* changes:
Wallpapers: new transitions, hiding when not visible, other cleanup.
2009-09-04 15:40:30 -07:00
Android (Google) Code Review
da21478798
Merge change 24024 into eclair
...
* changes:
Remove "predefined" elements from Java layer. Static elements continue to exist but are no longer treated as a special version of element.
2009-09-04 15:39:46 -07:00
Android (Google) Code Review
ff86d9f9dc
Merge change 24002 into eclair
...
* changes:
Fix SparseArray accesses
2009-09-04 15:16:25 -07:00
Robert Greenwalt
bf87c9e7d4
Fix mncLength in cases with a malformed AD_DONE msg from SIM
...
Several cases error out and skip our guessing of the mcnLength. This
results in no operator_numeric being set and no APN's matching.
bug: 2101770
2009-09-04 15:08:37 -07:00
Leon Scroggins
608f9f470f
When zooming, do not draw the WebTextView. Resize it when done.
...
Fix for issue http://b/issue?id=2074429
Change-Id: Iae46df57310a360f07c9d6afef24ca3ff9d04bdc
2009-09-04 17:46:33 -04:00
Jason Sams
ea84a7c517
Remove "predefined" elements from Java layer. Static elements continue to exist but are no longer treated as a special version of element.
2009-09-04 14:42:41 -07:00
Android (Google) Code Review
3c32474f0e
Merge change 24008 into eclair
...
* changes:
Clean up from earlier changes to place title bar at top of WebView
2009-09-04 14:38:20 -07:00
Android (Google) Code Review
0e3cd54600
Merge change 23907 into eclair
...
* changes:
Add sync_details support.
2009-09-04 14:30:29 -07:00
Dianne Hackborn
25994b4306
Wallpapers: new transitions, hiding when not visible, other cleanup.
...
This is work on the transitions with wallpapers. There are now new
animations specifically for leaving the wallpaper and returning to
it, which allow us to have a consistent animation when entering home
and returning to it. I also renamed the existing animations across
wallpapers, and cleaned up some junk in the various interpolators.
This also now hides the wallpaper surface when it is not visible,
to get rid of the wallpaper flickers people complained about albeit
in a somewhat brutal way. :) (Though really returning us to the
previous behavior with the same previous bugs and name back to them
not being very visible, yay!) There is are also some bug fixes
here and there about managing the wallpaper visibility that this
change revealed.
Change-Id: I913990a9a81651728122ed2e1101b75ed2c36fcb
2009-09-04 14:28:42 -07:00
Android (Google) Code Review
107039f948
Merge change 24010 into eclair
...
* changes:
Don't toggle between in app and global search on repeat key events.
2009-09-04 14:24:00 -07:00
Leon Scroggins
078c52c57a
Clean up from earlier changes to place title bar at top of WebView
...
Rename addTitleBar to setEmbeddedTitleBar. This requires a change
to packages/apps/Browser. Also remove mTitleBar if there already
was one.
In ViewManager, call contentToViewDimension where appropriate.
Change-Id: If4d378fad192990253411924a9a80bee96e63ff2
2009-09-04 17:13:08 -04:00
Karl Rosaen
96836e1e8a
Don't toggle between in app and global search on repeat key events.
...
Fixes http://b/issue?id=2019231 .
2009-09-04 14:05:17 -07:00
Costin Manolache
360e454b2b
Fix SparseArray accesses
2009-09-04 13:36:04 -07:00
Grace Kloba
3c72fff035
Some mobile sites, like m.www.yahoo.com, slashdot.org (iPhone version),
...
have a bigger minPrefWidth than the screen width. So we don't want to force
the minZoomScale to be same as defaultScale. Otherwise we won't be able to
zoom out in these sites.
Fix http://b/issue?id=2090718
2009-09-04 13:29:20 -07:00
Android (Google) Code Review
93a751d6ad
Merge change 23979 into eclair
...
* changes:
Do a better job at finding the activity associated with a dialog when triggering search.
2009-09-04 13:05:50 -07:00
Android (Google) Code Review
1e52988adc
Merge change 23940 into eclair
...
* changes:
Add more documents on the ACTION_SEND_MULTIPLE intent.
2009-09-04 12:51:11 -07:00
Mike Reed
e8853fc570
also expose onDrawHorizontalScrollBar() in View
...
retool WebView's calculations to correctly compute scrollbar height and parameters
2009-09-04 15:05:27 -04:00
Karl Rosaen
7bafed8623
Do a better job at finding the activity associated with a dialog when triggering search.
...
It first looks to see if there is an activity that is managing the dialog, and if not,
follows the context / contextwrapper chain to find an activity if possible.
Fixes http://b/issue?id=2064772 .
2009-09-04 11:27:05 -07:00
Grace Kloba
e5b6d02f34
Translate the content dimension to the view space before setting them to the view.
...
Fix http://b/issue?id=2027254
2009-09-04 10:34:14 -07:00
Mike Lockwood
445f43081e
NotificationManagerService: Only blink red battery low LED when not charging.
...
Change-Id: Ie5836ae99d4ca19d9d062e7c78c8b40cd8d6c29d
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-04 11:06:46 -04:00
Android (Google) Code Review
7111904802
Merge change 23949 into eclair
...
* changes:
GPS: Fix race condition reporting NMEA data.
2009-09-04 04:49:11 -07:00
Eddie Ho
eb40aae254
GPS: Fix race condition reporting NMEA data.
...
Change-Id: I80997e2686d9c08d7d2def094f9922e83cf41013
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-04 07:05:08 -04:00
Android (Google) Code Review
34619494e0
Merge change 23804 into eclair
...
* changes:
Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface.
2009-09-04 03:27:47 -07:00
Chih-Chung Chang
5962d279f9
Add more documents on the ACTION_SEND_MULTIPLE intent.
...
Change-Id: Ic3d7b74299611158470b729be654fbadde1691ff
2009-09-04 15:16:06 +08:00
Jesse Wilson
f163f7f0f2
do not merge: fix API current.xml for Hashtable.
2009-09-03 18:20:50 -07:00
Jesse Wilson
6de753bffe
do not merge: update API for Josh's optimizations for Eclair
2009-09-03 17:48:11 -07:00
Android (Google) Code Review
1ab3ebad95
Merge change 23906 into eclair
...
* changes:
Removing references to deprecated API and the deprecated API itself.
2009-09-03 16:29:44 -07:00
Dmitri Plotnikov
b1e2a4d0d0
Removing references to deprecated API and the deprecated API itself.
2009-09-03 16:27:37 -07:00
Android (Google) Code Review
a19cb68b2d
Merge change 23908 into eclair
...
* changes:
Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app.
2009-09-03 16:24:46 -07:00
Andreas Huber
54ee7849ab
Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app.
2009-09-03 16:09:33 -07:00
Android (Google) Code Review
ccc41a26b8
Merge change 23870 into eclair
...
* changes:
Allow hasIccCard to be useable by any processes.
2009-09-03 15:54:22 -07:00
Android (Google) Code Review
4879d0d0a4
Merge change 23890 into eclair
...
* changes:
Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs.
2009-09-03 15:47:39 -07:00
Ken Shirriff
6fd7385f56
Add sync_details support.
...
This adds sync_details logging to AbstractThreadedSyncAdapter and thus
the new contacts code.
2009-09-03 15:43:21 -07:00
Jason Sams
2525a81522
Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs.
2009-09-03 15:43:13 -07:00
Android (Google) Code Review
7c599e0288
Merge change 21774 into eclair
...
* changes:
Implement USIM and add support for importing emails from USIM.
2009-09-03 14:45:00 -07:00
Android (Google) Code Review
ebf0bbaaf0
Merge change 23868 into eclair
...
* changes:
Add better service reporting.
2009-09-03 14:36:28 -07:00
Andrei Popescu
4950b2b695
Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface.
2009-09-03 22:31:55 +01:00
Android (Google) Code Review
e131b7466c
Merge change 23861 into eclair
...
* changes:
Replace the bugreport symlink with a tool that starts the new dumpstate service.
2009-09-03 14:18:51 -07:00
Android (Google) Code Review
7a260ba968
Merge change 23824 into eclair
...
* changes:
Override getAccounts to return an empty AccountSet in MockAccountManager. This used to throw an NPE instead since IAccountManagerService is set to NULL.
2009-09-03 14:16:57 -07:00
Dianne Hackborn
dd9b82c283
Add better service reporting.
...
This will be used elsewhere.
Change-Id: Id561fa7fed5eb65446312cb697813483903d33a6
2009-09-03 14:11:02 -07:00
Jaikumar Ganesh
34efc39f25
Implement USIM and add support for importing emails from USIM.
...
Refer to 3GPP Spec 31.102 for more details.
We read and parse USIM records instead of the RIL doing it for us.
We only support reading of USIM Phonebook records.
2009-09-03 13:55:36 -07:00
Android (Google) Code Review
19d6f7ac27
Merge change 23750 into eclair
...
* changes:
Add a test case to measure the power usage of loading a web page
2009-09-03 13:34:58 -07:00
Wink Saville
e40f66ffc1
Allow hasIccCard to be useable by any processes.
...
This is accomplished by adding hasIccCard to ITelephony and do
the implemenation in PhoneInterfaceManager.java. Then change
TelephonyManager to use getITelephony().hasIccCard().
Change-Id: I26970fdf92a058502b8156a4f52c14e213217fc6
2009-09-03 13:34:04 -07:00
Mike Lockwood
308f31d8e2
Replace the bugreport symlink with a tool that starts the new dumpstate service.
...
Change-Id: I57acae2344a264751f38b910e1e2bc750a1f1d24
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-03 16:12:09 -04:00
Robert Greenwalt
1c1ffa0cab
Promote MccTable to telephony and use it for both gsm/cdma
...
This adds timezone/locale/wifi-regulator-channels initialization to cdma (gsm already had it).
bug: 2071211
2009-09-03 12:34:15 -07:00
Android (Google) Code Review
e1da8be501
Merge change 23835 into eclair
...
* changes:
When encountering a .nomedia file, notify the MediaScannerClient, so that it can erase the data column for entries that are in the folder containing the .nomedia file. This prevents us from deleting (via a delete trigger) files when somebody adds a .nomedia file after the fact.
2009-09-03 12:27:26 -07:00
Android (Google) Code Review
b00fc7357f
Merge change 23760 into eclair
...
* changes:
Attach the title bar to the top of the page.
2009-09-03 11:43:06 -07:00
Android (Google) Code Review
fbd9b87fea
Merge change 23807 into eclair
...
* changes:
Add support for running apps with uid/gid AID_LOG by specifying android.uid.log in the manifest
2009-09-03 11:40:42 -07:00