Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 427aa9b8 authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Merging ub-launcher3-qt-r1-dev, build 5691421

Test: Manual

Bug:130398264 P2 [a11y][Qt] Set Display size as Larger/Large, some of contents in Style preview get truncated.
Bug:130400266 P1 [a11y][Qt] The selected style shouldn't only rely on color to indicate which style is selected.
Bug:134687399 P1 Add timestamp to clockface Settings.Secure string for logging
Bug:135595582 P1 Log entry points for themepicker/wallpaper
Bug:135943112 P2 Visual fixes
Bug:136090066 P1 Punting custom clock faces
Bug:136112716 P1 NPE crash when switching to clock section
Bug:64712476 P3 Import translations for dev branches
parents 7c4d2248 752cc8ad
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,5 +23,6 @@
        android:alpha="0.24"
        android:color="?android:colorAccent" />
    <item
        android:color="@color/material_grey500"/>
        android:alpha="0.05"
        android:color="@color/option_border_default"/>
</selector>
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="ring"
        android:innerRadius="13dp"
        android:thickness="8dp"
        android:innerRadius="10dp"
        android:thickness="6dp"
        android:useLevel="false">
    <solid android:color="@android:color/black"/>
</shape>
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
     limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:width="32dp"
    android:height="32dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
     limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:width="32dp"
    android:height="32dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <!-- This path represents a square with rounded corners -->
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
-->
<!-- Represents the wallpaper icon (a "landscape" shape in a box) -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:width="32dp"
    android:height="32dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
Loading