Skip to content
Snippets Groups Projects
  1. Mar 09, 2016
  2. Mar 03, 2016
    • Yohei Yukawa's avatar
      Revert "Close FileChannels in UpdateHandler#copyFile." · 4b46e711
      Yohei Yukawa authored
      This reverts commit 3e267026.
      
      It turns out that the behavior change in libcore was unintentional, and
      it was already fixed [1].  Let's revert our workaround back to see if
      the existing code is compatible with N.
      
        [1]: Ibacb192abc37870c74a2500d65b94d68f9c2318e
             5e7b572c2b494ab86ddd2baca3883a40a6064c1e
      
      Bug: 26239281
      Change-Id: I6cd2340492d93251231e7ee37c3d4f82c1721293
      4b46e711
  3. Feb 25, 2016
  4. Feb 23, 2016
    • Yohei Yukawa's avatar
      Fix runtime crash on KitKat and prior. · 60b59042
      Yohei Yukawa authored
      This is a follow up CL to the previous CL [1], in which we started
      calling Window#setNavigationBarColor(int) when the window visibility is
      changed.
      
      One thing we missed is that calling Window#setNavigationBarColor(int) on
      KitKant or prior devices would result in a runtime crash.  Hence with
      this CL we do not call that method unless the OS version is N or leter,
      because specifying Color.TRANSPARENT would make sense on N+ devices.
      
        [1]: I14d9490e00caa852035a05830e76114cbe6af8f2
             6c04339c
      
      Bug: 22564251
      Bug: 27302540
      Change-Id: Ib7299dd8c3dad4271f8fac453e690c83bda4a954
      60b59042
  5. Feb 09, 2016
    • Yohei Yukawa's avatar
      Follow API removal of LocaleList#getPrimary(). · 706fce9b
      Yohei Yukawa authored
      This follows up to a recent CL [1] that removed #getPrimary() method
      from LocaleList class.
      
       [1] I75f77aea6b75e38793ed8477e5e5a4420d5e6d85
           fee44846376c212114223fc4259382921e6dca7a
      
      Bug: 26984092
      Change-Id: Ied4678d35c4dcb380ce24e9bce9336dbbf6c16b8
      706fce9b
  6. Feb 08, 2016
  7. Feb 03, 2016
  8. Feb 02, 2016
Loading