Skip to content
Snippets Groups Projects
  1. Jul 28, 2014
  2. Jun 25, 2014
  3. Jun 10, 2014
  4. May 23, 2014
  5. May 21, 2014
  6. May 20, 2014
  7. May 08, 2014
  8. May 01, 2014
  9. Apr 28, 2014
  10. Apr 03, 2014
  11. Mar 27, 2014
  12. Feb 27, 2014
  13. Feb 20, 2014
  14. 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
  15. Feb 13, 2014
  16. Jan 06, 2014
  17. Dec 13, 2013
  18. Dec 11, 2013
  19. Dec 03, 2013
  20. Nov 20, 2013
  21. Oct 07, 2013
  22. Sep 20, 2013
  23. Aug 16, 2013
  24. Jul 04, 2013
  25. Jun 24, 2013
  26. May 08, 2013
  27. Apr 16, 2013
    • Jean Chalard's avatar
      Don't insert automatic spaces when text looks like a URL · 73ec85b8
      Jean Chalard authored
      This is about as ad-hoc as it gets, but then again, what we want
      is probably as ad-hoc as it gets.
      All URL boxes I know of double as search bars, and not adding
      automatic spaces there sucks (e.g. in Chrome URL bar).
      And in other boxes actually you don't want to add a space if
      it looks like a URL. QSB isn't even a search box, and it behaves
      like this.
      
      So I think this is actually the right answer to the problem.
      
      Bug: 7062925
      Change-Id: Ib09472b34644fd5bf2dc84bb97cedeeba28bcd02
      73ec85b8
  28. Apr 12, 2013
  29. Jan 21, 2013
  30. Oct 29, 2012
  31. Oct 22, 2012
  32. Jul 05, 2012
Loading