Skip to content

Commit

Permalink
add features
Browse files Browse the repository at this point in the history
  • Loading branch information
laiiihz committed Nov 27, 2023
1 parent bcbdb44 commit 746a9ba
Show file tree
Hide file tree
Showing 47 changed files with 533 additions and 572 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
## Unreleased
### Added
- Full Material 3 Support
- add pure dark background option
- add use gridview option

### Changed
- \[BREAK\]
- \[BREAK CHANGE\] ⚠️ App signature changed. Uninstall old app and install new one. (REALLY SORRY FOR THIS CHANGE)
- app tile long press to open context menu
- all tools use monochrome icons

### Fixed
- fix search view not hide when scroll
- fix searchView title
- use wrong mono font

## 2.0.1-dev+37 - 2023-11-21
### Added
Expand Down
Binary file removed assets/fonts/NotoSansMono-Regular.ttf
Binary file not shown.
93 changes: 0 additions & 93 deletions assets/fonts/OFL.txt

This file was deleted.

24 changes: 1 addition & 23 deletions assets/icons/dart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 1 addition & 31 deletions assets/icons/js.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 1 addition & 104 deletions assets/icons/json.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSPhotoLibraryUsageDescription</key>
<string>Request Photo Library</string>
<key>NSCameraUsageDescription</key>
<string>Request Camera</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"colorPrimary": "Primary",
"colorString": "Color String",
"colorWheel": "Wheel",
"commonConverter": "Common Converter",
"commonInfo": "Common Info",
"compress": "Compress",
"computerName": "Computer Name",
Expand Down Expand Up @@ -75,6 +76,7 @@
"generatorUUID": "UUID Generator",
"generators": "Generators",
"github": "github",
"gridLayout": "Use Grid Layout",
"hashAlgorithm": "Hash Algorithm",
"hashHMAC": "HMAC",
"hashHMACDes": "Keyed-hash message authentication code",
Expand Down Expand Up @@ -159,6 +161,7 @@
"previousMonth": "Previous Month",
"previousSecond": "Previous Second",
"previousYear": "Previous Year",
"pureBlack": "Use Pure Black Background",
"pythonDictFormatter": "Python Dict formatter",
"qrAutoVersion": "Auto",
"qrCodeTool": "QR Code Tool",
Expand Down
Loading

0 comments on commit 746a9ba

Please sign in to comment.