Michael Jurka
e9c90271ac
Fix Recents in RTL/landscape mode
...
The normal LTR Recents interface in landscape
actually scrolls/behaves like a RTL interface,
so we hardcode the layout to stay the same in both
modes
Change-Id: I57e5e76de3260c6de1dd9e939797b7e1c23cca03
2013-03-06 22:04:05 +01:00
Przemyslaw Szczepaniak
7341786b13
Forgot to rename constructor to match class name.
...
Change-Id: I7e66c3dd26ec7f8be381b0dfd87ac686665206cd
2013-03-06 10:04:07 +00:00
Przemyslaw Szczepaniak
fcf671be89
Fix EBADF in TTS synthesizeToFile method.
...
Recent TTS change altered how the TextToSpeech.synthesizeToFile method
operates. Previously, synthesis service was responsible for creating
output file. Now, client API creates a file and then sends opened file
descriptor using ParcelFileDescriptor.
On service side, I forgot to keep a reference to a ParcelFileDescriptor object.
When GC was removing it, it was closing underlying file descriptor, resulting
in a EBADF error for all following writes to the output file.
This change makes use of a ParcelFileDescriptor.AutoCloseOutputStream to keep a
reference to the ParcelFileDescriptor. It will be referenced until we are done
with writing.
Change-Id: I8327af0eaeabaebfbbd8816d959783e89086a7c5
2013-03-06 09:27:11 +00:00
Mathias Agopian
f4d6f153e6
Merge "remove suppor for SurfaceControl.FX_SURFACE_SCREENSHOT" into jb-mr2-dev
2013-03-06 03:52:50 +00:00
Romain Guy
78421f9033
Merge "Take only the scale params into account to rasterize text" into jb-mr2-dev
2013-03-06 02:43:45 +00:00
Dianne Hackborn
f217145b56
Merge "A few small missing things from the custom action bar layout." into jb-mr2-dev
2013-03-06 02:20:04 +00:00
Romain Guy
624234f69b
Take only the scale params into account to rasterize text
...
This change extracts the scale parameters of the current transform
to pass then to the font renderer. Rotation and perspective are
applied to the generated mesh inside the vertex shader. This limits
the number of glyphs we have to create in the font cache and thus
reduces memory churn.
Change-Id: Ic5b3bae2b2b0e0250a8ee723b071a1709725c749
2013-03-05 18:12:35 -08:00
Dianne Hackborn
7cf71fbdc3
A few small missing things from the custom action bar layout.
...
Change-Id: I91e0b43ccf92d5c9541f80220922951acb0795e7
2013-03-05 18:00:12 -08:00
Victoria Lease
913f3c8f17
am 263554ae: am 7d4e52ba: Merge "FIX Null Pointer Exception on dialog cancel"
...
* commit '263554ae5f51fe1181c0c80123ec7f489e124f1a':
FIX Null Pointer Exception on dialog cancel
2013-03-05 23:53:48 +00:00
Victoria Lease
b2f91e7b23
am 8ef243cf: am f45efd27: Merge "Audio continue to played even if paused manually"
...
* commit '8ef243cf861044eec35ee3d8207561251e34c77c':
Audio continue to played even if paused manually
2013-03-05 23:53:46 +00:00
Victoria Lease
263554ae5f
am 7d4e52ba: Merge "FIX Null Pointer Exception on dialog cancel"
...
* commit '7d4e52baee6fe269280dbb55abe9b4fa1a1c1d8b':
FIX Null Pointer Exception on dialog cancel
2013-03-05 15:51:19 -08:00
Victoria Lease
8ef243cf86
am f45efd27: Merge "Audio continue to played even if paused manually"
...
* commit 'f45efd276c9b09adcb97ea43afc806731583aac7':
Audio continue to played even if paused manually
2013-03-05 15:51:16 -08:00
Romain Guy
ebf213fc38
Merge "Make glyph copies a little more cache friendly" into jb-mr2-dev
2013-03-05 23:26:53 +00:00
Victoria Lease
7d4e52baee
Merge "FIX Null Pointer Exception on dialog cancel"
2013-03-05 23:25:16 +00:00
Victoria Lease
f45efd276c
Merge "Audio continue to played even if paused manually"
2013-03-05 23:20:45 +00:00
Scott Main
cd5b99739f
am ecc0cddd: am 570cd322: am baff6645: am 1fdb80ca: am 9ea1baca: am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit 'ecc0cdddd5e9d0013ad34617172e83e0de6d9df8':
2013-03-05 23:18:19 +00:00
Scott Main
ecc0cdddd5
am 570cd322: am baff6645: am 1fdb80ca: am 9ea1baca: am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit '570cd32254903213ac1d54241401205bc129a035':
2013-03-05 15:15:28 -08:00
Scott Main
d0cd11d541
am ef3bea6c: am 4be483da: am f37669ff: am d6e8a00b: am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit 'ef3bea6cd878d42e67f749444883a9906be8c296':
docs: update country filtering description bug: 8278024
2013-03-05 23:14:53 +00:00
Scott Main
ef3bea6cd8
am 4be483da: am f37669ff: am d6e8a00b: am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit '4be483dac8eb1024ad9298d582ad2a7068cf5822':
docs: update country filtering description bug: 8278024
2013-03-05 15:11:53 -08:00
Scott Main
570cd32254
am baff6645: am 1fdb80ca: am 9ea1baca: am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit 'baff6645d5c6d6b5461c24605c931515ef3217c9':
2013-03-05 15:11:49 -08:00
Scott Main
baff6645d5
am 1fdb80ca: am 9ea1baca: am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit '1fdb80caae9ffb3d6178de77097a8f09a23fc4fa':
2013-03-05 15:09:25 -08:00
Scott Main
4be483dac8
am f37669ff: am d6e8a00b: am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit 'f37669ffcfab9abdb99f378d8b9b88c974538b9f':
docs: update country filtering description bug: 8278024
2013-03-05 15:08:28 -08:00
Scott Main
1fdb80caae
am 9ea1baca: am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit '9ea1bacaddb34933ce1dc73780bd868548d5ca2c':
2013-03-05 15:06:46 -08:00
Scott Main
f37669ffcf
am d6e8a00b: am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit 'd6e8a00b0b7ebcd1aa807e694cee85db496711e0':
docs: update country filtering description bug: 8278024
2013-03-05 15:06:06 -08:00
Scott Main
9ea1bacadd
am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit '23513a2c856c1810e10425bcec4296df2be01584':
docs: update country filtering description bug: 8278024
2013-03-05 15:04:01 -08:00
Scott Main
d6e8a00b0b
am 23513a2c: docs: update country filtering description bug: 8278024
...
* commit '23513a2c856c1810e10425bcec4296df2be01584':
docs: update country filtering description bug: 8278024
2013-03-05 15:03:53 -08:00
Elliott Hughes
bf49422197
am 582c5b85: am 690d3435: Merge "jni: remove obsolete flag from makefile"
...
* commit '582c5b85c5653d93afc63b00ac1efff94d0853ab':
jni: remove obsolete flag from makefile
2013-03-05 22:43:07 +00:00
Elliott Hughes
582c5b85c5
am 690d3435: Merge "jni: remove obsolete flag from makefile"
...
* commit '690d3435a4564f6ea7b37e1c6446b5301aeca6b6':
jni: remove obsolete flag from makefile
2013-03-05 14:40:59 -08:00
Elliott Hughes
690d3435a4
Merge "jni: remove obsolete flag from makefile"
2013-03-05 22:30:58 +00:00
Bruce Beare
d625127db9
jni: remove obsolete flag from makefile
...
Change-Id: Ia7e67694a736745333e9d36396b8cb6194fd26ec
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
2013-03-05 14:29:46 -08:00
Fabrice Di Meglio
5f51fd6970
Merge "Make Spinner widget RTL-aware (part 2)" into jb-mr2-dev
2013-03-05 22:23:33 +00:00
Fabrice Di Meglio
8e440a6c1a
Merge "Improve RTL code for RelativeLayout" into jb-mr2-dev
2013-03-05 22:20:30 +00:00
quddusc
d47f5cc3a6
am 56b9ccaf: am 9956455a: am 21637c0f: am ea22f73a: am d5bf7fbd: Merge "docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494" into jb-mr1.1-docs
...
* commit '56b9ccaf40ecd268b0b8b2dedea4ecd5e1ce565e':
docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494
2013-03-05 22:20:19 +00:00
quddusc
56b9ccaf40
am 9956455a: am 21637c0f: am ea22f73a: am d5bf7fbd: Merge "docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494" into jb-mr1.1-docs
...
* commit '9956455a6f2bb62421659287e267e69484a51612':
docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494
2013-03-05 14:18:14 -08:00
quddusc
9956455a6f
am 21637c0f: am ea22f73a: am d5bf7fbd: Merge "docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494" into jb-mr1.1-docs
...
* commit '21637c0f79e901eda2718ceddde61bb11b3b0294':
docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494
2013-03-05 14:16:23 -08:00
Mathias Agopian
11e7d88d14
remove suppor for SurfaceControl.FX_SURFACE_SCREENSHOT
...
the window manager can now use the SurfaceControl.screenshot
API with a "regular" surface.
Change-Id: I76bed81d5e7b078ea1b3e8f96814aba32e9d5405
2013-03-05 14:14:55 -08:00
quddusc
21637c0f79
am ea22f73a: am d5bf7fbd: Merge "docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494" into jb-mr1.1-docs
...
* commit 'ea22f73a5e31e5ab8a5bb7e62651a8282d1b43c9':
docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494
2013-03-05 14:14:03 -08:00
quddusc
ea22f73a5e
am d5bf7fbd: Merge "docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494" into jb-mr1.1-docs
...
* commit 'd5bf7fbd7accd00fca25b9f4ad3789ab064b38a8':
docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494
2013-03-05 14:12:02 -08:00
quddusc
d5bf7fbd7a
Merge "docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494" into jb-mr1.1-docs
2013-03-05 22:09:39 +00:00
Scott Main
df1598096a
am f3996b9e: am de9929ac: am 80c95d46: am a73e6ca8: am c7c3beff: am 864e60fb: Merge "cherrypick from Change-Id: I6615e7036dce48e46f6a2b284046219d8237de5f dashboard update for 4/4/13" into jb-mr1-dev
...
* commit 'f3996b9e7632e0d0fd93f0ed49c5fdab565f32f1':
2013-03-05 21:17:07 +00:00
Joe Malin
78728b1f29
am d6afc6c8: am f235d82e: am 89e2acff: am 3d0872d0: am 91dad7e8: am 33a9f63c: Merge "Bug 8289268: Reversed text Content Provider Basics" into jb-mr1-dev
...
* commit 'd6afc6c8da0ddf9ab3dd8216991a38615f9e2aa9':
2013-03-05 21:17:04 +00:00
Adam Koch
a92373f1ad
am 0a5d1682: am 524b3a2f: am 89332de6: am 22f4e694: am e43d5714: am 1a5bec01: Merge "Doc fix: update BitmapFactory.Options.inSampleSize javadoc Bug: 8250653" into jb-mr1-dev
...
* commit '0a5d16824479b961dd7d7506fda9c9dcc7fcb7f9':
2013-03-05 21:17:02 +00:00
Scott Main
1d60e7ca85
am 08b0fd73: am f0a06d5d: am 69220582: am bc8abbf0: am 0793c6e8: dashboard update for 4/4/13
...
* commit '08b0fd73318e528354f72908c2a1ad2ad23d6387':
dashboard update for 4/4/13
2013-03-05 21:16:59 +00:00
Jeff Sharkey
b63a580899
am 53541b1d: am 60dcf0bd: am 09d621b6: am da38ddc2: am f9ed7dc9: am 67f29573: am bb2aa63b: am a2e929e1: Tighten enforcement of file modes.
...
* commit '53541b1d205c4704f36d459c04398d9a2cbfd8e5':
2013-03-05 21:16:56 +00:00
Scott Main
da61c4fbef
am 8da6d252: am ce4e83f3: am e7818c1f: am 9daf107d: am 10dda9ca: am 00158363: docs: add bdc\'s security doc as training article
...
* commit '8da6d252fc5647c6f809ffabef0a69437a16a616':
2013-03-05 21:16:53 +00:00
Dirk Dougherty
1c5df32c8c
am bfb2801a: am 6f5de133: am f67c5a74: am e1d8df45: am f80cb186: am 1c7b442a: Merge "Doc change: update \'multiple apks\' criteria in filters doc." into jb-mr1-dev
...
* commit 'bfb2801a10b1381f42fbf7bbc873478dc01818fb':
2013-03-05 21:16:51 +00:00
Scott Main
7880227e2c
am 42accb47: am 2198945e: am 95120553: am fbd852ba: am 9ecd8e7b: am d346b311: Merge "docs: add MTK usb driver info" into jb-mr1-dev
...
* commit '42accb4794955949d86d98b01192d24b0fa12206':
2013-03-05 21:16:48 +00:00
Scott Main
892b979478
am 47c59b48: am 01798b05: am 76d85763: am 0f1259cc: am 8c82d250: Merge "docs: clarify startActivity" into jb-mr1.1-docs
...
* commit '47c59b48357d875a6a0278e945e4c08700886b37':
docs: clarify startActivity
2013-03-05 21:16:45 +00:00
quddusc
ecaef80c5c
am 2a1ac705: am e772ce34: am 3a3290e3: am 096c7f7b: am f353c9ed: Merge "docs: Fix IABv3 AIDL installation instructions for Eclipse users. Bug: 8282080" into jb-mr1.1-docs
...
* commit '2a1ac70579b644f78c72bc501621fc5742c9fdab':
docs: Fix IABv3 AIDL installation instructions for Eclipse users. Bug: 8282080
2013-03-05 21:16:42 +00:00
Dirk Dougherty
a40f978990
am 4ac0a047: am 5e1b295e: am 43c9a956: am 3f52bde0: am 694602ae: am d9019dd2: Doc change: Mention ratings in app stats intro, mention proguard in pub checklist, align terminology wrt native platform filtering.
...
* commit '4ac0a047e144f1f1d77f184711d4f372070b1f40':
2013-03-05 21:16:40 +00:00