Skip to content

Commit 3d77a9f

Browse files
committed
feat(core): update notification icons, localization and network
- Add notification drawable v35 - Update notification icon - Add new localization strings - Update HeaderInterceptor - Update FalAiResponses - Update libs.versions.toml - Remove ic_sd_flat.xml - Update BackgroundWorkObserverImpl - Update CoreGenerationWorker
1 parent 27cd2b4 commit 3d77a9f

File tree

9 files changed

+560
-130
lines changed

9 files changed

+560
-130
lines changed

app/src/main/res/drawable/ic_sd_flat.xml

Lines changed: 0 additions & 63 deletions
This file was deleted.

core/localization/src/main/res/values/strings.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
<string name="cancel">Cancel</string>
1414
<string name="retry">Retry</string>
1515
<string name="delete">Delete</string>
16+
<string name="share">Share</string>
17+
<string name="gallery_save_to_gallery">Save to gallery</string>
18+
<string name="edit">Edit</string>
19+
<string name="editor_rotate">Rotate</string>
20+
<string name="editor_adjust">Adjust</string>
21+
<string name="editor_brightness">Brightness</string>
22+
<string name="editor_contrast">Contrast</string>
23+
<string name="editor_saturation">Saturation</string>
1624
<string name="download">Download</string>
1725
<string name="width">Width</string>
1826
<string name="height">Height</string>
@@ -25,10 +33,12 @@
2533
<string name="success">✅ Success</string>
2634
<string name="failure">❌ Failure</string>
2735

36+
<string name="one">One</string>
2837
<string name="two">Two</string>
2938
<string name="three">Three</string>
3039
<string name="four">Four</string>
3140
<string name="five">Five</string>
41+
<string name="six">Six</string>
3242

3343
<string name="version">Version %1$s</string>
3444

@@ -244,6 +254,7 @@
244254
<string name="gallery_menu_unselect_all">Unselect all</string>
245255
<string name="gallery_menu_selected">Selected images: %1$s</string>
246256
<string name="gallery_menu_delete_all">Delete all</string>
257+
<string name="gallery_menu_delete_unliked">Delete unliked</string>
247258
<string name="gallery_menu_export_all">Export all</string>
248259
<string name="gallery_menu_save_all">Save all to device</string>
249260
<string name="gallery_menu_selection_mode">Selection mode</string>
@@ -326,6 +337,9 @@
326337
<string name="interaction_delete_local_model_title">Delete model</string>
327338
<string name="interaction_delete_local_model_sub_title">Are you sure you want to delete model "%1$s"?</string>
328339

340+
<string name="interaction_delete_unliked_title">Delete unliked images</string>
341+
<string name="interaction_delete_unliked_sub_title">Are you sure you want to permanently delete all images that are not liked?</string>
342+
329343
<string name="interaction_in_paint_clear_title">Clear drawings</string>
330344
<string name="interaction_in_paint_clear_sub_title">Are you sure you want to clear drawings?</string>
331345

0 commit comments

Comments
 (0)