Loading Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -171,6 +171,7 @@ android_library { name: "Launcher3CommonDepsLib", srcs: ["src_build_config/**/*.java"], static_libs: [ "SystemUI-statsd", "Launcher3ResLib", "launcher-testing-shared", "animationlib", Loading protos/launcher_atom.proto +7 −3 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ message ItemInfo { optional int32 rank = 5; // Stores whether the Item belows to non primary user optional bool is_work = 6; optional bool is_work = 6 [deprecated = true]; // Item can be child node to parent container or parent containers (nested) optional ContainerInfo container_info = 7; Loading @@ -48,6 +48,9 @@ message ItemInfo { // Stores whether the navigation bar is in kids mode. optional bool is_kids_mode = 13; // Stores type of the user the Item belong to optional int32 user_type = 14; } message LauncherAttributes{ Loading Loading @@ -135,7 +138,7 @@ message TaskBarContainer { } } // Next value 53 // Next value 54 enum Attribute { option allow_alias = true; Loading Loading @@ -180,7 +183,7 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_CHROMETAB = 24; ALL_APPS_SEARCH_RESULT_NAVVYSITE = 25 [deprecated = true]; ALL_APPS_SEARCH_RESULT_TIPS = 26; ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27; ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27 [deprecated = true]; ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30; ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31; ALL_APPS_SEARCH_RESULT_VIDEO = 41; Loading @@ -189,6 +192,7 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_LOCATION = 50; ALL_APPS_SEARCH_RESULT_TEXT_HEADER = 51; ALL_APPS_SEARCH_RESULT_NO_FULFILLMENT = 52; ALL_APPS_SEARCH_RESULT_QS_TILE = 53; // Result sources DATA_SOURCE_APPSEARCH_APP_PREVIEW = 45; Loading quickstep/res/values-af/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,8 @@ <string name="action_screenshot" msgid="8171125848358142917">"Skermkiekie"</string> <string name="action_split" msgid="2098009717623550676">"Verdeel"</string> <string name="toast_split_select_app" msgid="8464310533320556058">"Tik op ’n ander app om verdeelde skerm te gebruik"</string> <!-- no translation found for toast_split_select_app_cancel (1532690483356445639) --> <skip /> <string name="toast_split_select_cont_desc" msgid="2119685056059607602">"Verlaat verdeeldeskermkeuse"</string> <string name="toast_split_app_unsupported" msgid="2360229567007828914">"Kies nog ’n app as jy verdeelde skerm wil gebruik"</string> <string name="blocked_by_policy" msgid="2071401072261365546">"Jou organisasie laat nie hierdie program toe nie"</string> Loading quickstep/res/values-am/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,8 @@ <string name="action_screenshot" msgid="8171125848358142917">"ቅጽበታዊ ገፅ ዕይታ"</string> <string name="action_split" msgid="2098009717623550676">"ክፈል"</string> <string name="toast_split_select_app" msgid="8464310533320556058">"የተከፈለ ማያ ገጽን ለመጠቀም ሌላ መተግበሪያ መታ ያድርጉ"</string> <!-- no translation found for toast_split_select_app_cancel (1532690483356445639) --> <skip /> <string name="toast_split_select_cont_desc" msgid="2119685056059607602">"ከተከፈለ ማያ ገፅ ምርጫ ይውጡ"</string> <string name="toast_split_app_unsupported" msgid="2360229567007828914">"የተከፈለ ማያ ገጽን ለመቀበል ሌላ መተግበሪያ ይምረጡ"</string> <string name="blocked_by_policy" msgid="2071401072261365546">"ይህ ድርጊት በመተግበሪያው ወይም በእርስዎ ድርጅት አይፈቀድም"</string> Loading quickstep/res/values-ar/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,8 @@ <string name="action_screenshot" msgid="8171125848358142917">"لقطة شاشة"</string> <string name="action_split" msgid="2098009717623550676">"تقسيم"</string> <string name="toast_split_select_app" msgid="8464310533320556058">"انقر على تطبيق آخر لاستخدام وضع تقسيم الشاشة."</string> <!-- no translation found for toast_split_select_app_cancel (1532690483356445639) --> <skip /> <string name="toast_split_select_cont_desc" msgid="2119685056059607602">"الخروج من وضع تقسيم الشاشة"</string> <string name="toast_split_app_unsupported" msgid="2360229567007828914">"اختَر تطبيقًا آخر لاستخدام وضع تقسيم الشاشة."</string> <string name="blocked_by_policy" msgid="2071401072261365546">"لا يسمح التطبيق أو لا تسمح مؤسستك بهذا الإجراء."</string> Loading Loading
Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -171,6 +171,7 @@ android_library { name: "Launcher3CommonDepsLib", srcs: ["src_build_config/**/*.java"], static_libs: [ "SystemUI-statsd", "Launcher3ResLib", "launcher-testing-shared", "animationlib", Loading
protos/launcher_atom.proto +7 −3 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ message ItemInfo { optional int32 rank = 5; // Stores whether the Item belows to non primary user optional bool is_work = 6; optional bool is_work = 6 [deprecated = true]; // Item can be child node to parent container or parent containers (nested) optional ContainerInfo container_info = 7; Loading @@ -48,6 +48,9 @@ message ItemInfo { // Stores whether the navigation bar is in kids mode. optional bool is_kids_mode = 13; // Stores type of the user the Item belong to optional int32 user_type = 14; } message LauncherAttributes{ Loading Loading @@ -135,7 +138,7 @@ message TaskBarContainer { } } // Next value 53 // Next value 54 enum Attribute { option allow_alias = true; Loading Loading @@ -180,7 +183,7 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_CHROMETAB = 24; ALL_APPS_SEARCH_RESULT_NAVVYSITE = 25 [deprecated = true]; ALL_APPS_SEARCH_RESULT_TIPS = 26; ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27; ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27 [deprecated = true]; ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30; ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31; ALL_APPS_SEARCH_RESULT_VIDEO = 41; Loading @@ -189,6 +192,7 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_LOCATION = 50; ALL_APPS_SEARCH_RESULT_TEXT_HEADER = 51; ALL_APPS_SEARCH_RESULT_NO_FULFILLMENT = 52; ALL_APPS_SEARCH_RESULT_QS_TILE = 53; // Result sources DATA_SOURCE_APPSEARCH_APP_PREVIEW = 45; Loading
quickstep/res/values-af/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,8 @@ <string name="action_screenshot" msgid="8171125848358142917">"Skermkiekie"</string> <string name="action_split" msgid="2098009717623550676">"Verdeel"</string> <string name="toast_split_select_app" msgid="8464310533320556058">"Tik op ’n ander app om verdeelde skerm te gebruik"</string> <!-- no translation found for toast_split_select_app_cancel (1532690483356445639) --> <skip /> <string name="toast_split_select_cont_desc" msgid="2119685056059607602">"Verlaat verdeeldeskermkeuse"</string> <string name="toast_split_app_unsupported" msgid="2360229567007828914">"Kies nog ’n app as jy verdeelde skerm wil gebruik"</string> <string name="blocked_by_policy" msgid="2071401072261365546">"Jou organisasie laat nie hierdie program toe nie"</string> Loading
quickstep/res/values-am/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,8 @@ <string name="action_screenshot" msgid="8171125848358142917">"ቅጽበታዊ ገፅ ዕይታ"</string> <string name="action_split" msgid="2098009717623550676">"ክፈል"</string> <string name="toast_split_select_app" msgid="8464310533320556058">"የተከፈለ ማያ ገጽን ለመጠቀም ሌላ መተግበሪያ መታ ያድርጉ"</string> <!-- no translation found for toast_split_select_app_cancel (1532690483356445639) --> <skip /> <string name="toast_split_select_cont_desc" msgid="2119685056059607602">"ከተከፈለ ማያ ገፅ ምርጫ ይውጡ"</string> <string name="toast_split_app_unsupported" msgid="2360229567007828914">"የተከፈለ ማያ ገጽን ለመቀበል ሌላ መተግበሪያ ይምረጡ"</string> <string name="blocked_by_policy" msgid="2071401072261365546">"ይህ ድርጊት በመተግበሪያው ወይም በእርስዎ ድርጅት አይፈቀድም"</string> Loading
quickstep/res/values-ar/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,8 @@ <string name="action_screenshot" msgid="8171125848358142917">"لقطة شاشة"</string> <string name="action_split" msgid="2098009717623550676">"تقسيم"</string> <string name="toast_split_select_app" msgid="8464310533320556058">"انقر على تطبيق آخر لاستخدام وضع تقسيم الشاشة."</string> <!-- no translation found for toast_split_select_app_cancel (1532690483356445639) --> <skip /> <string name="toast_split_select_cont_desc" msgid="2119685056059607602">"الخروج من وضع تقسيم الشاشة"</string> <string name="toast_split_app_unsupported" msgid="2360229567007828914">"اختَر تطبيقًا آخر لاستخدام وضع تقسيم الشاشة."</string> <string name="blocked_by_policy" msgid="2071401072261365546">"لا يسمح التطبيق أو لا تسمح مؤسستك بهذا الإجراء."</string> Loading