Skip to content
Snippets Groups Projects
  1. Dec 17, 2014
  2. Dec 16, 2014
    • Jatin Matani's avatar
      Passing account info to dictionaryFacilitator · bc4ae6bd
      Jatin Matani authored
      Attempt to use dictionary facilitor without invoking
      preference manager. Instead use account from settings only when
      things are being reset/changed. Discussion forked from ag/591663
      
      Overall, the idea here is to maintain an account information
      inside dictionary groups. Reset the dictionary groups if
      account changes (the way we do for locale). Since only user
      history dictionary is currently affected, the check to reset user
      history dictionary also includes the check to verify the account.
      For other things remain the same.
      
      SettingsValues holds the current account (and is updated if prefs change
      due to change in account settings). The updated settings are then
      propagated to dictionary facilitator via LatinIME#loadSettings.
      
      Bug:18104749,18469539
      Change-Id: I553e776e7ea125d0fb7a1fe70a4c7eb0b2277fb8
      bc4ae6bd
  3. Dec 11, 2014
  4. Dec 09, 2014
  5. Dec 05, 2014
  6. Dec 02, 2014
  7. Dec 01, 2014
  8. Nov 26, 2014
    • Jean Chalard's avatar
      Allow whitelist changes when no close word · 56577461
      Jean Chalard authored
      When there isn't a close word in another language of the
      current multi-language set, we allow whitelist entries
      to take force even if we are not confident in the current
      language.
      
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: I044674ba7b70aa86ab2a48d2e4d53a1c8007b62c
      56577461
  9. Nov 20, 2014
  10. Nov 19, 2014
  11. Nov 17, 2014
  12. Nov 07, 2014
  13. Nov 06, 2014
  14. Nov 05, 2014
  15. Nov 04, 2014
  16. Nov 02, 2014
  17. Oct 29, 2014
  18. Oct 27, 2014
  19. Oct 23, 2014
  20. 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
  21. Oct 18, 2014
    • Nick Kralevich's avatar
      fix build · 237f6ca7
      Nick Kralevich authored
      Change-Id: I58a94fc0be01f272b6ad12524946f073c9f49894
      237f6ca7
  22. Oct 16, 2014
  23. 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
  24. Oct 14, 2014
  25. 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
  26. 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
  27. Oct 08, 2014
  28. Oct 07, 2014
Loading