Skip to content
Snippets Groups Projects
  1. Oct 23, 2014
  2. Oct 22, 2014
  3. Oct 21, 2014
    • Yohei Yukawa's avatar
      Remove BuildCompatUtils.VERSION_CODES_LXX · 66d30a4b
      Yohei Yukawa authored
      Finally it is turned out to be a XXL-size Lollipop.
      
      Change-Id: Icbd22506be9de514eba287cdd8d97fbfd070ac09
      66d30a4b
    • Yohei Yukawa's avatar
      Add @Override for a method that is overriding a new L API · 63cbdf49
      Yohei Yukawa authored
      Now all the downstream builds have switched to API Level 21.
      Hence putting @Override to new APIs no longer makes javac unhappy.
      
      Change-Id: Ib3324a5d06b17d298beacab8c8802bb14e5be968
      63cbdf49
    • Tadashi G. Takaoka's avatar
      Fix some compiler warnings · 5f00fe09
      Tadashi G. Takaoka authored
      This CL fixes the following compiler warnings.
      
      - Indirect access to static member
      - Access to a non-accessible member of an enclosing type
      - Parameter assignment
      - Method can be static
      - Local variable declaration hides another field or variable
      - Value of local variable is not used
      - Unused import
      - Unused private member
      - Unnecessary 'else' statement
      - Unnecessary declaration of throw exception
      - Redundant type arguments
      - Missing '@Override' annotation
      - Unused '@SuppressWarning' annotations
      
      Bug: 18003991
      Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
      5f00fe09
    • Tadashi G. Takaoka's avatar
      FIx potential NPE · 097bcdcd
      Tadashi G. Takaoka authored
      Bug: 18052047
      Change-Id: I9097d0a504b8a1d875cf66e44bb65eb6ecc8908e
      097bcdcd
    • Adrian Velicu's avatar
      Renaming "blacklist" flag to "possibly offensive" · 05172bf1
      Adrian Velicu authored
      No behaviour changes.
      Unified the overloaded FusionDictionary::add method to always take an
      isPossiblyOffensive argument.
      
      Bug: 11031090
      Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
      05172bf1
  4. Oct 20, 2014
  5. Oct 18, 2014
    • Nick Kralevich's avatar
      fix build · 01acdac1
      Nick Kralevich authored
      Change-Id: Iedbf01e1c6191350aed8d31c2638b2430e67a36f
      01acdac1
    • Nick Kralevich's avatar
      fix build · 237f6ca7
      Nick Kralevich authored
      Change-Id: I58a94fc0be01f272b6ad12524946f073c9f49894
      237f6ca7
  6. Oct 17, 2014
  7. Oct 16, 2014
  8. Oct 15, 2014
    • Jean Chalard's avatar
      Fix a bug with no suggestions flag · ecea8551
      Jean Chalard authored
      We should reset the composition state when moving the cursor inside
      the word after a gesture when the text field specifies no suggestions.
      
      Bug: 17959921
      Change-Id: I977fea775f7b7e145e343636f0fb94266a40953a
      ecea8551
  9. Oct 14, 2014
  10. Oct 13, 2014
  11. Oct 10, 2014
    • Sandeep Siddhartha's avatar
      Set up a sync preference and policy for syncing [2] · d9015233
      Sandeep Siddhartha authored
      - Adds a preference for enabling sync, which controls the sync behavior
      - Make the ProductionFlags depend on appropriate flags to guarantee that
        we don't mess things when flipping some flags
      - Preferences now control the "syncable" property of the provider
        thereby controlling the policy and when this entry shows up in
        system settings.
      
      Bug: 17464069
      Change-Id: I1d58351188518c1ae9f1f9e147b5ea15d32a3427
      d9015233
    • Sandeep Siddhartha's avatar
      Don't restore device specific preferences · 1e10d29b
      Sandeep Siddhartha authored
      There are two categories of preferences:
      1. That are part of the default shared preference
         They were all getting backed up and restored.
         Added a blacklist to not restore some of these.
         e.g. current account
      
      2. That are in a non-default shared preference file.
         These are not getting backed up currently, but added a specific
         local preference file for all such preferences.
      
      Bug: 17288591
      Change-Id: I2f748be971a2337543e5014434aa39313fd1e1d8
      1e10d29b
    • Jean Chalard's avatar
      [ML23] Introduce a different accuracy/performance tradeoff · 7d5e1cb2
      Jean Chalard authored
      Bug: 11230254
      Change-Id: Ic09518c818ae7b68942b1c63160dd462e5922cb5
      7d5e1cb2
    • Tadashi G. Takaoka's avatar
      Fixing keyboard theme selection · 4f17f3df
      Tadashi G. Takaoka authored
      Bug: 17937287
      Change-Id: I476045980843c5897820cd544daea06fa991acb5
      4f17f3df
    • Jean Chalard's avatar
      [ML22] Improve the language on spacebar for SLS · 5d2d852e
      Jean Chalard authored
      Bug: 11230254
      Change-Id: Ib54be1a2a77b6e80cdff1af89a7b4203ea859716
      5d2d852e
  12. Oct 09, 2014
Loading