Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Mar 12, 2015
    • Dan Zivkovic's avatar
      Remove ALS from LatinIME. · 107fb4c4
      Dan Zivkovic authored
      This fixes unit tests and brings us closer to a green build.
      
      Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
      107fb4c4
  3. Feb 26, 2015
  4. Feb 24, 2015
  5. Feb 23, 2015
    • Dan Zivkovic's avatar
      Hide app icon when keyboard is a system app. · 08f3cdb3
      Dan Zivkovic authored
      The objective is to show an app icon when the user installs the keyboard from
      the Play Store, but not show the icon when it comes from the system image.
      The latter rule applies to AOSP keyboards and to the Google Keyboard on a
      Nexus device.
      
      This change partially reverts ag/613096.
      
      Bug 19001197.
      
      Change-Id: Icb202deffe9f1ab2bde9b3c9d221347da6793a19
      08f3cdb3
  6. Feb 20, 2015
  7. Feb 19, 2015
  8. Feb 06, 2015
  9. Feb 05, 2015
  10. Jan 27, 2015
  11. 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
  12. 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
  13. Oct 07, 2014
  14. Sep 16, 2014
  15. Aug 27, 2014
Loading