Skip to content

Commit

Permalink
Fix lock collection wrongly labeled as Layer
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jan 17, 2025
1 parent 9c387b1 commit 7f325ec
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 41 deletions.
12 changes: 6 additions & 6 deletions api/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "88399e291da5f7e889359681a8f64b18c5123e03576b01f32a6a276611e511c3"
sha256: "03f6da266a27a4538a69295ec142cb5717d7d4e5727b84658b63e1e1509bac9c"
url: "https://pub.dev"
source: hosted
version: "78.0.0"
version: "79.0.0"
_macros:
dependency: transitive
description: dart
Expand All @@ -18,10 +18,10 @@ packages:
dependency: "direct dev"
description:
name: analyzer
sha256: "62899ef43d0b962b056ed2ebac6b47ec76ffd003d5f7c4e4dc870afe63188e33"
sha256: c9040fc56483c22a5e04a9f6a251313118b1a3c42423770623128fa484115643
url: "https://pub.dev"
source: hosted
version: "7.1.0"
version: "7.2.0"
archive:
dependency: "direct main"
description:
Expand Down Expand Up @@ -307,10 +307,10 @@ packages:
dependency: "direct dev"
description:
name: json_serializable
sha256: "8f52361c07497a7f2c16c13aac159f9be6fb12b1d67719eac98a21d9a205d571"
sha256: b0a98230538fe5d0b60a22fb6bf1b6cb03471b53e3324ff6069c591679dd59c9
url: "https://pub.dev"
source: hosted
version: "6.9.2"
version: "6.9.3"
lints:
dependency: "direct dev"
description:
Expand Down
16 changes: 8 additions & 8 deletions app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.1036.0)
aws-sdk-core (3.215.0)
aws-partitions (1.1039.0)
aws-sdk-core (3.216.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (1.97.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-s3 (1.178.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.11.0)
Expand Down Expand Up @@ -111,7 +111,7 @@ GEM
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.76.0)
google-apis-core (>= 0.15.0, < 2.a)
google-apis-core (0.15.1)
google-apis-core (0.16.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 1.9)
httpclient (>= 2.8.3, < 3.a)
Expand Down Expand Up @@ -224,4 +224,4 @@ DEPENDENCIES
screengrab

BUNDLED WITH
2.6.2
2.6.3
3 changes: 2 additions & 1 deletion app/lib/selections/tools/shape.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class ShapeToolSelection extends ToolSelection<ShapeTool> {
.toList()),
))
.toList(),
)
),
const SizedBox(width: 4),
],
),
value: tool.constrainedAspectRatio,
Expand Down
2 changes: 1 addition & 1 deletion app/lib/views/edit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ class _EditToolbarState extends State<EditToolbar> {
lockCollection: !utilitiesState.lockCollection,
),
PhosphorIconsLight.folder,
AppLocalizations.of(context).layer,
AppLocalizations.of(context).collection,
),
buildButton(
utilitiesState.lockZoom,
Expand Down
8 changes: 4 additions & 4 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "88399e291da5f7e889359681a8f64b18c5123e03576b01f32a6a276611e511c3"
sha256: "03f6da266a27a4538a69295ec142cb5717d7d4e5727b84658b63e1e1509bac9c"
url: "https://pub.dev"
source: hosted
version: "78.0.0"
version: "79.0.0"
_macros:
dependency: transitive
description: dart
Expand All @@ -18,10 +18,10 @@ packages:
dependency: transitive
description:
name: analyzer
sha256: "62899ef43d0b962b056ed2ebac6b47ec76ffd003d5f7c4e4dc870afe63188e33"
sha256: c9040fc56483c22a5e04a9f6a251313118b1a3c42423770623128fa484115643
url: "https://pub.dev"
source: hosted
version: "7.1.0"
version: "7.2.0"
animations:
dependency: "direct main"
description:
Expand Down
40 changes: 20 additions & 20 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion metadata/en-US/changelogs/129.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* Fix export button in data settings not working
* Fix export button for file view not visible
* Fix file view showing wrong aspect ratio for thumbnails
* Fix line transform changes rotation and scaling not working correctly
* Fix line transform changes rotation and scaling not working correctly ([#786](https://github.com/LinwoodDev/Butterfly/issues/786))
* Fix lock collection wrongly labeled as Layer
* Update secure storage dependency
* Use minSdkVersion 23 instead of 21 (The minimum version of android is 6.0 (Marshmallow))

Expand Down

0 comments on commit 7f325ec

Please sign in to comment.