OSDN Git Service
Liejun Tao [Tue, 5 Oct 2010 17:21:25 +0000 (12:21 -0500)]
Make "search by number" function work
Previous "search by number" is wrong. Re-implement it to make it work.
Add flexible to handle searchValue as both null-terminated and not
null-terminated.
Change-Id: Ie50f8d29dfcbae868c43d482467b09b08ed2be0f
Jaikumar Ganesh [Wed, 6 Oct 2010 22:39:15 +0000 (00:39 +0200)]
Add intent filter to PBAP service.
Change-Id: I4059c74fcd6622c0e5688ffa171ff5d1f3be6b8f
Jaikumar Ganesh [Mon, 4 Oct 2010 21:51:52 +0000 (23:51 +0200)]
Don't enforce Authenticated Link key (MITM protection) on PBAP.
Gory Details:
SecureRfcomm API => authentication is true and encyrption is true. (HIGH)
InSecureRfcomm API => authentication is false and encryption is true. (MEDIUM)
The authentication above refers to the authentication of the link
key i.e prevention of MITM attacks.
Bluetooth 2.0 legacy pairing doesn't provide MITM protection.
Bluetooth 2.1 -> If pairing is done with MITM protection already,
this doesn't matter. If pairing is NOT done with MITM protection
we have the same security as the other core profiles. It dones't make
sense to enfore MITM for this profile while having Handsfree profile
to not have MITM i.e some attacker can listen in on conversations.
Why are we changing this now: More headsets with 2.1 and No Input/Output
have started to support PBAP. So we pair without MITM with them and then
when the PBAP request comes it fails because we need MITM protection and
we try to exchange keys (i.e pair again)
The headset don't allow pairing to happen at any time because its a security
issue and hence PBAP request fails.
Change-Id: Ia80c15c545e9396e7c6882b731c90a8ede119827
Ola Johnsson [Wed, 16 Jun 2010 08:39:05 +0000 (10:39 +0200)]
PullvCardList implemented according to specification
The value tag sent as a byte array was not parsed correctly
leading to illegal strings. The list count value was not used
according to the specification, now refers to number of entries
that should be returned. Specification for Phone book access
profile chapter 5.3 default max list size of OxFFFF (65535)
taken from 5.3.4.4. Now uses default values when Application
Parameter headers are missing.
Change-Id: Ib17f2208a91b4f896d9beebaf3a21566502ac291
Eric Fischer [Wed, 29 Sep 2010 21:30:20 +0000 (14:30 -0700)]
Import revised translations. DO NOT MERGE
Change-Id: I0f5729fa9041ac4ba030b939b899f66d0952d1c6
Eric Fischer [Wed, 29 Sep 2010 17:53:31 +0000 (10:53 -0700)]
Merge "Split strings with SD card references into variations." into gingerbread
Jaikumar Ganesh [Wed, 29 Sep 2010 01:10:48 +0000 (18:10 -0700)]
Merge "Update BT folder icon." into gingerbread
Jaikumar Ganesh [Wed, 29 Sep 2010 01:09:57 +0000 (18:09 -0700)]
Update BT folder icon.
Change-Id: I1aecca20d4a9aaaf8e4aad37eb5c2e2357fad6ad
Eric Fischer [Tue, 28 Sep 2010 23:34:10 +0000 (16:34 -0700)]
Split strings with SD card references into variations.
Change-Id: Ie01f4de45b427f06b0daec3847b865d0e4b2d6e7
Brad Fitzpatrick [Tue, 28 Sep 2010 15:53:41 +0000 (08:53 -0700)]
Trim the Bluetooth database off the main thread.
This looks to be most if not all of the remaining StrictMode
violations in this process. Not a huge deal, but cleaning up noise
will make bigger problems stand out easier in the future.
Change-Id: I262194c12114114fbe059d73475afb1bbb5654ab
Eric Fischer [Mon, 27 Sep 2010 19:26:50 +0000 (12:26 -0700)]
Merge "Trim unwanted whitespace from translations. DO NOT MERGE" into gingerbread
Eric Fischer [Mon, 27 Sep 2010 19:16:38 +0000 (12:16 -0700)]
Trim unwanted whitespace from translations. DO NOT MERGE
Change-Id: I22c96b9e3540bd220c01987a0830c3e6b2420e29
Jean-Baptiste Queru [Mon, 27 Sep 2010 00:30:07 +0000 (17:30 -0700)]
reconcile froyo-release into gingerbread
Change-Id: I5b2492a62bab246a41ad43f45f7a1d4c13b15985
a5206c [Wed, 22 Sep 2010 19:47:06 +0000 (03:47 +0800)]
For PBAP, Limit the number of call log to CALLLOG_NUM_LIMIT
Eric Fischer [Thu, 9 Sep 2010 18:58:37 +0000 (11:58 -0700)]
Fix string placeholders that got mangled in translation. DO NOT MERGE
Pull the new versions of the three affected strings back from gingerbread
(where the placeholders are explicitly marked as such) and reimport the
zh-rTW translations.
Change-Id: Ica839e87d3efe32f5cc8ae0ab42346d8f60d3015
Eric Fischer [Thu, 9 Sep 2010 23:17:16 +0000 (16:17 -0700)]
am
bf992c5b: (-s ours) Fix string placeholders that got mangled in translation. DO NOT MERGE
Merge commit '
bf992c5b8417c41779e6cb5890b65949dc3353bf' into gingerbread
* commit '
bf992c5b8417c41779e6cb5890b65949dc3353bf':
Fix string placeholders that got mangled in translation. DO NOT MERGE
Eric Fischer [Thu, 9 Sep 2010 18:58:37 +0000 (11:58 -0700)]
Fix string placeholders that got mangled in translation. DO NOT MERGE
Pull the new versions of the three affected strings back from gingerbread
(where the placeholders are explicitly marked as such) and reimport the
zh-rTW translations.
Change-Id: Ica839e87d3efe32f5cc8ae0ab42346d8f60d3015
Brad Fitzpatrick [Fri, 3 Sep 2010 20:57:15 +0000 (13:57 -0700)]
Replace use of SharedPreference commit() with apply().
Also fix a typo and replace a bunch of redundant
SharedPreference.Editor commits with one at the end.
Change-Id: I75623cb6809a363d05421f80f1560d586ae1ab80
Daisuke Miyakawa [Thu, 2 Sep 2010 19:53:43 +0000 (12:53 -0700)]
Modify variables used in vCard code.
See also Icf265ce7f83c1e2bd5db0c3d9bd4c142afd6db34
Change-Id: I3a94e86d0788a395ac0744bdf6e31c8e64fb0c15
Jaikumar Ganesh [Mon, 30 Aug 2010 18:21:23 +0000 (11:21 -0700)]
Merge "Send vCard with Unicode encoded Strings over BT" into gingerbread
Edward Savage-Jones [Fri, 27 Aug 2010 10:05:58 +0000 (12:05 +0200)]
Send vCard with Unicode encoded Strings over BT
The standard Android code doesn't correctly handle creation of byte
packets when sending vCard data. The length of a String is used to
specify the number of bytes being sent, which works if all
characters are ASCII (1 byte per char), but if Unicode characters
exist within the string, then bytes vs String length differ which
causes a truncation of the vCard during Bluetooth send.
Change-Id: Ic39dd53a38f1f353523c625940b0317b00e86d4f
Eric Fischer [Sat, 28 Aug 2010 00:10:00 +0000 (17:10 -0700)]
Import revised translations. DO NOT MERGE
Change-Id: I6059c994c650c5e581a8e953616aaf3941b5afb1
Jaikumar Ganesh [Wed, 18 Aug 2010 18:25:58 +0000 (11:25 -0700)]
Merge "Add tags around string formatting placeholders. DO NOT MERGE" into gingerbread
Eric Fischer [Tue, 20 Apr 2010 01:23:11 +0000 (18:23 -0700)]
Add tags around string formatting placeholders. DO NOT MERGE
Make the wording of one error message more idiomatic.
Change-Id: I1a427c8a211bca9b8c5261ceda37edf64ceb556c
Eric Fischer [Tue, 17 Aug 2010 23:44:19 +0000 (16:44 -0700)]
Import revised translations. DO NOT MERGE
Change-Id: Ic1f84b8846c17593036d8ac09baaeb96a4244c44
Jaikumar Ganesh [Wed, 11 Aug 2010 18:37:39 +0000 (11:37 -0700)]
Merge "Optimize Opp Notification" into gingerbread
Liejun Tao [Mon, 2 Aug 2010 22:37:23 +0000 (17:37 -0500)]
Optimize Opp Notification
Current Opp notification is running too frequently. When file transfer
speed is fast, it could update notification 7-8 times in 1 second.
Use a timer to limit the notification to once per second.
Change-Id: I162033d9e12148260515c8ed318928e4de9a4392
Eric Fischer [Tue, 10 Aug 2010 18:50:57 +0000 (11:50 -0700)]
Import revised translations. DO NOT MERGE
Change-Id: I2df2905587fcb58d7e40677282f0fa3eb27622e4
Eric Fischer [Wed, 4 Aug 2010 17:40:59 +0000 (10:40 -0700)]
Import revised translations. DO NOT MERGE
Change-Id: I751dea57ff96b08328284c6489acffafab0ebd51
Kenny Root [Mon, 21 Jun 2010 18:17:12 +0000 (11:17 -0700)]
am
252a2736: Import revised translations
Merge commit '
252a273678109302c6c4a3e35306f5fe9ce52738' into gingerbread
* commit '
252a273678109302c6c4a3e35306f5fe9ce52738':
Import revised translations
Kenny Root [Mon, 21 Jun 2010 18:04:14 +0000 (11:04 -0700)]
Import revised translations
Change-Id: Ia0887bd64eafcb3a3ef329b84805a2859cde44eb
Kenny Root [Mon, 21 Jun 2010 15:58:49 +0000 (08:58 -0700)]
am
25c3b801: Import revised translations
Merge commit '
25c3b801069d8c44854093b3cd1a93ecb9654020' into gingerbread
* commit '
25c3b801069d8c44854093b3cd1a93ecb9654020':
Import revised translations
Kenny Root [Mon, 21 Jun 2010 01:56:36 +0000 (18:56 -0700)]
Import revised translations
Change-Id: I5351f0f604a561458f284c0e9444d5aec7767733
Kenny Root [Thu, 10 Jun 2010 05:31:36 +0000 (22:31 -0700)]
am
2b72fec0: Import revised translations
Merge commit '
2b72fec02d9094b1fc43694046f44ce511328f86' into kraken
* commit '
2b72fec02d9094b1fc43694046f44ce511328f86':
Import revised translations
Kenny Root [Thu, 10 Jun 2010 05:26:43 +0000 (22:26 -0700)]
Import revised translations
Change-Id: I118b7e54616b1144be81c8e9ea5de04efb388a97
Jaikumar Ganesh [Tue, 8 Jun 2010 00:00:34 +0000 (17:00 -0700)]
Merge "Set number as "Unknown" for private numbers." into kraken
Jaikumar Ganesh [Mon, 7 Jun 2010 17:08:11 +0000 (10:08 -0700)]
Set number as "Unknown" for private numbers.
Change-Id: I54bb9595913c90e72eef659627d95bb63398e84a
Joe Onorato [Thu, 3 Jun 2010 20:52:33 +0000 (13:52 -0700)]
This icon shouldn't be animated, and that private class is gone.
Change-Id: I1652c4685c31b55e6519a9180490d86634732d87
Kenny Root [Fri, 28 May 2010 21:28:56 +0000 (14:28 -0700)]
Fix-up es-419 translation
Change-Id: If56b21a216ffa585fa3c1c6134a7fefcd62caa0e
David Yue [Thu, 27 May 2010 07:11:15 +0000 (15:11 +0800)]
correct PBAP call log parameters
Kenny Root [Mon, 17 May 2010 21:02:34 +0000 (14:02 -0700)]
am
4900671a: Import revised translations
Merge commit '
4900671aa3d9329c8065c7da4e5ae544ed85b9e2' into kraken
* commit '
4900671aa3d9329c8065c7da4e5ae544ed85b9e2':
Import revised translations
Kenny Root [Mon, 17 May 2010 18:23:51 +0000 (11:23 -0700)]
Import revised translations
Change-Id: Ic96221d5e692ef4089ef4db39bcfedc392e6d321
Jaikumar Ganesh [Sat, 15 May 2010 00:50:30 +0000 (17:50 -0700)]
am
6a148f10: Run Bluetooth Opp activities in the phone process.
Merge commit '
6a148f10d0e26eef9f94e08ac3f1897ce8983bfa' into kraken
* commit '
6a148f10d0e26eef9f94e08ac3f1897ce8983bfa':
Run Bluetooth Opp activities in the phone process.
Jaikumar Ganesh [Fri, 14 May 2010 22:00:28 +0000 (15:00 -0700)]
Run Bluetooth Opp activities in the phone process.
There were just too much shared code between the classes - we
cannot have them in 2 different process - it can work sometimes and
will fail sometimes depending on the ordering of processes.
Rework involves a lot of code change at this point of time.
Bug:
2684281
Change-Id: I76784650c5f635c1e961392b682c1d33fc2f343f
Daisuke Miyakawa [Thu, 15 Apr 2010 02:04:42 +0000 (11:04 +0900)]
Use FLAG_REFRAIN_PHONE_NUMBER_FORMATTING to prevent discard
of "+", "p", "w" etc in phone numbers.
Change-Id: Ic69d60e5831e59a497c523aa62c753922edf06f6
David Yue [Wed, 12 May 2010 14:53:08 +0000 (07:53 -0700)]
am
b7533e86: Add missing moveToNext() calling.
Merge commit '
b7533e86bb84a2f95c2cff62c1565a8e1696d1ea' into kraken
* commit '
b7533e86bb84a2f95c2cff62c1565a8e1696d1ea':
Add missing moveToNext() calling.
David Yue [Tue, 11 May 2010 03:08:05 +0000 (11:08 +0800)]
Add missing moveToNext() calling.
Bug:
2674275
Change-Id: Ib5f5d2ebe3ff6ab02e43df38097a89541e132b55
Lixin Yue [Fri, 16 Apr 2010 02:42:27 +0000 (10:42 +0800)]
Fix the %1 bug in UI when sdcard full
Kenny Root [Tue, 27 Apr 2010 19:19:00 +0000 (12:19 -0700)]
Import revised translations
Change-Id: I70a15978fd77c45efd8a4e6478c98ee953c49a99
Daisuke Miyakawa [Tue, 20 Apr 2010 01:27:31 +0000 (10:27 +0900)]
Make BluetoothPbapCallLogComposer use FLAG_REFRAIN_IMAGE_EXPORT.
Bug:
2603200
Change-Id: Ie6a40c12fafac5927b616f31a8335df0181f9e18
Lixin Yue [Fri, 26 Mar 2010 01:27:20 +0000 (09:27 +0800)]
Clear notifications when the user presses clear from the notifications bar.
Bug:
2542260
Change-Id: I00f9d8216d70543b93cfbcdb2cd8da8331044d77
Jaikumar Ganesh [Wed, 24 Mar 2010 17:36:06 +0000 (10:36 -0700)]
Fix pbap and opp running bluetooth in phone process problems.
1. Use the right context instead of application context.
2. Make PbapActivity run in the same process as PbapService as they
share state.
Change-Id: Ib50c63c271dd8b30108f22734c47ee8645cd4839
Jaikumar Ganesh [Thu, 18 Mar 2010 22:40:19 +0000 (15:40 -0700)]
Fix Typo.
Change-Id: Ia71a5b3bb970463132b2c25b90cf3897fc227fb9
Jaikumar Ganesh [Thu, 18 Mar 2010 21:34:53 +0000 (14:34 -0700)]
Merge "Add ABORT request handling to PBAP"
Kenny Root [Thu, 18 Mar 2010 05:06:03 +0000 (22:06 -0700)]
Import revised translations
Change-Id: Ia703afd0c3fd603a68f606b684bdf76cd2de32fe
Jaikumar Ganesh [Thu, 11 Mar 2010 21:06:54 +0000 (13:06 -0800)]
Add ability to run Bluetooth application in a different process if needed.
Change-Id: I5fa328f2b8fd78986b9a1958e5899feca254f316
Jaikumar Ganesh [Thu, 18 Mar 2010 00:21:42 +0000 (17:21 -0700)]
Merge "Enhanced support to OPP content share"
Lixin Yue [Fri, 12 Mar 2010 09:32:50 +0000 (17:32 +0800)]
Enhanced support to OPP content share
Add support to Browser link share via BT;
Add support to share files via BT in 3rd party file manager;
Change-Id: I9a93eb0891d0f670109afd44ab4064f7f15b01f3
Jaikumar Ganesh [Wed, 17 Mar 2010 22:05:06 +0000 (15:05 -0700)]
Merge "Update notification in Transfer history manually when BT if off"
Lixin Yue [Fri, 12 Mar 2010 14:15:01 +0000 (22:15 +0800)]
optimize deleting operation in trimDatabase()
Lixin Yue [Tue, 16 Mar 2010 01:41:12 +0000 (09:41 +0800)]
Add ABORT request handling to PBAP
Lixin Yue [Mon, 15 Mar 2010 02:45:42 +0000 (10:45 +0800)]
Update notification in Transfer history manually when BT if off
Jaikumar Ganesh [Wed, 10 Mar 2010 20:05:05 +0000 (12:05 -0800)]
Merge "Trim Opp database when service restarts."
Lixin Yue [Wed, 3 Mar 2010 09:54:33 +0000 (17:54 +0800)]
Trim Opp database when service restarts.
When Opp service restart, we will trim the database.
a) No visible case is deleted.
b) Invisible complete outbound (failed and successful) are deleted.
c) Invisible complete failed inbound are deleted.
d) Invisible complete success inbound are deleted if needed to keep records max
to 1000.
Live folder only has received files, so the above makes sense.
Change-Id: If27080721d9abed025162ff805f661fde01564d3
Jaikumar Ganesh [Wed, 10 Mar 2010 01:30:47 +0000 (17:30 -0800)]
Merge "Not update TransferActivity button during activity creating."
Lixin Yue [Tue, 9 Mar 2010 04:48:23 +0000 (12:48 +0800)]
Not update TransferActivity button during activity creating.
This is to fix below issue: when an ongoing transfer is almost to complete,
click the ongoing notification to launch TransferActivity, there will be
possible crash due to NullPointerException.
Root casue is: when TransferActivity onCreate() is called, the transfer is
still ongoing, so mIsComplete is false; but when onCreate() call to
updateProgressbar(), the transfer may change to complete, and then updateButton()
will be called; In updateButton(), mAlert (which will be initialized in father
class AlertActivity) still not intialized, which caused NullPointerException.
Change-Id: Ibfe363f3822386a38b9b108e29f60ad6673f70f6
Jean-Baptiste Queru [Tue, 9 Mar 2010 02:04:55 +0000 (18:04 -0800)]
Add an empty CleanSpec.mk
Change-Id: I3cdd8eee24082d0b0bf63d1bb80102cf8093b265
Lixin Yue [Fri, 5 Mar 2010 07:11:06 +0000 (15:11 +0800)]
Remove the number above status icon for Opp transfers
Eric Fischer [Thu, 4 Mar 2010 22:03:45 +0000 (14:03 -0800)]
Import new translations
Michael Chan [Thu, 4 Mar 2010 03:14:35 +0000 (19:14 -0800)]
Merge "Add opp Transfer history to avoid cluster of notificatoins To reduce the cluster of Opp nofications, we introduce the concept of Opp transfer history. Only 2 notifications exist for finished opp transfers, one is for outbound transfers, and another is for inbound transfers. User can see all detailed items in corresponding screen when click the notification."
Lixin Yue [Fri, 26 Feb 2010 09:35:23 +0000 (17:35 +0800)]
Add opp Transfer history to avoid cluster of notificatoins To reduce the cluster of Opp nofications, we introduce the concept of Opp transfer history. Only 2 notifications exist for finished opp transfers, one is for outbound transfers, and another is for inbound transfers. User can see all detailed items in corresponding screen when click the notification.
Change-Id: Iffed353ea6b0d7c958c71fe8d3996937058ced30
Daisuke Miyakawa [Thu, 4 Mar 2010 01:33:20 +0000 (10:33 +0900)]
Add missing addHandler().
Bug:
2485875
Eric Fischer [Sat, 27 Feb 2010 01:27:11 +0000 (17:27 -0800)]
Import new translations.
Daisuke Miyakawa [Tue, 23 Feb 2010 06:55:19 +0000 (15:55 +0900)]
Move Pbap logic to Bluetooth package so that we do not have unnecessary tight coupling.
Jaikumar Ganesh [Tue, 23 Feb 2010 18:17:44 +0000 (10:17 -0800)]
Removed Unused Strings and resources to reduce image size.
Bug:
2456698
Jeff Hamilton [Thu, 11 Feb 2010 22:25:47 +0000 (16:25 -0600)]
Add an original-package tag that matches the real package name.
Change-Id: I96a9ed96420c20f9291e004a2d9e02300d53ff26
The Android Open Source Project [Fri, 5 Feb 2010 22:17:41 +0000 (14:17 -0800)]
am
0341ac9a: am
8916d261: reconcile main tree with open-source eclair
Merge commit '
0341ac9aa9f48d71e10d8b1a7382a4ee75fbe3e2'
* commit '
0341ac9aa9f48d71e10d8b1a7382a4ee75fbe3e2':
android-2.1_r1 snapshot
The Android Open Source Project [Fri, 5 Feb 2010 16:46:16 +0000 (08:46 -0800)]
am
8916d261: reconcile main tree with open-source eclair
Merge commit '
8916d261ab985d191999ec9f8751819434ec4cc0' into eclair-plus-aosp
* commit '
8916d261ab985d191999ec9f8751819434ec4cc0':
android-2.1_r1 snapshot
The Android Open Source Project [Fri, 5 Feb 2010 16:09:38 +0000 (08:09 -0800)]
reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 29 Jan 2010 22:09:21 +0000 (14:09 -0800)]
reconcile android-2.1_r1 snapshot
The Android Open Source Project [Thu, 28 Jan 2010 00:15:20 +0000 (16:15 -0800)]
The Android Open Source Project [Thu, 21 Jan 2010 19:21:26 +0000 (11:21 -0800)]
merge from open-source master
The Android Open Source Project [Tue, 12 Jan 2010 23:19:08 +0000 (15:19 -0800)]
android-2.1_r1 snapshot
The Android Open Source Project [Mon, 11 Jan 2010 22:32:51 +0000 (14:32 -0800)]
empty initial commit
Romain Guy [Fri, 8 Jan 2010 23:06:41 +0000 (15:06 -0800)]
Deprecate fill_parent and introduce match_parent.
Bug: #
2361749.
Eric Fischer [Thu, 7 Jan 2010 23:56:15 +0000 (15:56 -0800)]
Update with latest translations.
Jean-Baptiste Queru [Wed, 6 Jan 2010 00:27:20 +0000 (16:27 -0800)]
Do not use a user tag on apps, as it is ignored.
The build system does not honor user tags on apps,
and setting it is misleading.
This removes the confusion by making the makefiles
behave like they read.
Change-Id: I98697136596fd1dafd8d21c944cb258b4b7949e8
Lixin Yue [Wed, 23 Dec 2009 07:37:27 +0000 (15:37 +0800)]
Move insert share info operation to a thread to avoid Receiver timeout
In OppReceiver, the function mOppManager.startTransfer(remoteDevice), which
is used to insert share records to DB, can be really a time-consuming
operation in case of 300 or more objects sharing case.
For onReceive() function in BroadcastReceiver, there are below specification:
The function is normally called within the main thread of its process, so you should never
perform long-running operations in it (there is a timeout of 10 seconds that the system allows
before considering the receiver to be blocked and a candidate to be killed)
Add handle to concurrent sending case
In Gellary, user can multiple select files (say 50files), and share via bluetooth to device1,
and then right away share via bluetooth to device2, and also can share to device3. In such
extream case, we need ensure all share info are saved to db.
Complete the TODO in OppManager
Store application data to SharedPreferences and restore them when service restart.
Lixin Yue [Wed, 16 Dec 2009 08:07:53 +0000 (16:07 +0800)]
Fix non-existing received file still appearing in live folder issue
After receiving a file by OPP from Bluetooth remote device, user can delete
this file from Gallery or 3rd party application. In Opp live folder, user
could still open this file, but with dialog "file not exist" displayed, and
there is no way to make this file disappear from liver folder.
Current solution is to delete the BT OPP DB record after openning an invalid
uri associated with the file in folder, as an easy method without syncing.
Lixin Yue [Thu, 10 Dec 2009 05:52:53 +0000 (13:52 +0800)]
Update the error codes to be compatible with PBAP spec.
Catch IndexOutOfBoundsException and NullPointerException in Opp sendFile().
Lixin Yue [Thu, 17 Dec 2009 08:31:22 +0000 (16:31 +0800)]
Enable vcard share in OPP
Bluetooth OPP to handle x-vcard MIME type from contacts share
Handle vcard size by content type instead of tightening with contacts
Eric Fischer [Fri, 11 Dec 2009 07:40:39 +0000 (23:40 -0800)]
am
1b079725: (-s ours) am
e381d79d: am
da4092ba: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '
1b079725add337a35ec0157acc6365cec67a3cf1'
* commit '
1b079725add337a35ec0157acc6365cec67a3cf1':
Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 11 Dec 2009 01:52:39 +0000 (17:52 -0800)]
am
e381d79d: am
da4092ba: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '
e381d79d0d9c6a787064ae42ec97d0ce2d21909f' into eclair-mr2-plus-aosp
* commit '
e381d79d0d9c6a787064ae42ec97d0ce2d21909f':
Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 11 Dec 2009 01:42:27 +0000 (17:42 -0800)]
am
da4092ba: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '
da4092baa3ea8ec719f374f9567cc07cdfe48c55' into eclair-mr2
* commit '
da4092baa3ea8ec719f374f9567cc07cdfe48c55':
Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 10 Dec 2009 01:24:28 +0000 (17:24 -0800)]
Import revised translations. DO NOT MERGE
Lixin Yue [Wed, 2 Dec 2009 01:38:42 +0000 (17:38 -0800)]
am
11bac503: am
6414394c: am
6ee2d0e0: Fix Opp notifications timestamp not correct issue
Merge commit '
11bac503a50bb1e9f465d176fcae3cd668ca6c70'
* commit '
11bac503a50bb1e9f465d176fcae3cd668ca6c70':
Fix Opp notifications timestamp not correct issue
Lixin Yue [Wed, 2 Dec 2009 01:29:04 +0000 (17:29 -0800)]
am
6414394c: am
6ee2d0e0: Fix Opp notifications timestamp not correct issue
Merge commit '
6414394c20cd885f5bd4561e06bbecac9c93cfb1' into eclair-mr2-plus-aosp
* commit '
6414394c20cd885f5bd4561e06bbecac9c93cfb1':
Fix Opp notifications timestamp not correct issue
Lixin Yue [Wed, 2 Dec 2009 01:14:06 +0000 (17:14 -0800)]
am
6ee2d0e0: Fix Opp notifications timestamp not correct issue
Merge commit '
6ee2d0e0405a074cf827e0c0ac4bfbffd1850cea' into eclair-mr2
* commit '
6ee2d0e0405a074cf827e0c0ac4bfbffd1850cea':
Fix Opp notifications timestamp not correct issue
Tao Liejun [Tue, 1 Dec 2009 17:11:29 +0000 (09:11 -0800)]
am
5e95999a: am
019188fd: Merge change Ifb8562d3 into eclair-mr2
Merge commit '
5e95999a79b94802b461160e1d7c9002c93356f4'
* commit '
5e95999a79b94802b461160e1d7c9002c93356f4':
Add a few specific file type support
Tao Liejun [Mon, 30 Nov 2009 22:35:16 +0000 (14:35 -0800)]
am
019188fd: Merge change Ifb8562d3 into eclair-mr2
Merge commit '
019188fd686dbe7a9610255ea8aa61bd589a6bd1' into eclair-mr2-plus-aosp
* commit '
019188fd686dbe7a9610255ea8aa61bd589a6bd1':
Add a few specific file type support