summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge change 509 into donutAndroid (Google) Code Review2009-04-232-2/+15
|\ | | | | | | | | * changes: Fix a media server crash (bug 1807910): part one Add a factory method that creates a Camera object from a remote client
| * Fix a media server crash (bug 1807910): part oneJames Dong2009-04-232-2/+15
| | | | | | | | | | | | | | | | Add a factory method that creates a Camera object from a remote client Next: The changes in authordriver.cpp and android_camera_input.cpp will come. and the constructor for Camera object will be removed.
* | Merge change 459 into donutAndroid (Google) Code Review2009-04-231-0/+692
|\ \ | | | | | | | | | | | | * changes: TypedProperties: initial commit
| * | TypedProperties: initial commitDave Bort2009-04-221-0/+692
| | |
* | | Merge change 462 into donutAndroid (Google) Code Review2009-04-2310-1516/+788
|\ \ \ | | | | | | | | | | | | | | | | * changes: integrate some OpenGL ES changes back from master_gl in preparation of opening GLES to the NDK.
| * | | integrate some OpenGL ES changes back from master_gl in preparation of ↵Mathias Agopian2009-04-2310-1516/+788
| | | | | | | | | | | | | | | | opening GLES to the NDK.
* | | | Merge change 165 into donutAndroid (Google) Code Review2009-04-2312-235/+446
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Squashed commit of the following:
| * | | | Squashed commit of the following:Robert Greenwalt2009-04-2212-235/+446
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 012b56fc607cf243cf4b29cb2a5f172bcbe0aecd Author: Robert Greenwalt <robdroid@android.com> Date: Wed Apr 22 14:31:26 2009 -0700 Additional fixes and tests for density. commit 91fdc8e187551ae69e0029a4325fb3ad38fe411b Author: Robert Greenwalt <robdroid@android.com> Date: Tue Apr 14 14:39:00 2009 -0700 Fix runtime resource selection logic. Fix isBetterThan so that o or this may be supperior at any stage. Used to only handle this-better or tie at each stage, biasing against o. Also allows reset of unit test to succeed. Fixes bug 1709202.
* | | | Merge change 483 into donutAndroid (Google) Code Review2009-04-234-1/+54
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | * changes: API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated strings
| * | | API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated ↵San Mehat2009-04-234-1/+54
| | | | | | | | | | | | | | | | | | | | | | | | strings Signed-off-by: San Mehat <san@google.com>
* | | | removed extra event log tagTammo Spalink2009-04-231-4/+1
| | | |
* | | | Merge change 460 into donutAndroid (Google) Code Review2009-04-2229-730/+1364
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: More optimization of dumpsys output.
| * | | | More optimization of dumpsys output.Dianne Hackborn2009-04-2229-730/+1364
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are three major classes of changes here: - Avoid writing lines where their values are often empty, false, or some other typical thing. - Use partial writes to the PrintWriter to avoid creating temporary strings. - Use StringBuilder where we need to generate real String objects (and where possible cache the result).
* | | | | merge cupcake into donutJean-Baptiste Queru2009-04-220-0/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | AI 147406: Import revised translations.Eric Fischer2009-04-222-56/+56
| | | | | | | | | | | | | | | | | | | | Automated import of CL 147406
| * | | | AI 147336: Remove stuff relating to the Maps ext library from the docs. ↵Dirk Dougherty2009-04-216-631/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leave a pointer over to code.google.com. BUG=1790234 Automated import of CL 147336
| * | | | AI 147332: Miscellaneous doc changes for cupcake SDKDirk Dougherty2009-04-217-661/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1790234 Automated import of CL 147332
| * | | | AI 147325: update the installing and upgrading docs for cupcakeScott Main2009-04-212-120/+618
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1793249 Automated import of CL 147325
| * | | | AI 147314: change carousel SDK to 1.5;Scott Main2009-04-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revise Google IO info BUG=1800649 Automated import of CL 147314
| * | | | AI 147311: update eclipse docs to include necessary AVD procedures andScott Main2009-04-211-150/+350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | discuss relevant target facilities BUG=1796104 Automated import of CL 147311
| * | | | AI 147306: re-write the Developing in Other IDEs doc with updated ↵Scott Main2009-04-211-123/+364
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | information for 1.5 BUG=1796104 Automated import of CL 147306
| * | | | AI 147297: Update Android 1.5 SDK Download, Release Notes, Version Notes, ↵Dirk Dougherty2009-04-216-41/+717
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights Please let me know if you have other "known issues", "resolved issues", or "highlights". Also, note that the installing and upgrading docs are being updated in a different CL, so the new version is not displayed on my staging server. BUG=1790234 Automated import of CL 147297
| * | | | AI 147290: Update Geocoder javadoc to reflect the need for a backend service.Xavier Ducrohet2009-04-211-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1794552 Automated import of CL 147290
| * | | | AI 147250: Fix a nasty typo in the docs for ContentResolver.update(). No ↵Jeff Hamilton2009-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code changes. BUG=1067866 Automated import of CL 147250
| * | | | AI 147238: Update tools index, replace activitycreator with androidDirk Dougherty2009-04-215-67/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1790234 Automated import of CL 147238
| * | | | AI 147228: Add API diff report to SDK docs (API Level 2 to 3)Dirk Dougherty2009-04-21255-0/+56240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1790234 Automated import of CL 147228
| * | | | AI 147219: update app-signing doc to include a guide to export a signed APK ↵Scott Main2009-04-211-63/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from ADT BUG=1795149 Automated import of CL 147219
| * | | | AI 147211: Update emulator doc for new usage with avds.Dirk Dougherty2009-04-211-100/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1790234 Automated import of CL 147211
| * | | | AI 147163: Copy documentation for the various search-by-voice flags thatAndy Stadler2009-04-212-5/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | were already listed in attrs.xml into SearchManager.java. Add a (brief - no time for more) description about how to add search by voice to apps. JAVADOC ONLY - should be safe change for cupcake sdk. BUG=1554704 Automated import of CL 147163
| * | | | AI 147162: Emphasize in the javadoc that the "pkg" parameters toAndy Stadler2009-04-214-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | InstrumentationTestCase and its descendants should be the package manager package name (not the java package name, and not the test package) of the package holding the Activity under test. Added similar notations to the ApiDemos call sites. JAVADOC ONLY - should be safe change for cupcake sdk. BUG=1783981 Automated import of CL 147162
| * | | | AI 147081: Add document describing AVDs and usage. (doc change only)Dirk Dougherty2009-04-201-0/+496
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1790234 Automated import of CL 147081
| * | | | AI 147053: Add -hdf primer vars for the platform and release ID associated ↵Dirk Dougherty2009-04-202-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with the current (most recent) SDK. Currently, the docs that are specific to each SDK release -- downloading, installing, upgrading, requirements -- are stored in a directory with release-derived name, such as "1.1_r1". This change lets documents use generic links to point into the most recent version specific docs, eg href="{@docRoot}sdk/{sdkCurrent}/installing.html" instead of href="{@docRoot}sdk/1.1_r1/installing.html". BUG=1790234 Automated import of CL 147053
| * | | | AI 147032: Finalize JetPlayer javadoc.Jean-Michel Trivi2009-04-201-8/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1801229 Automated import of CL 147032
| * | | | AI 146937: Finalize AudioRecord javadoc.Jean-Michel Trivi2009-04-201-35/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1797606 Automated import of CL 146937
| * | | | AI 146754: Fix some problems in the SoundPool docs and add additional text.Dave Sparks2009-04-171-38/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1795461 Automated import of CL 146754
| * | | | AI 146751: Finalize AudioTrack javadoc.Jean-Michel Trivi2009-04-171-44/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1795799 Automated import of CL 146751
| * | | | AI 146711: Enhancing the test runner. Now it filters BrokenTests and only ↵Urs Grob2009-04-172-3/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | executes tests annotated with SideEffect if the host is running in single test mode. Also adding some cleanup mechanism and some logcat logging about memory consumption BUG=1789657 Automated import of CL 146711
| * | | | AI 146667: Add advice in MediaRecorder Java docs about using MPEG-4 ↵Dave Sparks2009-04-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | container format BUG=1753020 Automated import of CL 146667
| * | | | AI 146654: Add java docs for SoundPoolDave Sparks2009-04-161-1/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1795461 Automated import of CL 146654
| * | | | AI 146609: updates to the manifest docs for cupcake: Add "since" notations ↵Dirk Dougherty2009-04-1622-51/+467
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for elements and some attributes. BUG=1790234 Automated import of CL 146609
| * | | | AI 146601: Update media formats appendix for cupcakeDirk Dougherty2009-04-162-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1792195 Automated import of CL 146601
| * | | | AI 146517: Import translation changes.Eric Fischer2009-04-163-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE Automated import of CL 146517
| * | | | AI 146411: Fix BridgeCanvas#drawRoundRectXavier Ducrohet2009-04-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=1792311 Automated import of CL 146411
| * | | | AI 146365: Import revised translations.Eric Fischer2009-04-154-30/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE Automated import of CL 146365
| * | | | AI 146341: g4 integrate -t -i -b platform-1_0-to-cupcake @146018,146018 (doc ↵Dirk Dougherty2009-04-151-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change) BUG=1675368 Automated import of CL 146341
| * | | | AI 146340: Integrate updated SDK Terms and Conditions documentDirk Dougherty2009-04-152-5/+5
| | | | | | | | | | | | | | | | | | | | Automated import of CL 146340
| * | | | AI 146254: clarification for the minSdkVersion attribute;Scott Main2009-04-143-23/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added more information to the <uses-sdk> reference, added a link to it from the <manifes> reference, and revised some misleading information in the android 1.1 version notes BUG=1788684 Automated import of CL 146254
| * | | | AI 146242: fix the package namespace in the examples;Scott Main2009-04-142-477/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | delete the old hello-android file BUG=1750212 Automated import of CL 146242
| * | | | AI 146225: Work around initialization issue with InstrumentationTest Runner. ↵Guang Zhu2009-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | super.onCreate needs to be called as last statement in subclass' onCreate to avoid starting test case too early. Automated import of CL 146225
| * | | | AI 146175: Import updated translations.Eric Fischer2009-04-146-125/+125
| | | | | | | | | | | | | | | | | | | | Automated import of CL 146175