Skip to content
Snippets Groups Projects
  1. Aug 28, 2014
  2. Aug 20, 2014
  3. May 23, 2014
  4. May 22, 2014
  5. Apr 03, 2014
  6. Feb 18, 2014
    • Jean Chalard's avatar
      Straighten out database cursors behavior. · b8ff8ca9
      Jean Chalard authored
      Some were never closed, other closed twice. This change
      makes all Cursor instances behave, having the #close()
      call in a finally{} clause, and puts the burden of closing
      the cursor squarely on the creator rather than in the
      called methods.
      There is however one exception that is beyond the scope
      of this change: UserDictionarySettings have a Cursor
      member, it's never closed, and fixing the problem is not
      obvious. This change adds a TODO for now.
      
      It's not very clear if this change actually helps with
      bug#12670151, but it may be related and it's a good
      think to do anyway.
      
      Bug: 12670151
      Change-Id: I87cc44387e7dee3da1488671b93a28d9d73f7dc0
      b8ff8ca9
    • Jean Chalard's avatar
      Avoid crashing when the Content URL is not found. · 9967f0a1
      Jean Chalard authored
      I'm not sure when this can happen, but it seems it does
      at least on older versions of the platform. Let's avoid
      crashing.
      
      Bug: 11618402
      Change-Id: If730b5bd8f20e0f60b884eab5900099116afc5f0
      9967f0a1
  7. Feb 17, 2014
  8. Feb 14, 2014
  9. Jan 09, 2014
  10. Oct 09, 2013
  11. Oct 02, 2013
  12. Jul 31, 2013
  13. Jul 16, 2013
    • Jean Chalard's avatar
      Serialize commands sent to a separate threads · 6a7a5698
      Jean Chalard authored
      Bug: 9715797
      Change-Id: I1eda4d2f0056f70cfb8a92d658e0875706efc170
      6a7a5698
    • Jean Chalard's avatar
      Fix a bug with bad view reuse. · 6912342a
      Jean Chalard authored
      There are many ways to fix this problem but this is the most
      direct way. Removing a view from the cache when any animation
      is started will ensure it won't be used again, and will be garbage
      collected when it's possible. Since views are created on demand
      anyway, a new one will just get created when needed, and that's
      it.
      
      Bug: 9400128
      Change-Id: I4945d2859d642e79694d51ae90cf4f5bde9a5f1d
      6912342a
  14. Jul 11, 2013
  15. Jul 05, 2013
  16. Jul 01, 2013
    • Jean Chalard's avatar
      Fix a bug where no URL means refresh never ends · 3f0858eb
      Jean Chalard authored
      This patch does two things:
      - If there is no URL to download new data from, then the
      Refresh button is not shown.
      - Even if for some reason refresh starts for a client for
      which there is no URL, loading correctly finishes.
      
      Bug: 9388602
      Change-Id: I3fd9214da50faa4b59d0bd3e775293dd34f07547
      3f0858eb
  17. Jun 25, 2013
  18. Jun 24, 2013
  19. Jun 11, 2013
    • Kurt Partridge's avatar
      Make intents unique to AOSP · 2c1796c2
      Kurt Partridge authored
      This is to avoid confusion if multiple IMEs are installed with
      dictionary pack components
      
      Change-Id: Ibc91951e4fdd5db13f681e4cb06197da98527bbc
      2c1796c2
  20. Jun 07, 2013
    • Jean Chalard's avatar
      Fix an illegal argument exception · 0ad14896
      Jean Chalard authored
      This is a bit of a shot in the dark, as I really don't see how this
      can happen, but this should fix it in the correct way no matter
      how it's actually happening.
      
      Bug: 9301836
      Change-Id: I472865b7a78883942c9fd46773238c23788674f8
      0ad14896
  21. May 31, 2013
  22. May 30, 2013
  23. May 29, 2013
    • Jean Chalard's avatar
      Rub some butter on dictionary list scrolling. · 2b34b4ea
      Jean Chalard authored
      The default implementation for preferences refuses to
      cache the views for custom preferences at all. We can
      do it, but the system won't do it for us, so this does it.
      This makes the screen scrolling smooth again.
      
      Incidentally it also fixes the bug where the button may
      not animate on the first element.
      
      Bug: 8882722
      Bug: 8883108
      Change-Id: I9b2306ac4bf93761a808ebfee3477a65f017cddf
      2b34b4ea
  24. May 24, 2013
  25. May 10, 2013
    • Jean Chalard's avatar
      Reuse old preferences if possible. · a2ec5e83
      Jean Chalard authored
      This is an optimization. It also happens to work around what
      seems to be a framework bug in JB MR1 / MR1.1.
      
      Bug: 8771179
      Change-Id: I62cc7acdc8656d75f8a50c068c4e9d8c6ceb74a0
      a2ec5e83
  26. Apr 30, 2013
  27. Apr 26, 2013
Loading