Skip to content

Commit

Permalink
1.12.1 (#48)
Browse files Browse the repository at this point in the history
Fixed
* Revert "Ran Github Action manually"
* Don't run prettier on XML files
  • Loading branch information
JulianGaibler authored Apr 10, 2024
1 parent a47bc8e commit a8d4413
Show file tree
Hide file tree
Showing 156 changed files with 158 additions and 311 deletions.
2 changes: 1 addition & 1 deletion .github/actions/dist/mobile-transform/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ async function updateMobileIcon(path, type) {
...svgoBasePlugins,
],
}).data;
formatted = await formatFile(type, originalFile);
}
formatted = await formatFile(type, originalFile);
const withLicense = ensureLicense(formatted);
const fileChanged = withLicense !== originalFile;
if (fileChanged) {
Expand Down
5 changes: 3 additions & 2 deletions .github/actions/src/mobile-transform/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ async function updateMobileIcon(
...svgoBasePlugins,
],
}).data

// now we run prettier on the file
formatted = await formatFile(type, originalFile)
}

// now we run prettier on the file
formatted = await formatFile(type, originalFile)
// and add the license header if needed
const withLicense = ensureLicense(formatted)

Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/16/xml/ic_pause_badge_fill_16.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:viewportWidth="16"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/16/xml/ic_pin_badge_fill_16.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:viewportWidth="16"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/16/xml/ic_play_badge_fill_16.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:viewportWidth="16"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_bookmark_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="20dp"
android:height="20dp"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_bookmark_badge_fill_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_bookmark_fill_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_chevron_down_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_chevron_up_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_cross_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_cross_circle_fill_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="20dp"
android:height="20dp"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_lock_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="20dp"
android:height="20dp"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_lock_slash_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_lock_warning_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="20dp"
android:height="20dp"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_notification_dot_badge_fill_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_private_mode_circle_fill_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="20dp"
android:height="20dp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="20dp"
android:height="20dp"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_star_fill_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_star_half_fill_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_star_one_half_fill_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/20/xml/ic_tab_badge_fill_20.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="20"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_add_to_homescreen_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="24dp"
android:height="24dp"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_app_menu_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_app_menu_space_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_append_down_left_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_append_up_left_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_append_up_right_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_arrow_clockwise_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_autoplay_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_autoplay_slash_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_avatar_circle_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_avatar_circle_fill_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="24dp"
android:height="24dp"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_avatar_info_circle_fill_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="24dp"
android:height="24dp"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_avatar_warning_circle_fill_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="24dp"
android:height="24dp"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_back_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_bookmark_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="24dp"
android:height="24dp"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_bookmark_fill_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
3 changes: 1 addition & 2 deletions icons/mobile/24/xml/ic_bookmark_slash_24.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
Expand Down
Loading

0 comments on commit a8d4413

Please sign in to comment.