Jeff Hamilton
68a5c9f3cf
Add a way to get a string for an error code.
...
Change-Id: I133e974c656eb558349cbc3f9a2caf5b18c8fc3d
2010-10-26 14:09:48 -05:00
Jeff Hamilton
d6c052a8ec
Make some contructors public but hidden.
...
This allows them to be used from within the
NFC stack process internally.
Change-Id: I7f81759da63d451efe86550a57a400fb224b2064
2010-10-26 08:59:18 -05: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
Adam Powell
17efcde161
Merge "DO NOT MERGE Fix bug 3124899 - timeout in CTS test ExpandableListViewBasicTest" into gingerbread
2010-10-25 11:43:03 -07:00
Scott Main
abb50f1528
Merge "docs: fix a couple api links" into gingerbread
2010-10-25 11:18:28 -07:00
Adam Powell
b9b8f7b99b
DO NOT MERGE Fix bug 3124899 - timeout in CTS test
...
ExpandableListViewBasicTest
A certain sequence of events could cause AbsListView to enter an
infinite event loop. Only report reaching a scroll boundary to the
overscroll code path if the Scroller wants to move further, not if
we're done moving.
Change-Id: Ifdaf72d60ca25584e4a37d3d8f17365e0fcbfa40
2010-10-25 11:12:41 -07:00
Sylvain Fonteneau
e2e4ea9ea8
Fixed NdefTag parcelable conversion methods.
...
Also removed call to obsolete openTagConnection() method which was crashing.
Change-Id: Iffd46bd5cad877bb3a82ede298e65ae98322dca9
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-25 08:55:36 -07:00
Nick Pelly
145550a00e
Merge "Document getPollBytes() and getActivationBytes()." into gingerbread
2010-10-24 22:06:15 -07:00
Nick Pelly
416d72f4b6
Document getPollBytes() and getActivationBytes().
...
No code change.
Change-Id: Ideb427b2684b9f9296abefb7c97eabc52db73ee0
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-24 22:03:04 -07:00
Dianne Hackborn
e21d91c694
Fix issue #3126018 : No way to specify NativeActivity's native method
...
Change-Id: I59de6a543e7f7f45d963a905829a3f56f32bf8cf
2010-10-24 14:56:38 -07:00
Eric Rowe
8de43ab5ba
Merge "Change disable timeout for BT disable stress test" into gingerbread
2010-10-22 17:14:12 -07:00
Eric Rowe
867568314d
Change disable timeout for BT disable stress test
...
Bug: b/3125900
Change-Id: Ie1f599f1c418fc40c29debd1401297441a2a9db3
2010-10-22 16:34:33 -07:00
Nick Pelly
07f3bee2db
Push Tag/NdefTag implementation details into the service.
...
Tag/NdefTag objects should just be simple data objects. Push the mapping of
internal tag type to public rawTarget/ndefTarget into Nfc Service.
This gives an oppurtunity to clean up some Tag/NdefTag API methods. Most
significantly, adding createMockTag() and createMockNdefTag() to help with
application testing.
There will probably be some more tweaking of the types/targets in
Tag/NdefTag to come, this commit makes that a lot easier.
Also:
- Introduce getActivationBytes() and getPollBytes(). These are just stubs
for NFC service to implement, we have feedback these are really important
to help identify NFC tags.
- Based on outside advice, remove 3B_PRIME (roll into 3B) and TOPAZ (roll
into 3A).
Change-Id: I3e6789c047f6ee5c298bf76c65e0885cf3c15d97
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-22 16:29:43 -07:00
Eric Fischer
67496e591d
Merge "Import revised translations. DO NOT MERGE" into gingerbread
2010-10-22 16:06:38 -07:00
Eric Fischer
a3e70a430e
Merge "Add a space before the weekday in the zh_CN lock screen date format." into gingerbread
2010-10-22 15:59:42 -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
5383f502e4
Fix issue #3122240 : Expose xlarge in GB.
...
Plus some other small API cleanup.
Change-Id: I1a3c60f510f99224cccac9cc3f838f04141064f8
2010-10-22 12:59:20 -07:00
Jeff Hamilton
7c68bc3867
Merge "Unhide some NFC APIs that are required for the Tag app." into gingerbread
2010-10-22 10:20:06 -07:00
Nick Pelly
1af97f0b78
Attempt to fix simulator build.
...
Change-Id: I7f912ce58292bdd03fa683d2e5c203480d94e945
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-22 08:48:48 -07:00
Jeff Hamilton
da83f513ca
Unhide some NFC APIs that are required for the Tag app.
...
Change-Id: Ic64e00476132dbf4644de5c465e06fe11a264508
2010-10-21 23:43:22 -05:00
Jeff Hamilton
389a440ad1
Backport ParcelFileDescriptor.createPipe() from master.
...
This allows content providers to expose arbitraty data
through the ContentResolver open* APIs.
Change-Id: I408a0b7cee9cdba5654a962098386c012d6b3549
2010-10-21 22:39:41 -05:00
Dianne Hackborn
ba501785c7
Merge "Implement issue #3116702 : New manifest tags for supported screen sizes DO NOT MERGE" into gingerbread
2010-10-21 19:20:49 -07:00
Dianne Hackborn
bf5efba238
Merge "Fix issue #3117918 : No way to finish a native activity" into gingerbread
2010-10-21 19:09:44 -07:00
Dianne Hackborn
db28a94d49
Fix issue #3117918 : No way to finish a native activity
...
Change-Id: Ic53e712f7ab5412d72a31b96ecba252344b91644
2010-10-21 19:07:37 -07:00
Jeff Brown
6b3178a632
Merge "Fix a race condition in wallpaper move throttling." into gingerbread
2010-10-21 18:02:54 -07:00
Jeff Brown
840db1f678
Fix a race condition in wallpaper move throttling.
...
Bug: 3099316
Change-Id: Ia3221975b5be7fae8359d6ab531bbecd0e29aee9
2010-10-21 17:36:54 -07:00
Dianne Hackborn
e9dbf208e4
Merge "Fix issue #3117472 : Format storage dialog still broken" into gingerbread
2010-10-21 17:28:19 -07:00
Dianne Hackborn
4f6ee254bc
Fix issue #3117472 : Format storage dialog still broken
...
Change-Id: I19b3a04e33785a56cb14457e4e3cd9232f585bb1
2010-10-21 16:39:53 -07:00
Mathias Agopian
0c63605535
Merge "Mirror the preview for front-facing cameras. do not merge" into gingerbread
2010-10-21 16:20:07 -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
Scott Main
4b5da6829a
docs: fix a couple api links
...
Change-Id: If0e35011a28dc87324e2d53e856cfcdb35236061
2010-10-21 11:49:12 -07:00
Sylvain Fonteneau
a71354d766
Enable presence check at application level using
...
RawTagConnection.isConnected() method.
Also needs packages/apps/Nfc to be updated.
Change-Id: I726e88853e2c4b348f3b87b7574bc6eded7f5b7c
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-21 03:54:52 -07:00
Nick Pelly
7ea5c45e8d
NFC settings cleanup.
...
Remove NFC settings from Settings.System. The NFC Service tracks them
internally using SharedPreference.
Revert back to enable()/disable()/isEnabled() - Tag discovery is the
only functionality NFC service performs right now so we don't need to
break it up more explicitly yet. enable/disable is the global NFC
on/off and later we'll add enableDiscovery(), enableTagEmulation(),
enableSecureElement() etc as needed.
Change-Id: Id5b23e89d4a29511835f509962842452075e56cb
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-21 03:54:51 -07:00
Dianne Hackborn
fb2cd0aa9d
Merge "Fix java doc on FLAG_EXTERNAL." into gingerbread
2010-10-20 17:12:27 -07:00
Dianne Hackborn
eddfc04a08
Fix java doc on FLAG_EXTERNAL.
...
Change-Id: Ic533b3a6c3300a986dd8d0da04243d723cf393ef
2010-10-20 16:03:37 -07:00
Dianne Hackborn
e9e2340583
Merge "Fix issue #3113424 : Battery stats don't reset on Crespo" into gingerbread
2010-10-20 14:08:26 -07:00
Justin Ho
d5aaff548d
Merge "DO NOT MERGE - Updated media playback transport controls (b/3116268)" into gingerbread
2010-10-20 13:35:40 -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
266e607bde
Fix issue #3113424 : Battery stats don't reset on Crespo
...
Change-Id: I38cc3cdfa9cb1466fe3659f001ee57aecf9df179
2010-10-20 12:26:48 -07:00
Dianne Hackborn
74b1ed3231
Fix issue #3113219 : NativeActivity using wrong lib path with Java code
...
Use the same path whether the .apk has dalvik code or not.
Change-Id: I66397d7f7e328d5580565ceb17a941afac0e0f8b
2010-10-20 10:22:45 -07:00
Dirk Dougherty
3466e1fc6d
Merge "Doc change: escape angle brackets in javadoc comment." into gingerbread
2010-10-20 09:34:24 -07:00
Wu-cheng Li
b982fb4fd3
Mirror the preview for front-facing cameras. do not merge
...
Now overlay does ROT_90 before FLIP_V or FLIP_H. It should be FLIP_V
or FLIP_H first. The formula should be changed after overlay is fixed.
bug:3059865
Change-Id: Ie4366bf7f1fcac7383e8dfc74b1b865997bbbcc6
2010-10-20 18:29:18 +08:00
Mindy Pereira
6fbc5d9c19
DO NOT MERGE. Make sure to invalidate after pulling on an edgeglow.
...
Fixes b/3111778 overscroll glitch in news & weather
Change-Id: Ic255da1f7c4301ea3980acc4fa033c9f17a60dac
2010-10-19 17:38:24 -07:00
Brad Fitzpatrick
59993d9bc5
Merge "Avoid NPE in WebTextView.lineUpScroll -> Touch.getMaxScrollX" into gingerbread
2010-10-19 12:40:53 -07:00
Joe Onorato
bdf1706ac6
Merge "Reduce logging." into gingerbread
2010-10-19 12:23:51 -07:00
Brad Fitzpatrick
44d2c69ad3
Avoid NPE in WebTextView.lineUpScroll -> Touch.getMaxScrollX
...
Bug: 3110967
Change-Id: I156070956528c8c7d1eb6db5d2e8bb1fe119178d
2010-10-19 12:19:41 -07:00
Joe Onorato
431bb22695
Reduce logging.
...
Remember, the system and main logs are
- Shared resources
- Primarily for recording problems
- To be used only for large grained events during normal operation
Bug: 3104855
Change-Id: I136fbd101917dcbc8ebc3f96f276426b48bde7b7
2010-10-19 15:08:05 -04:00