- 30 Sep, 2009 1 commit
-
-
Lixin Yue authored
Add timeout handling to incoming file confirm dialog, to avoid uncertain behavior when timeout happen Fix PBAP request timeout issue when open/close slider, dismiss timeout dialog to avoid uncertain behavior Fix typo in strings
-
- 29 Sep, 2009 4 commits
-
-
Android (Google) Code Review authored
* changes: New icons
-
Mike Cleron authored
-
Android (Google) Code Review authored
* changes: Update PBAP to make compatiable with spec
-
Lixin Yue authored
Add check to incoming application parameter, be nice to accept PCE request Fix minor pullvCardEntry issue for call logs Fix one pullPhoneBook issue about request size
-
- 28 Sep, 2009 3 commits
-
-
Android (Google) Code Review authored
* changes: Added WhiteList of acceptable MIME types for OBEX transfers. Part of OBEX/OPP security review. Bug information: http://b/issue?id=1972237
-
Oscar Montemayor authored
Bug information: http://b/issue?id=1972237
-
Nick Pelly authored
Change-Id: Ia0eb46d9bdff6a8ab3333bb0ad1f66d0303c135a
-
- 27 Sep, 2009 1 commit
-
-
Oscar Montemayor authored
Proposed file canonical path prevetion for directory trasvesal attacks. Fix suggested by meder@google.com. More fixes form CR comments.
-
- 24 Sep, 2009 3 commits
-
-
Lixin Yue authored
Totally removed the use of old syncml.pim.vcard.VCardComposer
-
Tao Liejun authored
Use new API BluetoothDevice.fetchUuidsWithSdp() to query SDP for un-paired device, and request SDP update when Opp is not in cache. Handle a concurrent case when incoming connection and file share happens together Some other minor changes Change-Id: I7ebf34801518867553551d8f7bba7ac62e22667e
-
Android (Google) Code Review authored
* changes: Update opp/pbap look and feel
-
- 23 Sep, 2009 2 commits
-
-
Rich Cannings authored
Fixes NullPointerException that crashes Bluetooth when filename ends end with slash, e.g.: 'fooo..txt/'. choosefilename() can return null. We should handle this result and grecefully fail.
-
Lixin Yue authored
Update OPP BtEnabling Dialog-add timeout handling, handle Bluetooth ON intent, handle back key Change-Id: I3d3ade3a9a4de645ddb7195e8b81ca42afb3d31e
-
- 22 Sep, 2009 1 commit
-
-
Oscar Montemayor authored
Code review changes incorporated patch set 3 rev.
-
- 20 Sep, 2009 2 commits
- 16 Sep, 2009 1 commit
-
-
Jaikumar Ganesh authored
-
- 11 Sep, 2009 3 commits
-
-
Jaikumar Ganesh authored
-
Nick Pelly authored
There was a regression with the Bluetooth API changes because I forgot to update the manifests. Bluetooth.apk would have missed the BT on/off intents. Change-Id: Ida94411d73826d6ff6a95c3370d8d2d49a8ab20e
-
Nick Pelly authored
Change-Id: I618553f2aa4e8705e3dff1247752e5fc357ef94d
-
- 09 Sep, 2009 3 commits
-
-
Nick Pelly authored
-
Nick Pelly authored
-
Lixin Yue authored
The response to the targeted connect operation should contain a Who with the same UUID as sent in the request's matching Target header. If the Who header was present in the request, a Target header identifying the same client should be sent in the response. Play ringtone for incoming PBAP connection request
-
- 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
-