Skip to content

Commit

Permalink
content sync
Browse files Browse the repository at this point in the history
  • Loading branch information
esmeetewinkel committed Oct 14, 2024
1 parent 5de0c08 commit 37911b2
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 14 deletions.
Binary file added app_data/assets/android/icon-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_data/assets/android/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_data/assets/android/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions app_data/assets/contents.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"android/icon-background.png": {
"md5Checksum": "12c68f0e8007b8d9c0bd02ea9e96f61b",
"size_kb": 7
},
"android/icon.png": {
"md5Checksum": "2692abcdcc13b1a77b81a9cb64ee337e",
"size_kb": 25.1
},
"android/splash.png": {
"md5Checksum": "455cd5e32fdc3adb347b5a422e7bfad0",
"size_kb": 267.1
},
"audio/relax/relax_19.mp3": {
"md5Checksum": "91b71aa328f31c46b56bf7949448ae55",
"size_kb": 1746.5
Expand Down
6 changes: 6 additions & 0 deletions app_data/sheets/template/story.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
"_translations": {
"value": {}
},
"style_list": [
"flex: 1"
],
"condition": "!!(@local.story_data.image_asset_1)",
"_nested_name": "story_image.image_asset_1",
"_dynamicFields": {
Expand Down Expand Up @@ -209,6 +212,9 @@
"_translations": {
"value": {}
},
"style_list": [
"flex: 1"
],
"condition": "!!(@local.story_data.image_asset_2)",
"_nested_name": "story_image.image_asset_2",
"_dynamicFields": {
Expand Down
26 changes: 17 additions & 9 deletions reports/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"type": "audio",
"count": 2
},
{
"type": "begin_display_group",
"count": 2
},
{
"type": "button",
"count": 26
Expand All @@ -30,11 +26,11 @@
},
{
"type": "display_group",
"count": 34
"count": 35
},
{
"type": "image",
"count": 6
"count": 4
},
{
"type": "items",
Expand Down Expand Up @@ -82,7 +78,7 @@
},
{
"type": "text",
"count": 43
"count": 44
},
{
"type": "text_area",
Expand Down Expand Up @@ -171,11 +167,23 @@
},
{
"assets": "unused",
"KB": "28967 KB",
"MB": "29 MB"
"KB": "29266 KB",
"MB": "29.3 MB"
}
],
"assets_unused": [
{
"path": "android/icon-background.png",
"size_kb": 7
},
{
"path": "android/icon.png",
"size_kb": 25.1
},
{
"path": "android/splash.png",
"size_kb": 267.1
},
{
"path": "images/X/child_dev.png",
"size_kb": 440.2
Expand Down
12 changes: 7 additions & 5 deletions reports/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
| --- | --- |
| animated_slides | 1 |
| audio | 2 |
| begin_display_group | 2 |
| button | 26 |
| combo_box | 2 |
| dashed_box | 1 |
| debug_toggle | 1 |
| display_group | 34 |
| image | 6 |
| display_group | 35 |
| image | 4 |
| items | 12 |
| lottie_animation | 2 |
| navigation_bar | 1 |
Expand All @@ -23,7 +22,7 @@
| simple_checkbox | 2 |
| task_card | 3 |
| template | 136 |
| text | 43 |
| text | 44 |
| text_area | 5 |
| text_box | 6 |
| title | 24 |
Expand Down Expand Up @@ -58,7 +57,7 @@
| assets | KB | MB |
| --- | --- | --- |
| total | 46454 KB | 46.5 MB |
| unused | 28967 KB | 29 MB |
| unused | 29266 KB | 29.3 MB |
</details>

<details open>
Expand All @@ -68,6 +67,9 @@ Assets that appear in app-data but do not have references within sheets

| path | size_kb |
| --- | --- |
| android/icon-background.png | 7 |
| android/icon.png | 25.1 |
| android/splash.png | 267.1 |
| images/X/child_dev.png | 440.2 |
| images/X/current_pract.png | 578.3 |
| images/X/current_pract_picture_quiz_1.png | 538.1 |
Expand Down

0 comments on commit 37911b2

Please sign in to comment.