Daisuke Miyakawa
9f220247f6
Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32
...
It will be used in SQL functions in external/sqlite/android.
See https://android-git.corp.google.com/g/Gerrit#change,5511 for example.
Related internal bug id: 1707173
2009-07-09 09:06:13 +09:00
Android (Google) Code Review
820fe3c750
Merge change 6507 into donut
...
* changes:
Remove unused definitions for default language in TextToSpeech as the default language is determined by the current Locale, not a hardcoded value. Add a value for the default TTS engine to use.
2009-07-08 14:43:40 -07:00
Android (Google) Code Review
5712950dd9
Merge change 6504 into donut
...
* changes:
Don't invoke the transport if doBackup supplied no data
2009-07-08 13:54:07 -07:00
Android (Google) Code Review
51dc38792c
Merge change 6284 into donut
...
* changes:
Run search UI on its own thread.
2009-07-08 13:28:29 -07:00
Android (Google) Code Review
e7dfd65152
Merge change 6487 into donut
...
* changes:
Removed reference to awt jar from platform.xml.
2009-07-08 12:24:48 -07:00
Android (Google) Code Review
bb6231530e
Merge change 6485 into donut
...
* changes:
Cleanup Toast.java.
2009-07-08 11:59:49 -07:00
Android (Google) Code Review
7b3f4e4552
Merge change 6478 into donut
...
* changes:
Fix ShapeDrawable.inflateTag() to accept proper dimension specs for padding
2009-07-08 10:43:44 -07:00
Android (Google) Code Review
32bcefa9d0
Merge change 6107 into donut
...
* changes:
Removed system/framework/android.awt.jar.
2009-07-08 10:11:00 -07:00
Android (Google) Code Review
ed8bcd0482
Merge change 6454 into donut
...
* changes:
Fix issue 1967295: Add a method to request reloading of audio settings by AudioService.
2009-07-08 09:23:26 -07:00
Android (Google) Code Review
381396d276
Merge change 6437 into donut
...
* changes:
Backup / Restore locale preference.
2009-07-07 18:59:28 -07:00
Android (Google) Code Review
67ade09002
Merge change 6396 into donut
...
* changes:
Add unit test for NeighboringCellInfo.
2009-07-07 18:09:21 -07:00
Android (Google) Code Review
551f1fa34f
Merge change 6435 into donut
...
* changes:
Add new textColorPrimaryInverseDisableOnly color to resources.
2009-07-07 17:49:13 -07:00
Android (Google) Code Review
269451ede7
Merge change 6414 into donut
...
* changes:
Optimize storing of cached TTS parameters. Initialize the cached language settings with the current Locale.
2009-07-07 16:49:41 -07:00
Android (Google) Code Review
ef51792ebb
Merge change 6422 into donut
...
* changes:
Removing the ttsSynthDoneCallback logging.
2009-07-07 16:44:18 -07:00
Android (Google) Code Review
8e52ce83cb
Merge change 6426 into donut
...
* changes:
Remove a lot of debug-log verbosity
2009-07-07 16:37:29 -07:00
Android (Google) Code Review
5b4687e99a
Merge change 6407 into donut
...
* changes:
Cleaning up logs. Initializing SpeechItem.mText to "" instead of null to prevent a null from accidentally being used when it is a non-text utterance.
2009-07-07 15:37:37 -07:00
Android (Google) Code Review
72f466c4d3
Merge change 6383 into donut
...
* changes:
Cleanup connection when airplane mode is entered.
2009-07-07 15:22:15 -07:00
Android (Google) Code Review
5c3d39c866
Merge change 6415 into donut
...
* changes:
Fixes #1748951 . Calling setListSelection() explicitely should cancel the selection hidden flag.
2009-07-07 15:19:14 -07:00
Android (Google) Code Review
4fc0ba430e
Merge change 6403 into donut
...
* changes:
Fix the metadata-available test during restore
2009-07-07 14:29:47 -07:00
Android (Google) Code Review
5fcde6c496
Merge change 6377 into donut
...
* changes:
Propagating error codes to TextToSpeech.java
2009-07-07 13:46:17 -07:00
Android (Google) Code Review
ed65428df2
Merge change 6367 into donut
...
* changes:
Add virtual destructor.
2009-07-07 12:12:12 -07:00
Android (Google) Code Review
4666832006
Merge change 6379 into donut
...
* changes:
Update RatingBar's assets in indicator mode.
2009-07-07 11:56:43 -07:00
Android (Google) Code Review
8b2b7b14a5
Merge change 6326 into donut
...
* changes:
BackupManager wrapper class improvements
2009-07-07 11:52:01 -07:00
Android (Google) Code Review
9490823092
Merge change 6372 into donut
...
* changes:
Fixes #1963217 . Increases the invalidate region in compatibility mode.
2009-07-07 11:23:44 -07:00
Marco Nelissen
1c0f5382ed
Add virtual destructor.
2009-07-07 11:03:13 -07:00
Android (Google) Code Review
750a261edb
Merge change 6363 into donut
...
* changes:
LocationManagerService: Use Context.checkCallingOrSelfPermission for permission checks
2009-07-07 11:02:04 -07:00
Android (Google) Code Review
d2c4bb9cac
Merge change 6314 into donut
...
* changes:
Use the current Locale as the default language when TTS settings are not found, rather than a hardcoded value stored in TextToSpeech.Engine.
2009-07-07 10:35:40 -07:00
Eric Laurent
0bac53801b
Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR
...
Store sample rate on 32 bits instead of 16 bits in audio_track_cblk_t.
Removed sampleRate() methods from AudioTrack and AudioRecord: replaced by getSampleRate().
AudioTrack::setSampleRate() no returns a status.
2009-07-07 07:10:45 -07:00
Android (Google) Code Review
0cf7312c8b
Merge change 6338 into donut
...
* changes:
septet-align UD after any UDH for GSM-7bit coding
2009-07-06 23:48:25 -07:00
Android (Google) Code Review
0736fc8418
Merge change 6317 into donut
...
* changes:
Make enable/provisioning of the backup service a two-step process
2009-07-06 18:24:26 -07:00
Android (Google) Code Review
8d430cbfca
Merge change 6287 into donut
...
* changes:
Restore GPS state and ringer/vibrate toggles.
2009-07-06 17:32:09 -07:00
Android (Google) Code Review
07ab11b4f6
Merge change 6307 into donut
...
* changes:
Fixes a compatibility issue with users that have the old TTS installed already.
2009-07-06 16:28:03 -07:00
Android (Google) Code Review
1b78e260f2
Merge change 6305 into donut
...
* changes:
Fix up permissions for 'dumpsys backup'
2009-07-06 15:49:26 -07:00
Android (Google) Code Review
f86e9edd36
Merge change 6271 into donut
...
* changes:
Propagating the error codes through the TtsService
2009-07-06 14:38:39 -07:00
Android (Google) Code Review
cf39b1574e
Merge change 6283 into donut
...
* changes:
Fix a bug where clicking the "more results" suggestion with the trackball did not seem to expand to show the corpus selectors. (http://b/1906643 )
2009-07-06 14:37:54 -07:00
Android (Google) Code Review
792ca1d7e0
Merge change 6282 into donut
...
* changes:
Fixes #1963214 . ProgressDialog was using the wrong indeterminate progress asset.
2009-07-06 14:32:18 -07:00
Android (Google) Code Review
71de29ce12
Merge change 6252 into donut
...
* changes:
Don't re-parse the framework resources all the time.
2009-07-06 14:09:16 -07:00
Android (Google) Code Review
97e665c5ad
Merge change 6241 into donut
...
* changes:
Fixes #1444844 . Set a maximum fling velocity in scrollable views.
2009-07-06 13:10:50 -07:00
Android (Google) Code Review
2e2d63e766
Merge change 6258 into donut
...
* changes:
Fix the comment -- "charged" not "sharted." Also, the other strings on that screen seem to have periods. I think that's wrong, but it's better to be consistent that right.
2009-07-06 12:56:32 -07:00
Android (Google) Code Review
4951730088
Merge change 6255 into donut
...
* changes:
Fix the comments for the string resources for the charge status.
2009-07-06 12:39:28 -07:00
Android (Google) Code Review
a28ad592ab
Merge change 6246 into donut
...
* changes:
Fix bugs 1317754 - "Idle screen displays "Charging (100%)" even when fully charged." and 1885870 - "Shorten 'Clear notification' button to 'Clear' to match latest design"
2009-07-06 12:09:34 -07:00
Android (Google) Code Review
5fd5ea252a
Merge change 6162 into donut
...
* changes:
Hold a wakelock during backup/restore/clear operations
2009-07-06 11:54:34 -07:00
Android (Google) Code Review
d00df0ed64
Merge change 6154 into donut
...
* changes:
Fix bug (#1947162 )
2009-07-06 11:37:13 -07:00
Android (Google) Code Review
9641c0176f
Merge change 6237 into donut
...
* changes:
Add a silent ringtone.
2009-07-06 11:34:28 -07:00
Android (Google) Code Review
cbdf6a97b6
Merge change 6227 into donut
...
* changes:
Adding tts result codes.
2009-07-06 11:26:15 -07:00
Dianne Hackborn
0f253efba5
Don't re-parse the framework resources all the time.
...
A small optimization to the resource code, to not re-parse the framework
resources every time we build a new AssetManager. Instead, you can now
construct a ResTable from a previously created one... of course, like the
existing code for using the data in-place, you can't delete the original
ResTable until you have deleted the one that has been constructed from it.
2009-07-06 11:12:37 -07:00
Android (Google) Code Review
88008f1955
Merge change 6231 into donut
...
* changes:
Don't trim() in the mediascanner, as that would remove the special "sort first" character.
2009-07-06 11:09:20 -07:00
Android (Google) Code Review
0b41add758
Merge change 6221 into donut
...
* changes:
Remove links to wikipedia; fix typo; remove .vsd file (bug 1918247).
2009-07-06 11:01:43 -07:00
Android (Google) Code Review
dc7ceaf5bd
Merge change 6204 into donut
...
* changes:
Migrate to new keystore with the CertTool lib.
2009-07-06 03:55:07 -07:00
Android (Google) Code Review
dea9f55274
Merge change 6198 into donut
...
* changes:
keystore: Provide a generic getter for native components.
2009-07-06 00:04:54 -07:00