Eric Fischer
9d9f83a787
Import revised translations. DO NOT MERGE
...
Change-Id: I627dac0019241260b99a049091dca67dae996246
2010-11-29 16:14:35 -08:00
Eric Fischer
d41f638c8a
Import revised translations. DO NOT MERGE
...
Change-Id: I6178ba6468bf9e1dd52a83652c857a6e75f2661b
2010-11-09 12:15:41 -08:00
Justin Ho
185c527073
DO NOT MERGE - Updated textfield pressed states
...
Change-Id: I96a582895c4393349f7f88ced8fb625181379b47
2010-11-08 17:45:09 -08:00
Scott Main
6e88c84cbe
docs: remove allowClearUserData from <application> manifest doc
...
and clarify in javadocs that it's only for system apps
bug: 3128020
Change-Id: Ibc01f0e24f7d1f4e76a4da0a324c7682b92992aa
2010-11-04 18:45:05 -07:00
Gilles Debunne
698dd81276
Merge "ldpi assets created from hdpi in core." into gingerbread
2010-11-03 17:37:28 -07:00
Gilles Debunne
ba25cc3416
ldpi assets created from hdpi in core.
...
Change-Id: Ia52d2da67e3f498a29bc2ad7a97586acce1bde01
2010-11-02 17:24:10 -07:00
Raphael
46468dde8d
Merge "Support for <compatible-screens><screen> in ADT." into gingerbread
2010-11-02 11:43:11 -07:00
Gilles Debunne
18149c47bf
Merge "Rescaled/updated mdpi assets added." into gingerbread
2010-11-02 10:05:52 -07:00
Gilles Debunne
8cfaaa7919
Rescaled/updated mdpi assets added.
...
Change-Id: Ifd179b6850e04a785aef588c2f0f4fd80fc5c8fe
2010-11-01 17:01:56 -07:00
Leon Clarke
5ccbe05945
DO NOT MERGE. Add assets for <select>
...
Bug:3133784
Cherry-picking to GB from master.
Change-Id: I7d37c22f555d0e7c59a58fdad1516d3d77bf6d14
2010-10-29 17:08:35 -04:00
Nick Pelly
11b075e218
Hide some NFC API's.
...
We are leaving enough API so that you can see when any Tag is discovered,
get its ID, and get its NDEF messages.
But for advanced use - creating tag connections and writing messages - we have
2 problems. Firstly a lot of the code is untested
(RawTagConnection.transceive()), or in some cases known not to work
(NdefTagConnection.write()). Secondly, there is still debate about how to
best expose information about Tags.
The set of data/methods exposed for a Tag changes completely depending on the
tag technology. There may be multiple sets of technology implemented in a
single tag. Tag A may have technology X and Y, Tag B may have technology Y
and Z. Furthermore, some NFC controllers will be not be able to use all
technologies, and so Android Device 1 may see technology X and Y on Tag A but
Android device 2 may only see technology X. So we have a pretty challenging
set of constraints to work under, and we are not convinced the current Tag and
NdefTag class is the best approach going forwards.
The Tag application should be able to remain unbundled, since it just needs to
get incoming NDEF Messages.
Change-Id: Ic09f094f33794e10f8d730fffe011c9a5957e0ac
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-28 14:54:52 -07:00
Raphael
04194ecf3a
Support for <compatible-screens><screen> in ADT.
...
SDK Bug: 3125910
Change-Id: I529a5f4e4ece3222495e3a0a78c80286483d218f
2010-10-27 15:17:40 -07:00
Eric Fischer
3d1ce9ec2a
Merge "Import revised translations. DO NOT MERGE" into gingerbread
2010-10-25 16:14:47 -07:00
Eric Fischer
0820821213
Import revised translations. DO NOT MERGE
...
Change-Id: I404fe29521193ca9d0a3689d4a786253dc27e2d6
2010-10-25 15:41:31 -07:00
Jeff Hamilton
e0be933ec7
Add a RHS status bar slot for NFC.
...
Change-Id: I62cbcec051a2c69f76fb9a5b9ff6f6bc05a8257b
2010-10-25 16:41:41 -05:00
Eric Fischer
67496e591d
Merge "Import revised translations. DO NOT MERGE" into gingerbread
2010-10-22 16:06:38 -07:00
Eric Fischer
36504f2d9c
Import revised translations. DO NOT MERGE
...
Change-Id: If41b9f790002bb3cf0adb5214955f496a7170e61
2010-10-22 15:24:30 -07:00
Eric Fischer
c5cde13397
Add a space before the weekday in the zh_CN lock screen date format.
...
Bug 3121853
Change-Id: I3685079bc504544c8d244d8a926c02a5eb367d21
2010-10-22 14:52:46 -07:00
Dianne Hackborn
a6d9c7c04c
Implement issue #3116702 : New manifest tags for supported screen sizes DO NOT MERGE
...
Change-Id: Iabf64d86c89d387ffbfbc39f950d308a73fe17eb
2010-10-21 15:32:06 -07:00
Justin Ho
6312822111
DO NOT MERGE - Updated media playback transport controls (b/3116268)
...
Change-Id: Ic496308d4f72e9135e35a1b29bc20feb990c3507
2010-10-20 12:44:46 -07:00
Dianne Hackborn
3d2818d34f
Remove public resource padding.
...
Change-Id: I8a530a23284a1f2515b1340a1c5e5ed3a0b90780
2010-10-18 18:20:02 -07:00
Nick Pelly
e47150e933
Fix up NFC permissions.
...
The initial (vendor) implementation had 4 perms, replace with 1.
Requires no permissions:
- Viewing UID, type of discovered tags and cards.
- Viewing the NDEF message contents of NDEF formatted tags and cards.
Requires android.permission.NFC
- Get/Set the local tag "MyTag"
- Creating or using a RawTagConnection (transceive())
- Creating or using a NdefTagConnection (write()/read())
Change-Id: I1b585c7d91738bed6261277061a48cf7c939482a
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-18 10:04:40 -07:00
Dianne Hackborn
424991704b
Implement issue #3094621 and #3094609 - wipe sd card
...
3094621: add "wipe sd card" option to factory data reset
3094609: collapse unmount/format into one command
Also since we have decided that it is important to consider
the Crespo storage as internal storage, DevicePolicyManager
gets a new API to be able to wipe it. (No big deal, since
all of the work for this is now done in the implementation
of the new UI.)
Change-Id: I32a77c410f710a87dcdcbf6586c09bd2e48a8807
2010-10-16 16:32:15 -07:00
Kenny Root
dc83fd5a50
Merge "Import revised translations DO NOT MERGE" into gingerbread
2010-10-15 16:55:40 -07:00
Justin Ho
1ef2006409
DO NOT MERGE - Quick fix for menu background for SDK/emulator (mdpi)
...
Change-Id: I5f86585618b008b727de2236b75b357c87840ecf
2010-10-15 16:15:16 -07:00
Kenny Root
88b6faad2c
Import revised translations DO NOT MERGE
...
Change-Id: Ifa466bf152e7331f2ea16e925e714690d9034f3a
2010-10-15 15:11:18 -07:00
Justin Ho
ff14aa16ba
DO NOT MERGE - Updated media transport controls (hdpi and mdpi)
...
Change-Id: I9b91c4bc13909017f433724e7c21de0db690eff6
2010-10-15 14:03:57 -07:00
Justin Ho
7e9f686413
DO NOT MERGE - Updated ADB icon
...
Change-Id: I358ce60203746ccf38d92f71d1c684670737c97b
2010-10-15 11:31:35 -07:00
Justin Ho
852fcaf183
Updated GPS icons and new status bar background
...
Change-Id: If901a145b7cdb33b32076dcfb6964be59e3967da
2010-10-14 18:25:50 -07:00
Justin Ho
1fefe88cd0
Another attempt at popup assets (hdpi and mdpi)
...
Change-Id: Iaa0e9b5f3545400b371c029e4152f52b113ab091
2010-10-14 17:26:54 -07:00
Kenny Root
229309e582
Merge "Import revised translations" into gingerbread
2010-10-14 14:17:57 -07:00
Kenny Root
4cc79da76c
Import revised translations
...
Change-Id: I66df6f7374f03bd6596a55026123c6139ab92c83
2010-10-14 09:41:52 -07:00
Roy West
c5c3bae565
Change storage names to match 10-13 decision
...
Change-Id: I1dc760846e7031a7cd090436da556533961695e1
2010-10-14 05:23:23 -07:00
Justin Ho
f0f95e61d4
Updated media transport controls
...
Change-Id: I928b7fcd0f9bd11d5f642e3c5207b00099fc8b41
2010-10-13 17:39:24 -07:00
Justin Ho
4cc49d3e80
Updating popup center asset (v5)
...
Change-Id: I0acb31925e011ddbd668894f1291bc1ee94e5c97
2010-10-13 17:11:26 -07:00
Justin Ho
e03471e12f
Merge "Updated popup_ 9 patches and removing text_select_handle (hdpi)" into gingerbread
2010-10-12 20:30:36 -07:00
Justin Ho
33bae9b826
Updated lockscreen asset (Hiroshi), new menu background
...
Change-Id: Ibe8c535bcdd35668c7aae87b6e8c1ef622f3e148
2010-10-12 20:19:14 -07:00
Justin Ho
cdbd8ab789
Updated popup_ 9 patches and removing text_select_handle (hdpi)
...
Change-Id: I101a4ad12e7e88621073f860e39dcb16730d7722
2010-10-12 19:14:10 -07:00
Nick Pelly
590b73bc5b
NFC API revision round 2.
...
- Add the second half of the new NFC API: NfcAdapter, Tag, NdefTag,
RawTagConnection, NdefTagConnection.
- Add implementations for all of the new NFC API.
Change-Id: I8da9fd1d2971ed2c8b76f2a93f207fa9e305b0f6
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-12 18:37:26 -07:00
Justin Ho
45738f6700
Merge "Updated GPS on (hdpi and mdpi), text select handles (mdpi), removing unused text_select_handle.png (mdpi)" into gingerbread
2010-10-12 17:38:44 -07:00
Justin Ho
a78c85482e
Updated GPS on (hdpi and mdpi), text select handles (mdpi), removing unused text_select_handle.png (mdpi)
...
Change-Id: Ic7089d0277582506b745cfa73d1a7bb311c600a7
2010-10-12 17:29:06 -07:00
Jeff Brown
fa3d9557c8
Merge "Add text selection handles to preloaded drawables." into gingerbread
2010-10-12 16:08:59 -07:00
Jeff Brown
b0061549a2
Add text selection handles to preloaded drawables.
...
Change-Id: Iad48388ada7a555681290998f4cb6f8390aa05d4
2010-10-12 15:22:13 -07:00
Joe Onorato
b08a1af667
Remove dead code, and make the animation a setting.
...
When we don't do the brightness fade, turn off the electron beam instead.
Change-Id: I76513387c4fb420a67e59e005f6e8c3bc72f7f08
2010-10-12 14:16:11 -07:00
Chung-yih Wang
4367ab00ed
Set the wifi-only for SIP service as the default config.
...
Change-Id: I90d2d14b5d9c953e45f85d3d5128d096ea17b22e
bug-id: http://b/3068006
2010-10-12 12:39:50 +08:00
Dianne Hackborn
ffbc4b948d
Merge "Fix SD card mounting issues #3074555 and #3072332 " into gingerbread
2010-10-11 19:13:33 -07:00
Dianne Hackborn
d39d515b91
Fix SD card mounting issues #3074555 and #3072332
...
Change-Id: I79572bb4e92d2546abd97512a119ae74f0d72019
3074555: Kill "Shared storage safe to remove" notification
3072332: "blank shared storage" notification doesn't go anywhere
2010-10-11 19:12:21 -07:00
Joe Onorato
6d74765662
Add a configuration option to turn on the screen when you unplug the device.
...
Bug: 3068624
Change-Id: I7366ece2528b31feee920f4600a475e81a0f3709
2010-10-11 15:16:28 -07:00
Gilles Debunne
6b8bdaa9c8
New AppsPermission and market style
...
Bug 3067333
Change-Id: Ibbf444cfd9b1e2d7b51f4194d57c6dee30ac18ee
2010-10-10 17:57:55 -07:00
Justin Ho
5b640bdee9
Updated media playback controls, unlock screen, misc framework assets
...
Change-Id: Ib7ee3d0ad81f2f27c33dcf698d5270b464d4430e
2010-10-10 16:07:22 -07:00