OSDN Git Service

Add opp Transfer history to avoid cluster of notificatoins To reduce the cluster...
authorLixin Yue <L.X.YUE@motorola.com>
Fri, 26 Feb 2010 09:35:23 +0000 (17:35 +0800)
committerMichael Chan <mchan@android.com>
Thu, 4 Mar 2010 03:13:06 +0000 (19:13 -0800)
commit5cc617943765df27844e459362c4bc1821305216
treedb27b2c62dfa1db4ec0271483a0cd00c3b4ddfd9
parent02a85f25c5410e6e104c25ec3b109797db0aa18a
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
12 files changed:
AndroidManifest.xml
res/layout/bluetooth_transfer_item.xml [new file with mode: 0644]
res/layout/bluetooth_transfers_page.xml [new file with mode: 0644]
res/layout/no_transfers.xml [new file with mode: 0644]
res/menu/transferhistory.xml [new file with mode: 0644]
res/menu/transferhistorycontextfinished.xml [new file with mode: 0644]
res/values/strings.xml
src/com/android/bluetooth/opp/BluetoothOppNotification.java
src/com/android/bluetooth/opp/BluetoothOppReceiver.java
src/com/android/bluetooth/opp/BluetoothOppTransferAdapter.java [new file with mode: 0644]
src/com/android/bluetooth/opp/BluetoothOppTransferHistory.java [new file with mode: 0644]
src/com/android/bluetooth/opp/Constants.java