Skip to content
Snippets Groups Projects
  1. Nov 20, 2014
    • Jean Chalard's avatar
      Fix a NPE · 0e00f5fe
      Jean Chalard authored
      Bug: 18451316
      Change-Id: Ia20bf388471f84c963354df050182e722d966a02
      0e00f5fe
  2. Oct 29, 2014
  3. Oct 23, 2014
  4. Oct 21, 2014
    • 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
  5. Oct 09, 2014
  6. Oct 07, 2014
  7. Oct 06, 2014
    • Jean Chalard's avatar
      [ML14] Forward the locale list to relevant places, again · bc051a56
      Jean Chalard authored
      Diff:
      +++ b/java/src/com/android/inputmethod/keyboard/internal/KeyboardBuilder.java
      @@ -735,7 +735,7 @@ public class KeyboardBuilder<KP extends KeyboardParams> {
      
           private boolean matchLocaleCodes(TypedArray caseAttr, final Locale[] locales) {
               // TODO: adujst this for multilingual input
      -        return matchString(caseAttr, R.styleable.Keyboard_Case_languageCode, locales[0].toString());
      +        return matchString(caseAttr, R.styleable.Keyboard_Case_localeCode, locales[0].toString());
           }
      
           private boolean matchLanguageCodes(TypedArray caseAttr, Locale[] locales) {
      
      Change-Id: Icefac18dd6d5fea97f591177cf8df1ba6de7f4f0
      bc051a56
  8. Oct 03, 2014
  9. Oct 02, 2014
  10. Sep 29, 2014
  11. Sep 26, 2014
  12. Sep 19, 2014
  13. Sep 18, 2014
  14. Sep 16, 2014
  15. Sep 11, 2014
  16. Sep 10, 2014
  17. Sep 04, 2014
  18. Sep 01, 2014
  19. Aug 29, 2014
  20. Aug 25, 2014
  21. Aug 07, 2014
  22. Jul 08, 2014
  23. Jun 25, 2014
  24. Jun 23, 2014
  25. Jun 20, 2014
  26. Jun 16, 2014
  27. Jun 10, 2014
Loading