| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge java-overridable/ into java/ again•••This CL a logical revert of a previous CL [1], which separated Java
files into common ones and overridable ones. Now that that overriding
concept is no longer used, there is no need to keep having separate
directory structure.
[1]: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
fb74ab15c1343084740d65ef8744cad33a678e82
Fix: 79323502
Test: make -j aosp_taimen-userdebug && make -j
Test: tapas LatinIME && make -j
Change-Id: I2090bc25d18e6d4f24e91c2cbfe832755cbb4e8f
|  Yohei Yukawa | 2018-05-06 | 1 | -0/+43 |
* | Move ManagedProfileUtils to overridable•••Bug:19532354
Change-Id: I50b3ae11b6e58f07b482353b624b1a7a73eadc99
|  Jatin Matani | 2015-03-23 | 1 | -82/+0 |
* | Fix NPE in AccountSettingsFragment.•••Bug 19773815.
Change-Id: Ib5eb27cdf385c81d1a3822836f424fa29c0bbaa8
|  Dan Zivkovic | 2015-03-16 | 1 | -1/+15 |
* | Turn off cloud sync if we have managed profiles•••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
|  Jatin Matani | 2015-03-02 | 1 | -0/+68 |