Dirk Dougherty
3f9de8b6ca
AI 149211: Doc updates for Android 1.5 SDK, r2.
...
BUG=1790234
Automated import of CL 149211
2009-05-22 16:04:18 -07:00
Dirk Dougherty
2262994461
AI 149208: Remove statement about WIndows codecs and licensing.
...
BUG=1839672
Automated import of CL 149208
2009-05-22 15:11:27 -07:00
Dave Sparks
4d8adefd35
AI 149136: Restore RECORD_AUDIO permission check to MediaRecorder.
...
When we moved the media recorder to the media server process, we lost
the permission check that was done at the process boundary in the
AudioRecord binder interface because the AudioRecord object is created
in the same process. This change adds a permission check in the
MediaRecorderClient:setAudioSource() method.
BUG=1868334
Automated import of CL 149136
2009-05-21 10:02:21 -07:00
Dave Sparks
7b7225c8fd
AI 149133: Enable the camera permission check.
...
Some debugging code was added to camera service. Later it was #ifdef'd
out, but this change also removed the camera permission check. This
change puts the permission check back in.
BUG=1869264
Automated import of CL 149133
2009-05-21 09:18:18 -07:00
Scott Main
221c95526d
AI 148972: fix link to the installing guide to 1.5;
...
fix a couple layout bugs in the document.
BUG=1860640
Automated import of CL 148972
2009-05-18 16:29:41 -07:00
Ramanan Rajeswaran
808f2919ee
AI 148962: Default language in Switzerland should be german and not english.
...
Automated import of CL 148962
2009-05-18 14:20:06 -07:00
Dianne Hackborn
5d6d773fab
AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk).
...
To address issues where we could leave half-installed applications around if there was a failure during the install, we split getPackageLP() into two phases: the first would create the record, and only after doing all verification checks would we call insertPackageSettingLP() to do the remaining part of the original implementation and actually insert the record into the data structures.
Unfortunately it was only in insertPackageSettingLP() that we would set the sharedUser field of the PackageSetting structure, so when before that we went to verify certificates, we didn't think it had requested a shared user ID, and let it through without checking.
This fix simply sets the sharedUser field when the PackageSetting structure is first created, so we will actually check against its certs. We still also set this again in insertPackageSettingLP(), but there is no harm in this because the only time we call this function is in that big install func, which just passes in the same shared user that it had when first getting the package.
BUG=1851541
Automated import of CL 148824
2009-05-13 18:09:56 -07:00
Scott Main
04c72b47d8
AI 148812: revise the AppWidget developer guide documentation
...
BUG=1827433
Automated import of CL 148812
2009-05-13 16:48:13 -07:00
Bill Napier
4ce6430748
AI 148803: Update 1.xml and 2.xml for methods that take Generic Type Varargs. This will allow the CTS Signature Test to be run against older android releases.
...
BUG=148739
Automated import of CL 148803
2009-05-13 15:00:23 -07:00
Dirk Dougherty
f7a480de8c
AI 148759: Add download page for NDK 1.5 r1.
...
BUG=1790234
Automated import of CL 148759
2009-05-12 15:32:37 -07:00
Dirk Dougherty
c214de5897
AI 148752: Fix description of breakText() param.
...
BUG=1790234
Automated import of CL 148752
2009-05-12 14:10:20 -07:00
Jorg Pleumann
25f963753e
AI 148665: Disabling a test that does not work as
...
expected on a device with a SIM.
BUG=1657996
Automated import of CL 148665
2009-05-11 00:36:52 -07:00
Scott Main
9b825aa0ee
AI 148470: add documentation about aapt image optimization
...
BUG=1735176
Automated import of CL 148470
2009-05-07 11:59:14 -07:00
Dirk Dougherty
1f8059f19f
AI 148461: Changes to support ADT 0.9.1. Update ADT version id, move older ADT versions to a separate table.
...
BUG=1790234
Automated import of CL 148461
2009-05-07 11:15:03 -07:00
Dirk Dougherty
f096acd379
AI 148460: Misc changes for dev site.
...
BUG=1790234
Automated import of CL 148460
2009-05-07 11:12:11 -07:00
Scott Main
0c11b99090
AI 148308: revise aidl support documentation -- now the same in all environments;
...
also added a table of contents and tweaked the markup for the anchor links
BUG=1760241
Automated import of CL 148308
2009-05-05 11:23:54 -07:00
Scott Main
eb086d60b2
AI 148270: remove references to AbsoluteLayout because it's been deprecated
...
BUG=1790234
Automated import of CL 148270
2009-05-04 13:20:20 -07:00
Dirk Dougherty
a417ee5afa
AI 148197: Add a link in "Community" page to the android market discussion forum.
...
BUG=1790234
Automated import of CL 148197
2009-05-01 13:36:37 -07:00
Dirk Dougherty
392d29ab0d
AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
...
BUG=1790234
Automated import of CL 148193
2009-05-01 13:01:24 -07:00
Scott Main
003eaa2808
AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files;
...
udpate the procedure for creating a project from existing code.
BUG=1824317,1824355,1824417
Automated import of CL 148189
2009-05-01 11:56:16 -07:00
Dirk Dougherty
1432cd874a
AI 148183: Add missing android namespace to minSdkVersion
...
BUG=1819430
Automated import of CL 148183
2009-05-01 10:02:17 -07:00
Eric Fischer
b78c31d064
AI 148147: Import lots of zh_TW translation changes.
...
Automated import of CL 148147
2009-04-30 17:32:14 -07:00
Eric Fischer
f8a33c313f
AI 148026: Update zh_TW translations.
...
Automated import of CL 148026
2009-04-30 16:48:33 -07:00
Eric Fischer
0ca686b57e
AI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers.
...
BUG=1794855
Automated import of CL 148020
2009-04-30 16:45:37 -07:00
Dan Bornstein
b4c218eafd
AI 147994: First cut of CharsetUtils, a utility class that aims to
...
help with vendor-specific encoding name interpretation.
BUG=1820922
Automated import of CL 147994
2009-04-29 10:01:27 -07:00
Eric Fischer
a21e376bf0
AI 147962: Import updated zh_TW translations.
...
Automated import of CL 147962
2009-04-28 15:48:38 -07:00
Scott Main
c8048365f0
AI 147951: delete unused files
...
BUG=1790234
Automated import of CL 147951
2009-04-28 15:03:27 -07:00
Scott Main
998234ed4a
AI 147947: update the sitemap. add disallow in robots file for the sdk/preview/
...
BUG=1790234
Automated import of CL 147947
2009-04-28 14:41:22 -07:00
Dirk Dougherty
752aaf92a8
AI 147874: Fix format and link errors in docs.
...
BUG=1790234
Automated import of CL 147874
2009-04-27 18:13:11 -07:00
Scott Main
5fe696f7b0
AI 147814: tweaks to the hello world tutorial.
...
use an API Level 2 build target, but deploy to level 3, add some discussion on this;
instantly run, instead of creating a new configuration;
update screenshots for ADT wizard and the debug section;
other edits
BUG=1791815
Automated import of CL 147814
2009-04-26 23:57:28 -07:00
Scott Main
2222c9e4ad
AI 147812: close <em> tag
...
BUG=1668453
Automated import of CL 147812
2009-04-26 23:21:55 -07:00
Scott Main
0ee4f86c92
AI 147811: typo fixes and edits for upgrading and installing docs
...
BUG=1790234
Automated import of CL 147811
2009-04-26 23:21:02 -07:00
Scott Main
263ed76bf6
AI 147810: fix links on the homepage
...
BUG=1790234
Automated import of CL 147810
2009-04-26 23:19:20 -07:00
Dirk Dougherty
7eeb5d5c8e
AI 147807: Miscellaneous doc fixes needed for 1.5 SDK push
...
BUG=1790234
Automated import of CL 147807
2009-04-26 21:07:11 -07:00
Scott Main
ce878bef71
AI 147804: add new doc about Dialogs
...
BUG=1800118
Automated import of CL 147804
2009-04-26 15:51:58 -07:00
Scott Main
b8b3645a97
AI 147803: add docs and images for docs on Toast and Notification docs
...
also edit the Notification class doc
BUG=1800118
Automated import of CL 147803
2009-04-26 15:50:49 -07:00
Dirk Dougherty
596451ce46
AI 147796: Add widget design guidelines to new UI Guidelines area in dev guide.
...
BUG=1790234
Automated import of CL 147796
2009-04-25 23:09:53 -07:00
Scott Main
6fc27f79b4
AI 147793: cleanup broken links and delete all innacurate info in apidemo pages
...
BUG=1810005
Automated import of CL 147793
2009-04-25 14:04:54 -07:00
Dirk Dougherty
47f3a7ae79
AI 147782: Add a link to the JET docs from media index page.
...
BUG=1790234
Automated import of CL 147782
2009-04-24 19:16:21 -07:00
Scott Main
4afe275c98
AI 147780: add summary of "future-proofing your apps" and links
...
to the blog post
BUG=1790234
Automated import of CL 147780
2009-04-24 19:08:42 -07:00
Scott Main
094d9af4d3
AI 147777: add release notes links for each download page
...
BUG=1790234
Automated import of CL 147777
2009-04-24 18:34:40 -07:00
Scott Main
6bbf389169
AI 147767: set 1.1 download page to include "not current" disclaimer
...
and a markup typo fix in the download page.
BUG=1790234
Automated import of CL 147767
2009-04-24 17:15:02 -07:00
Dirk Dougherty
7b54237c8b
AI 147755: Add sizes and checksums for 1.5 SDK downloadables.
...
BUG=1790234
Automated import of CL 147755
2009-04-24 16:03:47 -07:00
Scott Main
6f1826cb0c
AI 147752: dang, there was another unclosed tag... tested it this time.
...
BUG=1790234
Automated import of CL 147752
2009-04-24 15:45:32 -07:00
Scott Main
a055e5ea1d
AI 147742: close <code> tag and remove some bolding
...
BUG=1790234
Automated import of CL 147742
2009-04-24 15:03:00 -07:00
Scott Main
8a4c53a7c7
AI 147732: fix broken links
...
BUG=1810005
Automated import of CL 147732
2009-04-24 13:41:44 -07:00
Jorg Pleumann
b867019173
AI 147725: Some fixes for the CTS test runner. One is a
...
workaround for the binder problems which occur
when too many tests are executed in too little
time. The other is a fix for the memory cleanup
that was added a while ago, but should have
affected non-static fields, not static ones.
BUG=1796494
Automated import of CL 147725
2009-04-24 13:08:47 -07:00
Bill Napier
14533d2652
AI 147720: Set default language for NL to nl.
...
BUG=1781746
Automated import of CL 147720
2009-04-24 12:57:08 -07:00
Jean-Michel Trivi
864750c3ec
AI 147718: Created .jd doc file for the JetCreator manual. Cleaned up the content to only use HTML tags, no more ugly Word generated tags. Removed references to visio files, converted all assets to PNG and renamed them with human understandable names. Added reference to JetPlayer javadoc.
...
BUG=1721874
Automated import of CL 147718
2009-04-24 12:33:40 -07:00
Dirk Dougherty
6edea74a4d
AI 147711: Fix link text in highlights doc. Copy "New APIs" section to Version Notes doc.
...
BUG=1790234
Automated import of CL 147711
2009-04-24 11:32:25 -07:00