Skip to content

Commit

Permalink
Merge pull request #2 from vito-go/dev-new
Browse files Browse the repository at this point in the history
v0.0.5
  • Loading branch information
vito-go authored Sep 19, 2024
2 parents 1654261 + 70ec4c5 commit c98bda1
Show file tree
Hide file tree
Showing 138 changed files with 588 additions and 4,665 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
bin/
bin/
target/
25 changes: 5 additions & 20 deletions .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file should be version controlled and should not be manually edited.

version:
revision: "e1e47221e86272429674bec4f1bd36acc4fc7b77"
revision: "2663184aa79047d0a33a14a3b607954f8fdd8730"
channel: "stable"

project_type: app
Expand All @@ -13,26 +13,11 @@ project_type: app
migration:
platforms:
- platform: root
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
- platform: android
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
- platform: ios
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
- platform: linux
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
- platform: macos
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
create_revision: 2663184aa79047d0a33a14a3b607954f8fdd8730
base_revision: 2663184aa79047d0a33a14a3b607954f8fdd8730
- platform: web
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
- platform: windows
create_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
base_revision: e1e47221e86272429674bec4f1bd36acc4fc7b77
create_revision: 2663184aa79047d0a33a14a3b607954f8fdd8730
base_revision: 2663184aa79047d0a33a14a3b607954f8fdd8730

# User provided section

Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.0.5
- Make search results colorful and configurable with font size, overflow, and color
- Make search results of traceId clickable to show the total details of the trace
- Use WebViews to display the html content
- Add CHANGELOG.md
- Upgrade the dependencies
- Remove the linux, macos, android, ios, and windows platforms, only web is supported
- Light and dark theme support for the web
- Use StreamController.broadcast for the web, to support multiple listeners and remove RestartAPP widget
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build-web:
flutter build web
- mkdir target/
cd build && zip -r ../target/web.zip web/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fsearch_flutter
# fsearch

Search text in files quickly(using linux grep command), especially for log searching. Directories are supported.
Support local remote online registration search.
Expand Down
13 changes: 0 additions & 13 deletions android/.gitignore

This file was deleted.

67 changes: 0 additions & 67 deletions android/app/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions android/app/src/debug/AndroidManifest.xml

This file was deleted.

33 changes: 0 additions & 33 deletions android/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions android/app/src/main/res/drawable-v21/launch_background.xml

This file was deleted.

12 changes: 0 additions & 12 deletions android/app/src/main/res/drawable/launch_background.xml

This file was deleted.

Binary file removed android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 0 additions & 18 deletions android/app/src/main/res/values-night/styles.xml

This file was deleted.

18 changes: 0 additions & 18 deletions android/app/src/main/res/values/styles.xml

This file was deleted.

7 changes: 0 additions & 7 deletions android/app/src/profile/AndroidManifest.xml

This file was deleted.

31 changes: 0 additions & 31 deletions android/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions android/gradle.properties

This file was deleted.

5 changes: 0 additions & 5 deletions android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

20 changes: 0 additions & 20 deletions android/settings.gradle

This file was deleted.

5 changes: 5 additions & 0 deletions assets/images/github-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/images/github-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dockDockBuildParams.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"dockerExe":"/usr/local/bin/docker","dockerfileDir":"/home/c/go/src/github.com/vito-go/fsearch_flutter/docker","dockerImgUrl":"","isImage":false,"makefilePath":"..","makefileFile":"makefile","target":"build","codePath":"","m2Path":"/home/liushihao/.m2","envScript":"","advancedDockerSettings":""}
{"dockerExe":"/usr/local/bin/docker","dockerfileDir":"/home/c/go/src/github.com/vito-go/fsearch/docker","dockerImgUrl":"","isImage":false,"makefilePath":"..","makefileFile":"makefile","target":"build","codePath":"","m2Path":"/home/liushihao/.m2","envScript":"","advancedDockerSettings":""}
34 changes: 0 additions & 34 deletions ios/.gitignore

This file was deleted.

Loading

0 comments on commit c98bda1

Please sign in to comment.