sabunot05@soybi:~/DU-caf$ . build/envsetup.sh including vendor/du/caf-vendorsetup.sh sabunot05@soybi:~/DU-caf$ repopick 2651 2636 2363 2620 2470 2386 2408 2360 2358 Applying change number 2651... --> Subject: "Fallback to main activity icon if iconpack doesn't provide any specific activity icon" --> Project path: packages/apps/SlimRecents --> Change number: 2651 (Patch Set 2651) ['git fetch github', u'refs/changes/51/2651/4'] fatal: 'github' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ['git fetch', u'https://gerrit.dirtyunicorns.com/android_packages_apps_SlimRecents', u'refs/changes/51/2651/4'] remote: Counting objects: 17, done remote: Finding sources: 100% (9/9) remote: Total 9 (delta 0), reused 0 (delta 0) Unpacking objects: 100% (9/9), done. From https://gerrit.dirtyunicorns.com/android_packages_apps_SlimRecents * branch refs/changes/51/2651/4 -> FETCH_HEAD [detached HEAD bb93170] Fallback to main activity icon if iconpack doesn't provide any specific activity icon Author: ezio84 Date: Sat Mar 24 11:02:44 2018 +0100 1 file changed, 16 insertions(+), 5 deletions(-) Applying change number 2636... --> Subject: "Theme: Accent QS tile labels" --> Project path: frameworks/base --> Change number: 2636 (Patch Set 2636) ['git fetch github', u'refs/changes/36/2636/3'] fatal: 'github' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ['git fetch', u'https://gerrit.dirtyunicorns.com/android_frameworks_base', u'refs/changes/36/2636/3'] remote: Counting objects: 33026, done remote: Finding sources: 100% (93/93) remote: Total 93 (delta 37), reused 86 (delta 37) Unpacking objects: 100% (93/93), done. From https://gerrit.dirtyunicorns.com/android_frameworks_base * branch refs/changes/36/2636/3 -> FETCH_HEAD [detached HEAD 945cd93] Theme: Accent QS tile labels Author: bigrushdog Date: Wed Mar 21 14:25:07 2018 -0700 2 files changed, 104 insertions(+), 1 deletion(-) create mode 100644 packages/SystemUI/res/layout/qs_tile_label_accent.xml Applying change number 2363... --> Subject: "Introduce FontService" --> Project path: frameworks/base --> Change number: 2363 (Patch Set 2363) ['git fetch github', u'refs/changes/63/2363/26'] fatal: 'github' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ['git fetch', u'https://gerrit.dirtyunicorns.com/android_frameworks_base', u'refs/changes/63/2363/26'] From https://gerrit.dirtyunicorns.com/android_frameworks_base * branch refs/changes/63/2363/26 -> FETCH_HEAD [detached HEAD 42048b7] Introduce FontService Author: bigrushdog Date: Tue Feb 27 15:09:48 2018 -0800 11 files changed, 909 insertions(+), 1 deletion(-) create mode 100644 core/java/android/content/FontInfo.aidl create mode 100644 core/java/android/content/FontInfo.java create mode 100644 core/java/android/content/IFontService.aidl create mode 100644 services/core/java/com/android/server/FontService.java Applying change number 2620... --> Subject: "Fonts: Update keyguard when font changes" --> Project path: frameworks/base --> Change number: 2620 (Patch Set 2620) ['git fetch github', u'refs/changes/20/2620/3'] fatal: 'github' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ['git fetch', u'https://gerrit.dirtyunicorns.com/android_frameworks_base', u'refs/changes/20/2620/3'] remote: Counting objects: 32951, done remote: Finding sources: 100% (18/18) remote: Total 18 (delta 14), reused 18 (delta 14) Unpacking objects: 100% (18/18), done. From https://gerrit.dirtyunicorns.com/android_frameworks_base * branch refs/changes/20/2620/3 -> FETCH_HEAD [detached HEAD b6423ba] Fonts: Update keyguard when font changes Author: bigrushdog Date: Tue Mar 20 18:28:21 2018 -0700 5 files changed, 20 insertions(+), 6 deletions(-) Applying change number 2470... --> Subject: "Add dynamic theme fonts support" --> Project path: frameworks/base --> Change number: 2470 (Patch Set 2470) ['git fetch github', u'refs/changes/70/2470/10'] fatal: 'github' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ['git fetch', u'https://gerrit.dirtyunicorns.com/android_frameworks_base', u'refs/changes/70/2470/10'] From https://gerrit.dirtyunicorns.com/android_frameworks_base * branch refs/changes/70/2470/10 -> FETCH_HEAD [detached HEAD 3afcda0] Add dynamic theme fonts support Author: d34d Date: Wed Mar 7 09:16:30 2018 -0800 10 files changed, 266 insertions(+), 51 deletions(-) Applying change number 2386... --> Subject: "Add Font preference for font manager" --> Project path: packages/apps/Settings --> Change number: 2386 (Patch Set 2386) ['git fetch github', u'refs/changes/86/2386/19'] fatal: 'github' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ['git fetch', u'https://gerrit.dirtyunicorns.com/android_packages_apps_Settings', u'refs/changes/86/2386/19'] remote: Counting objects: 4011, done remote: Finding sources: 100% (21/21) remote: Total 21 (delta 0), reused 11 (delta 0) Unpacking objects: 100% (21/21), done. From https://gerrit.dirtyunicorns.com/android_packages_apps_Settings * branch refs/changes/86/2386/19 -> FETCH_HEAD [detached HEAD 1cfc04c] Add Font preference for font manager Author: bigrushdog Date: Thu Mar 1 10:56:48 2018 -0800 9 files changed, 436 insertions(+) create mode 100644 res/drawable/font_dialog_icon.xml create mode 100644 res/layout/font_item.xml create mode 100644 src/com/android/settings/display/FontDialogPreference.java create mode 100644 src/com/android/settings/display/FontListAdapter.java create mode 100644 src/com/android/settings/display/FontPickerPreferenceController.java Applying change number 2408... --> Subject: "Implement sepolicy rules for font service in o-mr1" --> Project path: system/sepolicy --> Change number: 2408 (Patch Set 2408) ['git fetch github', u'refs/changes/08/2408/1'] fatal: 'github' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ['git fetch', u'https://gerrit.dirtyunicorns.com/android_system_sepolicy', u'refs/changes/08/2408/1'] remote: Counting objects: 65, done remote: Finding sources: 100% (41/41) remote: Total 41 (delta 24), reused 32 (delta 24) Unpacking objects: 100% (41/41), done. From https://gerrit.dirtyunicorns.com/android_system_sepolicy * branch refs/changes/08/2408/1 -> FETCH_HEAD [detached HEAD 989f0fe] Implement sepolicy rules for font service in o-mr1 Author: Surge Raval Date: Thu Feb 15 02:02:20 2018 +0000 12 files changed, 49 insertions(+), 9 deletions(-) Applying change number 2360... --> Subject: "Sepolicy rules for FontService" --> Project path: system/sepolicy --> Change number: 2360 (Patch Set 2360) ['git fetch github', u'refs/changes/60/2360/5'] fatal: 'github' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ['git fetch', u'https://gerrit.dirtyunicorns.com/android_system_sepolicy', u'refs/changes/60/2360/5'] From https://gerrit.dirtyunicorns.com/android_system_sepolicy * branch refs/changes/60/2360/5 -> FETCH_HEAD [detached HEAD be6a31f] Sepolicy rules for FontService Author: Ivan Iskandar Date: Mon Jul 31 14:08:27 2017 +0200 5 files changed, 13 insertions(+) Applying change number 2358... --> Subject: "Sepolicy exceptions for font engine assets" --> Project path: system/sepolicy --> Change number: 2358 (Patch Set 2358) ['git fetch github', u'refs/changes/58/2358/4'] fatal: 'github' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ['git fetch', u'https://gerrit.dirtyunicorns.com/android_system_sepolicy', u'refs/changes/58/2358/4'] remote: Counting objects: 19, done remote: Finding sources: 100% (10/10) remote: Total 10 (delta 8), reused 8 (delta 8) Unpacking objects: 100% (10/10), done. From https://gerrit.dirtyunicorns.com/android_system_sepolicy * branch refs/changes/58/2358/4 -> FETCH_HEAD [detached HEAD f213509] Sepolicy exceptions for font engine assets Author: Surge Raval Date: Wed Jan 4 10:29:34 2017 -0800 6 files changed, 20 insertions(+) sabunot05@soybi:~/DU-caf$