- 28 Jan, 2013 1 commit
-
-
Adam Koch authored
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
-
- 15 Jan, 2013 1 commit
-
-
Chet Haase authored
First set of demo apps for DevBytes videos Change-Id: I696b184aaa8058f01c0369a173aae09e38a8cb08
-
- 11 Jan, 2013 1 commit
-
-
Adam Koch authored
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
-
- 09 Jan, 2013 1 commit
-
-
Adam Koch authored
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
-
- 05 Jan, 2013 1 commit
-
-
Katie McCormick authored
Change-Id: I5731dbb89d17bd15bc72a2f140bca2915976b4c1
-
- 12 Dec, 2012 1 commit
-
-
Joe Malin authored
Change-Id: I6d07871acad31807eb4bf06aa8406b722320680c
-
- 27 Nov, 2012 1 commit
-
-
&& repo sync -j8 authored
Change-Id: Iaa45156f333e5b8e9bc9cc596900835540ff138e
-
- 05 Nov, 2012 1 commit
-
-
Katie McCormick authored
Change-Id: I60235aa3e80974f2c3000760853f0159cf41cfa5
-
- 01 Nov, 2012 2 commits
-
-
Philip Milne authored
Include a GridLayout version of the "Simple Form" example provided in the LinearLayout and RelativeLayout demos. Make the existing Form demo work on all devices and orientations (it was previously too wide for portrait mode). Change-Id: Ia01d49230bc3ef3d2e70bc34e936c8b4b421b796
-
Romain Guy authored
Change-Id: I0b65fcc35db8d9f15d9b7c4ada0658d806a601b8
-
- 26 Oct, 2012 1 commit
-
-
Jeff Brown authored
Improved the documentation and robustness of the samples. Modified the existing Presentation sample to use the new DisplayManager API for querying displays that support a particular category of uses. Bug: 7409073 Change-Id: I2a19afa373c408c2bcbaa633370480b717630088
-
- 25 Oct, 2012 1 commit
-
-
Roman Nurik authored
Change-Id: I0fbf3c2f66ee4321adcc0c0bf3fe7f4b4e67584e
-
- 24 Oct, 2012 1 commit
-
-
Jeff Brown authored
Added three ApiDemos for secure surfaces. One for Activity, one for Dialog and one for SurfaceView. The mechanism is the same in each case but the API is a little different. Bug: 7368436 Change-Id: I78bc2a456b4c0f1a553120d72f433095ba7e038c
-
- 26 Sep, 2012 1 commit
-
-
Adam Momtaz authored
Verified tests are building OK. Change-Id: I838e44e84b3d9e2e503bff4ed2b95887996d8801
-
- 25 Sep, 2012 1 commit
-
-
Dianne Hackborn authored
Follow changes to FragmentTabManager to continue to work correctly with it. Fix the code in the base API demo (which can't use FragmentTabManager) to work correctly. Bug #7232088: ListView saved state being lost in some cases Change-Id: Ib7ba1ab20ff00f2cc95c9f6024ab94783237c9be
-
- 21 Sep, 2012 1 commit
-
-
Jim Miller authored
Change-Id: Ibcb19c15964f4ea4bad36ec102e9aed8b4ea9c41
-
- 12 Sep, 2012 1 commit
-
-
Craig Mautner authored
Store which Displays are presenting, their images and their background colors. That way the don't change between onPause and onResume. Change-Id: I01328583ef309bf12e7f5750aa4abea50f847a99
-
- 11 Sep, 2012 1 commit
-
-
Craig Mautner authored
Less clutter, bigger letters! Change-Id: Ie0d5626c6a83a0e96bbda9220aea1f945c1bd825
-
- 09 Sep, 2012 1 commit
-
-
Dianne Hackborn authored
Also some cleanup of other demos. Change-Id: I8c4265218c87e490718c9c908803fc09303873a6
-
- 06 Sep, 2012 1 commit
-
-
Dianne Hackborn authored
Change-Id: I7f20e4f00cf68c78c578ae620a95de7fa97f0761
-
- 31 Aug, 2012 1 commit
-
-
Jeff Brown authored
Change-Id: Ia31deb9ca6ad9a4db1dd6f852c00fa9a94caa4c3
-
- 23 Aug, 2012 1 commit
-
-
Adam Koch authored
Changes: -Use updated versions of ImageWorker & ImageCache from I/O 2012 app -Use copied DiskLruCache from system (rather than custom) -Use copied AsyncTask from system (to keep behavior consistent) -Ensure no strict mode violations or lint errors -Other misc bug fixes -Move single-use static methods in Utils to corresponding class Change-Id: If21e045db1e1a80391169f3c9c9258d48345ab6b
-
- 22 Aug, 2012 1 commit
-
-
Roman Nurik authored
This sample code was launched with the Implementing Effective Navigation and Creating Backward-Compatible UIs training classes, but the source was never added to AOSP. This retroactively adds the source, unmodified. Change-Id: If6face5a0548107f7fd273e466b1ced2790f4f3a
-
- 16 Aug, 2012 1 commit
-
-
Dianne Hackborn authored
Change-Id: I701335483628d30c875d087f27287e084789f10c
-
- 07 Aug, 2012 1 commit
-
-
Scott Main authored
They're now at frameworks/base/docs/downloads/ Change-Id: I3a82edcc73196dfc8ffc6a1e4d172925d5581157
-
- 25 Jul, 2012 1 commit
-
-
Scott Main authored
from the html/shareables/ directory to save space on the developer site. Change-Id: I545e0002215b17aa0a2e8e261591652046308210
-
- 18 Jul, 2012 2 commits
-
-
Fabrice Di Meglio authored
- use Gravity.START and Gravity.END Change-Id: Id2adac4c23ad2de2d04a36ef8195367aea63c66f
-
Winson Chung authored
Change-Id: Ifc2730c564532147e5f60022955a7e97d3e1d855
-
- 17 Jul, 2012 1 commit
-
-
Wink Saville authored
Change-Id: If2e6b49eb9ceafc43de107ce761163c654f3ee35
-
- 16 Jul, 2012 1 commit
-
-
Stephen Hines authored
Change-Id: I582434aa026b3a7ba3eb35d68faba2995808d062
-
- 11 Jul, 2012 1 commit
-
-
Wink Saville authored
Change-Id: If2e6b49eb9ceafc43de107ce761163c654f3ee35
-
- 26 Jun, 2012 1 commit
-
-
Anirudh Dewani authored
Change-Id: Id5ac219cbf03a8a96203ed682f729df9bbb59fcd
-
- 22 Jun, 2012 1 commit
-
-
Martijn Coenen authored
Bug: 6711303 (cherry picked from commit 76aca97d) Change-Id: I626d060bf2951c213679685dc57ee2eda7398da2
-
- 21 Jun, 2012 1 commit
-
-
Martijn Coenen authored
Bug: 6711303 Change-Id: Iad6abab3ea2ca53247ed4e3b5149e052bd92453b
-
- 18 Jun, 2012 1 commit
-
-
Alexander Lucas authored
Change-Id: I157ddfe38b79f01e72e8b52fa16d666c92f08254
-
- 04 Jun, 2012 1 commit
-
-
Dianne Hackborn authored
Also tweak the cursor loader samples to filter out query callbacks that don't change the filter, to avoid restarting the loader on a configuration change. Change-Id: Iac9293fed45e127698be59262d68b0b59a8ec9ce
-
- 19 May, 2012 1 commit
-
-
Dianne Hackborn authored
Change-Id: Ib4c3b45e8d67200a2b4f3a8b0daee198b24bad0f
-
- 18 May, 2012 1 commit
-
-
Svetoslav Ganov authored
1. We have fixed a security issue in the framework and this patch is updating the sample. Change-Id: Icc266ceaf0064cf8d9a00d7ad48746e1f0fbbbf1
-
- 16 May, 2012 1 commit
-
-
Jason Sams authored
Change-Id: Idda5b632750e52eecf3a16205a0ff14af17b2e1b
-
- 15 May, 2012 1 commit
-
-
SeongJae Park authored
[Problem] LinearLayout5, RelativeLayout2 of ApiDemos has text input field display error. [Cause] They use Holo theme although text input field use old style edit text drawable as background. [Solution] Use default edit text without custom background for RelativeLayout2, LinearLayout5 sample. Change-Id: I102bf267119ba0903bd17e898b525af0aa2f0c5d Signed-off-by:
SeongJae Park <sj38.park@gmail.com>
-