- 29 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 25 May, 2012 5 commits
-
-
Martijn Coenen authored
-
Martijn Coenen authored
-
Eric Fischer authored
Change-Id: Id4aa85e6401a2bd21b8b45d78fdd1017b4d1b843
-
Martijn Coenen authored
Use the new handover intent actions that allow us to select any mime-type. Also, add unique filename counter before extension instead of after it. Bug: 6561169 Change-Id: I04b83460099b42ba6220d7eb4dcff7a095022304
-
Martijn Coenen authored
This allows applications to be able to set both a Uri (for handover) and an NDEF message, which will only be sent if the handover request does not work (as will be the case on pre-J devices). Also, show a toast if the remote device does not support connection handover. Bug: 6561174 Change-Id: I9ffdcfdf0cded319fbb4ab646ae1da5382fcb74a
-
- 23 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 22 May, 2012 2 commits
-
-
Martijn Coenen authored
Notification sorting is coupled to the time associated with the notifications, and there's no way to hide the time in the notification without setting the time to zero. Since we prefer a proper sorting over hiding the time, just show the time again. Change-Id: I3188a80f8d7b7fcac54ffa790df58faa53241557
-
Martijn Coenen authored
Change-Id: I94103a7318cc72dc4c48aa59e942e3a4ae92a743
-
- 20 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 18 May, 2012 3 commits
-
-
Martijn Coenen authored
When moving files to beam/, make sure the destination file is unique. Also, give the transfer a little more time to be initiated; OPP can take quite some time to startup, especially with debug logging. Change-Id: I304c297587e3ad2f339438201bb0b53152084af4
-
Martijn Coenen authored
Handover will only work with SNEP; if SNEP fails, don't try with NPP. Change-Id: Ib92c90cb588b99e177fa1c70b89753ef8d0e16ea
-
Martijn Coenen authored
-
- 17 May, 2012 7 commits
-
-
Craig Mautner authored
The FLAG_KEEP_SURFACE_WHILE_ANIMATING has been removed. Change-Id: Ia9623fb1fd5a124145bbb827acfb77767b05f636
-
Martijn Coenen authored
-
Martijn Coenen authored
Bug: 6501921 Change-Id: Ib76fd3a436632ddad0da7c73f7972018990f37c0
-
Craig Mautner authored
-
Craig Mautner authored
The FLAG_KEEP_SURFACE_WHILE_ANIMATING has been removed. Change-Id: Ia9623fb1fd5a124145bbb827acfb77767b05f636
-
The Android Automerger authored
-
Martijn Coenen authored
Add an action to the notification entry that allows cancelling Beam transfers. Also, each transfer now has a generic timer that marks the transfer as failed, in case no updates happen on the transfer at all for 10 seconds. Change-Id: I9670e4e782e5c1b846a07f7e490a2f317a45fb70
-
- 16 May, 2012 3 commits
-
-
Martijn Coenen authored
-
The Android Automerger authored
-
Martijn Coenen authored
A handover transfer object no longer represents a single file, but all the files associated with the handover. This association is based on the source address of the transfer and a timer; if a new file transfer from the same source is started within this timer, it is considered to be part of the same handover transfer. Received files are stored in beam/. If multiple files are transferred, they are stored in their own subdirectory of beam. We now use the mediaScanner for mime-types that the platform can deal with by default. The advantage of this is that the mediaScanner can already gather meta-data for these files, and (platform) apps can query for and populate views with such data. 3rd party applications can also query the mediaScanner for meta-data on the received files. A handover transfer object has a single notification associated with it; upon launching the notification, a single ACTION_VIEW intent is launched. If multiple files were transferred as part of this handover, ACTION_VIEW is launched on the first file in the set. Change-Id: I00c23e58736f6dbe96726a1ec56fbc8c984a215d
-
- 15 May, 2012 2 commits
-
-
Eric Fischer authored
Change-Id: Ic2e75ecc2fa54d8c92adb4798d84e9c3d19f83b6
-
The Android Automerger authored
-
- 14 May, 2012 2 commits
-
-
Eric Fischer authored
Change-Id: I708d501c8816ad9613b1625725f9da3d530cadd8
-
The Android Automerger authored
-
- 11 May, 2012 3 commits
-
-
Eric Fischer authored
Change-Id: I6209e0962febfa0ec06adebc46d435a249f51f72
-
Martijn Coenen authored
- Implemented handover select with carrier power state - Delay OPP send if remote carrier is activating - I18n for all handover components - Cleanup old handover transfers Bug: 6411485 Change-Id: I84aac3a7c7e703a1fcb423b6016cd9fa3d33d9b1
-
Martijn Coenen authored
Change-Id: Iff926bce1d3b00fe301195b6e3d341631c58fe29
-
- 10 May, 2012 2 commits
-
-
Martijn Coenen authored
If we find a BT device to pair through NFC and we haven't seen it device before, request confirmation before pairing it. Bug: 6092058 Change-Id: I34fc638fbdb152a48e90644f9a34cc1a0b942de2
-
Martijn Coenen authored
- Implemented handover select with carrier power state - Delay OPP send if remote carrier is activating - I18n for all handover components - Cleanup old handover transfers Bug: 6411485 Change-Id: I84aac3a7c7e703a1fcb423b6016cd9fa3d33d9b1
-
- 26 Apr, 2012 1 commit
-
-
Martijn Coenen authored
Change-Id: Iff926bce1d3b00fe301195b6e3d341631c58fe29
-
- 25 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 24 Apr, 2012 2 commits
-
-
Martijn Coenen authored
-
The Android Automerger authored
-
- 23 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 20 Apr, 2012 3 commits
-
-
danieltomas authored
This fix is handling a new semaphore dedicated to the SE Notification to avoid the semaphore desynchronisation. Change-Id: I2e735247897a88eaddafcee0edbf3e5a89e18155
-
Sunil Jogi authored
When SE is in wired mode shared prefs sets the se_wired to true, when SE is no more in wired mode shared prefs sets se_wired to false. Default value for se_wired is false. se_wired shared pref is set during the NFC initialization. Change-Id: I9a3565c23035802895c8e99c671483c808312e0e
-
Sunil Jogi authored
Updated disable method so it can be used for phone shutdown and also can retain the state of NFC Adapter. Change-Id: I216e68b1d08d3e6d97cb82ad13cd3366c480d757
-