Skip to content
Snippets Groups Projects
  1. Jun 17, 2015
  2. Apr 27, 2015
  3. Apr 22, 2015
  4. Apr 02, 2015
  5. Mar 31, 2015
  6. Mar 30, 2015
  7. Mar 27, 2015
  8. Mar 24, 2015
  9. Mar 23, 2015
  10. Mar 20, 2015
  11. Mar 18, 2015
  12. Mar 17, 2015
  13. Mar 16, 2015
  14. Mar 13, 2015
  15. Mar 12, 2015
  16. Mar 06, 2015
  17. Mar 04, 2015
  18. Mar 02, 2015
    • Jatin Matani's avatar
      Turn off cloud sync if we have managed profiles · 854edce6
      Jatin Matani authored
      UserManager#getUserProfiles > 1 implies managed
      profile.
      
      Workflow:
      - Disable sync prefs
      - Execute an async task to check for managed profile; if
        managed profile is found, remove the sync prefs. If not, enable
        the preference;
      - Move the logging pref from Advanced to Account & Privacy.
      
      Bug:19230544
      Change-Id: I4dbd1fe8433b3263ccc74c35dc0ee0bb371122b3
      854edce6
    • Jatin Matani's avatar
      Fix build breakage due to changed resource Id · 8b290806
      Jatin Matani authored
      Change-Id: I09ba038930416d1261ef095ec503f1ac68cd92ea
      8b290806
  19. Feb 26, 2015
  20. Feb 11, 2015
    • Dan Zivkovic's avatar
      Fix master build. · 5254c01d
      Dan Zivkovic authored
      For some reason, we can't import android.os package in our Constants.
      
      Change-Id: I357ed72d13c5039a83c6e2489cdf5ef74d0ffea8
      5254c01d
    • Dan Zivkovic's avatar
      Remove shortcut support from LatinIME. · 12d80ebe
      Dan Zivkovic authored
      Note this change does not affect the native decoder interface.
      
      Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
      12d80ebe
  21. Feb 03, 2015
    • Dan Zivkovic's avatar
      LatinIME portion of "green plus" feature. · 23574d12
      Dan Zivkovic authored
      Removes the feature that adds strings to the user dictionary,
      aka the "green highlight with a plus sign".
      
      Bug 19237189.
      
      Change-Id: I2387129a3add2d69d625f2ff16ed8cab3f10a735
      23574d12
  22. Jan 29, 2015
  23. Jan 27, 2015
  24. Jan 16, 2015
    • Dan Zivkovic's avatar
      AOSP change for showing the app icon. · d913617e
      Dan Zivkovic authored
      This change deletes a bunch of code that was used to conditionally show/hide
      the keyboard app icon given system states and user preferences.
      
      Bug 19001197.
      
      Change-Id: I69a57aa21872a571af87a193b3e52b7f985e5168
      d913617e
  25. Dec 29, 2014
  26. 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
  27. Dec 12, 2014
  28. Dec 09, 2014
Loading