1. 13 Sep, 2010 1 commit
  2. 10 Jun, 2010 1 commit
  3. 17 May, 2010 1 commit
  4. 14 May, 2010 1 commit
    • Jaikumar Ganesh's avatar
      Run Bluetooth Opp activities in the phone process. · 6a148f10
      Jaikumar Ganesh authored
      There were just too much shared code between the classes - we
      cannot have them in 2 different process - it can work sometimes and
      will fail sometimes depending on the ordering of processes.
      Rework involves a lot of code change at this point of time.
      
      Bug: 2684281
      Change-Id: I76784650c5f635c1e961392b682c1d33fc2f343f
      6a148f10
  5. 11 May, 2010 1 commit
  6. 27 Apr, 2010 1 commit
  7. 20 Apr, 2010 1 commit
  8. 31 Mar, 2010 1 commit
  9. 24 Mar, 2010 1 commit
  10. 18 Mar, 2010 6 commits
  11. 17 Mar, 2010 4 commits
  12. 10 Mar, 2010 4 commits
    • Jaikumar Ganesh's avatar
      df25af65
    • Lixin Yue's avatar
      Trim Opp database when service restarts. · 389f6dd4
      Lixin Yue authored
      When Opp service restart, we will trim the database.
      a) No visible case is deleted.
      b) Invisible complete outbound (failed and successful) are deleted.
      c) Invisible complete failed inbound are deleted.
      d) Invisible complete success inbound are deleted if needed to keep records max
      to 1000.
      
      Live folder only has received files, so the above makes sense.
      
      Change-Id: If27080721d9abed025162ff805f661fde01564d3
      389f6dd4
    • Jaikumar Ganesh's avatar
    • Lixin Yue's avatar
      Not update TransferActivity button during activity creating. · 0e927e91
      Lixin Yue authored
      This is to fix below issue: when an ongoing transfer is almost to complete,
      click the ongoing notification to launch TransferActivity, there will be
      possible crash due to NullPointerException.
      Root casue is: when TransferActivity onCreate() is called, the transfer is
      still ongoing, so mIsComplete is false; but when onCreate() call to
      updateProgressbar(), the transfer may change to complete, and then  updateButton()
      will be called; In updateButton(),  mAlert (which will be initialized in father
      class AlertActivity) still not intialized, which caused NullPointerException.
      
      Change-Id: Ibfe363f3822386a38b9b108e29f60ad6673f70f6
      0e927e91
  13. 09 Mar, 2010 1 commit
  14. 06 Mar, 2010 1 commit
  15. 04 Mar, 2010 4 commits
  16. 27 Feb, 2010 1 commit
  17. 24 Feb, 2010 1 commit
  18. 23 Feb, 2010 1 commit
  19. 11 Feb, 2010 1 commit
  20. 05 Feb, 2010 3 commits
  21. 29 Jan, 2010 1 commit
  22. 28 Jan, 2010 1 commit
  23. 21 Jan, 2010 1 commit
  24. 12 Jan, 2010 1 commit