Dianne Hackborn
95fc68f24a
Fix issue where apps could prevent the user from going home.
...
Now we have a 5-second time after home is pressed, during which
only the home app (and the status bar) can switch to another app.
After that time, any start activity requests that occurred will
be executed, to allow things like alarms to be displayed. Also
if during that time the user launches another app, the pending
starts will be executed without resuming their activities and
the one they started placed at the top and executed.
2009-05-19 18:46:53 -07:00
Jaikumar Ganesh
ee748d37b0
Fix network preference getting incorrectly set.
...
When the phone process crashes, we set the network preference
incorrectly. Also read the default value from a system property.
2009-05-19 17:29:42 -07:00
Android (Google) Code Review
83a6ec6002
Merge change 1791 into donut
...
* changes:
Add a method to get the PhoneType in CellLocation.
2009-05-19 17:19:21 -07:00
Jaikumar Ganesh
9bfbfbd40d
Add a method to get the PhoneType in CellLocation.
...
CellLocation uses TelephonyManager to get the PhoneType.
TelephonyManager uses the system property to get the phoneType,
if the ITelephony interface is not up.
2009-05-19 17:15:22 -07:00
Android (Google) Code Review
eba1ffb146
Merge change 2022 into donut
...
* changes:
TextView was not setting the callback on its compound drawables, thus preventing them from refreshing the view when updating their internal state. This would for instance prevent animated drawables from actually animating. Quite infuriating.
2009-05-19 16:52:41 -07:00
Android (Google) Code Review
379d3bd974
Merge change 2016 into donut
...
* changes:
Replaced the old test media files with the new open source test media files. Fix the bug in testGetThumbnail test.
2009-05-19 16:51:29 -07:00
Android (Google) Code Review
f9df6bd6e9
Merge change 1878 into donut
...
* changes:
Fixes external #2686 . Make @android:anim/linear_interpolator public since the default intperpolator for all animations is accelerate_decelerate.
2009-05-19 16:51:28 -07:00
Romain Guy
48540eb853
TextView was not setting the callback on its compound drawables, thus preventing them from refreshing the view when updating their internal state. This would for instance prevent animated drawables from actually animating. Quite infuriating.
2009-05-19 16:44:57 -07:00
Yu Shan Emily Lau
be467b579e
Replaced the old test media files with the new open source test media files.
...
Fix the bug in testGetThumbnail test.
2009-05-19 15:46:22 -07:00
Android (Google) Code Review
988c4d1a3e
Merge change 2005 into donut
...
* changes:
Added the write sdcard permission so that the mediarecorder test can write the new recorded video into sdcard.
2009-05-19 15:21:35 -07:00
Yu Shan Emily Lau
f30c700e13
Added the write sdcard permission so that the mediarecorder test
...
can write the new recorded video into sdcard.
2009-05-19 15:14:51 -07:00
San Mehat
3e458241d9
process: Add setProcessGroup() hidden API call to set the cgroup of
...
a process and all its child threads.
Signed-off-by: San Mehat <san@google.com>
2009-05-19 14:44:16 -07:00
Android (Google) Code Review
65ff54c44b
Merge change 1967 into donut
...
* changes:
Document the media scanner's flow through native and java code, since I always forget how it works after a while.
2009-05-19 12:03:47 -07:00
Android (Google) Code Review
f313b59b4f
Merge change 1957 into donut
...
* changes:
Settings: Disable network location service by default, enable GPS instead.
2009-05-19 11:15:50 -07:00
Mike Lockwood
ac61f6bc2b
Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATION
...
ACCESS_FINE_LOCATION should imply ACCESS_COARSE_LOCATION, so either of these
permissions should be sufficient to allow TelephonyManager.getCellLocation().
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-19 13:53:24 -04:00
Android (Google) Code Review
12bb9471cb
Merge change 1936 into donut
...
* changes:
Recovered the code of the gesture library
2009-05-19 10:32:01 -07:00
Marco Nelissen
77f2c4c1f9
Document the media scanner's flow through native and java code, since
...
I always forget how it works after a while.
2009-05-19 10:00:33 -07:00
Mihai Preda
c3320dbe1c
Minor performance improvement when filtering intents by package.
...
Don't consider the activities that have no intent filters.
2009-05-19 14:15:14 +02:00
Mike Lockwood
79a6b3b449
Settings: Disable network location service by default, enable GPS instead.
...
Network Location Provider requires user opt-in, so it should be disabled by default
and only enabled if the user agrees to the terms of service and privacy policy.
Use GPS as default location provider instead.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-19 07:57:58 -04:00
Bjorn Bringert
5615d35b28
Add tests for the new SQLite _TOKENIZE() 'tag' column.
2009-05-19 09:53:38 +01:00
Scott Main
51b22d74a3
am 221c9552: AI 148972: fix link to the installing guide to 1.5; fix a couple layout bugs in the document. BUG=1860640
...
Merge commit '221c95526d3e3e23288478b6dd2d24b5ec7e97d5' into donut
* commit '221c95526d3e3e23288478b6dd2d24b5ec7e97d5':
AI 148972: fix link to the installing guide to 1.5;
2009-05-18 23:25:10 -07:00
Ramanan Rajeswaran
3975fe3f21
am 808f2919: AI 148962: Default language in Switzerland should be german and not english.
...
Merge commit '808f2919ee9cd9ff678ef091da0c7b703c929003' into donut
* commit '808f2919ee9cd9ff678ef091da0c7b703c929003':
AI 148962: Default language in Switzerland should be german and not english.
2009-05-18 23:25:04 -07:00
Android (Google) Code Review
2f11599eb3
Merge change 1579 into donut
...
* changes:
Teleca 2b changes
2009-05-18 22:26:25 -07:00
Wink Saville
e9b06d754a
Teleca 2b changes
2009-05-18 21:47:50 -07:00
Android (Google) Code Review
15e74b9da8
Merge change 1939 into donut
...
* changes:
Temporarily suppress flaky test LocationManagerProximityTest until test harness support can be rolled out.
2009-05-18 19:34:33 -07:00
Brett Chabot
78a1c9067f
Temporarily suppress flaky test LocationManagerProximityTest until test harness support can be rolled out.
2009-05-18 19:15:09 -07:00
Yang Li
35aa84b1f9
Recovered the code of the gesture library
2009-05-18 18:29:05 -07:00
Android (Google) Code Review
9d16d2072b
Merge change 1916 into donut
...
* changes:
Revise the ImageButton class description to include information about XML <selector> drawables, for managing button state.
2009-05-18 17:03:24 -07:00
Android (Google) Code Review
704a6471a7
Merge change 1927 into donut
...
* changes:
Fix build breakage
2009-05-18 16:56:56 -07:00
Daisuke Miyakawa
6e9610e1db
Fix build breakage
2009-05-19 08:56:25 +09:00
Android (Google) Code Review
0dfe16dc46
Merge change 1891 into donut
...
* changes:
Record statistics about whether HTTP connections are reused.
2009-05-18 16:51:53 -07:00
Scott Main
221c95526d
AI 148972: fix link to the installing guide to 1.5;
...
fix a couple layout bugs in the document.
BUG=1860640
Automated import of CL 148972
2009-05-18 16:29:41 -07:00
Android (Google) Code Review
842a1f4b0b
Merge change 1912 into donut
...
* changes:
Hand merge from cupcake_dcm to donut, part 2.
2009-05-18 16:29:27 -07:00
Daisuke Miyakawa
841ddefcb5
Hand merge from cupcake_dcm to donut, part 2.
...
Modify Contacts-related java files and update vCard importer code to the latest.
2009-05-19 08:26:32 +09:00
Scott Main
84971ae010
Revise the ImageButton class description to include information
...
about XML <selector> drawables, for managing button state.
2009-05-18 16:05:52 -07:00
Android (Google) Code Review
656a2726ad
Merge change 1910 into donut
...
* changes:
Update aapt badging for native code, configs, density, etc.
2009-05-18 15:38:34 -07:00
Dianne Hackborn
bb9ea30ea9
Update aapt badging for native code, configs, density, etc.
2009-05-18 15:22:00 -07:00
Android (Google) Code Review
1058c63b26
Merge change 1909 into donut
...
* changes:
Fixed IndexOutofBoundException, improved how memory information is captured (run GC first)
2009-05-18 15:18:17 -07:00
Guang Zhu
2a197b128a
Fixed IndexOutofBoundException, improved how memory information is captured (run GC first)
2009-05-18 14:37:23 -07:00
Jeff Sharkey
af99928029
Change BIND_APPWIDGET to be signatureOrSystem.
...
See http://b/issue?id=1839074 for more details.
2009-05-18 14:35:49 -07:00
Ramanan Rajeswaran
808f2919ee
AI 148962: Default language in Switzerland should be german and not english.
...
Automated import of CL 148962
2009-05-18 14:20:06 -07:00
Android (Google) Code Review
6c25654573
Merge change 1899 into donut
...
* changes:
Fix the build
2009-05-18 14:12:22 -07:00
Android (Google) Code Review
a0068514e7
Merge change 1894 into donut
...
* changes:
libGLESv1_CM.so doesn't need to depend on libutils or libui
2009-05-18 14:07:21 -07:00
Romain Guy
2cad06f262
Fix the build
2009-05-18 14:06:43 -07:00
Romain Guy
9da06a4e2e
Fixes external #2686 . Fix typo.
2009-05-18 13:54:34 -07:00
Android (Google) Code Review
9a7773a450
Merge change 1875 into donut
...
* changes:
Fixes external #2669 . Clarify the documentation of the XML attributes android:gravity and android:layout_gravity.
2009-05-18 13:52:06 -07:00
Mathias Agopian
b7b648f367
libGLESv1_CM.so doesn't need to depend on libutils or libui
2009-05-18 13:42:18 -07:00
Android (Google) Code Review
7e4c34329c
Merge change 1881 into donut
...
* changes:
WifiService: Wifi power management change
2009-05-18 13:17:38 -07:00
Mike Lockwood
d9c32bc838
WifiService: Wifi power management change
...
Put Wifi into an idle state immediately if the screen is turned off and the Wifi interface has no IP address.
We will continue to keep Wifi up for 15 minutes in the case where the screen is turned off when Wifi is fully connected.
This will allow us to go into a low power mode faster when Wifi is not actively being used.
It also avoids bringing up Wifi if the user just turns on the screen for a few seconds to check the clock, etc.
Fixes bug b/1736920
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-18 15:54:16 -04:00
Dan Egnor
ec144d6553
Record statistics about whether HTTP connections are reused.
2009-05-18 12:35:09 -07:00