• Home
  • History
  • Annotate
  • only in /frameworks/support/v4/donut/android/support/v4/
History log of /frameworks/support/v4/donut/android/support/v4/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ea4f700ac38424954c56df5138ff794def50b019 23-Sep-2014 Chris Banes <chrisbanes@google.com> Properly handle window inset changes on L

Added ViewCompat APIs for OnApplyWindowInsetsListener
since it was needed for the fix.

BUG: 17608376

Change-Id: I59411d6b364f2da22a1b187b206b8f47e25bf38b
iew/OnApplyWindowInsetsListener.java
iew/WindowInsetsCompat.java
9038afb70d70650d87659bb252181ca8645670b8 06-Aug-2014 Chris Craik <ccraik@google.com> add getOutline support to RoundedBitmapDrawable

bug:15933290

Change-Id: I8427ac646091e33eaa2ed567fb656b1a4ea267a7
raphics/drawable/RoundedBitmapDrawable.java
e2279e2a97c5983f09343c1c1ee23dba8325d874 26-Jun-2014 Przemyslaw Szczepaniak <pszczepaniak@google.com> Remove TextToSpeechClient API.

Bug: 15834470
Change-Id: I1f42c4c0a86d5a9f3a0260834424c33107f2a556
peech/tts/RequestConfig.java
peech/tts/RequestConfigHelper.java
peech/tts/TTSImplementation.java
peech/tts/TextToSpeechClient.java
peech/tts/VoiceInfo.java
040bddb475b7c4d1bc9f14c053573ca7ae441545 12-Jun-2014 Przemyslaw Szczepaniak <pszczepaniak@google.com> s/ITextToSpeechClient/TTSImplementation.

"I" prefix is reserved for AIDL interfaces in Android.

Change-Id: I0d43b6f7f58c6961f800e6ca4b02f5b68f2ef0ee
peech/tts/ITextToSpeechClient.java
peech/tts/TTSImplementation.java
peech/tts/TextToSpeechClient.java
b3a8ff8cdefdf314a87087a12f46893884869453 04-Jun-2014 Przemyslaw Szczepaniak <pszczepaniak@google.com> Revert "Add missing #isSpeaking to TTS API V2"

This reverts commit 55490349de9fcd0f5969445a56e2f6d1f1019e08.

I will re-submit this commit after TextToSpeechClient#isSpeaking is in the pre-build framework jar.

Change-Id: I3f9fed2ea1c579f953868732e71973296d152e68
peech/tts/ITextToSpeechClient.java
peech/tts/TextToSpeechClient.java
55490349de9fcd0f5969445a56e2f6d1f1019e08 04-Jun-2014 Przemyslaw Szczepaniak <pszczepaniak@google.com> Add missing #isSpeaking to TTS API V2

This change mirrors recent changes in the TTS API.

Change-Id: Ifbf2a05cf578ed9dae296af95192ffbe84c0ef54
peech/tts/ITextToSpeechClient.java
peech/tts/TextToSpeechClient.java
038790cbe7a95407922b4a3240276f7ceb2f48b0 22-May-2014 Griff Hazen <griff@google.com> am f41a1b38: am 573399d1: Merge "Move v4 support base dir to donut to match master." into klp-modular-dev

* commit 'f41a1b380593330a74dc96121c53a554e89478ec':
Move v4 support base dir to donut to match master.
32206831aeb5d910877867ca16c4b994a987331a 21-May-2014 Griff Hazen <griff@google.com> Move v4 support base dir to donut to match master.

This will conflict with master but will merge nicely
after.

Master already has an API4 base lib and it's called donut
instead of base. To fix a merge conflict previously,
I allowed both libs to coexist. This collapses them back.

Change-Id: I18c15cf22c20c00d8e5780a90485f9fca4894d2f
pp/NotificationCompatBase.java
pp/RemoteInputCompatBase.java
c08b0b821305cb47ed4a76440fd228fcbd1fa444 09-May-2014 Przemyslaw Szczepaniak <pszczepaniak@google.com> Fix unresolved link tags from tts in v4 support library.

Change-Id: I00f97aadf430aebd517d38a06d975d6cbec00d24
peech/tts/VoiceInfo.java
8e65b64e60cfcf07acafecbde5a750bdcfdc2df1 07-May-2014 Przemyslaw Szczepaniak <pszczepaniak@google.com> Merge TTS support library into android-support-v4

v4 is the lowest API that exposes TextToSpeech, so it makes sense
to drop the TTS support library into the existing android-support-v4.

I've added a new helper sub-library named android-support-v4-donut (API level 4).
It contains all the public classes and interfaces needed by the new TTS API
support. Thanks to that library, all later helper sub-libraries can directly
use those classes and interfaces - it makes the implementation significantly
simpler.

Change-Id: Idd03a8ad85e256007874e611c464f378e7a29c15
peech/tts/ITextToSpeechClient.java
peech/tts/RequestConfig.java
peech/tts/RequestConfigHelper.java
peech/tts/TextToSpeechClient.java
peech/tts/VoiceInfo.java