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
    • 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
    • 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 17, 2014
    • Tadashi G. Takaoka's avatar
      Fix missing Telugu letters · a97bae4e
      Tadashi G. Takaoka authored
      This CL adds missing the following Telugu letters
      - U+0C4A: TELUGU VOWEL SIGN O
      - U+0C1E: TELUGU LETTER NYA
      And also reorganizes some letter reasonably.
      
      Bug: 10028759
      Change-Id: If7fd3854ffab8484dbe6ced0ff2ed52be838e44d
      a97bae4e
  6. Oct 15, 2014
  7. Oct 14, 2014
    • Sandeep Siddhartha's avatar
      Move sync policy related code out of account settings · b17a3bc4
      Sandeep Siddhartha authored
      Bug: 17981687
      Bug: 17464069
      Change-Id: I0ae3400564fd346cc84af74dfef65f01cc1ce6a8
      b17a3bc4
    • Sandeep Siddhartha's avatar
      Add label and icon to the test app · 29f0b0f5
      Sandeep Siddhartha authored
      This helps us easilty distinguish between the different test targets visually.
      
      Bug: 17946996
      Change-Id: I822a29cfb9b5bc5df3d93a884ffdf7d050737e04
      29f0b0f5
    • Keisuke Kuroyanagi's avatar
      Remove shouldBlockAutoCorrectionBySafetyNet · 29b4f7aa
      Keisuke Kuroyanagi authored
      Bug: 13756409
      
      [Category diff]
      +1      27
      -1       0
      +2       0
      -2       0
      +3       0
      -3       1
      +4      11
      -4       0
      +5      51
      -5       0
      +6       0
      -6      38
      +7       0
      -7      50
      
      [Weighted category diff]
      +1      28
      -1       0
      +2       0
      -2       0
      +3       0
      -3       1
      +4      11
      -4       0
      +5      51
      -5       0
      +6       0
      -6      39
      +7       0
      -7      50
      
      show diff for ./en_user_log_phones_2011_08.csv
      +1       4
      +4       5
      +5       7
      -6       9
      -7       7
      
      The increase of false positives comes from the spaceless
      typing test cases that are synthetic data.
      
      Change-Id: I4ea77aa56ebfaa5518c71107169e1d2332de6327
      29b4f7aa
  8. Oct 13, 2014
  9. 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
    • Tadashi G. Takaoka's avatar
      Fixing keyboard theme selection · 4f17f3df
      Tadashi G. Takaoka authored
      Bug: 17937287
      Change-Id: I476045980843c5897820cd544daea06fa991acb5
      4f17f3df
  10. Oct 09, 2014
  11. Oct 07, 2014
  12. Oct 06, 2014
  13. Oct 03, 2014
Loading