- 03 Sep, 2009 1 commit
-
-
Lixin Yue authored
Improve PBAP download contacts performance greatly Add 10 times retry for creation of listening socket Change PbapReciever to be clearer Rename functions and adjust function sequence in PbapService Cleanup logging Remove unused functions Remove serversocket polling
-
- 01 Sep, 2009 4 commits
-
-
Android (Google) Code Review authored
* changes: Workaround bug in Poloroid Pogo.
-
Nick Pelly authored
Rename extra dots to underscores. Working with Poloroid to get an updated list of affected MAC addresses. For now we just have 00:04:48.
-
Lixin Yue authored
-
Tao Liejun authored
Stop Rfcomm polling Delete a few unused functions
-
- 29 Aug, 2009 1 commit
-
-
Tao Liejun authored
-
- 28 Aug, 2009 2 commits
-
-
Daniel Sandler authored
-
Nick Pelly authored
Use the pattern if (V) Log.v(...); for logging. The Android style prefers curly braces, but for log lines it is ok to use a one-liner to keep the code manageable. Remove spaces from some log tags, and rename TAG BluetoothShareProvider to BluetoothOpp. Rename LOGVV to V, and LOGV to D. Just before ship we will change Constants.DEBUG and Constants.VERBOSE to false to compile out all the logging code.
-
- 20 Aug, 2009 1 commit
-
-
Tao Liejun authored
-
- 19 Aug, 2009 1 commit
-
-
Tao Liejun authored
Rewrite provider permission to allow LiveFolders work Support file:// uri to share file Support multiple share from gallery Fully support sending file queue Hold incoming connection for a while when OPP is busy instead of reject directly Move notification update to a thread Handle many error cases to display correct error messages Improve server/client timeout Delete empty file after reject incoming file Support upper case incoming file extension Avoid multiple mediascanner connections
-
- 18 Aug, 2009 2 commits
-
-
Nick Pelly authored
Split BluetoothDevice into BluetoothDevice and BluetoothAdapter. BluetoothAdapter: Represents the local BT adapter. Operations on the local adapter (start a scan, etc). BluetoothDevice: Represents a remote BT device. Operations on remote devices (pair, connect, etc).
-
L.X.YUE authored
Update incomming file notification icon to be consistent with system; Update OPP launcher icon per Anroid guidline;
-
- 06 Aug, 2009 2 commits
-
-
Tao Liejun authored
Grab wakelock for server session Fix send small file bug
-
Android (Google) Code Review authored
* changes: Update PBAP per review comments:
-
- 05 Aug, 2009 1 commit
-
-
Lixin Yue authored
Patch 3 fix listing call-history issue Remove the use of Enum in PbapObexServer.java Simplify codes by using function and paras Change some informal usage in codes Fix minor issues Rename some function and vars
-
- 04 Aug, 2009 1 commit
-
-
Jaikumar Ganesh authored
-
- 29 Jul, 2009 1 commit
-
-
Jackson Fan authored
Update on patchset 2 Update icon for Bluetooth share and Incoming file Fix minor Opp UI issue Update log print for mimetype got from android system. Update return response code for un-supported media type Patchset 1 remove the use of replace() of localizable resource Enable Opp Livefolder by using local certificate Reject vcard actively
-
- 24 Jul, 2009 1 commit
-
-
Jackson Fan authored
Modify for aidl added in frameworks
-
- 23 Jul, 2009 3 commits
-
-
Jaikumar Ganesh authored
TODO: We need to fix logging according to new verbose logging in OPP and PBAP.
-
Jaikumar Ganesh authored
-
Jackson Fan authored
Update PBAP as patchset 5 Adjust some resouces strings after UI test Change localized resource usage Modify exception handle, rename a confusing variable name Remove compile dependency on 240 for now. Add TODO in code Some minor changes to address the comments Submit on-behalf of Yue Lixin <a5206c@motorola.com> Update PBAP as patchset 4 according to comments Format resource files Re-organize the logs Submit on-behalf of Jiafa Liu <pbx376@motorola.com>
-
- 17 Jul, 2009 2 commits
-
-
Jaikumar Ganesh authored
-
Jackson Fan authored
Modify according to Ranian's comments - adjust layout - remove Capitalized resource names - format
-
- 16 Jul, 2009 1 commit
-
-
Tao Liejun authored
Fix the bug that second receving would fail Show display name instead of full name in notification
-
- 15 Jul, 2009 1 commit
-
-
Tao Liejun authored
Modify to make opp application compliable in new git -change package name -change manifest -modify a few comments
-
- 11 Jul, 2009 1 commit
-
-
Nick Pelly authored
Minor changes from Moto code: - Added Motorola BSD license - Moved com.motorola.bluetoothshare to com.android.bluetooth.opp - Updated com.motorola.obex to javax.obex - Moved Android.mk to Android.mk.hide: does not yet compile due to changes in Obex library.
-
- 10 Jul, 2009 1 commit
-
-
The Android Open Source Project authored
-