Dirk Dougherty
aea6c2df93
AI 150083: Minor updates to the ndk docs based on approved messaging.
...
BUG=1790234
Automated import of CL 150083
2009-06-24 11:01:05 -07:00
Dirk Dougherty
124d75618b
AI 150055: In Icon Guidelines doc, remove example icons that are not accessible to apps.
...
BUG=1934969
Automated import of CL 150055
2009-06-23 12:42:04 -07:00
Dirk Dougherty
fa03b80ac8
AI 150054: Misc changes for the sdk/devsite docs
...
BUG=1790234
Automated import of CL 150054
2009-06-23 11:35:31 -07:00
Scott Main
282a77f29b
AI 150008: update the Google IO announcement, point to session videos.
...
Automated import of CL 150008
2009-06-22 11:21:50 -07:00
Scott Main
110b50ca51
AI 149839: make the home page's announcement block expandable...
...
primarily, this is to handle various lengths of text due to translations,
but also allows us to be more flexible WRT the content for the top section.
Automated import of CL 149839
2009-06-12 14:02:42 -07:00
Ramanan Rajeswaran
a798dd8629
AI 149797: Have SetupWizard pull the Terms of Service from the web using a new URL
...
which allows us to set the language and country (based on MCC otherwise
locale country). If we are unable to retrieve the ToS, or verify the
content, we load the default ToS (en_US) from the device.
BUG=1856455
Automated import of CL 149797
2009-06-11 14:43:15 -07:00
Scott Main
aa25df2452
AI 149729: fix search functionatilty for offline docs...
...
the file references weren't using the local root.
BUG=1909300
Automated import of CL 149729
2009-06-10 23:40:25 -07:00
Eric Fischer
a8c3821e5a
AI 149721: Import Portuguese translations.
...
Automated import of CL 149721
2009-06-10 12:25:58 -07:00
Doug Kramer
b33940abca
AI 149494: Minor improvements to wording in design tips for missing activity and notifications
...
See latest document at:
http://doog:9000/guide/practices/ui_guidelines/activity_task_design.html
Automated import of CL 149494
2009-06-02 12:17:49 -07:00
Doug Kramer
7363e049ec
AI 149404: Am sending again with the latest changes
...
Publish Activity and Task Design Guidelines
http://doog:9000/guide/practices/ui_guidelines/activity_task_design.html
Automated import of CL 149404
2009-05-29 19:27:02 -07:00
Dirk Dougherty
2542c0a805
AI 149346: Replace icon_templates-v1.0.zip with new archive from cnesladek. remove mac-specific files, fix dir name, repack.
...
BUG=1877969
Automated import of CL 149346
2009-05-28 09:44:39 -07:00
Dirk Dougherty
522ab34d38
AI 149272: Mark 1.5r1 as a "non-current" release, with pointer to 1.5r2.
...
BUG=1790234
Automated import of CL 149272
2009-05-26 15:46:56 -07:00
Dirk Dougherty
1d6cb270a5
AI 149267: Add the images for icon guidelines doc
...
BUG=1790234
Automated import of CL 149267
2009-05-26 15:01:29 -07:00
Dirk Dougherty
f3043db05b
AI 149251: Add 1.x Icon Guidelines doc and template pack.
...
BUG=1790234
Automated import of CL 149251
2009-05-26 08:40:42 -07:00
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