Craig Mautner
38acfe291a
Merge "Refactor unused methods and unnecessary members."
2012-11-20 12:33:59 -08:00
Svetoslav Ganov
7d0604149b
am 0b64976f: am 0ee79040: am 15861683: am e9812bae: Merge "Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)" into jb-mr1-dev
...
* commit '0b64976f19a3f03f80dfcd80b8894299d4dc71d7':
Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)
2012-11-20 08:45:44 -08:00
Svetoslav Ganov
0b64976f19
am 0ee79040: am 15861683: am e9812bae: Merge "Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)" into jb-mr1-dev
...
* commit '0ee790408e19a2a820a080a8b4ad3af63d3a5eca':
Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)
2012-11-20 08:43:40 -08:00
Svetoslav Ganov
0ee790408e
am 15861683: am e9812bae: Merge "Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)" into jb-mr1-dev
...
* commit '1586168302f79d10e85a5aeed7b486c4244cc98e':
Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)
2012-11-20 08:40:26 -08:00
Svetoslav Ganov
1586168302
am e9812bae: Merge "Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)" into jb-mr1-dev
...
* commit 'e9812bae0e0ce08bd232dc2371fdb959e4f7a318':
Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)
2012-11-20 08:38:16 -08:00
Przemyslaw Szczepaniak
13896b7419
woExecute onLoadLanguage in synthesis thread.
...
Previously, onLoadLanguage was executed without minding synthesis queue.
Now onLoadLanguage is queued item, so it won't be executed before the items
on the queue (previously TTS could receivecall to onLoadLanguage
while synthesizing in completly different language).
I've divided SpeechItem into ControlSpeechItem and UtteranceSpeechItem.
Utterance one dispatches callbacks about synthesis progress.
Bug: 7510063
Bug: 5351864
Change-Id: Ibd156b3cecb190e5c07c4451e61121127b54d51e
2012-11-20 05:08:49 -08:00
Przemyslaw Szczepaniak
228323e759
Make getLanguage return client-set language
...
Previously, getLanguage returned language set on the TTS service side.
In most cases client wants to receive value that was set on the Client side
(value that was set by last call to the setLanguage). That's true, for
example, for android settings app.
This is not an issue if there's only one client, or when all clients use the same
language. In that cases, service and client languages are in sync.
But if there are multiple clients using different languages, getLanguage might
return values that were not set by the client - and that's not what most of clients expect
to happen.
Change-Id: I5fd8313725e677c20fb2a84a087fc7555897bd30
2012-11-20 04:14:39 -08:00
Przemyslaw Szczepaniak
8f3957cb91
TTS onServiceConnection moved to async task
...
ITextToSpeechService.setCallback (service rpc call) is no longer
executed on UI thread.
I kept OnInitListener.onInit being called on the UI thread. It's
not specified explicitly, but I don't want to introduce subtle
bugs.
+bonus import fix.
Bug: 6540404
Change-Id: I0136e7efeb374b605ed29ee8b3f550ec2bd2c356
2012-11-20 04:01:09 -08:00
Svetoslav Ganov
7018cfdc05
Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)
...
This reverted change was adjusting the min and max values for the NumberPicker
which is not desirable since it changes behavior and it will be possible for
an app that works on the current platform to crash on an older one. Also the
adjustment was not implemented correctly.
Updated the documentation to clarify the reltionship between the min value,
max value, and the displayed values array.
Bug:7518172
This reverts commit a1410e6789ce72bc423793315a51aea8b6bad6c7
Change-Id: I109f1b1f54c1e609941243cabab9241871b6b12b
2012-11-19 15:20:27 -08:00
Fabrice Di Meglio
b920b40510
am e784ae8e: am d689e8c3: am b0f895b3: Merge "Fix Javadoc for View layoutDirection / textDirection / textAlignment" into jb-mr1.1-dev
...
* commit 'e784ae8e6a0eab3d29afc9b19f65714e7b268b97':
Fix Javadoc for View layoutDirection / textDirection / textAlignment
2012-11-19 15:17:30 -08:00
Fabrice Di Meglio
e784ae8e6a
am d689e8c3: am b0f895b3: Merge "Fix Javadoc for View layoutDirection / textDirection / textAlignment" into jb-mr1.1-dev
...
* commit 'd689e8c3a05f3b200d19879bdc169e6ad6e0436b':
Fix Javadoc for View layoutDirection / textDirection / textAlignment
2012-11-19 15:14:02 -08:00
Fabrice Di Meglio
d689e8c3a0
am b0f895b3: Merge "Fix Javadoc for View layoutDirection / textDirection / textAlignment" into jb-mr1.1-dev
...
* commit 'b0f895b330d0d2b6725e7deee158ff20ed9155f8':
Fix Javadoc for View layoutDirection / textDirection / textAlignment
2012-11-19 14:31:02 -08:00
Fabrice Di Meglio
b0f895b330
Merge "Fix Javadoc for View layoutDirection / textDirection / textAlignment" into jb-mr1.1-dev
2012-11-19 14:27:45 -08:00
Craig Mautner
b1ef36965b
Refactor unused methods and unnecessary members.
...
ImageWallpaper runs on the main thread now and doesn't need to add
callbacks on different threads or lock against concurrent access.
Bug 7326921 fixed.
Change-Id: I6097e1dff8af743a4fb81b697efee0e02667125b
2012-11-16 17:31:04 -08:00
Michael Jurka
3a22636222
am 3366a5d5: am cf474b1a: am 7b0c8779: Merge "Delete appWidgetId when removing lockscreen widgets" into jb-mr1.1-dev
...
* commit '3366a5d54eccbbe861bcc765653664d80eae5398':
Delete appWidgetId when removing lockscreen widgets
2012-11-16 15:37:08 -08:00
Michael Jurka
3366a5d54e
am cf474b1a: am 7b0c8779: Merge "Delete appWidgetId when removing lockscreen widgets" into jb-mr1.1-dev
...
* commit 'cf474b1a10a1349d0d6d6f7cbb5d48489bacfb09':
Delete appWidgetId when removing lockscreen widgets
2012-11-16 15:34:20 -08:00
Michael Jurka
cf474b1a10
am 7b0c8779: Merge "Delete appWidgetId when removing lockscreen widgets" into jb-mr1.1-dev
...
* commit '7b0c877959ee15c766cc7366ec6b4c024c211cd6':
Delete appWidgetId when removing lockscreen widgets
2012-11-16 15:31:07 -08:00
Michael Jurka
75b5cfb4a4
Delete appWidgetId when removing lockscreen widgets
...
Bug: 7550012
Change-Id: Ia9f5266256016eb91bfd6a2d5a7f910c42948f1e
2012-11-16 15:22:06 -08:00
Robert Greenwalt
60bfacd8ef
Merge "Support for dns domain."
2012-11-16 12:56:56 -08:00
Robert Greenwalt
8058f62189
Support for dns domain.
...
bug:6799630
Change-Id: I10070eddb65b7b60f0bc2b3e1e320e1aa4ec6e98
2012-11-16 11:25:32 -08:00
Fabrice Di Meglio
cf0a5865f4
am e054ab85: am 348cf60d: am 674a131c: Merge "Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR" into jb-mr1.1-dev
...
* commit 'e054ab85388d71c8b1d46fa4e67018ff2aaa97ae':
Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR
2012-11-16 10:38:08 -08:00
Jeff Sharkey
8e2ffc76a9
am 9634e970: am bfea4f04: am f5377a72: Merge "Useful annotations for code documentation." into jb-mr1.1-dev
...
* commit '9634e970679c687572e2da84250adc8baf91a8c3':
Useful annotations for code documentation.
2012-11-16 10:37:59 -08:00
Jeff Sharkey
6dd028cbb9
am 9f43afad: am 68363456: am 7420ab68: Merge "Utility to format human-friendly durations." into jb-mr1.1-dev
...
* commit '9f43afad9de92fc36dc7b242585ef734e834285c':
Utility to format human-friendly durations.
2012-11-16 10:37:54 -08:00
Jeff Sharkey
2654442b5b
am 9077ca58: am dcb72dbb: am 445767c1: Merge "Watch for leaked ParcelFileDescriptors." into jb-mr1.1-dev
...
* commit '9077ca586e083fd0e2913c4232915416b3719e7d':
Watch for leaked ParcelFileDescriptors.
2012-11-16 10:37:46 -08:00
Przemyslaw Szczepaniak
c3c427d2e3
Revert "Make TTS input string limit public and documented"
...
This reverts commit f288a64f5bed290d162c1a6fd54bea7c0ba14042
Change-Id: I6f3e2a6a6a131b0422cfcdb2bda23f8ae245d774
2012-11-16 05:11:23 -08:00
Przemyslaw Szczepaniak
f288a64f5b
Make TTS input string limit public and documented
...
Bug: 7456118
Change-Id: Iced44eb349e1abb551f991c2b9357a03bab3bb3d
2012-11-16 03:14:22 -08:00
Fabrice Di Meglio
e054ab8538
am 348cf60d: am 674a131c: Merge "Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR" into jb-mr1.1-dev
...
* commit '348cf60dbb1de980aa97e551817765e7b3fa0221':
Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR
2012-11-15 12:27:03 -08:00
Fabrice Di Meglio
348cf60dbb
am 674a131c: Merge "Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR" into jb-mr1.1-dev
...
* commit '674a131cb625a7aae0c6e50a24a968200c71b566':
Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR
2012-11-15 12:23:53 -08:00
Fabrice Di Meglio
674a131cb6
Merge "Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR" into jb-mr1.1-dev
2012-11-15 12:21:00 -08:00
Jeff Sharkey
9634e97067
am bfea4f04: am f5377a72: Merge "Useful annotations for code documentation." into jb-mr1.1-dev
...
* commit 'bfea4f04f226f1adf374412628d5945c380382a7':
Useful annotations for code documentation.
2012-11-15 11:56:19 -08:00
Jeff Sharkey
9f43afad9d
am 68363456: am 7420ab68: Merge "Utility to format human-friendly durations." into jb-mr1.1-dev
...
* commit '68363456c1f360c0f1afe637a1f3028519e059ed':
Utility to format human-friendly durations.
2012-11-15 11:54:43 -08:00
Jeff Sharkey
bfea4f04f2
am f5377a72: Merge "Useful annotations for code documentation." into jb-mr1.1-dev
...
* commit 'f5377a7242d71e221807150f0778a0521e1270b6':
Useful annotations for code documentation.
2012-11-15 11:53:19 -08:00
Jeff Sharkey
9077ca586e
am dcb72dbb: am 445767c1: Merge "Watch for leaked ParcelFileDescriptors." into jb-mr1.1-dev
...
* commit 'dcb72dbb39227674e4a54167efabcdc8add4548a':
Watch for leaked ParcelFileDescriptors.
2012-11-15 11:51:49 -08:00
Jeff Sharkey
68363456c1
am 7420ab68: Merge "Utility to format human-friendly durations." into jb-mr1.1-dev
...
* commit '7420ab681eaad22f4b8f884e12d3b2ce82cd203a':
Utility to format human-friendly durations.
2012-11-15 11:51:38 -08:00
Jeff Sharkey
f5377a7242
Merge "Useful annotations for code documentation." into jb-mr1.1-dev
2012-11-15 11:48:38 -08:00
Jeff Sharkey
dcb72dbb39
am 445767c1: Merge "Watch for leaked ParcelFileDescriptors." into jb-mr1.1-dev
...
* commit '445767c14ceb51d2839a7bc818c68c81ee7d80a7':
Watch for leaked ParcelFileDescriptors.
2012-11-15 11:47:43 -08:00
Jeff Sharkey
7420ab681e
Merge "Utility to format human-friendly durations." into jb-mr1.1-dev
2012-11-15 11:47:36 -08:00
Jeff Sharkey
445767c14c
Merge "Watch for leaked ParcelFileDescriptors." into jb-mr1.1-dev
2012-11-15 11:45:23 -08:00
Martin Kosiba
59f46b5b90
Merge "Update WebViewClient.shouldInterceptRequest JavaDoc."
2012-11-15 10:50:13 -08:00
Martin Kosiba
ad57766a1c
Merge "Update WebViewClient.shouldOverrideUrlLoading JavaDoc."
2012-11-15 10:46:39 -08:00
Fabrice Di Meglio
8701bb90db
Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR
...
- change heuristic to LTR.
Change-Id: I3c5f413e48ceddbd931d713eb8c168431fcd09a2
2012-11-14 19:57:11 -08:00
Fabrice Di Meglio
7d529cd6eb
Fix Javadoc for View layoutDirection / textDirection / textAlignment
...
Change-Id: I2fa2f02bd2f59ee93ccd56fc6bd28b93e4713cc4
2012-11-14 18:09:30 -08:00
Kenny Root
54645557cb
resolved conflicts for merge of 09de4dad to master
...
Change-Id: I4fb41ff1c68f9c6ce38cee9e9fcd11ef7f0f357d
2012-11-14 15:33:18 -08:00
Kenny Root
09de4dad57
am e4163e96: Merge "Switch keystore to binder"
...
* commit 'e4163e96e0ee31c6e78434114cc1dcf4cd3ab5bd':
Switch keystore to binder
2012-11-14 15:25:57 -08:00
Maurice Chu
77c2655adb
Add method name to curl output
...
Backporting change made to AndroidHttpClient.java from
CL I0f3819e84542023fca65ec4a29534ef32e877570.
Bug: 7499444
Change-Id: Ie67d2917fa378afb00ec4bd7c3de238f48f7c6af
2012-11-14 11:55:33 -08:00
Kenny Root
6b77645aa9
Switch keystore to binder
...
Change-Id: I9fa1fc05068bee1eed3f618fb32f70cf3d4c05d4
2012-11-14 08:45:52 -08:00
Jeff Sharkey
53f6e8a9b9
Utility to format human-friendly durations.
...
Bug: 6777872
Change-Id: Ie7ebcb456306f4f88b4707030dd7beda3fc90368
2012-11-13 17:26:39 -08:00
Joe Malin
74e6489d89
am 9ae6845a: am 27b587b6: am faa38a08: am 4422596d: am ce37f1da: am 4979a0b5: am 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev-docs
...
* commit '9ae6845ae866c3f1563d3ba8ee0fe43e0135bbf8':
Notification.java javadoc: addAction
2012-11-13 14:33:18 -08:00
Joe Malin
9ae6845ae8
am 27b587b6: am faa38a08: am 4422596d: am ce37f1da: am 4979a0b5: am 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev-docs
...
* commit '27b587b6867768860c2e3f13567ba3d312d9b952':
Notification.java javadoc: addAction
2012-11-13 14:30:51 -08:00
Joe Malin
27b587b686
am faa38a08: am 4422596d: am ce37f1da: am 4979a0b5: am 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev-docs
...
* commit 'faa38a08d5998e32dcfe21e084076cbbb64ca0ea':
Notification.java javadoc: addAction
2012-11-13 14:28:40 -08:00