- 18 Mar, 2010 3 commits
-
-
Jaikumar Ganesh authored
Change-Id: I5fa328f2b8fd78986b9a1958e5899feca254f316
-
Jaikumar Ganesh authored
-
Lixin Yue authored
Add support to Browser link share via BT; Add support to share files via BT in 3rd party file manager; Change-Id: I9a93eb0891d0f670109afd44ab4064f7f15b01f3
-
- 17 Mar, 2010 3 commits
-
-
Jaikumar Ganesh authored
-
Lixin Yue authored
-
Lixin Yue authored
-
- 10 Mar, 2010 4 commits
-
-
Jaikumar Ganesh authored
-
Lixin Yue authored
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 authored
-
Lixin Yue authored
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
-
- 09 Mar, 2010 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: I3cdd8eee24082d0b0bf63d1bb80102cf8093b265
-
- 06 Mar, 2010 1 commit
-
-
Lixin Yue authored
-
- 04 Mar, 2010 4 commits
-
-
Eric Fischer authored
-
Michael Chan authored
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 authored
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 authored
Bug: 2485875
-
- 27 Feb, 2010 1 commit
-
-
Eric Fischer authored
-
- 24 Feb, 2010 1 commit
-
-
Daisuke Miyakawa authored
-
- 23 Feb, 2010 1 commit
-
-
Jaikumar Ganesh authored
Bug: 2456698
-
- 11 Feb, 2010 1 commit
-
-
Jeff Hamilton authored
Change-Id: I96a9ed96420c20f9291e004a2d9e02300d53ff26
-
- 05 Feb, 2010 3 commits
-
-
The Android Open Source Project authored
Merge commit '0341ac9a' * commit '0341ac9a': android-2.1_r1 snapshot
-
The Android Open Source Project authored
Merge commit '8916d261' into eclair-plus-aosp * commit '8916d261': android-2.1_r1 snapshot
-
The Android Open Source Project authored
-
- 29 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 28 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
Merge commit 'ac1140f7' * commit 'ac1140f7': empty initial commit
-
- 21 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 12 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 11 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 08 Jan, 2010 1 commit
-
-
Romain Guy authored
Bug: #2361749.
-
- 07 Jan, 2010 1 commit
-
-
Eric Fischer authored
-
- 06 Jan, 2010 1 commit
-
-
Jean-Baptiste Queru authored
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
-
- 04 Jan, 2010 1 commit
-
-
Lixin Yue authored
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.
-
- 22 Dec, 2009 3 commits
-
-
Lixin Yue authored
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 authored
Catch IndexOutOfBoundsException and NullPointerException in Opp sendFile().
-
Lixin Yue authored
Bluetooth OPP to handle x-vcard MIME type from contacts share Handle vcard size by content type instead of tightening with contacts
-
- 11 Dec, 2009 3 commits
-
-
Eric Fischer authored
Merge commit 'e381d79d' into eclair-mr2-plus-aosp * commit 'e381d79d': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Merge commit 'da4092ba' into eclair-mr2 * commit 'da4092ba': Import revised translations. DO NOT MERGE
- 10 Dec, 2009 1 commit
-
-
Eric Fischer authored
-
- 02 Dec, 2009 1 commit
-