summaryrefslogtreecommitdiffstats
path: root/docs/html/about/versions
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix build errors due to linked apache http classesJoe Fernandez2015-08-161-1/+1
| | | | | | - apache.http packages have been dropped in mnc-dev, causing build errors Change-Id: I3bcfe0e9a6ecfb20b27df1712e2e527f6af85982
* docs: Android 5.1 API Release notes (Lollipop MR1)Joe Fernandez2015-08-162-1/+125
| | | | | | Cherry pick from Change-Id: I47f59ade26086b8368d8b395f92992edc27510d0 Change-Id: I47f59ade26086b8368d8b395f92992edc27510d0
* docs: Update Preview downloads page for Developer Preview 3Joe Fernandez2015-08-161-1/+0
| | | | | | | - System image downloads for Preview 3 - Preview 3 documentation download Change-Id: I6a0daee44a1e8bd3421b0918daf72aff97b86e4c
* am 70d39c28: am 2b856100: Merge "docs: Removed references to lockscreen ↵Robert Schaub2015-07-141-0/+5
|\ | | | | | | | | | | | | widgets, added note to Android 5.0 changes page" into mnc-preview-docs * commit '70d39c2836f3c05a93035439df0082b5c471c010': docs: Removed references to lockscreen widgets, added note to Android 5.0 changes page
| * docs: Removed references to lockscreen widgets, added note to Android 5.0Robert Schaub2015-07-131-0/+5
| | | | | | | | | | | | | | | | | | changes page Removed one line from source code sample as well. Bug: 20826638 Change-Id: I3c27353db0f0092c21962f9beec1bf1da52ee9d5
* | am c1b4b058: am c5a480d1: am fdad629f: am 6859a9f0: Merge "docs: Pare down ↵Luan Nguyen2015-06-241-1/+1
|\ \ | |/ | | | | | | | | | | the adb guide and remove sections that are duplicated in the tools list." into lmp-docs * commit 'c1b4b0580ccdbccee25f4bc97e94530e4982e1f7': docs: Pare down the adb guide and remove sections that are duplicated in the tools list.
| * am fdad629f: am 6859a9f0: Merge "docs: Pare down the adb guide and remove ↵Luan Nguyen2015-06-241-1/+1
| |\ | | | | | | | | | | | | | | | | | | sections that are duplicated in the tools list." into lmp-docs * commit 'fdad629fc089783fa0b3caad62ba99a9083f8645': docs: Pare down the adb guide and remove sections that are duplicated in the tools list.
| | * docs: Pare down the adb guide and remove sections that are duplicatedLuan Nguyen2015-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | in the tools list. bug: 12879186 Change-Id: Ic2d17ef29eac15a9ffc40e05b056dc17d71069e8
* | | Only current IME and spell checker can access user dictionarySvetoslav2015-06-241-2/+2
| | | | | | | | | | | | Change-Id: I6c5716d4d6ea9d5f55a71b6268d34f4faa3ac043
* | | Remove not needed contacts related permissions.Svetoslav Ganov2015-06-232-12/+12
| | | | | | | | | | | | | | | | | | This reverts commit ed5ff51b2ca7c051e2719dfc8a8a083e6208848e. Change-Id: If2407e4e474a438d95e1b7ad1aa6f441bb3ace08
* | | Revert "Remove not needed contacts related perissions."Bart Sears2015-06-232-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | Broke the build, reverting. This reverts commit a2991da0d671adf511ccb884cf25bf1241303f92. Change-Id: I2bdfa70fbd8a6c03e48426f85eeb63896762d5da
* | | Remove not needed contacts related perissions.Svet Ganov2015-06-222-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the read/write profile/social stream permissions as they are not needed anymore. These permissions are for accessing data nested in the conacts provider which is already guaded by the read/write contacts runtime permissions. The removed permissions would be in the contacts group which means they would not provide more protection compated to read/write contacts. Also removing the permissions voids the need for app op support for legacy apps. Removed deprecated APIs for social streams as these were deprecated and will go away in the next release. We want apps targeting M to not be able to compile if still suing these APIs to help with migration. Change-Id: I26ed9055847af7f92c78eb0f4ac8f9f1aa616fcd
* | | Remove bookmarks provider and associated permissions - frameworkSvetoslav2015-06-111-3/+3
| | | | | | | | | | | | Change-Id: I7f5a2f14a12da473f05a5075d98e762f8f8ed970
* | | resolved conflicts for merge of ab6d5376 to mnc-devDirk Dougherty2015-05-181-85/+62
|\ \ \ | |/ / | | | | | | Change-Id: Ice8e511bffa6a0bc3aec9e44c059a7dfde91d65f
| * | Doc change: adjust distribute and preview card grids and styles.Dirk Dougherty2015-05-171-86/+58
| |/ | | | | | | Change-Id: I0b0fd5688c5efdb881d677173afdfb5f63d2fa73
* | Fix build: Revert "docs: Android 5.1 API Release notes (Lollipop MR1)"Ed Heyl2015-03-022-129/+0
|/ | | | This reverts commit 50d0953a86af7d6ad2bfaa2ac13d943781f210cb.
* docs: Android 5.1 API Release notes (Lollipop MR1)Joe Fernandez2015-03-022-0/+129
| | | | Change-Id: I47f59ade26086b8368d8b395f92992edc27510d0
* Adding videos for 5.0 changes and watch face development.Eric Gilmore2015-02-101-7/+14
| | | | | | | | | On branch pilot-videos Changes to be committed: modified: docs/html/about/versions/android-5.0-changes.jd modified: docs/html/training/wearables/watch-faces/index.jd Change-Id: I2dd852f3af8ae39f91ec08aadd5c03ff9996b46b
* docs: Updated the description of the enhanced camera APIs in L.Quddus Chong2015-01-051-2/+4
| | | | | | bug: 18142680 Change-Id: I0b15048bb099443a4cb790fbd2100456f2bfa4d6
* Merge "Adds link to related video." into lmp-docsDavid Friedman2014-12-111-3/+11
|\
| * Adds link to related video.David Friedman2014-12-101-3/+11
| | | | | | | | Change-Id: I22823b0df2863c4e733d389d20440debb16c5631
* | docs: Added info about managed profiles to "Android 5.0 Changes"Andrew Solovay2014-12-101-5/+65
|/ | | | | | | | Also a couple of unrelated changes while the file was open. See first comment for link to staged doc. Change-Id: I56dd57104729dec353b0dd630715a43a73d043d3
* Fixes a typo, in which the word "give" is repeated.David Friedman2014-12-011-1/+1
| | | | | | Bug 18553334 Change-Id: Ie21fd8d0b6951a28bc547d08b2777a2c80fdbc1f
* remove preview system image linkssmain@google.com2014-11-142-18/+0
| | | | | | bug: 18376658 Change-Id: I5f0e79e4261a004a84a09c0095d77f985abdf868
* docs: Removed statement that ART does not implement compacting garbage ↵Quddus Chong2014-11-061-4/+2
| | | | | | | | collection. bug: 18181075 Change-Id: Ibbb20604595a6740d19ec1d887854d60fb9d797b
* Doc change: update behavior changes and move to separate doc. Add nogotofail ↵Dirk Dougherty2014-11-052-237/+550
| | | | | | to SSL best practices. Change-Id: Ib4c0b0d442b1ef879cb01b3972845ef93360c5b8
* update android workplace screenshotsmain@google.com2014-10-221-3/+4
| | | | | | bug: 18038081 Change-Id: I6cc59cf002000ee2c938e634ef3662fbba2c70cc
* docs: Updated Android 5.0 API overview to reflect changed WebView behavior ↵Quddus Chong2014-10-221-3/+29
| | | | | | for mixed content and 3rd party cookies. Change-Id: Ib152d6577d2369b71aa52e6013a2ff1fbcab0c6e
* Doc change: misc changes to highlights.smain@google.com2014-10-201-11/+18
| | | | Change-Id: I60964bf1d8e299985da9ca6b2b6cfb70a1477bbc
* update workplace description in lollipop highlightssmain@google.com2014-10-201-13/+14
| | | | | | bug: 18038081 Change-Id: I612fc52392bc0fb71cc2e7b4c0da1fcaae6ac6fe
* add info about device owner app to the workplace highlightssmain@google.com2014-10-181-4/+11
| | | | Change-Id: Ib1c5809e0d9e923fd71f4b33b1ef44091f1f3df4
* Merge "add glare effect to screenshot and add 1x version with srcset" into ↵smain@google.com2014-10-191-2/+2
|\ | | | | | | lmp-dev
| * add glare effect to screenshot and add 1x version with srcsetsmain@google.com2014-10-181-1/+1
| | | | | | | | Change-Id: I28ccd7bf509a65859b81e4fed8c63fbe62dad0b4
* | add info about workspaces to the lollipop highlightssmain@google.com2014-10-182-19/+23
|/ | | | | | | | also move the workplace launcher image from the API Overview to the highlights... and also just remove all images from the Overview for simplicity there. Change-Id: I36cc6d58efa6c5c912971b8636fde064b0f26797
* docs: Android L release fixesJoe Fernandez2014-10-172-6/+3
| | | | | | | | | - L Highlights fixes b/18029526 - L API Overview fixes b/18034482 Change-Id: I2e93ece18748c15a8fe10749e75008bf5ed9a7c0
* docs: Fixed sound and vibration section in Android 5.0 API overview.Quddus Chong2014-10-171-3/+6
| | | | Change-Id: Icb5379cb1c390c011c9ca8c1d585ebcaea8f92dc
* Merge "edits to the Lollipop highlights" into lmp-devsmain@google.com2014-10-171-4/+8
|\
| * edits to the Lollipop highlightssmain@google.com2014-10-171-4/+8
| | | | | | | | Change-Id: I1702946aca8c30528488465be422a9b68a9ae049
* | docs: Updated Android 5.0 API Overview to reflect thatQuddus Chong2014-10-171-11/+4
| | | | | | | | | | | | | | setting the device to RINGER_MODE_NORMAL or RINGER_MODE_VIBRATE causes the device to leave priority mode. Change-Id: I9a7be4529f757417a62ca376df39bf01309e1e69
* | Merge "Doc change: Add Lollipop to platform versions table." into lmp-devDirk Dougherty2014-10-171-5/+3
|\ \ | |/ |/|
| * Doc change: Add Lollipop to platform versions table.Dirk Dougherty2014-10-171-5/+3
| | | | | | | | Change-Id: Iad84444396a3b2d24403e88398ca21933741b819
* | edits to the lollipop highlightssmain@google.com2014-10-171-26/+29
|/ | | | Change-Id: I7efaae064780c3f778f25d11e9378852c11eb5eb
* add Lollipop highlights and revision to 5.0 API overview introsmain@google.com2014-10-162-6/+262
| | | | Change-Id: Ic50db6ea2ea9893088f271ce2427ccda69fc6b75
* docs: Updates to Android 5.0 API Overview.Quddus Chong2014-10-161-6/+5
| | | | Change-Id: I0dcbb134fc499da0172bfe8d79c5aaa1a4b3ef75
* docs: Added L API overview.Quddus Chong2014-10-151-0/+1189
| | | | Change-Id: Idd042b41a99f61faa6b011c2900210ed38b017b9
* cherrypick from klp-docs docs: b/14524668 remove ANDROID_ID Change-Id: ↵Scott Rowe2014-07-171-2/+1
| | | | | | I83d4389bb8322c2dbca10042e666fc9b75ea8a12 Change-Id: I2ee3cc1269fcd9b31f1f71fc5fc3cd8d62ebf31f
* Merge "Doc change: add cropped kk device image and adjust position on ↵Dirk Dougherty2013-12-041-2/+2
|\ | | | | | | highlights doc." into klp-docs
| * Doc change: add cropped kk device image and adjust position on highlights doc.Dirk Dougherty2013-12-041-2/+2
| | | | | | | | Change-Id: I927091e1251c5477de4462a61c01c9bcf82ad9e2
* | fix FPS typo in JB highlights, reported by vharronScott Main2013-12-021-2/+3
|/ | | | Change-Id: I6a98af7730d1e56f08b5ba9a9f7d462cc35e17e8
* Add link to HCE dev guide.Dirk Dougherty2013-11-151-1/+1
| | | | Change-Id: I452a59ff81d0e0e34cb6802acfc539fa1219bd68