Konstantinos Menychtas
a4bb0b7c89
am d5abe7ea: am ccd11ec5: DO NOT MERGE Increase the system-image revision number after opengl bug fix
...
* commit 'd5abe7ea86d685009afa907c00a7bc60d4dbfe7d':
DO NOT MERGE Increase the system-image revision number after opengl bug fix
2015-08-07 23:09:00 +00:00
Konstantinos Menychtas
5e9725191f
resolved conflicts for merge of d247f473 to jb-mr1-dev
...
Change-Id: Ib123931dc40f5feab99eb081a68993e94ba321f6
2015-08-07 14:47:27 -07:00
Konstantinos Menychtas
d5abe7ea86
am ccd11ec5: DO NOT MERGE Increase the system-image revision number after opengl bug fix
...
* commit 'ccd11ec51e492a74da4f5c3fa882f0b2760a3184':
DO NOT MERGE Increase the system-image revision number after opengl bug fix
2015-08-07 18:27:52 +00:00
Konstantinos Menychtas
ccd11ec51e
DO NOT MERGE Increase the system-image revision number after opengl bug fix
...
Back-ported bug-fix 257a9a02f0016bd35b37bea9987c24f382c07c68
(opengl: Fix QemuPipeStream::readFully reading beyond end of buffer)
warrants a system image update. This patch increases the revision
number for released images appropriately.
Change-Id: Iad5208069de6a95b6b6976ec217275109d628847
2015-07-21 16:56:31 +00:00
bohu
d247f4732b
am 26da82ac: Bump revision number for all system images
...
* commit '26da82acd6e9780d4f550d94c06a44551f3a398b':
Bump revision number for all system images
2015-02-17 17:09:07 +00:00
bohu
26da82acd6
Bump revision number for all system images
...
We plan to release bug fix version of all system images, bump
revision by 1.
Change-Id: I28147793bb17472333111dad8a1b0def57224188
2015-02-12 17:17:54 -08:00
Deepanshu Gupta
6458c80c00
resolved conflicts for merge of 3baef70c to jb-mr1-dev
...
Change-Id: I93a460f4ba7c9e2d8e417c53061072773f9ef9fd
2014-07-18 15:00:58 -07:00
Deepanshu Gupta
3baef70ca5
am 95da2621: Update platform SDK component to revision 5. [DO NOT MERGE]
...
* commit '95da262195c8cc13c20d4b0bd70c87ae49046cf1':
Update platform SDK component to revision 5. [DO NOT MERGE]
2014-07-18 21:43:46 +00:00
Deepanshu Gupta
95da262195
Update platform SDK component to revision 5. [DO NOT MERGE]
...
Also update LayoutLib Api version.
Change-Id: Ifa357a964b8ed7c4f84c2162ddfb074e262ca69f
2014-07-09 17:07:22 -07:00
Chet Haase
28b127ec1e
New DevBytes animation demos
...
Change-Id: Ib475ddb109e0e62f0f085b6591ca15af0b79f75b
2013-05-30 13:38:02 -07:00
Adam Koch
bc1a645f26
Contacts Provider Training Class - Sample App Initial Commit
...
This is the sample app for the Contacts Provider Android training
class. It's a basic master/detail view with a list of contacts in the
master and contact name, photo and mailing addresses in the detail.
This sample app is backward compatible to API level 7 and also
optimized for all screen sizes.
Change-Id: I83fe6beae9fd4c3fe710426b7dd0863e094cbc89
2013-03-19 12:40:00 -04:00
Jean-Baptiste Queru
4aed7b07cf
Reconcile with jb-mr1-release - do not merge
2013-02-26 14:03:11 -08:00
Adam Koch
5f51b7fb0c
Bitmapfun Sample: Add some docs and clean up some method naming.
...
Change-Id: I12dc039b1084a8f1a27b47a5a516773ab4e1c2cb
2013-02-21 11:00:19 -05:00
Adam Koch
e826ee24ec
Merge "Bitmapfun Sample: Add additional sample images." into jb-mr1-dev
2013-02-21 14:03:07 +00:00
Chris Banes
c5d5c3db62
Merge "bitmapfun: Add support to use inBitmap option" into jb-mr1-dev
2013-02-21 11:28:45 +00:00
Adam Koch
ec4b4c4188
Bitmapfun Sample: Add additional sample images.
...
Add a larger number of sample images so it's easier to see the result
of the various bitmap optimizations.
Change-Id: Ieef04a1cd4dc6cf1fa165baa0a6f8d4750b58d71
2013-02-20 15:08:06 -05:00
Chris Banes
3b7f23f881
bitmapfun: Add support to use inBitmap option
...
This adds support for devices running Honeycomb or newer
to use the inBitmap BitmapFactory option when decoding images. The way
it accomplishes this is by adding a second level 'memory cache' using
SoftReferences. When an item is removed from the LruCache it is added
to this SoftReference Set. The next time an image is decoded, the Set
is searched to see if it contains a bitmap that can be re-used.
Change-Id: I8f980160ddc7116731b25e6f3f110c38f207f286
Signed-off-by: Chris Banes <chrisbanes@google.com >
2013-02-13 13:19:09 +00:00
Chris Banes
f4535aee56
Merge "Update bitmapfun sample to call recycle()" into jb-mr1-dev
2013-02-07 17:12:28 +00:00
Chris Banes
4d6574e878
Update bitmapfun sample to call recycle()
...
A new sub-class of BitmapDrawable has been created which tracks
when it is being used or cached when running on Gingerbread or
older. A new ImageView subclass has been added to accomplish this,
as well as changes to the LruCache.
Change-Id: I95d3334684703aebb6b09fcd56194cf73e3c2dcf
Signed-off-by: Chris Banes <chrisbanes@google.com >
2013-02-06 16:21:21 +00:00
Dirk Dougherty
451d3b83cf
Merge "Add redirect for removed file." into jb-mr1-dev
2013-02-05 22:06:58 +00:00
Dirk Dougherty
184a1dc183
Add redirect for removed file.
...
Change-Id: I94c59f54ab7daaae588f61c02601b7599799894b
2013-02-05 14:05:04 -08:00
Dirk Dougherty
388ea1e3e5
Minor updates to keep androiddevdocs redirect in sync with devsite version (in frameworks/base)
...
Change-Id: If2fdf0b92d560fcfbbcfe0f5ec65dd6dcf471560
2013-02-04 13:19:46 -08:00
Adam Koch
2e5555e04b
Bitmapfun Sample: Fix bug where background image loading could hang
...
Background image loading is paused when the GridView is scrolling,
if the activity is destroyed during a scroll the image loading was
not unpaused causing it to remain running indefinitely. This change
makes sure the background image loading is unpaused.
Change-Id: Iad8093fc2af50fcfc1416c5d9089db0c064711cf
2013-01-28 12:20:42 -05:00
Chet Haase
690af1285c
Cherrypick from Change-Id: I4ae984cf776604cede32b98db6b1eb3cb6c59c7e
...
First set of demo apps for DevBytes videos
Change-Id: I696b184aaa8058f01c0369a173aae09e38a8cb08
2013-01-15 10:36:26 -08:00
Adam Koch
b8a61acb07
Bitmapfun Sample: Change cache memory calculation to use maxMemory()
...
When calculating memory cache size, use Runtime.maxMemory() instead
of getMemoryClass() which is a more accurate value of available VM
heap size.
Also bump target and build SDK to 17.
Bug: 7988323
Change-Id: I4b94688b3800d958ffbe03ee9a2a620982483d3d
2013-01-11 16:51:09 -05:00
Adam Koch
6acfaccc50
Bitmapfun Sample: Fix inSampleSize selection and update dependencies
...
When computing inSampleSize, calculateInSampleSize() needs to compare
height/width ratios, rather than raw values.
Also updating support library JAR to latest version.
Bug: 7951398
Change-Id: Id15dbcc105bbd2bbf8e03883aeba780da6f807eb
2013-01-09 16:12:52 -05:00
Katie McCormick
65cc8b78a8
Network sample: fix typo in manifest
...
Change-Id: I5731dbb89d17bd15bc72a2f140bca2915976b4c1
2013-01-04 16:04:23 -08:00
Xavier Ducrohet
bf323d72b7
Update platform tools rev to 16.0.2
...
Change-Id: I814294bc9374f6194671eb173bd9942908db3848
2013-01-02 12:28:36 -08:00
Joe Malin
50600ba5d6
am a525bf71: am 1e083591: am 2c063c88: Android Training: Threads sample app
...
* commit 'a525bf719545fc315d03c1c6ee74f61e8dda03e0':
Android Training: Threads sample app
2012-12-13 11:00:59 -08:00
Joe Malin
a525bf7195
am 1e083591: am 2c063c88: Android Training: Threads sample app
...
* commit '1e083591aed6b77408f6fce363bd48e63db92ed4':
Android Training: Threads sample app
2012-12-13 10:58:59 -08:00
Joe Malin
1e083591ae
am 2c063c88: Android Training: Threads sample app
...
* commit '2c063c889aa816e0de91bf17fdc0c78f48d5e2d0':
Android Training: Threads sample app
2012-12-13 10:57:14 -08:00
Dirk Dougherty
01b1a8739b
Merge "Add ko and ru to validLangs." into jb-mr1-dev
2012-12-13 10:34:26 -08:00
Dirk Dougherty
22c9415195
Add ko and ru to validLangs.
...
Change-Id: I40d1a8e82d4b30cc2e787826252a85161e0157d8
2012-12-13 10:00:30 -08:00
Joe Malin
2c063c889a
Android Training: Threads sample app
...
Change-Id: I6d07871acad31807eb4bf06aa8406b722320680c
2012-12-12 10:47:58 -08:00
Dirk Dougherty
7ca2806399
Add redirect for IAB v3 restructure.
...
Change-Id: I65ccc6767408977a9756b217168b819b71816c1f
2012-12-09 17:09:26 -08:00
Dirk Dougherty
6d198012a9
Redirects /guide/google to /google/.
...
Change-Id: I5018200bb8717e69d2485ce4d1b8804a1d90e2c8
2012-12-02 17:25:10 -08:00
Xavier Ducrohet
0e61ea6f39
Move plat-tools SDK component rev to 16.0.1
...
Change-Id: Id04fb83c09190bdb1a1b0c685c2c7db3ada8c47d
2012-11-30 13:54:11 -08:00
kmccormick@google.com
ab85a2a59a
am d77ac2b9: am 80e0ac6a: am 70db2b6b: Merge "Doc change: sample app for Notifications class" into jb-dev-docs
...
* commit 'd77ac2b955ff5adf68f7437bb286c3e02430f896':
Doc change: sample app for Notifications class
2012-11-27 11:25:27 -08:00
kmccormick@google.com
d77ac2b955
am 80e0ac6a: am 70db2b6b: Merge "Doc change: sample app for Notifications class" into jb-dev-docs
...
* commit '80e0ac6abc4a58d7442cc1d0707e77f4636ea0bd':
Doc change: sample app for Notifications class
2012-11-27 11:22:40 -08:00
kmccormick@google.com
80e0ac6abc
am 70db2b6b: Merge "Doc change: sample app for Notifications class" into jb-dev-docs
...
* commit '70db2b6bcebfd7c34533114b0dab00d2a821d9c5':
Doc change: sample app for Notifications class
2012-11-27 11:19:36 -08:00
&& repo sync -j8
70db2b6bce
Merge "Doc change: sample app for Notifications class" into jb-dev-docs
2012-11-27 10:53:04 -08:00
&& repo sync -j8
fc0d593056
Doc change: sample app for Notifications class
...
Change-Id: Iaa45156f333e5b8e9bc9cc596900835540ff138e
2012-11-26 16:56:34 -08:00
Scott Main
f394e166a0
docs: update redirects for articles
...
Change-Id: Ia2db76f0b9cc07878ecdc1e673cd1ae376b0447f
2012-11-16 08:57:44 -08:00
Scott Main
e1e1a999e8
docs: add redirects for best practices pages that moved to training
...
Change-Id: I0dd79fb863d50b0dd2f0f7d53babe345888f0f78
2012-11-15 17:47:44 -08:00
Scott Main
42801496cf
docs: a few bonus redirects for dac
...
Change-Id: I01743d0032ebe707125121e84d741d4d39ca5540
2012-11-14 09:59:12 -08:00
Scott Main
2df7c91d5f
am 87525f60: am 09d8f21c: am e242276c: docs: redirect next steps to building first app class
...
* commit '87525f600943f36697c85c22555463bb199afc2f':
docs: redirect next steps to building first app class
2012-11-12 19:50:56 -08:00
Scott Main
87525f6009
am 09d8f21c: am e242276c: docs: redirect next steps to building first app class
...
* commit '09d8f21c0b9531d1d2615a737b256da4f29d27bf':
docs: redirect next steps to building first app class
2012-11-12 19:47:51 -08:00
Scott Main
09d8f21c0b
am e242276c: docs: redirect next steps to building first app class
...
* commit 'e242276c5b021c6219b31e9a40e126b633f15deb':
docs: redirect next steps to building first app class
2012-11-12 19:45:49 -08:00
Andy Stadler
18bc76ab25
Cleanup eclipse .classpath for Gallery2
...
A couple of minor fixes to make eclipse happy.
Change-Id: Id9a30778efd3ef18e45efe316402971ca72a7c60
2012-11-12 14:40:23 -08:00
Scott Main
e242276c5b
docs: redirect next steps to building first app class
...
Change-Id: I2cc922573021a6c69d8830ab886b537df28a2a62
2012-11-07 17:47:47 -08:00