1. df1aa33 Add error code in vpn connectivity broadcast. by Hung-ying Tyan · 15 years ago
  2. d48ca22 Use the TTS queue constants in the TTS service as defined in the by Jean-Michel Trivi · 15 years ago
  3. a9c5e4b Adding tagging to utterances to track which app said what. by Charles Chen · 15 years ago
  4. d1e5e3f Merge change 6639 into donut by Android (Google) Code Review · 15 years ago
  5. d158214 Restore audio settings and wifi. by Amith Yamasani · 15 years ago
  6. be84e41 Unbreaking the build. by Charles Chen · 15 years ago
  7. b45451f Merge change 6583 into donut by Android (Google) Code Review · 15 years ago
  8. 0a3d874 Adding a lock to stop so that stop will stop utterances by Charles Chen · 15 years ago
  9. 296a182 Move the watchdog timer to a separate thread... by Hung-ying Tyan · 15 years ago
  10. d6fe243 Merge change 6437 into donut by Android (Google) Code Review · 15 years ago
  11. 8823c0a8 Backup / Restore locale preference. by Amith Yamasani · 15 years ago
  12. 2a8a2d7 Removing the ttsSynthDoneCallback logging. by Charles Chen · 15 years ago
  13. b02ced7 Cleaning up logs. by Charles Chen · 15 years ago
  14. b61479a Merge change 6314 into donut by Android (Google) Code Review · 15 years ago
  15. d478cf0 Use the current Locale as the default language when TTS settings are not by Jean-Michel Trivi · 15 years ago
  16. b719515 Merge change 6287 into donut by Android (Google) Code Review · 15 years ago
  17. 70c874b Restore GPS state and ringer/vibrate toggles. by Amith Yamasani · 15 years ago
  18. 52ae065 Fixes a compatibility issue with users that have the old TTS installed already. by Charles Chen · 15 years ago
  19. a3f8929 Propagating the error codes through the TtsService by Charles Chen · 15 years ago
  20. 35b86c2 Adding tts result codes. by Charles Chen · 15 years ago
  21. 46841db Add PPTP and L2TP/IPSec PSK service dispatching by Hung-ying Tyan · 15 years ago
  22. 7d22e15 Migrate to new keystore with the CertTool lib. by Hung-ying Tyan · 15 years ago
  23. 6b1ab25 Merge change 6187 into donut by Android (Google) Code Review · 15 years ago
  24. 0102dc6 Fix strings. by Hung-ying Tyan · 15 years ago
  25. 2f97e98 Merge change 6130 into donut by Android (Google) Code Review · 15 years ago
  26. 4bca97ec Removing IPA - IPA is already handled by the phoneme tag. by Charles Chen · 15 years ago
  27. 426cc62 Make backup agent run in the system process as well. by Amith Yamasani · 15 years ago
  28. 16d79e5 Backup Wifi supplicant data. by Amith Yamasani · 15 years ago
  29. 220f4d6 System and Secure settings backup. by Amith Yamasani · 15 years ago
  30. cf09829 Move backup state to settings, change permission checks to use symbol. by Dianne Hackborn · 15 years ago
  31. 74dc3e4 Merge change 5616 into donut by Android (Google) Code Review · 15 years ago
  32. ebb814b Fixing synth to file to use the speech queue. by Charles Chen · 15 years ago
  33. f07d824 In TTS synthesis to file, remove hard coded values for the writing of the WAV header. by Jean-Michel Trivi · 15 years ago
  34. bbd63cb Fix bug where the default TTS Service country is initialized to the default language. by Jean-Michel Trivi · 15 years ago
  35. ddb0a80 Adding in TTS service support for language query and level of support. by Jean-Michel Trivi · 15 years ago
  36. 526355d Merge change 5701 into donut by Android (Google) Code Review · 15 years ago
  37. bee1c7e Expose in SynthProxy the query for the TTS supported and current language. by Jean-Michel Trivi · 15 years ago
  38. 03454f8 Adding support for params. by Charles Chen · 15 years ago
  39. 287148b Add in TTS engine interface the methods to query the availability for a language, by Jean-Michel Trivi · 15 years ago
  40. 2b04d29 Revise VpnService to use new vpn.* properties. by Hung-ying Tyan · 15 years ago
  41. 77cb40a Merge change 5447 into donut by Android (Google) Code Review · 15 years ago
  42. 741c25b Adding skeleton methods for IPA support. by Charles Chen · 15 years ago
  43. d6d03e0 Use the same interface in the TTS engine interface for setLanguage and loadLanguage. by Jean-Michel Trivi · 15 years ago
  44. ee513b6 Merge change 5444 into donut by Android (Google) Code Review · 15 years ago
  45. 6c24f24 In the native layer for the TTS service, delete the data allocated for the callback after the signal for the end of the synthesis has been received. by Jean-Michel Trivi · 15 years ago
  46. 1aacdcf Adding splitting to the TTS to guard against extremely long strings. by Charles Chen · 15 years ago
  47. e88d803 Merge change 4739 into donut by Android (Google) Code Review · 15 years ago
  48. d3aba7f Add PPTP, L2TP/IPSec preshared key and other fixes. by Hung-ying Tyan · 15 years ago
  49. d4eac5f Merge change 5300 into donut by Android (Google) Code Review · 15 years ago
  50. 60a0ad6 Merge change 5329 into donut by Android (Google) Code Review · 15 years ago
  51. d0f6715 frameworks/base - CDMA settings additions by David Krause · 15 years ago
  52. 28dbae7 Using a sendBroadcast to notify interested parties of when by Charles Chen · 15 years ago
  53. 7af9e19 Fixing the synth function so that queue processing continues. by Charles Chen · 15 years ago
  54. 6a0e293 Fix bug in TTS service where the language setting was using the default language by Jean-Michel Trivi · 15 years ago
  55. 2ea5349 Adding support for pitch changes of the synthesized text in Text-To-Speech. by Jean-Michel Trivi · 15 years ago
  56. 6afe813 Merge change 4720 into donut by Android (Google) Code Review · 15 years ago
  57. 31a88fa Fix string formatters in SettingsProvider SecurityException message. by Brett Chabot · 15 years ago
  58. 2810f68 Merge change 4694 into donut by Android (Google) Code Review · 15 years ago
  59. 16dd82c Make SettingsProviders SecurityException messages more verbose. by Brett Chabot · 15 years ago
  60. d146874 Grouping under TextToSpeech.Engine the constants to be used by by Jean-Michel Trivi · 15 years ago
  61. e748161 Merge change 4529 into donut by Android (Google) Code Review · 15 years ago
  62. 605a66b In the TTS service, read the default TTS settings from Settings.Secure. by Jean-Michel Trivi · 15 years ago
  63. f204ab3 Squashed commit of the following: by Eric Fischer · 15 years ago
  64. a0a854d Merge change 4398 into donut by Android (Google) Code Review · 15 years ago
  65. 679d728 Using Locale to specify language and country for a TTS language to load, by Jean-Michel Trivi · 15 years ago
  66. 68fdd3d Use the new keystore API in vpn service. by Chung-yih Wang · 15 years ago
  67. f1170fb Merge change 4251 into donut by Android (Google) Code Review · 15 years ago
  68. 35a8e80 Updating TTS engine interface for setting the language based on language, country and variant codes by Jean-Michel Trivi · 15 years ago
  69. cb05cc4 Fix the build: Remove ADD_SYSTEM_SERVICE, which I had accidentally by Dan Egnor · 15 years ago
  70. 2d4b6ad9 Remove obsolete FOTA_UPDATE permission (which should never have been by Dan Egnor · 15 years ago
  71. 4c424d6 On the way of refactoring out SingleServerProfile.java. by Hung-ying Tyan · 15 years ago
  72. 6599426 Merge change 4017 into donut by Android (Google) Code Review · 15 years ago
  73. 3287695 Make the date format preference work again. by Eric Fischer · 15 years ago
  74. f94b644 Add the VPN services package, VPN service base classes and L2tpIpsecService. by Hung-ying Tyan · 15 years ago
  75. b3c5a87 Made the platform TTS service aware of the path for the default TTS library to load. by Jean-Michel Trivi · 15 years ago
  76. f85aa5a Restructuring the TTS files so that it works as a Service by Charles Chen · 15 years ago
  77. ee748d37 Fix network preference getting incorrectly set. by Jaikumar Ganesh · 15 years ago
  78. 9bfbfbd Add a method to get the PhoneType in CellLocation. by Jaikumar Ganesh · 15 years ago
  79. 79a6b3b Settings: Disable network location service by default, enable GPS instead. by Mike Lockwood · 15 years ago
  80. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 15 years ago
  81. 9637d47 AI 144372: Cleanup Settings support for enabling and disabling location providers: by Mike Lockwood · 15 years ago
  82. 767a662 AI 144185: Integrate cdma into the main code base. by Wink Saville · 15 years ago
  83. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  84. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  85. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  86. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  87. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  88. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  89. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  90. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  91. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  92. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  93. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  94. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago