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