Alex Sakhartchouk
65ef909776
When font cache still has empty space,
...
precache some commonly used characters to reduce studder.
Change-Id: I1f66f57482c4a025672dfd1d8ecaf2b9736cd9a0
2010-07-26 12:11:18 -07:00
Xavier Ducrohet
b46507f6b8
am f8c335e8: am f72181c6: Fix hosttests to use the new ddmlib API.
...
Merge commit 'f8c335e85a46887de6ca771ad76ff35c713ce0c4'
* commit 'f8c335e85a46887de6ca771ad76ff35c713ce0c4':
Fix hosttests to use the new ddmlib API.
2010-07-26 12:01:13 -07:00
Gilles Debunne
5b04668cea
am d24ac171: am 8cd48574: Fixed bug in BitmapFactory.decodeStream
...
Merge commit 'd24ac17121b23efb17219f355e5dd38f933352ff'
* commit 'd24ac17121b23efb17219f355e5dd38f933352ff':
Fixed bug in BitmapFactory.decodeStream
2010-07-26 12:01:06 -07:00
Xavier Ducrohet
f8c335e85a
am f72181c6: Fix hosttests to use the new ddmlib API.
...
Merge commit 'f72181c60943dcfb642aac1dc5fa5416c1bb566e' into gingerbread-plus-aosp
* commit 'f72181c60943dcfb642aac1dc5fa5416c1bb566e':
Fix hosttests to use the new ddmlib API.
2010-07-26 11:43:07 -07:00
Gilles Debunne
d24ac17121
am 8cd48574: Fixed bug in BitmapFactory.decodeStream
...
Merge commit '8cd48574a755bea86243e9f9eabaee341ecf9c60' into gingerbread-plus-aosp
* commit '8cd48574a755bea86243e9f9eabaee341ecf9c60':
Fixed bug in BitmapFactory.decodeStream
2010-07-26 11:41:46 -07:00
Romain Guy
0ada3f41cf
Merge "Fix text corruption when rendering RTL enabled text."
2010-07-26 11:39:27 -07:00
Romain Guy
9226298891
Fix text corruption when rendering RTL enabled text.
...
Change-Id: I5450fd9cad1c5a66875affdbcd34308aea4c36ac
2010-07-26 11:17:54 -07:00
Xavier Ducrohet
f72181c609
Fix hosttests to use the new ddmlib API.
...
Change-Id: I629876c5baabc1cd8700604c4ebed13cc9e2168d
2010-07-26 10:53:00 -07:00
Jean-Baptiste Queru
7b5b20ef67
am bd01583d: resolved conflicts for merge of b237bdb6 to gingerbread-plus-aosp
...
Merge commit 'bd01583d6e936e93141d6b77aec9d8c99684d7a4'
* commit 'bd01583d6e936e93141d6b77aec9d8c99684d7a4':
move native services under services/
2010-07-26 10:26:46 -07:00
Jean-Baptiste Queru
bd01583d6e
resolved conflicts for merge of b237bdb6 to gingerbread-plus-aosp
...
Change-Id: Ibd9f488a0331c472a852054af5db06f8e7d35e76
2010-07-26 10:22:58 -07:00
Ben Komalo
92fba4bc01
Merge "Ensure that creating a Loader/LoaderManager after the Activity has started will kick off startLoading() as expected."
2010-07-26 10:18:29 -07:00
Jean-Baptiste Queru
3436eb3480
am 14d9c34c: am c7ab09ed: Merge "Fix build."
...
Merge commit '14d9c34ccb75795d0b219b3dcc42c2269eb0e756'
* commit '14d9c34ccb75795d0b219b3dcc42c2269eb0e756':
Fix build.
2010-07-26 10:13:02 -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
b237bdb647
Merge "move native services under services/"
2010-07-26 10:01:19 -07:00
Jean-Baptiste Queru
c7ab09ede5
Merge "Fix build."
2010-07-26 09:56:10 -07:00
Maksymilian Osowski
a7137538c2
Merge "First stage of refactoring the code to handle crashes gracefully."
2010-07-26 03:06:01 -07:00
Maksymilian Osowski
7ddc0b7a72
First stage of refactoring the code to handle crashes gracefully.
...
There is a new activity (LayoutTestsExecuter) added that is responsible for acutally running the tests and sending the actual results to the new
ManagerService class. This class will take over most of the functionality of the current LayoutTestsRunnerThread. At the moment
LayoutTestsRunnerThread is changed so that after computing the tests' list it sends the list to LayoutTestsExecuter. The rest of the code is
never called. It will be shifted to the service.
Current implementation of ManagerService only prints the log message on receiving the bundle with actual results from LayoutTestsExecuter.
Change-Id: I5adcbc20bb18ebf24324974bc66e4b31c4b81902
2010-07-26 10:37:41 +01: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
Romain Guy
bd6fff3ee4
Merge "Add text alignment support to drawText()."
2010-07-23 18:56:32 -07:00
Romain Guy
e8e62a4a03
Add text alignment support to drawText().
...
This change also integrates better support for RTL text.
Change-Id: I6da8f5cf5dc28ca7cf1b22e27b0d853c919e8481
2010-07-23 18:55:21 -07:00
Jean-Baptiste Queru
0d027fc365
am 1b05a79f: am 7cdd26ce: Merge "Enables writing to USIM phonebook (fixes issue 8976)."
...
Merge commit '1b05a79f7d3c77ac2135d8f1ab40f0b13854ffae'
* commit '1b05a79f7d3c77ac2135d8f1ab40f0b13854ffae':
Enables writing to USIM phonebook (fixes issue 8976).
2010-07-23 17:52:30 -07:00
Jean-Baptiste Queru
1b05a79f7d
am 7cdd26ce: Merge "Enables writing to USIM phonebook (fixes issue 8976)."
...
Merge commit '7cdd26ce30e61a108e4def932b96aca9f031e5d2' into gingerbread-plus-aosp
* commit '7cdd26ce30e61a108e4def932b96aca9f031e5d2':
Enables writing to USIM phonebook (fixes issue 8976).
2010-07-23 17:48:11 -07:00
Jean-Baptiste Queru
7cdd26ce30
Merge "Enables writing to USIM phonebook (fixes issue 8976)."
2010-07-23 17:35:13 -07:00
Jean-Baptiste Queru
e50282ede7
am 8a13d4e3: am f5c73101: Merge "dependent change for "parse instrumentation result bundles" in sdk"
...
Merge commit '8a13d4e3e5a175baddb7b8ca542d9d9941cf24a6'
* commit '8a13d4e3e5a175baddb7b8ca542d9d9941cf24a6':
dependent change for "parse instrumentation result bundles" in sdk
2010-07-23 15:34:50 -07:00
Jean-Baptiste Queru
8a13d4e3e5
am f5c73101: Merge "dependent change for "parse instrumentation result bundles" in sdk"
...
Merge commit 'f5c7310152cf5537be6997412c1a42dde9fe9ecf' into gingerbread-plus-aosp
* commit 'f5c7310152cf5537be6997412c1a42dde9fe9ecf':
dependent change for "parse instrumentation result bundles" in sdk
2010-07-23 15:32:45 -07:00
Jean-Baptiste Queru
f5c7310152
Merge "dependent change for "parse instrumentation result bundles" in sdk"
2010-07-23 15:24:55 -07:00
Jean-Baptiste Queru
c692d2d589
am 5b0f030d: resolved conflicts for merge of a9b1e01a to gingerbread-plus-aosp
...
Merge commit '5b0f030d0bfdf7003e74b24da8c4379c74447380'
* commit '5b0f030d0bfdf7003e74b24da8c4379c74447380':
Remove compilation warnings by removing illegal characters
2010-07-23 15:04:28 -07:00
Alex Sakhartchouk
9e05ed2f68
Merge "Updating parts of font cache as needed instead of the entire map."
2010-07-23 15:00:24 -07:00
Alex Sakhartchouk
9b9902ddbb
Updating parts of font cache as needed instead of the entire map.
...
Change-Id: If9a37e10197255122acdb5b10a0c356edd942d67
2010-07-23 14:45:49 -07:00
Jean-Baptiste Queru
5b0f030d0b
resolved conflicts for merge of a9b1e01a to gingerbread-plus-aosp
...
Change-Id: Ief79eaa532b583d9608701d48464b7afdc493bac
2010-07-23 14:15:01 -07:00
Romain Guy
a9b1e01afa
Merge "Remove compilation warnings by removing illegal characters"
2010-07-23 14:05:40 -07:00
Gilles Debunne
8cd48574a7
Fixed bug in BitmapFactory.decodeStream
...
Downloading images over a slow connection could result in errors and
null images.
The JavaInputStreamAdaptor::do_skip method was correctly called in a
loop (to handle the EOF case using read()), but the amount that was
skipped at each time was not decreased by the amount already skipped.
Bug http://code.google.com/p/android/issues/detail?id=6066
Cherry picked from master CL57808
Change-Id: Ie6856898b21ba31de1209e1f995b4ae784c919b9
2010-07-23 13:40:59 -07:00
Daniel Sandler
0f3332d0d6
Tweak FPO art.
...
Change-Id: I3a0176adbebd43a2cbf1d54c0d5153d0d3f5b60c
2010-07-23 15:54:27 -04:00
Daniel Sandler
a9ef06955d
Merge "Improvements to the system bar:"
2010-07-23 12:00:11 -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
Daniel Sandler
9120d55b80
Improvements to the system bar:
...
- dummy panels for the notification & system areas
- dummy battery/wifi status indicators
- new "whiteboard ui" temporary artwork
2010-07-23 14:58:40 -04: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
Eric Laurent
d9f7200e21
am 08f2b10c: am 021697ad: Audio effects: lvm bundle wrapper update after first integration tests.
...
Merge commit '08f2b10c4b2e7fc1c666cc1d896e227289206b24'
* commit '08f2b10c4b2e7fc1c666cc1d896e227289206b24':
Audio effects: lvm bundle wrapper update after first integration tests.
2010-07-23 01:06:12 -07:00
Eric Laurent
08f2b10c4b
am 021697ad: Audio effects: lvm bundle wrapper update after first integration tests.
...
Merge commit '021697ad3d4ef981d0deae1fa223ed06f30df738' into gingerbread-plus-aosp
* commit '021697ad3d4ef981d0deae1fa223ed06f30df738':
Audio effects: lvm bundle wrapper update after first integration tests.
2010-07-23 01:03:06 -07:00
Eric Laurent
021697ad3d
Audio effects: lvm bundle wrapper update after first integration tests.
...
Change-Id: I20cb55282833bd6e3a160e0dae1cc1fcb6b1ca30
2010-07-23 00:54:58 -07:00
Romain Guy
c2d10a611d
Merge "Cleanup, added properties for the FontRenderer."
2010-07-23 00:29:22 -07:00
Romain Guy
51769a68a5
Cleanup, added properties for the FontRenderer.
...
Change-Id: I909c74815d3ac394438ad8071d17fef5401dbeed
2010-07-23 00:28:00 -07:00
Adam Cohen
3ad4a1b13f
Fixing a bug in RemoteViewsAdapter
...
Change-Id: If39a05b65ee9f8f3a2ac6b7ebb06a76122c4ada7
2010-07-22 22:24:22 -07:00
Mathias Agopian
b84b7e8f21
am 1db0e88e: am 4782cdbb: Merge "Fix a memory corruption when writting Sensor into a parcel" into gingerbread
...
Merge commit '1db0e88e60ca4f99edff149fe2ab8499e749df47'
* commit '1db0e88e60ca4f99edff149fe2ab8499e749df47':
Fix a memory corruption when writting Sensor into a parcel
2010-07-22 20:11:54 -07:00
Mathias Agopian
1db0e88e60
am 4782cdbb: Merge "Fix a memory corruption when writting Sensor into a parcel" into gingerbread
...
Merge commit '4782cdbbbe4b2c7714af1fb6cdc4f52f1d1d20d7' into gingerbread-plus-aosp
* commit '4782cdbbbe4b2c7714af1fb6cdc4f52f1d1d20d7':
Fix a memory corruption when writting Sensor into a parcel
2010-07-22 20:09:09 -07:00
Mathias Agopian
4782cdbbbe
Merge "Fix a memory corruption when writting Sensor into a parcel" into gingerbread
2010-07-22 20:07:01 -07:00