-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from vito-go/dev-new
v0.0.5
- Loading branch information
Showing
138 changed files
with
588 additions
and
4,665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,5 @@ app.*.map.json | |
/android/app/debug | ||
/android/app/profile | ||
/android/app/release | ||
bin/ | ||
bin/ | ||
target/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
android/app/src/main/kotlin/com/example/fsearch_flutter/MainActivity.kt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
android/app/src/main/res/drawable-v21/launch_background.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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":""} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.