6026 Commits

Author SHA1 Message Date
Vince Harron
e9a4e9deaa Merge "Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don't allocate a lot of memory" game engines do allocate a lot of memory." into klp-ub-dev 2014-04-25 23:17:37 +00:00
Ricardo Cervera
039bd50825 Merge "docs: Added release notes for ADT 22.6.3" into klp-docs 2014-04-25 22:15:28 +00:00
Andrew Solovay
fdc9e56ff8 Correcting name of 'Backup & reset' menu.
Doc is staged at
http://asolovay.mtv.corp.google.com:9000/guide/topics/data/backup.html#Testing

Bug: 14253720
Change-Id: Ib8eb213d8708c02c93c8bc93233db2c828caa925
2014-04-24 15:59:45 -07:00
Andrew Solovay
026c82b191 Doc: Fixed a code sample to use standard methods. Also some formatting
tweaks.

Added blank lines for readability, and broke some long lines
so code samples don't need a scroll bar.

(Update: Fixed indentation that I broke on a code sample.)

Bug: 14045051
Change-Id: I1cf08b899ec55f9093545e71861c84120e4b56a1
2014-04-22 19:29:07 -07:00
Andrew Solovay
3555e4aef0 Fixed a typo in a code sample.
Fix is staged to: http://asolovay.mtv.corp.google.com:9000/guide/topics/ui/actionbar.html#Dropdown

Bug: 14043905

Change-Id: I8b71d55d51bf88ab9790309e6e63e755d03b2c85
2014-04-22 00:04:39 +00:00
Ricardo Cervera
974588d149 Merge "docs: Watermarked images for codes that weren't found." into klp-docs 2014-04-18 19:02:04 +00:00
Ricardo Cervera-Navarro
84e6bc61c6 Merge "Revert "docs: Watermark images with easter eggs"" into klp-docs 2014-04-18 19:01:48 +00:00
Ricardo Cervera
453df8e6e3 docs: Watermarked images for codes that weren't found.
Details:

Line 84
http://goo.gl/1QTi2T
http://developer.android.com/design/get-started/ui-overview.html
http://developer.android.com/design/media/ui_overview_notifications.png

Line 81
http://goo.gl/bHjQsk
http://developer.android.com/design/style/touch-feedback.html
http://developer.android.com/design/media/touch_feedback_communication.png

Line 76
http://goo.gl/HGUj4v
http://developer.android.com/design/patterns/navigation-drawer.html
http://developer.android.com/design/media/navigation_drawer_titles_icons.png

Line 11
http://goo.gl/yYQniH
http://developer.android.com/design/patterns/selection.html
http://developer.android.com/design/media/selection_adjusting_actions.png

Line 10
http://goo.gl/M2QJa7
http://developer.android.com/design/building-blocks/dialogs.html
http://developer.android.com/design/media/dialogs_examples.png

Change-Id: I5df9288b97a9ca58df9f596ae6624c5c91911b3a
2014-04-18 11:54:03 -07:00
Ricardo Cervera-Navarro
326e4a5907 Revert "docs: Watermark images with easter eggs"
This reverts commit dc9ca02c51ecc4468e60c391f8357b5025d6eef1.

Change-Id: Idf4873e2e76d746c227c89c2f84fe44946014752
2014-04-18 18:34:41 +00:00
Ricardo Cervera
6aeea45497 Merge "docs: Added the play from search intent. Bug: 13473141." into klp-docs 2014-04-18 01:46:25 +00:00
Ricardo Cervera
a3b13847b0 docs: Added the play from search intent. Bug: 13473141.
Change-Id: Icf483b5e0446e064b32a782717408484d5806859
2014-04-17 12:31:18 -07:00
Ricardo Cervera
a28bcbc961 docs: Added release notes for ADT 22.6.3
Change-Id: Ic79a03a40db39e66adb226518ddaaeeaf13d17b2
2014-04-17 12:10:24 -07:00
Scott Main
a106923e9a Merge "add image itemprop to specify image for search result snippet" into klp-docs 2014-04-17 00:14:48 +00:00
Scott Main
e26817d07e add image itemprop to specify image for search result snippet
Change-Id: I8c0ed12268318124bdb944db9048fc73284823f9
2014-04-16 16:57:21 -07:00
Ricardo Cervera
dc9ca02c51 docs: Watermark images with easter eggs
Change-Id: I4ab6d614bf43419916633baa062d745f7966a5f9
2014-04-16 14:22:38 -07:00
quddusc
60095240e2 docs: Updated the gradle build number to 4.3.23.
Bug: 14043082

Change-Id: I8068f34b2533631b16dbaeaae3a0465088cc5aaf
2014-04-15 16:57:40 +00:00
Katie McCormick
eca07bfaaf Merge "Doc change: Update CCS doc with new quota info." into klp-docs 2014-04-15 16:52:44 +00:00
Katie McCormick
b642f672f0 Doc change: Update CCS doc with new quota info.
Fix for:

b/12665669

Change-Id: I08f812d37ab6f4347f6401b3a9682c45d96adb81
2014-04-14 15:05:02 -07:00
quddusc
41fb2be0f2 docs: Updated name of API to "Google Maps Android API v2".
Bug: 13666553

Change-Id: I6de26da064fcda4a64e29d35c7d75140c5a4e048
2014-04-14 11:57:33 -07:00
Vince Harron
8da272f4fe Clarified recommended use cases for NDK.
Added - "game engines" officially supported use case for NDK
Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++
Removed - "that don't allocate a lot of memory" game engines do allocate a lot of memory.

