Alexander Lucas
98a13468a6
Updating samples browser to include ActionBarCompat samples
...
Change-Id: I4bf39042db2bfef3ed538280f6fc533a7a379882
2013-11-21 15:45:13 -08:00
Joe Fernandez
4233252af9
Sample code for OpenGL Android training class
...
( Original Id: Ib1650025a3c4b018c60d70ede3f25113660f68d8 )
Change-Id: I1d760b75d1f2bfe1ec90c71471867577bd146241
(cherry picked from commit 66f6fe6633 )
2013-11-15 19:15:57 +00:00
Adam Koch
8180be1421
Bitmapfun Sample: Minor updates/fixes.
...
Change-Id: I71dce2fdbe41ff67cc0aac9456d72d9aa7cb8318
2013-11-07 22:01:16 +00:00
Dirk Dougherty
a0b7965b3a
Add updated StorageProvider sample, merge _index with existing file.
...
Change-Id: I63d691929d2b30cedaafa5ede900670c59d4f83d
(cherry picked from commit 99acac3adb )
2013-11-01 23:53:24 +00:00
Scott Main
cbf0e9141b
Merge "redirect web overview page to index.html" into klp-docs
2013-11-01 21:49:12 +00:00
Scott Main
f84f063448
redirect web overview page to index.html
...
Change-Id: I2ea6709ab8754ff055c16a1c93314350343bc441
2013-11-01 11:35:13 -07:00
Scott Main
1d38e9a13e
Merge "Updated description for the StorageProvider browseable sample." into klp-docs
2013-10-31 21:10:47 +00:00
quddusc
177a5df995
Fixed broken link in ActivityInstrumentation sample description.
...
Change-Id: I1ab9a5750693f44dec7aa97c99a2cfcd6af0b78e
(cherry picked from commit b5de8afa23 )
2013-10-31 20:01:25 +00:00
quddusc
9edda10707
Updated description for the StorageProvider browseable sample.
...
Change-Id: I3f83a89e3b154f207e4054b92f0d4fc1f7851eb4
(cherry picked from commit a76387f7a4 )
2013-10-31 20:00:41 +00:00
Dirk Dougherty
2397b75dc4
Fix broken javadoc reference.
...
Change-Id: I6b39015c340894715b3b24980ca0241a5e8f2a5a
(cherry picked from commit cc1867bc5b )
2013-10-31 17:01:59 +00:00
Dirk Dougherty
3ef2b0f371
Add StorageProvider sample code to browseables.
...
Change-Id: I353f596e9fc7455781e4c8d7f1972dfcd5739ddb
(cherry picked from commit c921db8d27 )
2013-10-31 16:59:07 +00:00
quddusc
3943cdc962
Updated browsable sample descriptions.
...
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
2013-10-30 20:51:43 -07:00
Dirk Dougherty
1c254de3dd
Merge "Add kk to redirects file." into klp-dev
2013-10-30 17:12:49 +00:00
Roman Nurik
3b6fb5c02b
Merge "Add Android 4.4 Immersive Mode DevByte sample code." into klp-dev
2013-10-30 13:53:17 +00:00
Svetoslav
40bea5476a
Merge "Adding an API demo for how to implement printing in an app." into klp-dev
2013-10-30 06:39:09 +00:00
Svetoslav
0b73e61c6c
Adding an API demo for how to implement printing in an app.
...
This is a very comprehensive code sample in which:
1. Layout based on the selected print options is performed.
2. Layout work is performed only if print options change would change the content.
3. Layout result is properly reported.
4. Only requested pages are written.
5. Write result is properly reported.
6. Both Layout and write respond to cancellation.
7. Layout and render of views is demonstrated.
Change-Id: I0179b025b286f0a511cb2268da18c729c66874ba
2013-10-29 22:59:03 -07:00
Dirk Dougherty
9f82a4c2a4
Add kk to redirects file.
...
Change-Id: Ieeeaaf411fee5136fd4672ff99f5b6a132d0c794
2013-10-29 22:35:11 -07:00
Dirk Dougherty
46686c6f15
Merge "Add prebuilt browseable samples as static files." into klp-dev
2013-10-30 04:18:09 +00:00
Dirk Dougherty
4b737b695e
Add prebuilt browseable samples as static files.
...
Change-Id: Ifb5382223343400882834d2dd9c182c3df602e34
2013-10-29 20:56:17 -07:00
Adam Koch
47e3f029a4
Bitmapfun Sample: Minor updates to match zip file in training class.
...
Change-Id: I0fa13d5d8947532e9b5906b863ca75e5c85ac544
2013-10-28 17:01:45 -04:00
Roman Nurik
e7a6ab4fd8
Add Android 4.4 Immersive Mode DevByte sample code.
...
Change-Id: I3515e2742a4b8285f7e3f7c214af1d43dde605a0
2013-10-28 11:53:23 -04:00
Tor Norbye
15a65401a8
Update the api-version.xml file to reflect KitKat recent changes
...
This CL updates the api-versions.xml file, which is a file
used by Lint API check to check which API version each class,
field and method reference was introduced in.
It is generated by running sdk/apigenerator on an SDK install
which has android.jar from all 19 releases of Android installed.
This file was updated recently, but a few more APIs have changed
since then, so I regenerated it with the latest android.jar
snapshot.
Change-Id: If36a1df74c6bfabd9874a9d94b3725bf56bffcaa
2013-10-24 09:43:20 -07:00
Chet Haase
9262e7037f
Merge "Fix ApiDemo for transitions" into klp-dev
2013-10-23 18:01:42 +00:00
Chet Haase
69ae34b2b9
Fix ApiDemo for transitions
...
The demo used an obsolete/wrong tag name for TransitionSet
(set, instead of the correct transitionSet). This caused the demo
to crash at runtime and to produce incorrect example docs in the
Transition reference pages.
Issue #11346546 Transition ApiDemo crashes
Change-Id: I12142870ac4f7412e5809b9cdad3ca3015449d77
2013-10-23 07:14:03 -07:00
Adam Koch
7165109e6d
Bitmapfun Sample: Cleanup gradle files to import into Studio properly.
...
Change-Id: I5578216d47b22ed6dcc5a33a80f7a4f6e39d810d
2013-10-22 14:16:35 -04:00
Chong Zhang
2ec448a255
am 58ef2c38: am fd6d06a1: mrp sample: refactor and use helper class
...
* commit '58ef2c388c9d1e7a27dfdbe84e90456cb1d2d157':
mrp sample: refactor and use helper class
2013-10-21 17:27:15 -07:00
Jeff Brown
bb1f4a73f9
am 10f22587: am 6a81c4be: Fix NPE in sample code.
...
* commit '10f225872313bd36188eaeec5c2417a8cb9ce1da':
Fix NPE in sample code.
2013-10-21 17:27:14 -07:00
Chong Zhang
58ef2c388c
am fd6d06a1: mrp sample: refactor and use helper class
...
* commit 'fd6d06a19ce06d0f3e4fa8c58c283be2f07aabfc':
mrp sample: refactor and use helper class
2013-10-21 17:24:41 -07:00
Jeff Brown
10f2258723
am 6a81c4be: Fix NPE in sample code.
...
* commit '6a81c4be1649b8812296645db06bbaf93b3eb7cf':
Fix NPE in sample code.
2013-10-21 17:24:40 -07:00
Chong Zhang
fd6d06a19c
mrp sample: refactor and use helper class
...
Bug: 10955351
Change-Id: Ib607d27bc93a35460c6acd295d29afad3f255e25
2013-10-21 16:36:15 -07:00
Jeff Brown
6a81c4be16
Fix NPE in sample code.
...
Change-Id: I61b348192cd39813027ae5b4d2cedb2e84b701f1
2013-10-21 11:23:24 -07:00
Adam Koch
933dd8a3ca
Merge "Bitmapfun Sample: Update for KitKat and clean up some minor bugs." into klp-dev
2013-10-21 13:14:01 +00:00
Adam Koch
c246e4a842
Merge "Bitmapfun Sample: Migrate to Android Studio/gradle project." into klp-dev
2013-10-21 13:13:26 +00:00
Adam Koch
da23e7a006
Bitmapfun Sample: Update for KitKat and clean up some minor bugs.
...
Change-Id: Iceb1c03a08193dc03747ab7946e9c19cf32ae7c7
2013-10-17 14:32:33 -04:00
Tor Norbye
30278c6f48
Merge "Update the api-version.xml file to reflect KitKat recent changes" into klp-dev
2013-10-17 17:31:56 +00:00
Adam Koch
d308f86f33
Bitmapfun Sample: Migrate to Android Studio/gradle project.
...
Change-Id: I74dd29d607f066d331ffa309dba1bc6cbb30d93f
2013-10-17 11:05:13 -04:00
Ed Heyl
edb7496579
merge in klp-release (no-op)
2013-10-16 17:35:18 -07:00
Tor Norbye
f105e9b824
Update the api-version.xml file to reflect KitKat recent changes
...
This CL updates the api-versions.xml file, which is a file
used by Lint API check to check which API version each class,
field and method reference was introduced in.
It is generated by running sdk/apigenerator on an SDK install
which has android.jar from all 19 releases of Android installed.
This file was updated recently, but a few more APIs have changed
since then, so I regenerated it with the latest android.jar
snapshot.
Change-Id: I93b14fcd2e692aa607bbefade46f6f42ae144864
2013-10-16 10:56:58 -07:00
The Android Automerger
6c22b7b05d
merge in klp-release history after reset to klp-dev
2013-10-13 19:20:00 -07:00
The Android Automerger
10b290e3cb
merge in klp-release history after reset to klp-dev
2013-10-13 06:01:21 -07:00
Dianne Hackborn
dbe4e751b7
New system UI API demos.
...
- Content browser that hides nav bar.
- Translucent bars.
- All the new flags on the direct system UI tweaker example.
Change-Id: I16fc8da252174db1ed45b0f60c37d6cbb8d7f13c
2013-10-11 16:17:58 -07:00
Raphael Moll
37684bb065
Merge "resolved conflicts for merge of 14794b20 to klp-dev" into klp-dev
2013-10-10 22:18:20 +00:00
Tor Norbye
bc9875e27c
Merge "Update the api-versions.xml file for KitKat" into klp-dev
2013-10-10 20:08:13 +00:00
Raphael Moll
161314c80b
resolved conflicts for merge of 14794b20 to klp-dev
...
Change-Id: Idfdd970a9c90ca91c23f1780457c6fd8a3644cdc
2013-10-10 12:00:41 -07:00
Raphael Moll
14794b209c
am 3404cd16: am 827c0c16: Android SDK: build tools 18.1.1 (RS fixes: windows EOL, YUV-to-RGB)
...
* commit '3404cd16bfd0fadf7d50a10351ca407d938dbf28':
Android SDK: build tools 18.1.1 (RS fixes: windows EOL, YUV-to-RGB)
2013-10-10 11:52:48 -07:00
Raphael Moll
3404cd16bf
am 827c0c16: Android SDK: build tools 18.1.1 (RS fixes: windows EOL, YUV-to-RGB)
...
* commit '827c0c16080fcb92505945e2210c440571251e3e':
Android SDK: build tools 18.1.1 (RS fixes: windows EOL, YUV-to-RGB)
2013-10-10 11:49:45 -07:00
The Android Automerger
af7160bdd2
merge in klp-release history after reset to klp-dev
2013-10-10 06:00:38 -07:00
Siva Velusamy
3f12dac94d
samples: Do not attempt to clean line endings for *.py DO NOT MERGE
...
The line endings script changes line endings, but also
removes the executable permissions of the files. We don't
want this to happen for scripts such as systrace.py
(cherry picked from commit de3fa5df07 )
Change-Id: Icee78118d0d7367176e8561338ae547228ee087d
2013-10-09 18:16:06 -07:00
Raphael Moll
827c0c1608
Android SDK: build tools 18.1.1 (RS fixes: windows EOL, YUV-to-RGB)
...
Change-Id: I02c11397681ee543cc5300170e5c2a7ba7e63da8
2013-10-09 15:53:22 -07:00
Raphael Moll
f2f8671a92
Update Android SDK properties for KLP
...
Change-Id: I301d300f2e2e2b828ad4f398f3450d09f9329f7f
2013-10-09 14:14:47 -07:00