summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use Balanced line breaker instead of HighQuality.Deepanshu Gupta2015-05-131-1/+1
| | | | | | | Fallback to the Balanced line breaker till the time HighQuality one is implemented. Change-Id: I51e9882c5c733e5409f932ef740684829340ced9
* Update nav bar icons.Deepanshu Gupta2015-05-1324-14/+149
| | | | | | | | | | - Add a script to copy the icons from the original source. - Update layout used for the navigation bar to be closer to the original layout. - Update test image with the latest rendering. - Add a nexus 5 landscape device config to help with testing. Change-Id: I0b6674955e0970a6a8cce148b1b7aa61e1752ccd
* Load ICU data in LayoutLibDeepanshu Gupta2015-05-134-6/+19
| | | | | | Also return the correct version numbers for ICU data. Change-Id: I7de973b5553c73948870b97bdc12a880bb2fdd85
* Add missing delegates for M preview.Deepanshu Gupta2015-05-1336-376/+491
| | | | | | | | | | | | | - Remove ICU dependency (use the version bundled with platform). - Restructure intelliJ project to move dependencies to module. - Minor fixes to layoutlib tests. TODO: - Load ICU data. - Hyphenator doesn't work. - High quality line breaker not present. Change-Id: I965e096e17bfc97ee995a649c3f4f6f64bb4f70d
* Run setup for full tests only once.Deepanshu Gupta2015-05-131-26/+36
| | | | Change-Id: Iee64dbd88d473b7be08581f26ccddf649aed8e56
* Remove kxml dependency.Deepanshu Gupta2015-05-137-43/+151
| | | | | | | Create XmlPullParser using callback provided by the client. This enables clients to choose which XmlPullParser implementation they want. Change-Id: I9ad97a4777820cdbe5c8fc3716f74ddec9065c70
* Merge "Add QS Tuner" into mnc-devJason Monk2015-05-149-15/+591
|\
| * Add QS TunerJason Monk2015-05-139-15/+591
| | | | | | | | Change-Id: I908d0161b7209b8e99299f5cb3eb58f3d7b52752
* | Ignore small time changes in alarm manager.Dianne Hackborn2015-05-132-87/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out switching to the new kernel alarm reporting causes lots and lots of spurious flags that the clock has changed. The alarm manager would blindly trust these, thinking the world has changed on it and recomputing everything and reporting this to everyone else. This was expensive. We now verify that the time has changed sufficiently that it is worth caring about. This is basically the same algorithm that battery stats was using to avoid recording small clock changes, so we are really just pushing this down into the alarm manager and can now remove that from battery stats. Also since we are getting these so much, make use of the other information in about the wakeup that tells us if an alarm went off to avoid doing anything if it didn't. Change-Id: I6f4f4226db6eb2b38ca73860786e7cf7c9136cc3
* | am 7238435e: (-s ours) resolved conflicts for merge of e869835d to ↵John Reck2015-05-140-0/+0
|\ \ | | | | | | | | | | | | | | | | | | lmp-mr1-ub-dev * commit '7238435e9b3f133965b63abc7b352b34f9401af5': DO NOT MERGE Backport of limited jank-tracking metrics
| * \ resolved conflicts for merge of e869835d to lmp-mr1-ub-devJohn Reck2015-05-1327-116/+805
| |\ \ | | | | | | | | | | | | Change-Id: Ia183cafb1aa19dcbb6e3bbefceecec5df29663da
| | * \ am a5b28b92: am 69355eaa: Merge "DO NOT MERGE Backport of limited ↵John Reck2015-05-1327-116/+805
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jank-tracking metrics" into lmp-mr1-dev * commit 'a5b28b92b14d0949d43be6198fedc31872ad07f6': DO NOT MERGE Backport of limited jank-tracking metrics
| | | * \ am 69355eaa: Merge "DO NOT MERGE Backport of limited jank-tracking metrics" ↵John Reck2015-05-1327-116/+805
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-mr1-dev * commit '69355eaa1c1f4bfc961d5dd9fdb0f3817d36d5f0': DO NOT MERGE Backport of limited jank-tracking metrics
| | | | * \ Merge "DO NOT MERGE Backport of limited jank-tracking metrics" into lmp-mr1-devJohn Reck2015-05-1327-116/+805
| | | | |\ \
| | | | | * | DO NOT MERGE Backport of limited jank-tracking metricsJohn Reck2015-03-1827-116/+805
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 19821830 Cherry-pick of ba6adf66d3c44c0aa2fd8a224862ff1901d64300 Cherry-pick of e70c5754d01f2ab0ff47ea3eabaa88aca5ed2a36 Change-Id: Id342fa0ab345f204bec58acf45ce72f6de950cfb
* | | | | | | Merge "Fix build." into mnc-devDianne Hackborn2015-05-141-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix build.Dianne Hackborn2015-05-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I94c7e3033721c1d8024a212614752512e685289b
* | | | | | | | Merge "Fix fingerprint for multiuser" into mnc-devJorim Jaggi2015-05-143-53/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix fingerprint for multiuserJorim Jaggi2015-05-133-53/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iab18c4de9764da1a65490b186b33535f8e79e1e5
* | | | | | | | | Merge "Allow partial playback parameter settings in AudioTrack" into mnc-devAndy Hung2015-05-141-10/+32
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Allow partial playback parameter settings in AudioTrackAndy Hung2015-05-131-10/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifb12c85312e25aa74da47fe0eae2d5b1fa4bb23b
* | | | | | | | | Merge "Add support for static RadioCapabilities." into mnc-devRobert Greenwalt2015-05-143-1/+47
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add support for static RadioCapabilities.Robert Greenwalt2015-05-133-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some RILs don't support RIL_REQUEST_GET_RADIO_CAPABILITY. Add code to RIL.java to notice a REQUEST_NOT_SUPPORTED response and check config.xml (config_radio_access_family) for a static answer. Also catching GENERIC_FAILURE responses because Hammerhead modem returns that. B 21079604 created for this. If neither Modem nor config.xml provide data, uses RAF_UNKNOWN so we don't lie about capabilities and also so we fail fast (setPreferredNetwork won't work). bug:20561357 Change-Id: I49e4527fe94919a7094bc7c1e100d20e8f833865
* | | | | | | | | | am 3ccf0caf: am 7fc3b6c0: am abd8d422: am f5d6156c: Merge "Docs: NDK r10e ↵David Friedman2015-05-141-20/+179
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes to publish to DAC." into lmp-docs * commit '3ccf0caf015034976f8c654d89ac74619aa94bd0': Docs: NDK r10e changes to publish to DAC.
| * | | | | | | | | am 7fc3b6c0: am abd8d422: am f5d6156c: Merge "Docs: NDK r10e changes to ↵David Friedman2015-05-131-20/+179
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | publish to DAC." into lmp-docs * commit '7fc3b6c00b55e15881d1f098666399b674a64e42': Docs: NDK r10e changes to publish to DAC.
| | * \ \ \ \ \ \ \ \ am abd8d422: am f5d6156c: Merge "Docs: NDK r10e changes to publish to DAC." ↵David Friedman2015-05-131-20/+179
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-docs * commit 'abd8d42225f58396abaef2cf0e8a604be111e683': Docs: NDK r10e changes to publish to DAC.
| | | * \ \ \ \ \ \ \ \ am f5d6156c: Merge "Docs: NDK r10e changes to publish to DAC." into lmp-docsDavid Friedman2015-05-131-20/+179
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f5d6156ce8e56eb92abcf046fd8ff5a9647d38ae': Docs: NDK r10e changes to publish to DAC.
| | | | * \ \ \ \ \ \ \ \ Merge "Docs: NDK r10e changes to publish to DAC." into lmp-docsDavid Friedman2015-05-131-20/+179
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | Docs: NDK r10e changes to publish to DAC.David Friedman2015-05-131-20/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id178523df1d5524bb25d43e304591526e6488b92
* | | | | | | | | | | | | | Merge "Add back alpha atrace log" into mnc-devChris Craik2015-05-133-8/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Add back alpha atrace logChris Craik2015-05-133-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:20922838 Change-Id: I70ccbffdd5f140cd1dd71fbf456fb5b085e74a4a
* | | | | | | | | | | | | | Merge "Access mock location is no longer a runtime permission - framework" ↵Svet Ganov2015-05-1310-101/+118
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dev
| * | | | | | | | | | | | | | Access mock location is no longer a runtime permission - frameworkSvet Ganov2015-05-1310-101/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The access mock location is no longer a runtime permission. It is a signature protected one that apps cannot get but the fact they request it means they want to inject location into the system. Now the user gets to choose the current mock location app in developer options from the apps that request the mock location permission. The access to mock location is no longer guarded by the permisson but from a new app op which is off by default and the settiings UI sets it to enabled only for the currently selected mock location app. bug:21078873 Change-Id: I19e3f9dc7c7de82eab46b30fec1abfbca54a0e59
* | | | | | | | | | | | | | | Merge "MediaPlayer/TimedMetaData: API updates related to timed metadata" ↵Robert Shih2015-05-134-34/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dev
| * | | | | | | | | | | | | | | MediaPlayer/TimedMetaData: API updates related to timed metadataRobert Shih2015-05-134-34/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - renamed MediaPlayer.*OnTimedMetaData* to *OnTimedMetaDataAvailable* - added `final` modifier to TimedMetaData class - added javadocs for TimedMetaData public methods - renamed private members and cooresponding accessors for TimedMetaData - reworded existing TimedMetaData javadoc Bug: 21045118 Change-Id: If0113307fce08083226fc7f64c4fe6f93553d899
* | | | | | | | | | | | | | | | Merge "Call dispatchFinishTemporaryDetach before returning a transient view" ↵Alan Viverette2015-05-131-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dev
| * | | | | | | | | | | | | | | | Call dispatchFinishTemporaryDetach before returning a transient viewAlan Viverette2015-05-071-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ListView caches transient state views for reuse during layout, which calls dispatchStartTemporaryDetach() before caching the view. This should always be followed by a corresponding dispatchFinishTemporaryDetach() before removing the view from the cache and returning it for reuse. While this was the case for other types of cached views, we missed this call for views placed in one of the two transient view caches. Bug: 17387206 Change-Id: I840ed1338b1bc623dcb77c8b42d2fb6bf646de2e
* | | | | | | | | | | | | | | | | Merge "Hide getPackageProcessState(), it is not ready yet." into mnc-devDianne Hackborn2015-05-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Hide getPackageProcessState(), it is not ready yet.Dianne Hackborn2015-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I188c647573207e89510174e3ad56ca0c19e5ece3
* | | | | | | | | | | | | | | | | | Merge "Refactor StatusHints (1/3)" into mnc-devIhab Awad2015-05-133-43/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Refactor StatusHints (1/3)Ihab Awad2015-05-133-43/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor StatusHints to use the new Icon class. Bug: 21040387 Change-Id: I3e7aae38127294b46859efb6a2aec71cf90e0e2a
* | | | | | | | | | | | | | | | | | | Merge "Add IntentFilter auto verification - part 10" into mnc-devFabrice Di Meglio2015-05-131-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Add IntentFilter auto verification - part 10Fabrice Di Meglio2015-05-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - tune Intent resolution candidates filtering: remove the undefinedList from the results and then add it again it there is no more candidates. See bug #19628271 Change-Id: I9ab077f6a431367be8bab30c134d34e1e7ac51ed
* | | | | | | | | | | | | | | | | | | | Merge "media: rename MediaCodec.setSurface to setOutputSurface" into mnc-devLajos Molnar2015-05-133-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | media: rename MediaCodec.setSurface to setOutputSurfaceLajos Molnar2015-05-133-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 21045402 Change-Id: Ie57880af6ce6feea9713360b094f2b198d3c119e
* | | | | | | | | | | | | | | | | | | | | Merge "Address API feedback for PostMessage" into mnc-devSelim Gurun2015-05-133-9/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Address API feedback for PostMessageSelim Gurun2015-05-133-9/+33
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 21043955 Add anchor tags, and hide the constructor for WebMessagePort. Change-Id: Ibd2e15581c06be9015a3cd7c7741edf6657d4552
* | | | | | | | | | | | | | | | | | | | | Merge "Fix build" into mnc-devJorim Jaggi2015-05-131-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Fix buildJorim Jaggi2015-05-131-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia9277c6c983758d301c89312e39b59a2db0b29c4
* | | | | | | | | | | | | | | | | | | | | Merge "Modify how USB connections are handled." into mnc-devNick Kralevich2015-05-139-152/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \