1. 27 Feb, 2014 1 commit
    • Sungmann Cho's avatar
      Fix the problem that the layout of the suggestion drop down list does not fit... · 36b87b1a
      Sungmann Cho authored
      Fix the problem that the layout of the suggestion drop down list does not fit to the screen width when an orientation changes.
      
      Steps to reproduce:
      1. Set the orientation of the Browser to landscape mode.
      2. Type some keys in the url input view to show some suggestions.
      3. Set the orientation to portrait mode again.
      
      What heppended:
      The width of the suggestion layout exceeds the screen width.
      The arrow icon on the right side couldn't be seen.
      
      Additional comments:
      On some devices, setupDropDown() doesn't work correctly.
      On the Samsung Galaxy S3, for instance, setupDropDown() produces left-hand margins.
      
      The simplest way to fix these problems is to call setDropDownAnchor() when the url input view is created.
      
      Change-Id: Icfe979033da235a960b8b306f291802cb7c46646
      Signed-off-by: default avatarSungmann Cho <sungmann.cho@navercorp.com>
      36b87b1a
  2. 21 Feb, 2014 1 commit
  3. 11 Nov, 2013 1 commit
  4. 24 Sep, 2013 3 commits
  5. 23 Sep, 2013 1 commit
  6. 15 Sep, 2013 2 commits
  7. 26 Aug, 2013 1 commit
    • Jonathan Dixon's avatar
      De-classicify Android Browser part 2 · f9e1705d
      Jonathan Dixon authored
      Bug: 10427705
      
      Allows Browser to compile even when WebViewClassic is no longer in
      frameworks/base. The deleted functionality was already disabled at
      runtime when using non-classic webview.
      
      Change-Id: I21b58ec52ac059c699b49a2dd80008d9a9e6791a
      f9e1705d
  8. 01 Aug, 2013 1 commit
  9. 09 Jul, 2013 2 commits
  10. 03 Jul, 2013 4 commits
  11. 02 Jul, 2013 5 commits
  12. 25 Jun, 2013 1 commit
  13. 15 Jun, 2013 1 commit
  14. 05 Jun, 2013 1 commit
  15. 03 Jun, 2013 1 commit
  16. 30 May, 2013 1 commit
  17. 17 May, 2013 1 commit
  18. 13 May, 2013 1 commit
  19. 03 May, 2013 1 commit
  20. 01 May, 2013 1 commit
  21. 30 Apr, 2013 1 commit
  22. 26 Apr, 2013 1 commit
  23. 24 Apr, 2013 1 commit
  24. 23 Apr, 2013 3 commits
  25. 22 Apr, 2013 1 commit
  26. 17 Apr, 2013 1 commit
  27. 16 Apr, 2013 1 commit
    • annieyu's avatar
      Fix the problem that a crash occured when user turn off data connect and... · 874c3b98
      annieyu authored
      Fix the problem that a crash occured when user turn off data connect and download something in browser
      
      When user turn off data connect in browser throught statusbar shortcut, the request object is null. It will be crush browser.
      
      Change-Id: Icdbd40618d221cc205e497e860a9508f4cd18741
      874c3b98