Jeff Brown
d577cfd73a
Merge "Switch Looper back to using poll() instead of epoll()." into gingerbread
2010-10-07 13:29:56 -07:00
Jeff Brown
415d8c3819
Switch Looper back to using poll() instead of epoll().
...
Added a couple of micro-optimizations to avoid calling wake() unnecessarily
and reduce JNI overhead slightly.
Fixed a minor issue where we were not clearing the "next" field of Messages
returned by the MessageQueue so the Message would hold on to its successor
and potentially prevent the GC from collecting it if the message were leaked
somehow.
Change-Id: I488d29417ce0cdd7d0e447cda76ec978ef7f811c
2010-10-07 13:26:39 -07:00
Justin Ho
b74941e32e
Merge "Fixed popup assets (background)" into gingerbread
2010-10-07 11:56:18 -07:00
Adam Powell
f15dfbec5d
Merge "Fix bug 3071869 - text anchors are now treated as application sub-panels." into gingerbread
2010-10-07 11:32:49 -07:00
Brad Fitzpatrick
6275dbbea8
Merge "Quiet unnecessary debug logging." into gingerbread
2010-10-07 11:27:56 -07:00
Brad Fitzpatrick
90bc5ee02b
Quiet unnecessary debug logging.
...
Change-Id: I46d8aff5790db371d60b2066acbbdd55cfad8074
2010-10-07 11:26:57 -07:00
Adam Powell
574b37ecc2
Fix bug 3071869 - text anchors are now treated as application sub-panels.
...
This places text anchors on a layer above normal application panels,
ensuring that they stay above things like the browser autocompletion
list.
Change-Id: I4ee0aea7416a2dafd7e48a7a39acf949af5db3e9
2010-10-07 11:17:12 -07:00
Gilles Debunne
3c88039187
Fixed popup assets (background)
...
Change-Id: I8a651915119fec6a06a5f43315408b0d06c4b7d6
2010-10-07 10:54:54 -07:00
Gilles Debunne
e86a6b2a4d
Merge "Removed unused and broken screen_progress" into gingerbread
2010-10-07 10:52:11 -07:00
Brad Fitzpatrick
30f5c8fede
More DropBoxManager javadoc love.
...
Change-Id: I9b14f6905533e0af66bd64fc76352ed8fc365058
2010-10-07 10:48:20 -07:00
Brad Fitzpatrick
95173b14d6
DropBox.Entry javadoc syntax fix
...
Change-Id: I32d055b39ca89ec9f6a7bf189263844424533b60
2010-10-07 10:07:34 -07:00
John Wang
08fb5851bb
Merge "Add flag to skip restoring network seletion." into gingerbread
2010-10-07 09:47:01 -07:00
John Wang
35c4c211e0
Add flag to skip restoring network seletion.
...
For bug 3045366.
Change-Id: I7ad9ff89b0a77df473b638ad917b363c42de5405
2010-10-07 09:44:19 -07:00
Eric Rowe
f8d2acdc57
Merge "DO NOT MERGE Initialize bluetooth profiles in BT stress tests" into gingerbread
2010-10-07 09:06:30 -07:00
Eric Rowe
8bcc744e1b
DO NOT MERGE Initialize bluetooth profiles in BT stress tests
...
Change-Id: I0a8b75c8686d9d6969db51d618c1ddeacb2aba87
2010-10-07 18:01:23 +02:00
Wu-cheng Li
29332971dd
Merge "Add javadoc for display orientation." into gingerbread
2010-10-07 05:49:27 -07:00
Wu-cheng Li
c157e0cd16
Add javadoc for display orientation.
...
Display orientation should be considered while setting preview size,
picture size, or thumbnail size.
bug:3051937
Change-Id: I3b6bd1b920e4752ffdfc8aec56a0da9d474dd630
2010-10-07 19:41:23 +08:00
Adam Powell
fbb3b4768e
Fix bug 3066313 - integrate new text anchor assets.
...
This adds the differentiated left/right anchors for hdpi and further
tweaks the behavior of text anchors.
Highlights:
* New assets are translucent - increased visibility for whatever is
beneath.
* Start and end anchors may not cross one another.
* Minimum selection size is now 1.
* Touch targeting tweaked.
Change-Id: I601361323916ee19149562a23dc3242d908da45c
2010-10-06 21:46:28 -07:00
Gilles Debunne
8b1764fdc8
Removed unused and broken screen_progress
...
Change-Id: I3b9557d1d4bdc55d6468c276efc77bde440755af
2010-10-06 19:09:52 -07:00
Dianne Hackborn
bfba7cab94
Fix issue #3001362 : API REVIEW: android.view.InputQueue.Callback
...
Change-Id: Ibc12a7326a13c318205774e226ed1f62a5cf11eb
2010-10-06 17:58:05 -07:00
Eric Fischer
70f1a3b8a0
Merge "Import revised translations. DO NOT MERGE" into gingerbread
2010-10-06 17:32:17 -07:00
Dianne Hackborn
9d6824cd53
Merge "Make Activity.removeDialog() less strict." into gingerbread
2010-10-06 17:26:16 -07:00
Eric Fischer
3d1841c788
Import revised translations. DO NOT MERGE
...
Change-Id: Id9a7d2da704ed4d37efa8646815835fc6a7c5473
2010-10-06 17:11:06 -07:00
Dianne Hackborn
d2ce8bbb84
Make Activity.removeDialog() less strict.
...
It was extremely annoying not being able to do this.
Change-Id: I9a13b4fdd984a5e9d8f9ac49c7ede218c4481c2b
2010-10-06 17:09:47 -07:00
Kenny Root
a3ee5c0351
Merge "Add MountService tests and fix a bug it found" into gingerbread
2010-10-06 16:59:23 -07:00
Dianne Hackborn
ef083ec008
Merge "Work on issue #3062691 : GPS enable bypass via com.android.settings.widget.SettingsAppWidgetProvider" into gingerbread
2010-10-06 16:56:02 -07:00
Kenny Root
17eb6fb07c
Add MountService tests and fix a bug it found
...
Add some MountService tests that are based partially on some stuff done
in PackageManagerTests. This allows us to test the OBB changes in an
easy way.
Also, it found some bugs in the DefaultContainerService connection state
machine, so fix those while we're at it.
Change-Id: I18f38593be754eb32fb6e842f88eec47e2beefce
2010-10-06 15:39:28 -07:00
Gilles Debunne
1ae32bfebf
New assets for buttons and notification
...
Change-Id: I95ffa7600476f97e3be3c577ef55855abeaeac5e
2010-10-06 14:32:29 -07:00
Dianne Hackborn
043fcd9847
Work on issue #3062691 : GPS enable bypass via com.android.settings.widget.SettingsAppWidgetProvider
...
Exposes an Intent I need (okay it fixes an unrelated thing in the power widget),
and fixes some dump output.
Change-Id: I51d6c93a6ac879bab64e9d5aa21129e2bbcd461b
2010-10-06 14:27:34 -07:00
Dianne Hackborn
a2a0a98ac7
Merge "Fix NPE if there is no accelerometer." into gingerbread
2010-10-05 19:02:52 -07:00
Dianne Hackborn
4e6baf2473
Merge "Fix issue #3001368 : API REVIEW: android.app.Activity" into gingerbread
2010-10-05 18:56:54 -07:00
Dianne Hackborn
b499bb1069
Fix NPE if there is no accelerometer.
...
Change-Id: I983290a7fc3deda2a82b03ff564f1b7201cc3dd3
2010-10-05 18:54:49 -07:00
Gilles Debunne
671b2a57bb
Merge "Fix for IndexOutOfBounds in text pasting." into gingerbread
2010-10-05 18:11:09 -07:00
Dianne Hackborn
3c4c2b7e6f
Fix issue #3001368 : API REVIEW: android.app.Activity
...
Bye bye, lots of junk.
Change-Id: Idd72fc525851277362b2a1ff3bb0f7865fe655fd
2010-10-05 18:07:54 -07:00
Gilles Debunne
330e263c4a
Fix for IndexOutOfBounds in text pasting.
...
Made paste safe even in case of replace problems due to filters.
Bug 3042016
Change-Id: I9be34fa41fa6117502bbd959f91c562f28fb4237
2010-10-05 17:33:08 -07:00
Adam Powell
59c4cb9e8f
Merge "DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for over-scroll" into gingerbread
2010-10-05 16:39:24 -07:00
Adam Powell
5a5fff7101
Fix bug 3064143 - remove default bold on buttons
...
Change-Id: Id4d09d50270c575f5179328ab6fb788b45131638
2010-10-05 15:32:48 -07:00
Adam Powell
737e8fe2c7
DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for over-scroll
...
Change-Id: If34c8ea4e15697420adad0bc404f3c278efd7c1b
2010-10-05 15:22:07 -07:00
Dianne Hackborn
930d6c3cd5
Merge "Fix issue #3056500 : Problem report for ASTRO" into gingerbread
2010-10-05 14:42:04 -07:00
Dianne Hackborn
817c24752c
Fix issue #3056500 : Problem report for ASTRO
...
Change-Id: Ifa07dbc50930f5d6a20cdc0ee541c0566f3785ba
2010-10-05 14:40:22 -07:00
Kenny Root
831baa2e25
Remove lingering system app native libs in /data
...
If a system app had a lingering native library in /data/data/<app>/lib,
it would prefer that over the one in /system/lib due to recent changed
in the Dalvik JNI class loading code.
To "fix" that we need to check if there are any native libraries in a
/data/data/<app>/lib directory for any non-updated system apps and
delete them during scanning.
Change-Id: If3a22e41a8531e9e5a44ba001dcea46253d47d45
2010-10-05 12:56:03 -07:00
Brett Chabot
b9a40068b5
Merge "Failing test cleanup." into gingerbread
2010-10-05 11:00:07 -07:00
Adam Powell
abcbb1a198
Fix bug 3061544 and some clipping errors.
...
Change-Id: I124d0bcae080c27e2978be7eecfbb131f101a35f
2010-10-04 23:10:11 -07:00
Dianne Hackborn
6f7e10ca0a
Merge "Make it easier to figure out whether an app can go on sd card." into gingerbread
2010-10-04 23:00:25 -07:00
Neal Nguyen
95037fb1a6
Merge "Fixing some flakiness of some DL Manager tests." into gingerbread
2010-10-04 21:07:37 -07:00
Mathias Agopian
ef11530874
fix build. SurfaceView.setFrame needed to be hidden
...
Change-Id: I96b0896e24483e9b5db19c938cb6058868f34e48
2010-10-04 20:15:08 -07:00
Adam Powell
1c2911a648
Merge "Fix bug 3061769" into gingerbread
2010-10-04 19:56:49 -07:00
Brett Chabot
2ad24f944e
Failing test cleanup.
...
Change-Id: I7cabc6ff2ec1fcb80dede5da03b03622a5bae021
2010-10-04 19:55:14 -07:00
Mathias Agopian
7e6064ad7c
Merge "fix [3008290] passion GB surface does not send surfaceChanged notification after size change." into gingerbread
2010-10-04 19:50:16 -07:00
Dianne Hackborn
54e570f78b
Make it easier to figure out whether an app can go on sd card.
...
Change-Id: I9195a0881b2c435b138f39c2ab1505dc820caf10
2010-10-04 18:35:10 -07:00