Change-Id: I098de65bf0c4b4ab4a85611426b68613692e52c5
2014-04-13 14:57:27 -07:00
Ricardo Cervera
2abf55ca9b Merge "docs: Updated SDK installation instructions for Ubuntu. Bug: 13476147" into klp-docs 2014-04-11 16:07:48 +00:00
Ricardo Cervera
a765e78241 Merge "docs: Added a document on debugging in Android Studio" into klp-docs 2014-04-11 16:06:23 +00:00
Ricardo Cervera
629c34ee18 docs: Added a document on debugging in Android Studio
Change-Id: I073e1db6d7976db0f658aac4aa377877ed931aa2
2014-04-10 11:09:24 -07:00
quddusc
7db3875cdc Merge "docs: Fixed gamepad mapping doc to recommend that B button should be used for back navigation in menus. Bug: 13487101" into klp-docs 2014-04-05 22:23:36 +00:00
Katie McCormick
fc8ea92df1 Merge "Doc Update: notification bug fix." into klp-docs 2014-04-04 21:12:16 +00:00
Katie McCormick
507c9fd016 Doc Update: notification bug fix.
Fixes:

b/13429906

Change-Id: I5c5c12cb244351f71d043c4fb4495828b02ca362
2014-04-04 14:07:35 -07:00
Ricardo Cervera
715139a620 Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs 2014-04-04 17:23:09 +00:00
Ricardo Cervera
6ae21ea7fb Merge "docs: Updated the link to buy a Nexus phone. Bug: 13671312" into klp-docs 2014-04-04 16:51:20 +00:00
Ricardo Cervera
7f427b45bd docs: Fixed action bar example. Bug: 13806963
Change-Id: I27dd1b80cf13eb3d47f48992db535de5a62bcde9
2014-04-04 09:46:11 -07:00
Ricardo Cervera
07aac5e346 docs: Moved small section in Build your project with Gradle doc. Bug: 13767801
Change-Id: Ibf718f6051aabaf1120d4245ffc870fa928138be
2014-04-03 18:04:41 -07:00
Katie McCormick
0cdf60472b Merge "docs: MediaRouteProvider Developer Guide" into klp-docs 2014-04-02 22:58:57 +00:00
Joe Fernandez
55b38fadd0 docs: MediaRouteProvider Developer Guide
Change-Id: I04e63a8972e29d67af6035462fd2808a562ac241
2014-04-02 15:35:15 -07:00
Ricardo Cervera
8e183798d5 Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs 2014-04-02 00:03:00 +00:00
quddusc
5321e9bd48 Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs 2014-04-01 18:12:06 +00:00
quddusc
f74a6cf388 docs: Fixed outdated link to Google Analytics docs.
Bug: 13742301

Change-Id: Idb439a38299be808cd1cd1d317d67efe78f785cc
2014-04-01 17:53:55 +00:00
Scott Main
356820063a Merge "laptop image with redacted" into klp-docs 2014-04-01 17:47:03 +00:00
Scott Main
1afdbb9344 Merge "dashbaord update for 4/1/14" into klp-docs 2014-04-01 17:46:37 +00:00
Ricardo Cervera
8e5775daae docs: Added notes to use the last SDK version to the Build your First App class.
Change-Id: I35820ff887b3d0f4ccc0ce7720576e3e692109b5
2014-04-01 10:46:16 -07:00
Scott Main
b0b84487c1 dashbaord update for 4/1/14
Change-Id: Id38d8a448dc86afecc2e80dc6a5f4fdb26d7cc93
2014-04-01 10:39:42 -07:00
Ricardo Cervera
cf96f81585 docs: Renamed the document on building with Android Studio
Change-Id: Icc2d3562f8d77b593e7a7bac61675a5b15fcd535
2014-04-01 10:16:45 -07:00
Scott Main
bb55852daf laptop image with redacted
Change-Id: I89e6b37840757a53c38686a2cf69297e558ef6d0
2014-03-31 20:40:34 -07:00
Scott Main
b1088bfe8d Merge "update common intents guide to add calendar and alarms." into klp-docs 2014-03-31 21:47:45 +00:00
Ricardo Cervera
fe8b0eac93 docs: Updated SDK installation instructions for Ubuntu. Bug: 13476147
Change-Id: I0eaf8e757757da66ba1a6ce2b77cd709645219a1
2014-03-28 13:56:04 -07:00
Ricardo Cervera
7abf5cdc95 docs: Updated the link to buy a Nexus phone. Bug: 13671312
Change-Id: Ie16f3a86e58af8367e065d444c497fe4c920b2ed
2014-03-28 10:15:24 -07:00
Scott Main
a3a4d46609 am 83d6ae28: fix broken links
* commit '83d6ae2804e280bd1e0980faf4e3090d240eb5f5':
  fix broken links
2014-03-28 03:15:10 +00:00
Scott Main
83d6ae2804 fix broken links
Change-Id: I5964804c219ef02cd5f380bf752061ff7a022d61
2014-03-27 20:07:48 -07:00
Scott Main
22b483ee6e am bbaf11f4: update viewport variable with new underscore format
* commit 'bbaf11f42152d03c26ec0dc02061dc93a1feb830':
  update viewport variable with new underscore format
2014-03-27 20:08:17 +00:00
Scott Main
bbaf11f421 update viewport variable with new underscore format
Change-Id: I68d9e4a57273d86adb9fa2721dc2ce1dbe3ce937
2014-03-27 13:01:56 -07:00
Scott Main
89f4a5463b am 0c933df6: fix bug in code snippet
* commit '0c933df6d09dfb3923e0891028c67249bc8887d5':
  fix bug in code snippet
2014-03-27 19:02:33 +00:00
Scott Main
0c933df6d0 fix bug in code snippet
Change-Id: I98f582d23e5522ef29b9b366bf4a7175eac0bbd5
2014-03-27 11:53:38 -07:00