1. 03 Oct, 2016 1 commit
  2. 29 Sep, 2016 1 commit
  3. 26 Sep, 2016 1 commit
  4. 22 Sep, 2016 1 commit
  5. 21 Sep, 2016 1 commit
  6. 20 Sep, 2016 2 commits
  7. 19 Sep, 2016 3 commits
  8. 17 Sep, 2016 3 commits
  9. 16 Sep, 2016 1 commit
  10. 15 Sep, 2016 2 commits
  11. 06 Sep, 2016 9 commits
  12. 02 Sep, 2016 2 commits
  13. 01 Sep, 2016 1 commit
  14. 31 Aug, 2016 3 commits
  15. 30 Aug, 2016 3 commits
    • Doris Ling's avatar
      Remove preference "Searching for Wi-Fi networks..." · ba7e57ec
      Doris Ling authored
      am: b8e84857
      
      Change-Id: Ie264fbdddf2aff8b8f5f4d6aac2fc079b98c9747
      ba7e57ec
    • Andrew Sapperstein's avatar
      Use LinkTextView for support disclaimer text. · 7e914695
      Andrew Sapperstein authored
      LinkTextView uses LinkAccessibilityHelper to properly handle
      making links accessible.
      
      Deleted Settings' outdated fork for the version in setupwizardlib.
      
      Test: manual
      
      Change-Id: I38c031f96b5be0d45e4cc1aa358f95b229f17480
      Fixes: 31077012
      7e914695
    • Doris Ling's avatar
      Remove preference "Searching for Wi-Fi networks..." · b8e84857
      Doris Ling authored
      When we add the preference "Searching for Wi-Fi networks...", we didn't
      provide a key to the preference. As a result, each time when we get
      access point update and try to show such tile, it creates a new one, and
      results in multiple entries of such tile. Adding a key to the preference
      will prevent the multiple entry from being added.
      
      Test: Manual -
      1. Turn wifi off and on several times, verify that there is only one entry
         of "Searching for Wi-Fi networks..." when initializing the wifi access
         point list.
      2. Verifies that when the access point list is established, the
         "Searching for Wi-Fi networks..." entry is gone.
      
      Change-Id: Iaad329d89f8e4b52129d0661501aa34fbd956692
      
      Change-Id: I1bfa77051e068926e8c876a89adf14d143970e7e
      Fixes: 31143961
      b8e84857
  16. 29 Aug, 2016 2 commits
  17. 25 Aug, 2016 3 commits
    • Noah Wang's avatar
      Inflate necessary previews upon user interaction instead of · ff23df19
      Noah Wang authored
      inflating everything on creation of the screen. This will
      improve the speed of opening the screen and refreshing screen upon
      commiting change.
      
      Test: Manually tested by interacting with ViewPager and SeekBar.
      Bug: 30697309
      Change-Id: Ieb2fac95696b8be33fd508f3b75741529b68e946
      (cherry picked from commit 5666ddfe)
      ff23df19
    • Doris Ling's avatar
      Fix animation video render issue when Settings->Moves is resumed from · 465e9265
      Doris Ling authored
      screen off.
      
      Re-initialize the animation video if necessary when the preference is
      visible to the user.
      
      Fixes: 31023261
      
      Test: manual -
      1. Go to Settings -> Moves and verify that the animation video are
      displayed correctly on load.
      2. Press power button to turn screen off, then on again. Verify when
      Moves settings resumes, the animation video is displayed correctly.
      3. Repeat #2 above but let display time out instead of turning off
      screen by power button.
      
      Change-Id: I0ee21d23a4c402b3a8463dca3b36fce67d651993
      (cherry picked from commit 008ba4ec)
      465e9265
    • Fan Zhang's avatar
      Don't remove wifi preferences when updating AP to avoid GC. · 1330f130
      Fan Zhang authored
      am: 9d031f2f
      
      Change-Id: I0a4c7204dcb79880aee5db620b9642b8a1314757
      1330f130
  18. 24 Aug, 2016 1 commit