Skip to content
Snippets Groups Projects
  1. Nov 20, 2014
  2. Nov 19, 2014
  3. Nov 17, 2014
  4. Nov 07, 2014
  5. Nov 06, 2014
  6. Nov 05, 2014
  7. Nov 04, 2014
  8. Nov 02, 2014
  9. Oct 29, 2014
  10. Oct 27, 2014
  11. Oct 23, 2014
  12. Oct 21, 2014
    • 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
  13. Oct 18, 2014
    • Nick Kralevich's avatar
      fix build · 237f6ca7
      Nick Kralevich authored
      Change-Id: I58a94fc0be01f272b6ad12524946f073c9f49894
      237f6ca7
  14. Oct 16, 2014
  15. 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
  16. Oct 14, 2014
  17. 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
  18. Oct 09, 2014
    • Jean Chalard's avatar
      Always show the typed word in recorrections. · bc180059
      Jean Chalard authored
      Bug: 11330140
      Bug: 17875601
      Bug: 17623275
      Change-Id: Ie4620f36f312c54c7b01b5f6cbdb0bc9171b6179
      bc180059
    • Yohei Yukawa's avatar
      Simplify CursorAnchorInfoCompatWrapper · dac49f9f
      Yohei Yukawa authored
      With this CL, we will use CursorAnchorInfoCompatWrapper just to
      avoid unexpected NoClassDefFoundError due to the direct
      dependency CursorAnchorInfo class, which is available only on
      API level 21 and later.
      
      Change-Id: I254ff83f1ca41daa21d0666b5824af22ba529022
      dac49f9f
    • Tadashi G. Takaoka's avatar
      Add keyboard shadow · 15480481
      Tadashi G. Takaoka authored
      This CL sets 8dp elevation ot input view in order to cast a shadow
      onto underlying application.
      
      Bug: 16210054
      Change-Id: I7779c63612fc88e24dde65de3e4e7a45b9d1762f
      15480481
  19. Oct 08, 2014
  20. Oct 07, 2014
  21. Oct 06, 2014
    • Adrian Velicu's avatar
      Postponing memory deallocation after onFinishInputView · 7b8f3170
      Adrian Velicu authored
      Bug: 17559789
      Change-Id: I1d4b1524028164d27ec4eadd3960b567148f2b84
      7b8f3170
    • 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
    • Yohei Yukawa's avatar
      Remove ENABLE_CURSOR_ANCHOR_INFO_CALLBACK · 81c2dfe9
      Yohei Yukawa authored
      We can now start relying on L APIs even in unbundled release.
      
      This means ENABLE_CURSOR_ANCHOR_INFO_CALLBACK can be always true.
      Hence we simply remove it.
      
      Change-Id: I0353e992e97e252059f83accea100504594bf171
      81c2dfe9
  22. Oct 03, 2014
  23. Oct 02, 2014
Loading