summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Move support library away from using ICU.addLikelySubtags(string)Narayan Kamath2015-02-191-0/+28
| | | | | | | ... and getScript(String). bug: 15876704 Change-Id: I6b046fc4ee91d668cfb4d91ef782180169f4bb46
* Suppress tests that require user interaction.Jeff Sharkey2014-11-181-3/+5
| | | | | Bug: 18429595 Change-Id: I8768a2627ba78b077ee79554e61ca16372a93bf3
* Add tests for NotificationCompat.Action.WearableExtender.Pete Gast2014-10-072-3/+305
| | | | | | | Expand tests for customized labels. BUG: 15774526 Change-Id: I39989d2388a87871eab8b2c852db014181451163
* Utility to represent document trees.Jeff Sharkey2014-09-223-0/+415
| | | | | | | | | | | | | | | | | | | | API 21 adds the powerful new ACTION_OPEN_DOCUMENT_TREE, but it can be tedious to use correctly, and developers can be overwhelmed when suddenly forced to use it because of SD card security changes. To ease the transition process, this change introduces a new DocumentFile object that looks and feels like a traditional java.util.File object. However, it has nontrivial overhead because it creates new objects for every file traversed, and because it doesn't cache any metadata. Since developers probably have code heavily using java.util.File, offer fromFile() to simplify their code paths; they can adopt DocumentFile and have their core logic work on both API 21 and older versions. Bug: 17490054 Change-Id: I034a0d6b800bcba489e5a6231b4fe62b5076456d
* am fa90e0ba: am 646064ed: Merge "Add some test for wearable extenders in ↵Griff Hazen2014-07-145-0/+312
|\ | | | | | | | | | | | | support lib." into klp-modular-dev * commit 'fa90e0ba568e4834e481ce895c002d9d51f44fb9': Add some test for wearable extenders in support lib.
| * Add some test for wearable extenders in support lib.Griff Hazen2014-07-115-0/+312
| | | | | | | | Change-Id: If0c2ca670a65f85c7239e77c4665e9165ec75ae8
* | Remove TextToSpeechClient API.Przemyslaw Szczepaniak2014-06-262-654/+0
| | | | | | | | | | Bug: 15834470 Change-Id: I1f42c4c0a86d5a9f3a0260834424c33107f2a556
* | Merge TTS support library into android-support-v4Przemyslaw Szczepaniak2014-05-093-1/+655
|/ | | | | | | | | | | | | 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
* Generalize support library tests.Jeff Sharkey2013-05-304-0/+415
Change-Id: I21c828268e7a7e4ca6be5dae7a5ab85789a9a7b5