Skip to content
Snippets Groups Projects
  1. Oct 21, 2014
  2. Sep 29, 2014
  3. Jul 28, 2014
  4. Jun 25, 2014
  5. Jun 10, 2014
  6. May 23, 2014
  7. May 21, 2014
  8. May 20, 2014
  9. May 08, 2014
  10. May 01, 2014
  11. Apr 28, 2014
  12. Apr 03, 2014
  13. Mar 27, 2014
  14. Feb 27, 2014
  15. Feb 20, 2014
  16. 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
  17. Feb 13, 2014
  18. Jan 06, 2014
  19. Dec 13, 2013
  20. Dec 11, 2013
  21. Dec 03, 2013
  22. Nov 20, 2013
  23. Oct 07, 2013
  24. Sep 20, 2013
  25. Aug 16, 2013
  26. Jul 04, 2013
  27. Jun 24, 2013
  28. May 08, 2013
  29. 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
  30. Apr 12, 2013
  31. Jan 21, 2013
  32. Oct 29, 2012
Loading