Mathias Agopian
bf23832acc
am fed3c364: am eab07e5c: Merge "Report sensor events to BatteryStats service" into gingerbread
...
Merge commit 'fed3c364e6fc6acc5e5836bd1370c3c278f8a248'
* commit 'fed3c364e6fc6acc5e5836bd1370c3c278f8a248':
Report sensor events to BatteryStats service
2010-07-26 12:30:01 -07:00
Steve Howard
a272756431
am a08a0a7b: am a13a02cd: New permission for non-purgeable cache downloads.
...
Merge commit 'a08a0a7bee7ba09917b94e41c705a643c8e06a1a'
* commit 'a08a0a7bee7ba09917b94e41c705a643c8e06a1a':
New permission for non-purgeable cache downloads.
2010-07-26 12:29:49 -07:00
Mathias Agopian
fed3c364e6
am eab07e5c: Merge "Report sensor events to BatteryStats service" into gingerbread
...
Merge commit 'eab07e5c1d48d45f76ac2dd4a45c8a3457aa290d' into gingerbread-plus-aosp
* commit 'eab07e5c1d48d45f76ac2dd4a45c8a3457aa290d':
Report sensor events to BatteryStats service
2010-07-26 12:24:00 -07:00
Steve Howard
a08a0a7bee
am a13a02cd: New permission for non-purgeable cache downloads.
...
Merge commit 'a13a02cd0ec6c0584fc2423feb974d77d0945964' into gingerbread-plus-aosp
* commit 'a13a02cd0ec6c0584fc2423feb974d77d0945964':
New permission for non-purgeable cache downloads.
2010-07-26 12:23:48 -07:00
Jean-Baptiste Queru
14d9c34ccb
am c7ab09ed: Merge "Fix build."
...
Merge commit 'c7ab09ede5426f1ca7f1215aa4d7ac95a2b6109b' into gingerbread-plus-aosp
* commit 'c7ab09ede5426f1ca7f1215aa4d7ac95a2b6109b':
Fix build.
2010-07-26 10:05:23 -07:00
Ben Komalo
7cd83428f1
Ensure that creating a Loader/LoaderManager after the Activity has
...
started will kick off startLoading() as expected.
Change-Id: I8ec76d39665aab0dc72fb083b6b3751a45b51fce
2010-07-26 10:03:14 -07:00
Jean-Baptiste Queru
c7ab09ede5
Merge "Fix build."
2010-07-26 09:56:10 -07:00
Dianne Hackborn
e164eda940
Merge "Add new DialogFragment class."
2010-07-24 11:44:04 -07:00
Dianne Hackborn
dd913a50cd
Add new DialogFragment class.
...
For all your Dialog needs.
Change-Id: I36c602ca253488d34a55c8f0be610b9752c33264
2010-07-24 11:42:05 -07:00
Mathias Agopian
eab07e5c1d
Merge "Report sensor events to BatteryStats service" into gingerbread
2010-07-23 17:03:43 -07:00
Mathias Agopian
32123fde1b
Report sensor events to BatteryStats service
...
Change-Id: I9b83aa709887aa658bc474391573f2d45b6c4eb2
2010-07-23 16:55:24 -07:00
Steve Howard
a13a02cd0e
New permission for non-purgeable cache downloads.
...
This permission allows an app to use the public download manager API
to download files to the cache partition that won't be automatically
deleted when the download manager needs space.
Change-Id: Id9a5cd61c940df22765b358290b8ad8ceeff493e
2010-07-23 15:16:08 -07:00
Ben Komalo
851ec0eb2e
Merge "Release resources for a previously loaded cursor if a new one comes in."
2010-07-23 11:59:15 -07:00
Chet Haase
2ffb512a8a
Merge "Sequencer now sends out onAnimationEnd() event correctly."
2010-07-23 11:23:32 -07:00
Chet Haase
a6e4a17577
Sequencer now sends out onAnimationEnd() event correctly.
...
Previously, Sequencer did not detect child animation ending correctly, so it never sent an end event. This made it difficult to have nested sequencers.
Change-Id: I6c67d0846176191cf77a49c21a5ab9a00acb5159
2010-07-23 11:21:23 -07:00
Mac Wang
b080636da6
Remove compilation warnings by removing illegal characters
...
Change-Id: I8522be88b628a12fbde7825354730de4b4d4635a
2010-07-23 16:34:21 +08:00
Adam Cohen
3ad4a1b13f
Fixing a bug in RemoteViewsAdapter
...
Change-Id: If39a05b65ee9f8f3a2ac6b7ebb06a76122c4ada7
2010-07-22 22:24:22 -07:00
Ben Komalo
8e6f69b08f
Release resources for a previously loaded cursor if a new one
...
comes in.
Change-Id: I43b8788869d5bfdd06096de6cb23acdf26a1c19a
2010-07-22 17:17:53 -07:00
Winson Chung
c6d6d4a4e7
Fixing indexing issue causing certain items not to load. Performance improvements + testing temporary loading scheme.
...
Change-Id: I65bfb60237f397ff546b77fbef1b4a7d1c8cba07
2010-07-22 14:58:19 -07:00
Vasu Nori
95675137f4
deprecate synctable methods and remove associated private methods
...
seems this stuff is not used at all. a couple of CTS tests fail due to this code
not being corrected after recent changes to disable updates through cursor.
Change-Id: Iba87258e1c8fa18c2cc46d1d2ab56ec3e38413f2
2010-07-22 13:55:30 -07:00
Adam Cohen
3db40678d3
Added AdapterViewAnimator and AdapterViewFlipper which are versions of ViewAnimator and ViewFlipper
...
whos views are defined by adapters.
Change-Id: I6ca1681b4820e6a1b6b69fc6d92c11c9f969bb88
2010-07-22 13:37:47 -07:00
Adam Powell
e3f84a579c
Merge "Make finish() a no-op on a context mode that is not active."
2010-07-22 11:38:56 -07:00
Adam Powell
93b6bc3d15
Make finish() a no-op on a context mode that is not active.
...
Change-Id: I2b3b304b7371a76ce67dcf197eaea2e77904399b
2010-07-22 11:36:35 -07:00
Steve Howard
0a9f516497
am 82ab8d95: am 13d08515: Remove SEE_ALL_EXTERNAL permission from Download Manager.
...
Merge commit '82ab8d9554bac7370d1fe1bba320a740a8813de2'
* commit '82ab8d9554bac7370d1fe1bba320a740a8813de2':
Remove SEE_ALL_EXTERNAL permission from Download Manager.
2010-07-22 11:35:16 -07:00
Steve Howard
82ab8d9554
am 13d08515: Remove SEE_ALL_EXTERNAL permission from Download Manager.
...
Merge commit '13d08515f038db45de6028085993ae6076566867' into gingerbread-plus-aosp
* commit '13d08515f038db45de6028085993ae6076566867':
Remove SEE_ALL_EXTERNAL permission from Download Manager.
2010-07-22 11:31:37 -07:00
Patrick Scott
b77bcd1bb4
Fix gmail crash.
...
Change-Id: I009d44fce36e365e915b2ecbdfd94fdcee40adf8
2010-07-22 14:01:55 -04:00
Patrick Scott
a3ebcc9d2e
Support scrolling divs.
...
Detect two fingers close together and enter drag layer mode. Add a
few checks for this mode (mostly to not change the WebView's scroll
position).
Bug: 1566791
Change-Id: I019bb36479884a51c7ca046ca40c05f7c5706b22
2010-07-22 08:16:25 -04:00
Ben Murdoch
3ea50cb746
Merge "Make sure to set a Resource Response on the native side in all cases."
2010-07-22 02:25:28 -07:00
Romain Guy
236d4ee896
Merge "Add text rendering."
2010-07-21 21:34:47 -07:00
Romain Guy
694b519ac6
Add text rendering.
...
Change-Id: Ibe5a9fa844d531b31b55e43de403a98d49f659b9
2010-07-21 21:33:20 -07:00
Steve Howard
a265083890
am 5e43c5a6: am b8e07a51: DL manager support for broadcasts + connectivity control
...
Merge commit '5e43c5a6e8f94134850c7e3bc4c7f657e1579746'
* commit '5e43c5a6e8f94134850c7e3bc4c7f657e1579746':
DL manager support for broadcasts + connectivity control
2010-07-21 21:27:02 -07:00
Steve Howard
5e43c5a6e8
am b8e07a51: DL manager support for broadcasts + connectivity control
...
Merge commit 'b8e07a51c1849d6894c5773a3daacedd01294218' into gingerbread-plus-aosp
* commit 'b8e07a51c1849d6894c5773a3daacedd01294218':
DL manager support for broadcasts + connectivity control
2010-07-21 21:22:58 -07:00
Steve Howard
13d08515f0
Remove SEE_ALL_EXTERNAL permission from Download Manager.
...
I'm removing this currently unused functionality from the Download
Manager implementation, so the constant might as well go.
Change-Id: I4f0970211201881a8426b83b5275408cd14c3377
2010-07-21 19:49:45 -07:00
Steve Howard
b8e07a51c1
DL manager support for broadcasts + connectivity control
...
* Additions to DownloadManager to support control of broadcast intents, allowed network types, and roaming control. This includes new constants and added implementation.
* New DB columns to hold connectivity flags and one to indicate whether the download was initiated through the public API; this is used to change behavior related to broadcast intents and connectivity controls.
Change-Id: I2e8e4ce92cde7889a0f24dc43b86c596c73c0eaa
2010-07-21 19:09:35 -07:00
Mathias Agopian
05bb3a6a3d
Merge "resolved conflicts for merge of bc54e63c to master"
2010-07-21 18:11:33 -07:00
Mathias Agopian
50558b9561
resolved conflicts for merge of bc54e63c to master
...
Change-Id: I4245b15b4cda6963d735442c0c6a04a0477ff5e1
2010-07-21 18:10:22 -07:00
Adam Powell
2175f1370c
Rename callback methods for contextual modes to match recent refactoring.
...
Change-Id: I9403f0c728143cd075827f21270b5468abc5271b
2010-07-21 17:26:46 -07:00
Mathias Agopian
bc54e63c84
am e4764521: Merge "new SensorService" into gingerbread
...
Merge commit 'e4764521353e898554931a557460fc49209fb0a9' into gingerbread-plus-aosp
* commit 'e4764521353e898554931a557460fc49209fb0a9':
new SensorService
2010-07-21 16:09:55 -07:00
Mathias Agopian
e476452135
Merge "new SensorService" into gingerbread
2010-07-21 16:06:46 -07:00
Vasu Nori
c1b11b1b37
Merge "don't store mDatabase in SQLiteCursor as it is already in SQLiteQuery"
2010-07-21 16:05:14 -07:00
Vasu Nori
65a8883f0e
don't store mDatabase in SQLiteCursor as it is already in SQLiteQuery
...
SQLiteCursor has two members: mQuery, mDatabase
but mQuery already has mDatabase.
there is no need for SQLiteCursor.mDatabase.
and everytime SQLiteQuery.mDatabase is to be used, try to use a pooled database
connection handle, if possible.
Change-Id: I42b2376d714a1a4091c843e245a45b882bb7fee6
2010-07-21 16:04:04 -07:00
Dan Egnor
3300b6f41e
am 7da38863: am 3685db7f: am e8605af5: Merge "Avoid leaking file descriptors when returning drop box events." into froyo
...
Merge commit '7da38863d4382746090bf50413b1774ab04f6bc1'
* commit '7da38863d4382746090bf50413b1774ab04f6bc1':
Avoid leaking file descriptors when returning drop box events.
2010-07-21 15:00:27 -07:00
Adam Powell
71cbae81b0
Merge "Fix bug 2859423 - action bar: need a way to choose item in spinner"
2010-07-21 14:35:41 -07:00
Dan Egnor
7da38863d4
am 3685db7f: am e8605af5: Merge "Avoid leaking file descriptors when returning drop box events." into froyo
...
Merge commit '3685db7f5dd8a830a4e096404d4924e12697fb78' into gingerbread-plus-aosp
* commit '3685db7f5dd8a830a4e096404d4924e12697fb78':
Avoid leaking file descriptors when returning drop box events.
2010-07-21 13:58:08 -07:00
Adam Powell
178097727f
Fix bug 2859423 - action bar: need a way to choose item in spinner
...
Change-Id: Idf9c222e5d8f27b4339a6df7d14f3f10dcb4be2c
2010-07-21 13:56:35 -07:00
Dan Egnor
3685db7f5d
am e8605af5: Merge "Avoid leaking file descriptors when returning drop box events." into froyo
...
Merge commit 'e8605af513e846f6cd223c9e92461189727d8c9b' into gingerbread
* commit 'e8605af513e846f6cd223c9e92461189727d8c9b':
Avoid leaking file descriptors when returning drop box events.
2010-07-21 13:55:13 -07:00
Dan Egnor
e8605af513
Merge "Avoid leaking file descriptors when returning drop box events." into froyo
2010-07-21 13:53:23 -07:00
Chet Haase
46ea482884
Merge "Fix issue with touch MOVE events on transformed containers"
2010-07-21 13:34:23 -07:00
Ben Komalo
d6665fc48e
Merge "Relay stopLoading() on the loader from LoaderInfo.stop()"
2010-07-21 13:28:45 -07:00
Chet Haase
ddc8e713ba
Fix issue with touch MOVE events on transformed containers
...
Change-Id: I17e58f2c6acce606a672756d48d20eb0796b69e8
2010-07-21 13:12:53 -07:00