1. 29 May, 2012 1 commit
  2. 25 May, 2012 5 commits
  3. 23 May, 2012 1 commit
  4. 22 May, 2012 2 commits
    • Martijn Coenen's avatar
      Show time in NFC handover notifications. · befa3d6d
      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
      befa3d6d
    • Martijn Coenen's avatar
      Fix some strings. · 973ff9be
      Martijn Coenen authored
      Change-Id: I94103a7318cc72dc4c48aa59e942e3a4ae92a743
      973ff9be
  5. 20 May, 2012 1 commit
  6. 18 May, 2012 3 commits
  7. 17 May, 2012 7 commits
  8. 16 May, 2012 3 commits
    • Martijn Coenen's avatar
    • The Android Automerger's avatar
    • Martijn Coenen's avatar
      Bluetooth Beam handover: deal with multi-file transfers. · 402da070
      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
      402da070
  9. 15 May, 2012 2 commits
  10. 14 May, 2012 2 commits
  11. 11 May, 2012 3 commits
  12. 10 May, 2012 2 commits
    • Martijn Coenen's avatar
      UI confirmation for pairing a BT device through NFC. · 78705adb
      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
      78705adb
    • Martijn Coenen's avatar
      Bluetooth Beam bug fixes, UX and i18n. · d82d9db8
      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
      d82d9db8
  13. 26 Apr, 2012 1 commit
  14. 25 Apr, 2012 1 commit
  15. 24 Apr, 2012 2 commits
  16. 23 Apr, 2012 1 commit
  17. 20 Apr, 2012 3 commits
    • danieltomas's avatar
      Fix to avoid a semaphore issue during the SE open · 8e4780ad
      danieltomas authored
      This fix is handling a new semaphore dedicated to
      the SE Notification to avoid the semaphore desynchronisation.
      
      Change-Id: I2e735247897a88eaddafcee0edbf3e5a89e18155
      8e4780ad
    • Sunil Jogi's avatar
      Added shared prefs for SE wired mode · 37058bf7
      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
      37058bf7
    • Sunil Jogi's avatar
      Updated disable method · 290a6967
      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
      290a6967