Compare commits
106 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec2890cab2 | ||
|
|
ca946c1b06 | ||
|
|
3bc3172723 | ||
|
|
82be4cc45f | ||
|
|
2c3f4ae8a8 | ||
|
|
891977408e | ||
|
|
5292f34e8d | ||
|
|
1c54db6bf3 | ||
|
|
a4b5f4abdb | ||
|
|
aa4ffbe4fb | ||
|
|
3d25298639 | ||
|
|
1765576d09 | ||
|
|
2dd45062f1 | ||
|
|
c6407984ac | ||
|
|
53af86238e | ||
|
|
b20d9edec2 | ||
|
|
5c3a0c576d | ||
|
|
6dcb466fd3 | ||
|
|
acbcec358b | ||
|
|
a923549ddf | ||
|
|
07bd21580b | ||
|
|
57ceb64a5e | ||
|
|
713e83d9d8 | ||
|
|
5e3b0e4929 | ||
|
|
0389b6eb29 | ||
|
|
8f22cbf746 | ||
|
|
1fcc412770 | ||
|
|
afa1b4f424 | ||
|
|
fa67940ec9 | ||
|
|
90bb670442 | ||
|
|
05abf2d56d | ||
|
|
658727dd79 | ||
|
|
f7abf6446c | ||
|
|
5ab4dd0cbd | ||
|
|
35f7279fcb | ||
|
|
86572cc960 | ||
|
|
ee22709d49 | ||
|
|
0a2ad63f38 | ||
|
|
2ec12c9363 | ||
|
|
a3c2dc786c | ||
|
|
7acf9c6db3 | ||
|
|
8074547fb4 | ||
|
|
8a01e04871 | ||
|
|
7ddcdd9828 | ||
|
|
d89ed076fd | ||
|
|
f4c3b06cd5 | ||
|
|
c65746709d | ||
|
|
d2d9bdab02 | ||
|
|
d0f8444b6d | ||
|
|
fccabfbe27 | ||
|
|
e9bb97c6ce | ||
|
|
068fe14d89 | ||
|
|
43c397007c | ||
|
|
5e801d5f5e | ||
|
|
52d61b15fd | ||
|
|
fea3c14608 | ||
|
|
84be01a38a | ||
|
|
93da242148 | ||
|
|
bb7e44da30 | ||
|
|
01f1b2d72f | ||
|
|
3074b1299e | ||
|
|
bd5470b863 | ||
|
|
83fafa4b68 | ||
|
|
b7fb969301 | ||
|
|
3ef3190785 | ||
|
|
b1c763fcfa | ||
|
|
9452ffa514 | ||
|
|
c9291e5027 | ||
|
|
3ba86dc9c2 | ||
|
|
fd3040283c | ||
|
|
91d30c0f0e | ||
|
|
c4b470ffaf | ||
|
|
9a07c785f2 | ||
|
|
a134c32493 | ||
|
|
472cea9037 | ||
|
|
08d07498b9 | ||
|
|
d5aa09949a | ||
|
|
fd1dfe5c60 | ||
|
|
9f89fe8b29 | ||
|
|
78081a12e8 | ||
|
|
6896837f28 | ||
|
|
85eb903402 | ||
|
|
9aa9180f1f | ||
|
|
feb9688a29 | ||
|
|
5c71992174 | ||
|
|
74c3d0ae25 | ||
|
|
ecd1bcafd5 | ||
|
|
184d2d117a | ||
|
|
89e6f17794 | ||
|
|
aef50fe0e3 | ||
|
|
fc0767ed25 | ||
|
|
dbf1724cca | ||
|
|
909aa4038e | ||
|
|
2d0a7d8d46 | ||
|
|
ca96cd1d82 | ||
|
|
91ab1e5dac | ||
|
|
b3a5f74df8 | ||
|
|
1f98be8ad8 | ||
|
|
453c7c98d0 | ||
|
|
91faed35c0 | ||
|
|
07bbaf6b6f | ||
|
|
e8feb7c431 | ||
|
|
4d16820526 | ||
|
|
92294b49c6 | ||
|
|
8a188a37c9 | ||
|
|
48af16c265 |
44
.github/workflows/build.yml
vendored
@@ -15,12 +15,38 @@ jobs:
|
|||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- platform: windows
|
- platform: windows
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
|
arch: amd64
|
||||||
- platform: linux
|
- platform: linux
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
arch: amd64
|
||||||
- platform: macos
|
- platform: macos
|
||||||
os: macos-13
|
os: macos-13
|
||||||
|
arch: amd64
|
||||||
|
- platform: macos
|
||||||
|
os: macos-latest
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup Mingw64
|
||||||
|
if: startsWith(matrix.platform,'windows')
|
||||||
|
uses: msys2/setup-msys2@v2
|
||||||
|
with:
|
||||||
|
msystem: mingw64
|
||||||
|
install: mingw-w64-x86_64-gcc
|
||||||
|
update: true
|
||||||
|
|
||||||
|
|
||||||
|
- name: Set Mingw64 Env
|
||||||
|
if: startsWith(matrix.platform,'windows')
|
||||||
|
run: |
|
||||||
|
echo "${{ runner.temp }}\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||||
|
|
||||||
|
- name: Check Matrix
|
||||||
|
run: |
|
||||||
|
echo "Running on ${{ matrix.os }}"
|
||||||
|
echo "Arch: ${{ runner.arch }}"
|
||||||
|
gcc --version
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -46,10 +72,10 @@ jobs:
|
|||||||
if: startsWith(matrix.platform,'android')
|
if: startsWith(matrix.platform,'android')
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.KEYSTORE }}" | base64 --decode > android/app/keystore.jks
|
echo "${{ secrets.KEYSTORE }}" | base64 --decode > android/app/keystore.jks
|
||||||
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> android/local.properties
|
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> android/local.properties
|
||||||
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> android/local.properties
|
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> android/local.properties
|
||||||
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> android/local.properties
|
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> android/local.properties
|
||||||
|
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
@@ -69,19 +95,19 @@ jobs:
|
|||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: dart setup.dart ${{ matrix.platform }} ${{ matrix.arch && format('--arch {0}', matrix.arch) }}
|
||||||
dart setup.dart ${{ matrix.platform }}
|
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: artifact-${{ matrix.platform }}
|
name: artifact-${{ matrix.platform }}${{ matrix.arch && format('-{0}', matrix.arch) }}
|
||||||
path: ./dist
|
path: ./dist
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
|
|
||||||
upload-release:
|
upload-release:
|
||||||
|
if: ${{ !contains(github.ref, '+') }}
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
needs: [ build ]
|
needs: [ build ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -89,7 +115,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Download
|
- name: Download
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
@@ -101,13 +127,13 @@ jobs:
|
|||||||
- name: Pre Release
|
- name: Pre Release
|
||||||
run: |
|
run: |
|
||||||
pip install gitchangelog pystache mustache markdown
|
pip install gitchangelog pystache mustache markdown
|
||||||
prelease=$(curl --silent "https://api.github.com/repos/chen08209/FlClash/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' || echo "")
|
pre=$(curl --silent "https://api.github.com/repos/chen08209/FlClash/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' || echo "")
|
||||||
if [ -z "$prelease" ]; then
|
if [ -z "pre" ]; then
|
||||||
echo "init" > release.md
|
echo "init" > release.md
|
||||||
else
|
else
|
||||||
current="${{ github.ref_name }}"
|
current="${{ github.ref_name }}"
|
||||||
echo -e "\n\n<details markdown=1><summary>All changes from $current to the latest commit:</summary>\n\n" >> release.md
|
echo -e "\n\n<details markdown=1><summary>All changes from $current to the latest commit:</summary>\n\n" >> release.md
|
||||||
gitchangelog "${prelease}" >> release.md 2>&1 || echo "Error in gitchangelog"
|
gitchangelog "${pre}.." >> release.md 2>&1 || echo "Error in gitchangelog"
|
||||||
echo -e "\n\n</details>" >> release.md
|
echo -e "\n\n</details>" >> release.md
|
||||||
fi
|
fi
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|||||||
2
.gitignore
vendored
@@ -31,6 +31,7 @@ migrate_working_dir/
|
|||||||
.pub-cache/
|
.pub-cache/
|
||||||
.pub/
|
.pub/
|
||||||
/build/
|
/build/
|
||||||
|
/dist/
|
||||||
|
|
||||||
# Symbolication related
|
# Symbolication related
|
||||||
app.*.symbols
|
app.*.symbols
|
||||||
@@ -44,6 +45,7 @@ app.*.map.json
|
|||||||
/android/app/release
|
/android/app/release
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#libclash
|
#libclash
|
||||||
/libclash/
|
/libclash/
|
||||||
|
|
||||||
|
|||||||
2
.gitmodules
vendored
@@ -5,4 +5,4 @@
|
|||||||
[submodule "plugins/flutter_distributor"]
|
[submodule "plugins/flutter_distributor"]
|
||||||
path = plugins/flutter_distributor
|
path = plugins/flutter_distributor
|
||||||
url = git@github.com:chen08209/flutter_distributor.git
|
url = git@github.com:chen08209/flutter_distributor.git
|
||||||
branch = main
|
branch = FlClash
|
||||||
|
|||||||
674
LICENSE
Normal file
@@ -0,0 +1,674 @@
|
|||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The GNU General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
the GNU General Public License is intended to guarantee your freedom to
|
||||||
|
share and change all versions of a program--to make sure it remains free
|
||||||
|
software for all its users. We, the Free Software Foundation, use the
|
||||||
|
GNU General Public License for most of our software; it applies also to
|
||||||
|
any other work released this way by its authors. You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
them if you wish), that you receive source code or can get it if you
|
||||||
|
want it, that you can change the software or use pieces of it in new
|
||||||
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to prevent others from denying you
|
||||||
|
these rights or asking you to surrender the rights. Therefore, you have
|
||||||
|
certain responsibilities if you distribute copies of the software, or if
|
||||||
|
you modify it: responsibilities to respect the freedom of others.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must pass on to the recipients the same
|
||||||
|
freedoms that you received. You must make sure that they, too, receive
|
||||||
|
or can get the source code. And you must show them these terms so they
|
||||||
|
know their rights.
|
||||||
|
|
||||||
|
Developers that use the GNU GPL protect your rights with two steps:
|
||||||
|
(1) assert copyright on the software, and (2) offer you this License
|
||||||
|
giving you legal permission to copy, distribute and/or modify it.
|
||||||
|
|
||||||
|
For the developers' and authors' protection, the GPL clearly explains
|
||||||
|
that there is no warranty for this free software. For both users' and
|
||||||
|
authors' sake, the GPL requires that modified versions be marked as
|
||||||
|
changed, so that their problems will not be attributed erroneously to
|
||||||
|
authors of previous versions.
|
||||||
|
|
||||||
|
Some devices are designed to deny users access to install or run
|
||||||
|
modified versions of the software inside them, although the manufacturer
|
||||||
|
can do so. This is fundamentally incompatible with the aim of
|
||||||
|
protecting users' freedom to change the software. The systematic
|
||||||
|
pattern of such abuse occurs in the area of products for individuals to
|
||||||
|
use, which is precisely where it is most unacceptable. Therefore, we
|
||||||
|
have designed this version of the GPL to prohibit the practice for those
|
||||||
|
products. If such problems arise substantially in other domains, we
|
||||||
|
stand ready to extend this provision to those domains in future versions
|
||||||
|
of the GPL, as needed to protect the freedom of users.
|
||||||
|
|
||||||
|
Finally, every program is threatened constantly by software patents.
|
||||||
|
States should not allow patents to restrict development and use of
|
||||||
|
software on general-purpose computers, but in those that do, we wish to
|
||||||
|
avoid the special danger that patents applied to a free program could
|
||||||
|
make it effectively proprietary. To prevent this, the GPL assures that
|
||||||
|
patents cannot be used to render the program non-free.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
0. Definitions.
|
||||||
|
|
||||||
|
"This License" refers to version 3 of the GNU General Public License.
|
||||||
|
|
||||||
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||||
|
works, such as semiconductor masks.
|
||||||
|
|
||||||
|
"The Program" refers to any copyrightable work licensed under this
|
||||||
|
License. Each licensee is addressed as "you". "Licensees" and
|
||||||
|
"recipients" may be individuals or organizations.
|
||||||
|
|
||||||
|
To "modify" a work means to copy from or adapt all or part of the work
|
||||||
|
in a fashion requiring copyright permission, other than the making of an
|
||||||
|
exact copy. The resulting work is called a "modified version" of the
|
||||||
|
earlier work or a work "based on" the earlier work.
|
||||||
|
|
||||||
|
A "covered work" means either the unmodified Program or a work based
|
||||||
|
on the Program.
|
||||||
|
|
||||||
|
To "propagate" a work means to do anything with it that, without
|
||||||
|
permission, would make you directly or secondarily liable for
|
||||||
|
infringement under applicable copyright law, except executing it on a
|
||||||
|
computer or modifying a private copy. Propagation includes copying,
|
||||||
|
distribution (with or without modification), making available to the
|
||||||
|
public, and in some countries other activities as well.
|
||||||
|
|
||||||
|
To "convey" a work means any kind of propagation that enables other
|
||||||
|
parties to make or receive copies. Mere interaction with a user through
|
||||||
|
a computer network, with no transfer of a copy, is not conveying.
|
||||||
|
|
||||||
|
An interactive user interface displays "Appropriate Legal Notices"
|
||||||
|
to the extent that it includes a convenient and prominently visible
|
||||||
|
feature that (1) displays an appropriate copyright notice, and (2)
|
||||||
|
tells the user that there is no warranty for the work (except to the
|
||||||
|
extent that warranties are provided), that licensees may convey the
|
||||||
|
work under this License, and how to view a copy of this License. If
|
||||||
|
the interface presents a list of user commands or options, such as a
|
||||||
|
menu, a prominent item in the list meets this criterion.
|
||||||
|
|
||||||
|
1. Source Code.
|
||||||
|
|
||||||
|
The "source code" for a work means the preferred form of the work
|
||||||
|
for making modifications to it. "Object code" means any non-source
|
||||||
|
form of a work.
|
||||||
|
|
||||||
|
A "Standard Interface" means an interface that either is an official
|
||||||
|
standard defined by a recognized standards body, or, in the case of
|
||||||
|
interfaces specified for a particular programming language, one that
|
||||||
|
is widely used among developers working in that language.
|
||||||
|
|
||||||
|
The "System Libraries" of an executable work include anything, other
|
||||||
|
than the work as a whole, that (a) is included in the normal form of
|
||||||
|
packaging a Major Component, but which is not part of that Major
|
||||||
|
Component, and (b) serves only to enable use of the work with that
|
||||||
|
Major Component, or to implement a Standard Interface for which an
|
||||||
|
implementation is available to the public in source code form. A
|
||||||
|
"Major Component", in this context, means a major essential component
|
||||||
|
(kernel, window system, and so on) of the specific operating system
|
||||||
|
(if any) on which the executable work runs, or a compiler used to
|
||||||
|
produce the work, or an object code interpreter used to run it.
|
||||||
|
|
||||||
|
The "Corresponding Source" for a work in object code form means all
|
||||||
|
the source code needed to generate, install, and (for an executable
|
||||||
|
work) run the object code and to modify the work, including scripts to
|
||||||
|
control those activities. However, it does not include the work's
|
||||||
|
System Libraries, or general-purpose tools or generally available free
|
||||||
|
programs which are used unmodified in performing those activities but
|
||||||
|
which are not part of the work. For example, Corresponding Source
|
||||||
|
includes interface definition files associated with source files for
|
||||||
|
the work, and the source code for shared libraries and dynamically
|
||||||
|
linked subprograms that the work is specifically designed to require,
|
||||||
|
such as by intimate data communication or control flow between those
|
||||||
|
subprograms and other parts of the work.
|
||||||
|
|
||||||
|
The Corresponding Source need not include anything that users
|
||||||
|
can regenerate automatically from other parts of the Corresponding
|
||||||
|
Source.
|
||||||
|
|
||||||
|
The Corresponding Source for a work in source code form is that
|
||||||
|
same work.
|
||||||
|
|
||||||
|
2. Basic Permissions.
|
||||||
|
|
||||||
|
All rights granted under this License are granted for the term of
|
||||||
|
copyright on the Program, and are irrevocable provided the stated
|
||||||
|
conditions are met. This License explicitly affirms your unlimited
|
||||||
|
permission to run the unmodified Program. The output from running a
|
||||||
|
covered work is covered by this License only if the output, given its
|
||||||
|
content, constitutes a covered work. This License acknowledges your
|
||||||
|
rights of fair use or other equivalent, as provided by copyright law.
|
||||||
|
|
||||||
|
You may make, run and propagate covered works that you do not
|
||||||
|
convey, without conditions so long as your license otherwise remains
|
||||||
|
in force. You may convey covered works to others for the sole purpose
|
||||||
|
of having them make modifications exclusively for you, or provide you
|
||||||
|
with facilities for running those works, provided that you comply with
|
||||||
|
the terms of this License in conveying all material for which you do
|
||||||
|
not control copyright. Those thus making or running the covered works
|
||||||
|
for you must do so exclusively on your behalf, under your direction
|
||||||
|
and control, on terms that prohibit them from making any copies of
|
||||||
|
your copyrighted material outside their relationship with you.
|
||||||
|
|
||||||
|
Conveying under any other circumstances is permitted solely under
|
||||||
|
the conditions stated below. Sublicensing is not allowed; section 10
|
||||||
|
makes it unnecessary.
|
||||||
|
|
||||||
|
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||||
|
|
||||||
|
No covered work shall be deemed part of an effective technological
|
||||||
|
measure under any applicable law fulfilling obligations under article
|
||||||
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||||
|
similar laws prohibiting or restricting circumvention of such
|
||||||
|
measures.
|
||||||
|
|
||||||
|
When you convey a covered work, you waive any legal power to forbid
|
||||||
|
circumvention of technological measures to the extent such circumvention
|
||||||
|
is effected by exercising rights under this License with respect to
|
||||||
|
the covered work, and you disclaim any intention to limit operation or
|
||||||
|
modification of the work as a means of enforcing, against the work's
|
||||||
|
users, your or third parties' legal rights to forbid circumvention of
|
||||||
|
technological measures.
|
||||||
|
|
||||||
|
4. Conveying Verbatim Copies.
|
||||||
|
|
||||||
|
You may convey verbatim copies of the Program's source code as you
|
||||||
|
receive it, in any medium, provided that you conspicuously and
|
||||||
|
appropriately publish on each copy an appropriate copyright notice;
|
||||||
|
keep intact all notices stating that this License and any
|
||||||
|
non-permissive terms added in accord with section 7 apply to the code;
|
||||||
|
keep intact all notices of the absence of any warranty; and give all
|
||||||
|
recipients a copy of this License along with the Program.
|
||||||
|
|
||||||
|
You may charge any price or no price for each copy that you convey,
|
||||||
|
and you may offer support or warranty protection for a fee.
|
||||||
|
|
||||||
|
5. Conveying Modified Source Versions.
|
||||||
|
|
||||||
|
You may convey a work based on the Program, or the modifications to
|
||||||
|
produce it from the Program, in the form of source code under the
|
||||||
|
terms of section 4, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The work must carry prominent notices stating that you modified
|
||||||
|
it, and giving a relevant date.
|
||||||
|
|
||||||
|
b) The work must carry prominent notices stating that it is
|
||||||
|
released under this License and any conditions added under section
|
||||||
|
7. This requirement modifies the requirement in section 4 to
|
||||||
|
"keep intact all notices".
|
||||||
|
|
||||||
|
c) You must license the entire work, as a whole, under this
|
||||||
|
License to anyone who comes into possession of a copy. This
|
||||||
|
License will therefore apply, along with any applicable section 7
|
||||||
|
additional terms, to the whole of the work, and all its parts,
|
||||||
|
regardless of how they are packaged. This License gives no
|
||||||
|
permission to license the work in any other way, but it does not
|
||||||
|
invalidate such permission if you have separately received it.
|
||||||
|
|
||||||
|
d) If the work has interactive user interfaces, each must display
|
||||||
|
Appropriate Legal Notices; however, if the Program has interactive
|
||||||
|
interfaces that do not display Appropriate Legal Notices, your
|
||||||
|
work need not make them do so.
|
||||||
|
|
||||||
|
A compilation of a covered work with other separate and independent
|
||||||
|
works, which are not by their nature extensions of the covered work,
|
||||||
|
and which are not combined with it such as to form a larger program,
|
||||||
|
in or on a volume of a storage or distribution medium, is called an
|
||||||
|
"aggregate" if the compilation and its resulting copyright are not
|
||||||
|
used to limit the access or legal rights of the compilation's users
|
||||||
|
beyond what the individual works permit. Inclusion of a covered work
|
||||||
|
in an aggregate does not cause this License to apply to the other
|
||||||
|
parts of the aggregate.
|
||||||
|
|
||||||
|
6. Conveying Non-Source Forms.
|
||||||
|
|
||||||
|
You may convey a covered work in object code form under the terms
|
||||||
|
of sections 4 and 5, provided that you also convey the
|
||||||
|
machine-readable Corresponding Source under the terms of this License,
|
||||||
|
in one of these ways:
|
||||||
|
|
||||||
|
a) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by the
|
||||||
|
Corresponding Source fixed on a durable physical medium
|
||||||
|
customarily used for software interchange.
|
||||||
|
|
||||||
|
b) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by a
|
||||||
|
written offer, valid for at least three years and valid for as
|
||||||
|
long as you offer spare parts or customer support for that product
|
||||||
|
model, to give anyone who possesses the object code either (1) a
|
||||||
|
copy of the Corresponding Source for all the software in the
|
||||||
|
product that is covered by this License, on a durable physical
|
||||||
|
medium customarily used for software interchange, for a price no
|
||||||
|
more than your reasonable cost of physically performing this
|
||||||
|
conveying of source, or (2) access to copy the
|
||||||
|
Corresponding Source from a network server at no charge.
|
||||||
|
|
||||||
|
c) Convey individual copies of the object code with a copy of the
|
||||||
|
written offer to provide the Corresponding Source. This
|
||||||
|
alternative is allowed only occasionally and noncommercially, and
|
||||||
|
only if you received the object code with such an offer, in accord
|
||||||
|
with subsection 6b.
|
||||||
|
|
||||||
|
d) Convey the object code by offering access from a designated
|
||||||
|
place (gratis or for a charge), and offer equivalent access to the
|
||||||
|
Corresponding Source in the same way through the same place at no
|
||||||
|
further charge. You need not require recipients to copy the
|
||||||
|
Corresponding Source along with the object code. If the place to
|
||||||
|
copy the object code is a network server, the Corresponding Source
|
||||||
|
may be on a different server (operated by you or a third party)
|
||||||
|
that supports equivalent copying facilities, provided you maintain
|
||||||
|
clear directions next to the object code saying where to find the
|
||||||
|
Corresponding Source. Regardless of what server hosts the
|
||||||
|
Corresponding Source, you remain obligated to ensure that it is
|
||||||
|
available for as long as needed to satisfy these requirements.
|
||||||
|
|
||||||
|
e) Convey the object code using peer-to-peer transmission, provided
|
||||||
|
you inform other peers where the object code and Corresponding
|
||||||
|
Source of the work are being offered to the general public at no
|
||||||
|
charge under subsection 6d.
|
||||||
|
|
||||||
|
A separable portion of the object code, whose source code is excluded
|
||||||
|
from the Corresponding Source as a System Library, need not be
|
||||||
|
included in conveying the object code work.
|
||||||
|
|
||||||
|
A "User Product" is either (1) a "consumer product", which means any
|
||||||
|
tangible personal property which is normally used for personal, family,
|
||||||
|
or household purposes, or (2) anything designed or sold for incorporation
|
||||||
|
into a dwelling. In determining whether a product is a consumer product,
|
||||||
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||||
|
product received by a particular user, "normally used" refers to a
|
||||||
|
typical or common use of that class of product, regardless of the status
|
||||||
|
of the particular user or of the way in which the particular user
|
||||||
|
actually uses, or expects or is expected to use, the product. A product
|
||||||
|
is a consumer product regardless of whether the product has substantial
|
||||||
|
commercial, industrial or non-consumer uses, unless such uses represent
|
||||||
|
the only significant mode of use of the product.
|
||||||
|
|
||||||
|
"Installation Information" for a User Product means any methods,
|
||||||
|
procedures, authorization keys, or other information required to install
|
||||||
|
and execute modified versions of a covered work in that User Product from
|
||||||
|
a modified version of its Corresponding Source. The information must
|
||||||
|
suffice to ensure that the continued functioning of the modified object
|
||||||
|
code is in no case prevented or interfered with solely because
|
||||||
|
modification has been made.
|
||||||
|
|
||||||
|
If you convey an object code work under this section in, or with, or
|
||||||
|
specifically for use in, a User Product, and the conveying occurs as
|
||||||
|
part of a transaction in which the right of possession and use of the
|
||||||
|
User Product is transferred to the recipient in perpetuity or for a
|
||||||
|
fixed term (regardless of how the transaction is characterized), the
|
||||||
|
Corresponding Source conveyed under this section must be accompanied
|
||||||
|
by the Installation Information. But this requirement does not apply
|
||||||
|
if neither you nor any third party retains the ability to install
|
||||||
|
modified object code on the User Product (for example, the work has
|
||||||
|
been installed in ROM).
|
||||||
|
|
||||||
|
The requirement to provide Installation Information does not include a
|
||||||
|
requirement to continue to provide support service, warranty, or updates
|
||||||
|
for a work that has been modified or installed by the recipient, or for
|
||||||
|
the User Product in which it has been modified or installed. Access to a
|
||||||
|
network may be denied when the modification itself materially and
|
||||||
|
adversely affects the operation of the network or violates the rules and
|
||||||
|
protocols for communication across the network.
|
||||||
|
|
||||||
|
Corresponding Source conveyed, and Installation Information provided,
|
||||||
|
in accord with this section must be in a format that is publicly
|
||||||
|
documented (and with an implementation available to the public in
|
||||||
|
source code form), and must require no special password or key for
|
||||||
|
unpacking, reading or copying.
|
||||||
|
|
||||||
|
7. Additional Terms.
|
||||||
|
|
||||||
|
"Additional permissions" are terms that supplement the terms of this
|
||||||
|
License by making exceptions from one or more of its conditions.
|
||||||
|
Additional permissions that are applicable to the entire Program shall
|
||||||
|
be treated as though they were included in this License, to the extent
|
||||||
|
that they are valid under applicable law. If additional permissions
|
||||||
|
apply only to part of the Program, that part may be used separately
|
||||||
|
under those permissions, but the entire Program remains governed by
|
||||||
|
this License without regard to the additional permissions.
|
||||||
|
|
||||||
|
When you convey a copy of a covered work, you may at your option
|
||||||
|
remove any additional permissions from that copy, or from any part of
|
||||||
|
it. (Additional permissions may be written to require their own
|
||||||
|
removal in certain cases when you modify the work.) You may place
|
||||||
|
additional permissions on material, added by you to a covered work,
|
||||||
|
for which you have or can give appropriate copyright permission.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, for material you
|
||||||
|
add to a covered work, you may (if authorized by the copyright holders of
|
||||||
|
that material) supplement the terms of this License with terms:
|
||||||
|
|
||||||
|
a) Disclaiming warranty or limiting liability differently from the
|
||||||
|
terms of sections 15 and 16 of this License; or
|
||||||
|
|
||||||
|
b) Requiring preservation of specified reasonable legal notices or
|
||||||
|
author attributions in that material or in the Appropriate Legal
|
||||||
|
Notices displayed by works containing it; or
|
||||||
|
|
||||||
|
c) Prohibiting misrepresentation of the origin of that material, or
|
||||||
|
requiring that modified versions of such material be marked in
|
||||||
|
reasonable ways as different from the original version; or
|
||||||
|
|
||||||
|
d) Limiting the use for publicity purposes of names of licensors or
|
||||||
|
authors of the material; or
|
||||||
|
|
||||||
|
e) Declining to grant rights under trademark law for use of some
|
||||||
|
trade names, trademarks, or service marks; or
|
||||||
|
|
||||||
|
f) Requiring indemnification of licensors and authors of that
|
||||||
|
material by anyone who conveys the material (or modified versions of
|
||||||
|
it) with contractual assumptions of liability to the recipient, for
|
||||||
|
any liability that these contractual assumptions directly impose on
|
||||||
|
those licensors and authors.
|
||||||
|
|
||||||
|
All other non-permissive additional terms are considered "further
|
||||||
|
restrictions" within the meaning of section 10. If the Program as you
|
||||||
|
received it, or any part of it, contains a notice stating that it is
|
||||||
|
governed by this License along with a term that is a further
|
||||||
|
restriction, you may remove that term. If a license document contains
|
||||||
|
a further restriction but permits relicensing or conveying under this
|
||||||
|
License, you may add to a covered work material governed by the terms
|
||||||
|
of that license document, provided that the further restriction does
|
||||||
|
not survive such relicensing or conveying.
|
||||||
|
|
||||||
|
If you add terms to a covered work in accord with this section, you
|
||||||
|
must place, in the relevant source files, a statement of the
|
||||||
|
additional terms that apply to those files, or a notice indicating
|
||||||
|
where to find the applicable terms.
|
||||||
|
|
||||||
|
Additional terms, permissive or non-permissive, may be stated in the
|
||||||
|
form of a separately written license, or stated as exceptions;
|
||||||
|
the above requirements apply either way.
|
||||||
|
|
||||||
|
8. Termination.
|
||||||
|
|
||||||
|
You may not propagate or modify a covered work except as expressly
|
||||||
|
provided under this License. Any attempt otherwise to propagate or
|
||||||
|
modify it is void, and will automatically terminate your rights under
|
||||||
|
this License (including any patent licenses granted under the third
|
||||||
|
paragraph of section 11).
|
||||||
|
|
||||||
|
However, if you cease all violation of this License, then your
|
||||||
|
license from a particular copyright holder is reinstated (a)
|
||||||
|
provisionally, unless and until the copyright holder explicitly and
|
||||||
|
finally terminates your license, and (b) permanently, if the copyright
|
||||||
|
holder fails to notify you of the violation by some reasonable means
|
||||||
|
prior to 60 days after the cessation.
|
||||||
|
|
||||||
|
Moreover, your license from a particular copyright holder is
|
||||||
|
reinstated permanently if the copyright holder notifies you of the
|
||||||
|
violation by some reasonable means, this is the first time you have
|
||||||
|
received notice of violation of this License (for any work) from that
|
||||||
|
copyright holder, and you cure the violation prior to 30 days after
|
||||||
|
your receipt of the notice.
|
||||||
|
|
||||||
|
Termination of your rights under this section does not terminate the
|
||||||
|
licenses of parties who have received copies or rights from you under
|
||||||
|
this License. If your rights have been terminated and not permanently
|
||||||
|
reinstated, you do not qualify to receive new licenses for the same
|
||||||
|
material under section 10.
|
||||||
|
|
||||||
|
9. Acceptance Not Required for Having Copies.
|
||||||
|
|
||||||
|
You are not required to accept this License in order to receive or
|
||||||
|
run a copy of the Program. Ancillary propagation of a covered work
|
||||||
|
occurring solely as a consequence of using peer-to-peer transmission
|
||||||
|
to receive a copy likewise does not require acceptance. However,
|
||||||
|
nothing other than this License grants you permission to propagate or
|
||||||
|
modify any covered work. These actions infringe copyright if you do
|
||||||
|
not accept this License. Therefore, by modifying or propagating a
|
||||||
|
covered work, you indicate your acceptance of this License to do so.
|
||||||
|
|
||||||
|
10. Automatic Licensing of Downstream Recipients.
|
||||||
|
|
||||||
|
Each time you convey a covered work, the recipient automatically
|
||||||
|
receives a license from the original licensors, to run, modify and
|
||||||
|
propagate that work, subject to this License. You are not responsible
|
||||||
|
for enforcing compliance by third parties with this License.
|
||||||
|
|
||||||
|
An "entity transaction" is a transaction transferring control of an
|
||||||
|
organization, or substantially all assets of one, or subdividing an
|
||||||
|
organization, or merging organizations. If propagation of a covered
|
||||||
|
work results from an entity transaction, each party to that
|
||||||
|
transaction who receives a copy of the work also receives whatever
|
||||||
|
licenses to the work the party's predecessor in interest had or could
|
||||||
|
give under the previous paragraph, plus a right to possession of the
|
||||||
|
Corresponding Source of the work from the predecessor in interest, if
|
||||||
|
the predecessor has it or can get it with reasonable efforts.
|
||||||
|
|
||||||
|
You may not impose any further restrictions on the exercise of the
|
||||||
|
rights granted or affirmed under this License. For example, you may
|
||||||
|
not impose a license fee, royalty, or other charge for exercise of
|
||||||
|
rights granted under this License, and you may not initiate litigation
|
||||||
|
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||||
|
any patent claim is infringed by making, using, selling, offering for
|
||||||
|
sale, or importing the Program or any portion of it.
|
||||||
|
|
||||||
|
11. Patents.
|
||||||
|
|
||||||
|
A "contributor" is a copyright holder who authorizes use under this
|
||||||
|
License of the Program or a work on which the Program is based. The
|
||||||
|
work thus licensed is called the contributor's "contributor version".
|
||||||
|
|
||||||
|
A contributor's "essential patent claims" are all patent claims
|
||||||
|
owned or controlled by the contributor, whether already acquired or
|
||||||
|
hereafter acquired, that would be infringed by some manner, permitted
|
||||||
|
by this License, of making, using, or selling its contributor version,
|
||||||
|
but do not include claims that would be infringed only as a
|
||||||
|
consequence of further modification of the contributor version. For
|
||||||
|
purposes of this definition, "control" includes the right to grant
|
||||||
|
patent sublicenses in a manner consistent with the requirements of
|
||||||
|
this License.
|
||||||
|
|
||||||
|
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||||
|
patent license under the contributor's essential patent claims, to
|
||||||
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||||
|
propagate the contents of its contributor version.
|
||||||
|
|
||||||
|
In the following three paragraphs, a "patent license" is any express
|
||||||
|
agreement or commitment, however denominated, not to enforce a patent
|
||||||
|
(such as an express permission to practice a patent or covenant not to
|
||||||
|
sue for patent infringement). To "grant" such a patent license to a
|
||||||
|
party means to make such an agreement or commitment not to enforce a
|
||||||
|
patent against the party.
|
||||||
|
|
||||||
|
If you convey a covered work, knowingly relying on a patent license,
|
||||||
|
and the Corresponding Source of the work is not available for anyone
|
||||||
|
to copy, free of charge and under the terms of this License, through a
|
||||||
|
publicly available network server or other readily accessible means,
|
||||||
|
then you must either (1) cause the Corresponding Source to be so
|
||||||
|
available, or (2) arrange to deprive yourself of the benefit of the
|
||||||
|
patent license for this particular work, or (3) arrange, in a manner
|
||||||
|
consistent with the requirements of this License, to extend the patent
|
||||||
|
license to downstream recipients. "Knowingly relying" means you have
|
||||||
|
actual knowledge that, but for the patent license, your conveying the
|
||||||
|
covered work in a country, or your recipient's use of the covered work
|
||||||
|
in a country, would infringe one or more identifiable patents in that
|
||||||
|
country that you have reason to believe are valid.
|
||||||
|
|
||||||
|
If, pursuant to or in connection with a single transaction or
|
||||||
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||||
|
covered work, and grant a patent license to some of the parties
|
||||||
|
receiving the covered work authorizing them to use, propagate, modify
|
||||||
|
or convey a specific copy of the covered work, then the patent license
|
||||||
|
you grant is automatically extended to all recipients of the covered
|
||||||
|
work and works based on it.
|
||||||
|
|
||||||
|
A patent license is "discriminatory" if it does not include within
|
||||||
|
the scope of its coverage, prohibits the exercise of, or is
|
||||||
|
conditioned on the non-exercise of one or more of the rights that are
|
||||||
|
specifically granted under this License. You may not convey a covered
|
||||||
|
work if you are a party to an arrangement with a third party that is
|
||||||
|
in the business of distributing software, under which you make payment
|
||||||
|
to the third party based on the extent of your activity of conveying
|
||||||
|
the work, and under which the third party grants, to any of the
|
||||||
|
parties who would receive the covered work from you, a discriminatory
|
||||||
|
patent license (a) in connection with copies of the covered work
|
||||||
|
conveyed by you (or copies made from those copies), or (b) primarily
|
||||||
|
for and in connection with specific products or compilations that
|
||||||
|
contain the covered work, unless you entered into that arrangement,
|
||||||
|
or that patent license was granted, prior to 28 March 2007.
|
||||||
|
|
||||||
|
Nothing in this License shall be construed as excluding or limiting
|
||||||
|
any implied license or other defenses to infringement that may
|
||||||
|
otherwise be available to you under applicable patent law.
|
||||||
|
|
||||||
|
12. No Surrender of Others' Freedom.
|
||||||
|
|
||||||
|
If conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot convey a
|
||||||
|
covered work so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you may
|
||||||
|
not convey it at all. For example, if you agree to terms that obligate you
|
||||||
|
to collect a royalty for further conveying from those to whom you convey
|
||||||
|
the Program, the only way you could satisfy both those terms and this
|
||||||
|
License would be to refrain entirely from conveying the Program.
|
||||||
|
|
||||||
|
13. Use with the GNU Affero General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, you have
|
||||||
|
permission to link or combine any covered work with a work licensed
|
||||||
|
under version 3 of the GNU Affero General Public License into a single
|
||||||
|
combined work, and to convey the resulting work. The terms of this
|
||||||
|
License will continue to apply to the part which is the covered work,
|
||||||
|
but the special requirements of the GNU Affero General Public License,
|
||||||
|
section 13, concerning interaction through a network will apply to the
|
||||||
|
combination as such.
|
||||||
|
|
||||||
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
|
the GNU General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Program specifies that a certain numbered version of the GNU General
|
||||||
|
Public License "or any later version" applies to it, you have the
|
||||||
|
option of following the terms and conditions either of that numbered
|
||||||
|
version or of any later version published by the Free Software
|
||||||
|
Foundation. If the Program does not specify a version number of the
|
||||||
|
GNU General Public License, you may choose any version ever published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Program specifies that a proxy can decide which future
|
||||||
|
versions of the GNU General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||||
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||||
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||||
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||||
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||||
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||||
|
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||||
|
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||||
|
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||||
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGES.
|
||||||
|
|
||||||
|
17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
state the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program does terminal interaction, make it output a short
|
||||||
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
|
<program> Copyright (C) <year> <name of author>
|
||||||
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, your program's commands
|
||||||
|
might be different; for a GUI interface, you would use an "about box".
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
|
For more information on this, and how to apply and follow the GNU GPL, see
|
||||||
|
<https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
The GNU General Public License does not permit incorporating your program
|
||||||
|
into proprietary programs. If your program is a subroutine library, you
|
||||||
|
may consider it more useful to permit linking proprietary applications with
|
||||||
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License. But first, please read
|
||||||
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||||
22
README.md
@@ -6,6 +6,14 @@
|
|||||||
|
|
||||||
## FlClash
|
## FlClash
|
||||||
|
|
||||||
|
<p style="text-align: left;">
|
||||||
|
<img alt="stars" src="https://img.shields.io/github/stars/chen08209/FlClash?style=flat-square&logo=github"/>
|
||||||
|
<img alt="downloads" src="https://img.shields.io/github/downloads/chen08209/FlClash/total"/>
|
||||||
|
<a href="LICENSE">
|
||||||
|
<img alt="license" src="https://img.shields.io/github/license/chen08209/FlClash"/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
|
A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
|
||||||
|
|
||||||
on Desktop:
|
on Desktop:
|
||||||
@@ -26,6 +34,8 @@ on Mobile:
|
|||||||
|
|
||||||
💡 Based on Material You Design, [Surfboard](https://github.com/getsurfboard/surfboard)-like UI
|
💡 Based on Material You Design, [Surfboard](https://github.com/getsurfboard/surfboard)-like UI
|
||||||
|
|
||||||
|
☁️ Supports data sync via WebDAV
|
||||||
|
|
||||||
✨ Support subscription link, Dark mode
|
✨ Support subscription link, Dark mode
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
@@ -88,4 +98,14 @@ on Mobile:
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Star
|
||||||
|
|
||||||
|
The easiest way to support developers is to click on the star (⭐) at the top of the page.
|
||||||
|
|
||||||
|
<p style="text-align: center;">
|
||||||
|
<a href="https://api.star-history.com/svg?repos=chen08209/FlClash&Date">
|
||||||
|
<img alt="start" width=50% src="https://api.star-history.com/svg?repos=chen08209/FlClash&Date"/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
@@ -6,6 +6,14 @@
|
|||||||
|
|
||||||
## FlClash
|
## FlClash
|
||||||
|
|
||||||
|
<p style="text-align: left;">
|
||||||
|
<img alt="stars" src="https://img.shields.io/github/stars/chen08209/FlClash?style=flat-square&logo=github"/>
|
||||||
|
<img alt="downloads" src="https://img.shields.io/github/downloads/chen08209/FlClash/total"/>
|
||||||
|
<a href="LICENSE">
|
||||||
|
<img alt="license" src="https://img.shields.io/github/license/chen08209/FlClash"/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
基于ClashMeta的多平台代理客户端,简单易用,开源无广告。
|
基于ClashMeta的多平台代理客户端,简单易用,开源无广告。
|
||||||
|
|
||||||
on Desktop:
|
on Desktop:
|
||||||
@@ -26,6 +34,8 @@ on Mobile:
|
|||||||
|
|
||||||
💡 基本 Material You 设计, 类[Surfboard](https://github.com/getsurfboard/surfboard)用户界面
|
💡 基本 Material You 设计, 类[Surfboard](https://github.com/getsurfboard/surfboard)用户界面
|
||||||
|
|
||||||
|
☁️ 支持通过WebDAV同步数据
|
||||||
|
|
||||||
✨ 支持一键导入订阅, 深色模式
|
✨ 支持一键导入订阅, 深色模式
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
@@ -85,4 +95,14 @@ on Mobile:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
dart .\setup.dart
|
dart .\setup.dart
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Star History
|
||||||
|
|
||||||
|
支持开发者的最简单方式是点击页面顶部的星标(⭐)。
|
||||||
|
|
||||||
|
<p style="text-align: center;">
|
||||||
|
<a href="https://api.star-history.com/svg?repos=chen08209/FlClash&Date">
|
||||||
|
<img alt="start" width=50% src="https://api.star-history.com/svg?repos=chen08209/FlClash&Date"/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
@@ -1,9 +1,6 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
<uses-feature
|
|
||||||
android:name="android.software.leanback"
|
|
||||||
android:required="false" />
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.touchscreen"
|
android:name="android.hardware.touchscreen"
|
||||||
android:required="false" />
|
android:required="false" />
|
||||||
@@ -17,13 +14,18 @@
|
|||||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||||
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE"
|
||||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" tools:ignore="QueryAllPackagesPermission"/>
|
tools:ignore="SystemPermissionTypo" />
|
||||||
|
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
|
||||||
|
tools:ignore="QueryAllPackagesPermission" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="FlClash">
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
|
android:extractNativeLibs="true"
|
||||||
|
android:label="FlClash"
|
||||||
|
tools:targetApi="n">
|
||||||
<activity
|
<activity
|
||||||
android:name="com.follow.clash.MainActivity"
|
android:name="com.follow.clash.MainActivity"
|
||||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||||
@@ -72,7 +74,8 @@
|
|||||||
<service
|
<service
|
||||||
android:name=".services.FlClashTileService"
|
android:name=".services.FlClashTileService"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:icon="@drawable/tile_icon"
|
android:icon="@drawable/icon"
|
||||||
|
android:foregroundServiceType="specialUse"
|
||||||
android:label="FlClash"
|
android:label="FlClash"
|
||||||
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
|
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|||||||
@@ -1,9 +1,15 @@
|
|||||||
package com.follow.clash
|
package com.follow.clash
|
||||||
|
|
||||||
|
import android.content.Context
|
||||||
import androidx.lifecycle.MutableLiveData
|
import androidx.lifecycle.MutableLiveData
|
||||||
|
import com.follow.clash.plugins.AppPlugin
|
||||||
|
import com.follow.clash.plugins.ProxyPlugin
|
||||||
import com.follow.clash.plugins.TilePlugin
|
import com.follow.clash.plugins.TilePlugin
|
||||||
|
import io.flutter.FlutterInjector
|
||||||
import io.flutter.embedding.engine.FlutterEngine
|
import io.flutter.embedding.engine.FlutterEngine
|
||||||
import java.util.Date
|
import io.flutter.embedding.engine.dart.DartExecutor
|
||||||
|
import java.util.concurrent.locks.ReentrantLock
|
||||||
|
import kotlin.concurrent.withLock
|
||||||
|
|
||||||
enum class RunState {
|
enum class RunState {
|
||||||
START,
|
START,
|
||||||
@@ -11,13 +17,46 @@ enum class RunState {
|
|||||||
STOP
|
STOP
|
||||||
}
|
}
|
||||||
|
|
||||||
class GlobalState {
|
|
||||||
companion object {
|
object GlobalState {
|
||||||
val runState: MutableLiveData<RunState> = MutableLiveData<RunState>(RunState.STOP)
|
|
||||||
var runTime: Date? = null
|
private val lock = ReentrantLock()
|
||||||
var flutterEngine: FlutterEngine? = null
|
|
||||||
fun getCurrentTilePlugin(): TilePlugin? =
|
val runState: MutableLiveData<RunState> = MutableLiveData<RunState>(RunState.STOP)
|
||||||
flutterEngine?.plugins?.get(TilePlugin::class.java) as TilePlugin?
|
var flutterEngine: FlutterEngine? = null
|
||||||
|
private var serviceEngine: FlutterEngine? = null
|
||||||
|
|
||||||
|
fun getCurrentAppPlugin(): AppPlugin? {
|
||||||
|
val currentEngine = if (flutterEngine != null) flutterEngine else serviceEngine
|
||||||
|
return currentEngine?.plugins?.get(AppPlugin::class.java) as AppPlugin?
|
||||||
|
}
|
||||||
|
|
||||||
|
fun getCurrentTitlePlugin(): TilePlugin? {
|
||||||
|
val currentEngine = if (flutterEngine != null) flutterEngine else serviceEngine
|
||||||
|
return currentEngine?.plugins?.get(TilePlugin::class.java) as TilePlugin?
|
||||||
|
}
|
||||||
|
|
||||||
|
fun destroyServiceEngine() {
|
||||||
|
serviceEngine?.destroy()
|
||||||
|
serviceEngine = null
|
||||||
|
}
|
||||||
|
|
||||||
|
fun initServiceEngine(context: Context) {
|
||||||
|
if (serviceEngine != null) return
|
||||||
|
lock.withLock {
|
||||||
|
destroyServiceEngine()
|
||||||
|
serviceEngine = FlutterEngine(context)
|
||||||
|
serviceEngine?.plugins?.add(ProxyPlugin())
|
||||||
|
serviceEngine?.plugins?.add(AppPlugin())
|
||||||
|
serviceEngine?.plugins?.add(TilePlugin())
|
||||||
|
val vpnService = DartExecutor.DartEntrypoint(
|
||||||
|
FlutterInjector.instance().flutterLoader().findAppBundlePath(),
|
||||||
|
"vpnService"
|
||||||
|
)
|
||||||
|
serviceEngine?.dartExecutor?.executeDartEntrypoint(
|
||||||
|
vpnService,
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ import io.flutter.embedding.engine.FlutterEngine
|
|||||||
class MainActivity : FlutterActivity() {
|
class MainActivity : FlutterActivity() {
|
||||||
|
|
||||||
override fun configureFlutterEngine(flutterEngine: FlutterEngine) {
|
override fun configureFlutterEngine(flutterEngine: FlutterEngine) {
|
||||||
GlobalState.flutterEngine?.destroy()
|
|
||||||
super.configureFlutterEngine(flutterEngine)
|
super.configureFlutterEngine(flutterEngine)
|
||||||
flutterEngine.plugins.add(AppPlugin())
|
flutterEngine.plugins.add(AppPlugin())
|
||||||
flutterEngine.plugins.add(ProxyPlugin())
|
flutterEngine.plugins.add(ProxyPlugin())
|
||||||
|
|||||||
@@ -1,17 +1,18 @@
|
|||||||
package com.follow.clash.extensions
|
package com.follow.clash.extensions
|
||||||
|
|
||||||
import java.net.InetSocketAddress
|
|
||||||
|
|
||||||
import android.graphics.Bitmap
|
import android.graphics.Bitmap
|
||||||
import android.graphics.drawable.Drawable
|
import android.graphics.drawable.Drawable
|
||||||
import android.system.OsConstants.IPPROTO_TCP
|
import android.system.OsConstants.IPPROTO_TCP
|
||||||
import android.system.OsConstants.IPPROTO_UDP
|
import android.system.OsConstants.IPPROTO_UDP
|
||||||
import android.util.Base64
|
import android.util.Base64
|
||||||
|
import java.net.URL
|
||||||
import androidx.core.graphics.drawable.toBitmap
|
import androidx.core.graphics.drawable.toBitmap
|
||||||
import com.follow.clash.models.Metadata
|
import com.follow.clash.models.Metadata
|
||||||
import kotlinx.coroutines.Dispatchers
|
import kotlinx.coroutines.Dispatchers
|
||||||
import kotlinx.coroutines.withContext
|
import kotlinx.coroutines.withContext
|
||||||
import java.io.ByteArrayOutputStream
|
import java.io.ByteArrayOutputStream
|
||||||
|
import java.net.InetAddress
|
||||||
|
import java.net.InetSocketAddress
|
||||||
|
|
||||||
|
|
||||||
suspend fun Drawable.getBase64(): String {
|
suspend fun Drawable.getBase64(): String {
|
||||||
@@ -29,3 +30,8 @@ fun Metadata.getProtocol(): Int? {
|
|||||||
if (network.startsWith("udp")) return IPPROTO_UDP
|
if (network.startsWith("udp")) return IPPROTO_UDP
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fun String.getInetSocketAddress(): InetSocketAddress {
|
||||||
|
val url = URL("https://$this")
|
||||||
|
return InetSocketAddress(InetAddress.getByName(url.host), url.port)
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,11 +1,15 @@
|
|||||||
package com.follow.clash.models
|
package com.follow.clash.models
|
||||||
|
|
||||||
|
data class Process(
|
||||||
|
val id: Int,
|
||||||
|
val metadata: Metadata,
|
||||||
|
)
|
||||||
|
|
||||||
data class Metadata(
|
data class Metadata(
|
||||||
val network: String,
|
val network: String,
|
||||||
val sourceIP: String,
|
val sourceIP: String,
|
||||||
val sourcePort: Int,
|
val sourcePort: Int,
|
||||||
val destinationIP: String,
|
val destinationIP: String,
|
||||||
val destinationPort: Int,
|
val destinationPort: Int,
|
||||||
val remoteDestination: String,
|
|
||||||
val host: String
|
val host: String
|
||||||
)
|
)
|
||||||
@@ -10,3 +10,9 @@ data class AccessControl(
|
|||||||
val acceptList: List<String>,
|
val acceptList: List<String>,
|
||||||
val rejectList: List<String>,
|
val rejectList: List<String>,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
data class Props(
|
||||||
|
val accessControl: AccessControl?,
|
||||||
|
val allowBypass: Boolean?,
|
||||||
|
val systemProxy: Boolean?,
|
||||||
|
)
|
||||||
@@ -2,24 +2,27 @@ package com.follow.clash.plugins
|
|||||||
|
|
||||||
import android.Manifest
|
import android.Manifest
|
||||||
import android.app.Activity
|
import android.app.Activity
|
||||||
|
import android.app.ActivityManager
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.content.pm.ApplicationInfo
|
import android.content.pm.ApplicationInfo
|
||||||
import android.content.pm.PackageManager
|
import android.content.pm.PackageManager
|
||||||
import android.net.ConnectivityManager
|
import android.net.ConnectivityManager
|
||||||
import android.os.Build
|
import android.os.Build
|
||||||
import android.widget.Toast
|
import android.widget.Toast
|
||||||
import androidx.annotation.RequiresApi
|
import androidx.core.content.ContextCompat.getSystemService
|
||||||
import androidx.core.content.getSystemService
|
import androidx.core.content.getSystemService
|
||||||
|
import com.follow.clash.GlobalState
|
||||||
import com.follow.clash.extensions.getBase64
|
import com.follow.clash.extensions.getBase64
|
||||||
import com.follow.clash.extensions.getProtocol
|
import com.follow.clash.extensions.getProtocol
|
||||||
import com.follow.clash.models.Metadata
|
|
||||||
import com.follow.clash.models.Package
|
import com.follow.clash.models.Package
|
||||||
|
import com.follow.clash.models.Process
|
||||||
import com.google.gson.Gson
|
import com.google.gson.Gson
|
||||||
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
||||||
import io.flutter.embedding.engine.plugins.activity.ActivityAware
|
import io.flutter.embedding.engine.plugins.activity.ActivityAware
|
||||||
import io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding
|
import io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding
|
||||||
import io.flutter.plugin.common.MethodCall
|
import io.flutter.plugin.common.MethodCall
|
||||||
import io.flutter.plugin.common.MethodChannel
|
import io.flutter.plugin.common.MethodChannel
|
||||||
|
import io.flutter.plugin.common.MethodChannel.Result
|
||||||
import kotlinx.coroutines.CoroutineScope
|
import kotlinx.coroutines.CoroutineScope
|
||||||
import kotlinx.coroutines.Dispatchers
|
import kotlinx.coroutines.Dispatchers
|
||||||
import kotlinx.coroutines.cancel
|
import kotlinx.coroutines.cancel
|
||||||
@@ -27,6 +30,7 @@ import kotlinx.coroutines.launch
|
|||||||
import kotlinx.coroutines.withContext
|
import kotlinx.coroutines.withContext
|
||||||
import java.net.InetSocketAddress
|
import java.net.InetSocketAddress
|
||||||
|
|
||||||
|
|
||||||
class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware {
|
class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware {
|
||||||
|
|
||||||
private var activity: Activity? = null
|
private var activity: Activity? = null
|
||||||
@@ -44,30 +48,41 @@ class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware
|
|||||||
private val iconMap = mutableMapOf<String, String?>()
|
private val iconMap = mutableMapOf<String, String?>()
|
||||||
|
|
||||||
override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
||||||
|
scope = CoroutineScope(Dispatchers.Default)
|
||||||
context = flutterPluginBinding.applicationContext;
|
context = flutterPluginBinding.applicationContext;
|
||||||
channel = MethodChannel(flutterPluginBinding.binaryMessenger, "app")
|
channel = MethodChannel(flutterPluginBinding.binaryMessenger, "app")
|
||||||
channel.setMethodCallHandler(this)
|
channel.setMethodCallHandler(this)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onDetachedFromEngine(binding: FlutterPlugin.FlutterPluginBinding) {
|
override fun onDetachedFromEngine(binding: FlutterPlugin.FlutterPluginBinding) {
|
||||||
channel.setMethodCallHandler(null)
|
channel.setMethodCallHandler(null)
|
||||||
}
|
scope.cancel()
|
||||||
private fun tip(message: String?) {
|
|
||||||
if (toast != null) {
|
|
||||||
toast!!.cancel()
|
|
||||||
}
|
|
||||||
toast = Toast.makeText(context, message, Toast.LENGTH_SHORT)
|
|
||||||
toast!!.show()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequiresApi(Build.VERSION_CODES.Q)
|
private fun tip(message: String?) {
|
||||||
override fun onMethodCall(call: MethodCall, result: MethodChannel.Result) {
|
if(GlobalState.flutterEngine == null){
|
||||||
|
if (toast != null) {
|
||||||
|
toast!!.cancel()
|
||||||
|
}
|
||||||
|
toast = Toast.makeText(context, message, Toast.LENGTH_SHORT)
|
||||||
|
toast!!.show()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onMethodCall(call: MethodCall, result: Result) {
|
||||||
when (call.method) {
|
when (call.method) {
|
||||||
"moveTaskToBack" -> {
|
"moveTaskToBack" -> {
|
||||||
activity?.moveTaskToBack(true)
|
activity?.moveTaskToBack(true)
|
||||||
result.success(true);
|
result.success(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"updateExcludeFromRecents" -> {
|
||||||
|
val value = call.argument<Boolean>("value")
|
||||||
|
updateExcludeFromRecents(value)
|
||||||
|
result.success(true);
|
||||||
|
}
|
||||||
|
|
||||||
"getPackages" -> {
|
"getPackages" -> {
|
||||||
scope.launch {
|
scope.launch {
|
||||||
result.success(getPackages())
|
result.success(getPackages())
|
||||||
@@ -77,21 +92,34 @@ class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware
|
|||||||
"getPackageIcon" -> {
|
"getPackageIcon" -> {
|
||||||
scope.launch {
|
scope.launch {
|
||||||
val packageName = call.argument<String>("packageName")
|
val packageName = call.argument<String>("packageName")
|
||||||
if (packageName != null) {
|
if (packageName == null) {
|
||||||
result.success(getPackageIcon(packageName))
|
|
||||||
} else {
|
|
||||||
result.success(null)
|
result.success(null)
|
||||||
|
return@launch
|
||||||
|
}
|
||||||
|
val packageIcon = getPackageIcon(packageName)
|
||||||
|
packageIcon.let {
|
||||||
|
if (it != null) {
|
||||||
|
result.success(it)
|
||||||
|
return@launch
|
||||||
|
}
|
||||||
|
if (iconMap["default"] == null) {
|
||||||
|
iconMap["default"] =
|
||||||
|
context?.packageManager?.defaultActivityIcon?.getBase64()
|
||||||
|
}
|
||||||
|
result.success(iconMap["default"])
|
||||||
|
return@launch
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"getPackageName" -> {
|
"resolverProcess" -> {
|
||||||
val data = call.argument<String>("data")
|
val data = call.argument<String>("data")
|
||||||
val metadata =
|
val process =
|
||||||
if (data != null) Gson().fromJson(
|
if (data != null) Gson().fromJson(
|
||||||
data,
|
data,
|
||||||
Metadata::class.java
|
Process::class.java
|
||||||
) else null
|
) else null
|
||||||
|
val metadata = process?.metadata
|
||||||
val protocol = metadata?.getProtocol()
|
val protocol = metadata?.getProtocol()
|
||||||
if (protocol == null) {
|
if (protocol == null) {
|
||||||
result.success(null)
|
result.success(null)
|
||||||
@@ -99,17 +127,27 @@ class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware
|
|||||||
}
|
}
|
||||||
scope.launch {
|
scope.launch {
|
||||||
withContext(Dispatchers.Default) {
|
withContext(Dispatchers.Default) {
|
||||||
if (context == null) result.success(null)
|
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q) {
|
||||||
val source = InetSocketAddress(metadata.sourceIP, metadata.sourcePort)
|
result.success(null)
|
||||||
val target = InetSocketAddress(
|
return@withContext
|
||||||
metadata.host.ifEmpty { metadata.destinationIP },
|
}
|
||||||
metadata.destinationPort
|
if (context == null) {
|
||||||
)
|
result.success(null)
|
||||||
|
return@withContext
|
||||||
|
}
|
||||||
if (connectivity == null) {
|
if (connectivity == null) {
|
||||||
connectivity = context!!.getSystemService<ConnectivityManager>()
|
connectivity = context!!.getSystemService<ConnectivityManager>()
|
||||||
}
|
}
|
||||||
val uid =
|
val src = InetSocketAddress(metadata.sourceIP, metadata.sourcePort)
|
||||||
connectivity?.getConnectionOwnerUid(protocol, source, target)
|
val dst = InetSocketAddress(
|
||||||
|
metadata.destinationIP.ifEmpty { metadata.host },
|
||||||
|
metadata.destinationPort
|
||||||
|
)
|
||||||
|
val uid = try {
|
||||||
|
connectivity?.getConnectionOwnerUid(protocol, src, dst)
|
||||||
|
} catch (_: Exception) {
|
||||||
|
null
|
||||||
|
}
|
||||||
if (uid == null || uid == -1) {
|
if (uid == null || uid == -1) {
|
||||||
result.success(null)
|
result.success(null)
|
||||||
return@withContext
|
return@withContext
|
||||||
@@ -124,7 +162,6 @@ class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware
|
|||||||
val message = call.argument<String>("message")
|
val message = call.argument<String>("message")
|
||||||
tip(message)
|
tip(message)
|
||||||
result.success(true)
|
result.success(true)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else -> {
|
else -> {
|
||||||
@@ -133,22 +170,45 @@ class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private fun updateExcludeFromRecents(value: Boolean?) {
|
||||||
|
if (context == null) return
|
||||||
|
val am = getSystemService(context!!, ActivityManager::class.java)
|
||||||
|
val task = am?.appTasks?.firstOrNull {
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||||
|
it.taskInfo.taskId == activity?.taskId
|
||||||
|
} else {
|
||||||
|
it.taskInfo.id == activity?.taskId
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
when (value) {
|
||||||
|
true -> task?.setExcludeFromRecents(value)
|
||||||
|
false -> task?.setExcludeFromRecents(value)
|
||||||
|
null -> task?.setExcludeFromRecents(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private suspend fun getPackageIcon(packageName: String): String? {
|
private suspend fun getPackageIcon(packageName: String): String? {
|
||||||
val packageManager = context?.packageManager
|
val packageManager = context?.packageManager
|
||||||
if (iconMap[packageName] == null) {
|
if (iconMap[packageName] == null) {
|
||||||
iconMap[packageName] = packageManager?.getApplicationIcon(packageName)?.getBase64()
|
iconMap[packageName] = try {
|
||||||
|
packageManager?.getApplicationIcon(packageName)?.getBase64()
|
||||||
|
} catch (_: Exception) {
|
||||||
|
null
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
return iconMap[packageName]
|
return iconMap[packageName]
|
||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun getPackages(): String {
|
private suspend fun getPackages(): String {
|
||||||
return withContext(Dispatchers.Default){
|
return withContext(Dispatchers.Default) {
|
||||||
val packageManager = context?.packageManager
|
val packageManager = context?.packageManager
|
||||||
val packages: List<Package>? =
|
val packages: List<Package>? =
|
||||||
packageManager?.getInstalledPackages(PackageManager.GET_META_DATA)?.filter {
|
packageManager?.getInstalledPackages(PackageManager.GET_META_DATA)?.filter {
|
||||||
it.packageName == context?.packageName
|
it.packageName != context?.packageName
|
||||||
|| it.requestedPermissions?.contains(Manifest.permission.INTERNET) == false
|
|| it.requestedPermissions?.contains(Manifest.permission.INTERNET) == true
|
||||||
|| it.packageName != "android"
|
|| it.packageName == "android"
|
||||||
|
|
||||||
}?.map {
|
}?.map {
|
||||||
Package(
|
Package(
|
||||||
@@ -161,13 +221,16 @@ class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fun requestGc() {
|
||||||
|
channel.invokeMethod("gc", null)
|
||||||
|
}
|
||||||
|
|
||||||
override fun onAttachedToActivity(binding: ActivityPluginBinding) {
|
override fun onAttachedToActivity(binding: ActivityPluginBinding) {
|
||||||
activity = binding.activity;
|
activity = binding.activity;
|
||||||
scope = CoroutineScope(Dispatchers.Default)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onDetachedFromActivityForConfigChanges() {
|
override fun onDetachedFromActivityForConfigChanges() {
|
||||||
activity = null;
|
activity = null
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
|
override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
|
||||||
@@ -176,7 +239,6 @@ class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware
|
|||||||
|
|
||||||
override fun onDetachedFromActivity() {
|
override fun onDetachedFromActivity() {
|
||||||
channel.invokeMethod("exit", null)
|
channel.invokeMethod("exit", null)
|
||||||
scope.cancel()
|
activity = null
|
||||||
activity = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
package com.follow.clash.plugins
|
package com.follow.clash.plugins
|
||||||
|
|
||||||
import android.Manifest
|
import android.Manifest
|
||||||
import android.annotation.SuppressLint
|
|
||||||
import android.app.Activity
|
import android.app.Activity
|
||||||
import android.content.ComponentName
|
import android.content.ComponentName
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
@@ -9,14 +8,13 @@ import android.content.Intent
|
|||||||
import android.content.ServiceConnection
|
import android.content.ServiceConnection
|
||||||
import android.content.pm.PackageManager
|
import android.content.pm.PackageManager
|
||||||
import android.net.VpnService
|
import android.net.VpnService
|
||||||
import android.os.Build.VERSION
|
import android.os.Build
|
||||||
import android.os.Build.VERSION_CODES
|
|
||||||
import android.os.IBinder
|
import android.os.IBinder
|
||||||
import androidx.core.app.ActivityCompat
|
import androidx.core.app.ActivityCompat
|
||||||
import androidx.core.content.ContextCompat
|
import androidx.core.content.ContextCompat
|
||||||
import com.follow.clash.GlobalState
|
import com.follow.clash.GlobalState
|
||||||
import com.follow.clash.RunState
|
import com.follow.clash.RunState
|
||||||
import com.follow.clash.models.AccessControl
|
import com.follow.clash.models.Props
|
||||||
import com.follow.clash.services.FlClashVpnService
|
import com.follow.clash.services.FlClashVpnService
|
||||||
import com.google.gson.Gson
|
import com.google.gson.Gson
|
||||||
import io.flutter.embedding.android.FlutterActivity
|
import io.flutter.embedding.android.FlutterActivity
|
||||||
@@ -25,37 +23,36 @@ import io.flutter.embedding.engine.plugins.activity.ActivityAware
|
|||||||
import io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding
|
import io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding
|
||||||
import io.flutter.plugin.common.MethodCall
|
import io.flutter.plugin.common.MethodCall
|
||||||
import io.flutter.plugin.common.MethodChannel
|
import io.flutter.plugin.common.MethodChannel
|
||||||
import java.util.Date
|
|
||||||
|
|
||||||
|
|
||||||
class ProxyPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware {
|
class ProxyPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware {
|
||||||
|
|
||||||
|
private lateinit var flutterMethodChannel: MethodChannel
|
||||||
|
|
||||||
val VPN_PERMISSION_REQUEST_CODE = 1001
|
val VPN_PERMISSION_REQUEST_CODE = 1001
|
||||||
val NOTIFICATION_PERMISSION_REQUEST_CODE = 1002
|
val NOTIFICATION_PERMISSION_REQUEST_CODE = 1002
|
||||||
|
|
||||||
private lateinit var flutterMethodChannel: MethodChannel
|
|
||||||
|
|
||||||
private var activity: Activity? = null
|
private var activity: Activity? = null
|
||||||
private var context: Context? = null
|
private var context: Context? = null
|
||||||
private var flClashVpnService: FlClashVpnService? = null
|
private var flClashVpnService: FlClashVpnService? = null
|
||||||
private var isBound = false
|
private var port: Int = 7890
|
||||||
private var port: Int? = null
|
private var props: Props? = null
|
||||||
private var accessControl: AccessControl? = null
|
private var isBlockNotification: Boolean = false
|
||||||
private lateinit var title: String
|
private var isStart: Boolean = false
|
||||||
private lateinit var content: String
|
|
||||||
|
|
||||||
private val connection = object : ServiceConnection {
|
private val connection = object : ServiceConnection {
|
||||||
override fun onServiceConnected(className: ComponentName, service: IBinder) {
|
override fun onServiceConnected(className: ComponentName, service: IBinder) {
|
||||||
val binder = service as FlClashVpnService.LocalBinder
|
val binder = service as FlClashVpnService.LocalBinder
|
||||||
flClashVpnService = binder.getService()
|
flClashVpnService = binder.getService()
|
||||||
port?.let { startVpn(it) }
|
if (isStart) {
|
||||||
isBound = true
|
startVpn()
|
||||||
|
} else {
|
||||||
|
flClashVpnService?.initServiceEngine()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onServiceDisconnected(arg0: ComponentName) {
|
override fun onServiceDisconnected(arg: ComponentName) {
|
||||||
flClashVpnService = null
|
flClashVpnService = null
|
||||||
isBound = false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -70,21 +67,29 @@ class ProxyPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAwar
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun onMethodCall(call: MethodCall, result: MethodChannel.Result) = when (call.method) {
|
override fun onMethodCall(call: MethodCall, result: MethodChannel.Result) = when (call.method) {
|
||||||
"StartProxy" -> {
|
"initService" -> {
|
||||||
port = call.argument<Int>("port")
|
isStart = false
|
||||||
val args = call.argument<String>("args")
|
initService()
|
||||||
accessControl =
|
requestNotificationsPermission()
|
||||||
if (args != null) Gson().fromJson(args, AccessControl::class.java) else null
|
|
||||||
handleStartVpn()
|
|
||||||
result.success(true)
|
result.success(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
"StopProxy" -> {
|
"startProxy" -> {
|
||||||
|
isStart = true
|
||||||
|
port = call.argument<Int>("port")!!
|
||||||
|
val args = call.argument<String>("args")
|
||||||
|
props =
|
||||||
|
if (args != null) Gson().fromJson(args, Props::class.java) else null
|
||||||
|
startVpn()
|
||||||
|
result.success(true)
|
||||||
|
}
|
||||||
|
|
||||||
|
"stopProxy" -> {
|
||||||
stopVpn()
|
stopVpn()
|
||||||
result.success(true)
|
result.success(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
"SetProtect" -> {
|
"setProtect" -> {
|
||||||
val fd = call.argument<Int>("fd")
|
val fd = call.argument<Int>("fd")
|
||||||
if (fd != null) {
|
if (fd != null) {
|
||||||
flClashVpnService?.protect(fd)
|
flClashVpnService?.protect(fd)
|
||||||
@@ -94,14 +99,10 @@ class ProxyPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAwar
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"GetRunTimeStamp" -> {
|
|
||||||
result.success(GlobalState.runTime?.time)
|
|
||||||
}
|
|
||||||
|
|
||||||
"startForeground" -> {
|
"startForeground" -> {
|
||||||
title = call.argument<String>("title") as String
|
val title = call.argument<String>("title") as String
|
||||||
content = call.argument<String>("content") as String
|
val content = call.argument<String>("content") as String
|
||||||
requestNotificationsPermission()
|
startForeground(title, content)
|
||||||
result.success(true)
|
result.success(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -110,65 +111,41 @@ class ProxyPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAwar
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun handleStartVpn() {
|
private fun initService() {
|
||||||
val intent = VpnService.prepare(context)
|
val intent = VpnService.prepare(context)
|
||||||
if (intent != null) {
|
if (intent != null) {
|
||||||
activity?.startActivityForResult(intent, VPN_PERMISSION_REQUEST_CODE)
|
activity?.startActivityForResult(intent, VPN_PERMISSION_REQUEST_CODE)
|
||||||
} else {
|
} else {
|
||||||
bindService()
|
if (flClashVpnService != null) {
|
||||||
|
flClashVpnService!!.initServiceEngine()
|
||||||
|
} else {
|
||||||
|
bindService()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun startVpn(port: Int) {
|
private fun startVpn() {
|
||||||
if (GlobalState.runState.value == RunState.START) return;
|
if (flClashVpnService == null) {
|
||||||
flClashVpnService?.start(port, accessControl)
|
bindService()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if (GlobalState.runState.value == RunState.START) return
|
||||||
GlobalState.runState.value = RunState.START
|
GlobalState.runState.value = RunState.START
|
||||||
GlobalState.runTime = Date()
|
flutterMethodChannel.invokeMethod("started", flClashVpnService?.start(port, props))
|
||||||
startAfter()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun stopVpn() {
|
private fun stopVpn() {
|
||||||
if (GlobalState.runState.value == RunState.STOP) return
|
if (GlobalState.runState.value == RunState.STOP) return
|
||||||
|
GlobalState.runState.value = RunState.STOP
|
||||||
flClashVpnService?.stop()
|
flClashVpnService?.stop()
|
||||||
unbindService()
|
GlobalState.destroyServiceEngine()
|
||||||
GlobalState.runState.value = RunState.STOP;
|
|
||||||
GlobalState.runTime = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressLint("ForegroundServiceType")
|
private fun startForeground(title: String, content: String) {
|
||||||
private fun startForeground() {
|
|
||||||
if (GlobalState.runState.value != RunState.START) return
|
if (GlobalState.runState.value != RunState.START) return
|
||||||
flClashVpnService?.startForeground(title, content)
|
flClashVpnService?.startForeground(title, content)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun requestNotificationsPermission() {
|
|
||||||
if (VERSION.SDK_INT >= VERSION_CODES.TIRAMISU) {
|
|
||||||
val permission = context?.let {
|
|
||||||
ContextCompat.checkSelfPermission(
|
|
||||||
it,
|
|
||||||
Manifest.permission.POST_NOTIFICATIONS
|
|
||||||
)
|
|
||||||
}
|
|
||||||
if (permission == PackageManager.PERMISSION_GRANTED) {
|
|
||||||
startForeground()
|
|
||||||
} else {
|
|
||||||
activity?.let {
|
|
||||||
ActivityCompat.requestPermissions(
|
|
||||||
it,
|
|
||||||
arrayOf(Manifest.permission.POST_NOTIFICATIONS),
|
|
||||||
NOTIFICATION_PERMISSION_REQUEST_CODE
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
startForeground()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun startAfter() {
|
|
||||||
flutterMethodChannel.invokeMethod("startAfter", flClashVpnService?.fd)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onAttachedToActivity(binding: ActivityPluginBinding) {
|
override fun onAttachedToActivity(binding: ActivityPluginBinding) {
|
||||||
activity = binding.activity
|
activity = binding.activity
|
||||||
binding.addActivityResultListener(::onActivityResult)
|
binding.addActivityResultListener(::onActivityResult)
|
||||||
@@ -183,7 +160,7 @@ class ProxyPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAwar
|
|||||||
stopVpn()
|
stopVpn()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun onRequestPermissionsResultListener(
|
private fun onRequestPermissionsResultListener(
|
||||||
@@ -192,16 +169,33 @@ class ProxyPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAwar
|
|||||||
grantResults: IntArray
|
grantResults: IntArray
|
||||||
): Boolean {
|
): Boolean {
|
||||||
if (requestCode == NOTIFICATION_PERMISSION_REQUEST_CODE) {
|
if (requestCode == NOTIFICATION_PERMISSION_REQUEST_CODE) {
|
||||||
if (grantResults.isNotEmpty() && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
|
isBlockNotification = true
|
||||||
startForeground()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return true;
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private fun requestNotificationsPermission() {
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
|
||||||
|
val permission = context?.let {
|
||||||
|
ContextCompat.checkSelfPermission(
|
||||||
|
it,
|
||||||
|
Manifest.permission.POST_NOTIFICATIONS
|
||||||
|
)
|
||||||
|
}
|
||||||
|
if (permission != PackageManager.PERMISSION_GRANTED) {
|
||||||
|
if (isBlockNotification) return
|
||||||
|
if (activity == null) return
|
||||||
|
ActivityCompat.requestPermissions(
|
||||||
|
activity!!,
|
||||||
|
arrayOf(Manifest.permission.POST_NOTIFICATIONS),
|
||||||
|
NOTIFICATION_PERMISSION_REQUEST_CODE
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
override fun onDetachedFromActivityForConfigChanges() {
|
override fun onDetachedFromActivityForConfigChanges() {
|
||||||
activity = null;
|
activity = null
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
|
override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
|
||||||
@@ -209,7 +203,6 @@ class ProxyPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAwar
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun onDetachedFromActivity() {
|
override fun onDetachedFromActivity() {
|
||||||
stopVpn()
|
|
||||||
activity = null
|
activity = null
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -217,11 +210,4 @@ class ProxyPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAwar
|
|||||||
val intent = Intent(context, FlClashVpnService::class.java)
|
val intent = Intent(context, FlClashVpnService::class.java)
|
||||||
context?.bindService(intent, connection, Context.BIND_AUTO_CREATE)
|
context?.bindService(intent, connection, Context.BIND_AUTO_CREATE)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun unbindService() {
|
|
||||||
if (isBound) {
|
|
||||||
context?.unbindService(connection)
|
|
||||||
isBound = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
package com.follow.clash.plugins
|
package com.follow.clash.plugins
|
||||||
|
|
||||||
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
package com.follow.clash.services
|
package com.follow.clash.services
|
||||||
|
|
||||||
import android.annotation.SuppressLint
|
|
||||||
import android.app.PendingIntent
|
import android.app.PendingIntent
|
||||||
import android.content.Intent
|
import android.content.Intent
|
||||||
import android.os.Build
|
import android.os.Build
|
||||||
|
import android.os.IBinder
|
||||||
import android.service.quicksettings.Tile
|
import android.service.quicksettings.Tile
|
||||||
import android.service.quicksettings.TileService
|
import android.service.quicksettings.TileService
|
||||||
import androidx.annotation.RequiresApi
|
import androidx.annotation.RequiresApi
|
||||||
@@ -11,12 +11,6 @@ import androidx.lifecycle.Observer
|
|||||||
import com.follow.clash.GlobalState
|
import com.follow.clash.GlobalState
|
||||||
import com.follow.clash.RunState
|
import com.follow.clash.RunState
|
||||||
import com.follow.clash.TempActivity
|
import com.follow.clash.TempActivity
|
||||||
import com.follow.clash.plugins.AppPlugin
|
|
||||||
import com.follow.clash.plugins.ProxyPlugin
|
|
||||||
import com.follow.clash.plugins.TilePlugin
|
|
||||||
import io.flutter.FlutterInjector
|
|
||||||
import io.flutter.embedding.engine.FlutterEngine
|
|
||||||
import io.flutter.embedding.engine.dart.DartExecutor
|
|
||||||
|
|
||||||
|
|
||||||
@RequiresApi(Build.VERSION_CODES.N)
|
@RequiresApi(Build.VERSION_CODES.N)
|
||||||
@@ -43,54 +37,45 @@ class FlClashTileService : TileService() {
|
|||||||
GlobalState.runState.observeForever(observer)
|
GlobalState.runState.observeForever(observer)
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressLint("StartActivityAndCollapseDeprecated")
|
|
||||||
private fun activityTransfer() {
|
private fun activityTransfer() {
|
||||||
val intent = Intent(this, TempActivity::class.java)
|
val intent = Intent(this, TempActivity::class.java)
|
||||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_MULTIPLE_TASK)
|
||||||
if (Build.VERSION.SDK_INT >= 34) {
|
val pendingIntent = if (Build.VERSION.SDK_INT >= 31) {
|
||||||
val pendingIntent = PendingIntent.getActivity(
|
PendingIntent.getActivity(
|
||||||
this,
|
this,
|
||||||
0,
|
0,
|
||||||
intent,
|
intent,
|
||||||
PendingIntent.FLAG_IMMUTABLE
|
PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT
|
||||||
)
|
)
|
||||||
|
} else {
|
||||||
|
PendingIntent.getActivity(
|
||||||
|
this,
|
||||||
|
0,
|
||||||
|
intent,
|
||||||
|
PendingIntent.FLAG_UPDATE_CURRENT
|
||||||
|
)
|
||||||
|
}
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
|
||||||
startActivityAndCollapse(pendingIntent)
|
startActivityAndCollapse(pendingIntent)
|
||||||
} else {
|
} else {
|
||||||
startActivityAndCollapse(intent)
|
startActivityAndCollapse(intent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private var flutterEngine: FlutterEngine? = null;
|
|
||||||
|
|
||||||
private fun initFlutterEngine() {
|
|
||||||
flutterEngine = FlutterEngine(this)
|
|
||||||
flutterEngine?.plugins?.add(ProxyPlugin())
|
|
||||||
flutterEngine?.plugins?.add(TilePlugin())
|
|
||||||
flutterEngine?.plugins?.add(AppPlugin())
|
|
||||||
GlobalState.flutterEngine = flutterEngine
|
|
||||||
if (flutterEngine?.dartExecutor?.isExecutingDart != true) {
|
|
||||||
val vpnService = DartExecutor.DartEntrypoint(
|
|
||||||
FlutterInjector.instance().flutterLoader().findAppBundlePath(),
|
|
||||||
"vpnService"
|
|
||||||
)
|
|
||||||
flutterEngine?.dartExecutor?.executeDartEntrypoint(vpnService)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onClick() {
|
override fun onClick() {
|
||||||
super.onClick()
|
super.onClick()
|
||||||
activityTransfer()
|
activityTransfer()
|
||||||
val currentTilePlugin = GlobalState.getCurrentTilePlugin()
|
|
||||||
if (GlobalState.runState.value == RunState.STOP) {
|
if (GlobalState.runState.value == RunState.STOP) {
|
||||||
GlobalState.runState.value = RunState.PENDING
|
GlobalState.runState.value = RunState.PENDING
|
||||||
if(currentTilePlugin == null){
|
val titlePlugin = GlobalState.getCurrentTitlePlugin()
|
||||||
initFlutterEngine()
|
if (titlePlugin != null) {
|
||||||
}else{
|
titlePlugin.handleStart()
|
||||||
currentTilePlugin.handleStart()
|
} else {
|
||||||
|
GlobalState.initServiceEngine(applicationContext)
|
||||||
}
|
}
|
||||||
} else if(GlobalState.runState.value == RunState.START){
|
} else if (GlobalState.runState.value == RunState.START) {
|
||||||
GlobalState.runState.value = RunState.PENDING
|
GlobalState.runState.value = RunState.PENDING
|
||||||
currentTilePlugin?.handleStop()
|
GlobalState.getCurrentTitlePlugin()?.handleStop()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
package com.follow.clash.services
|
package com.follow.clash.services
|
||||||
|
|
||||||
import android.annotation.SuppressLint
|
import android.app.Notification.FOREGROUND_SERVICE_IMMEDIATE
|
||||||
import android.app.NotificationChannel
|
import android.app.NotificationChannel
|
||||||
import android.app.NotificationManager
|
import android.app.NotificationManager
|
||||||
import android.app.PendingIntent
|
import android.app.PendingIntent
|
||||||
import android.app.Service
|
|
||||||
import android.content.Intent
|
import android.content.Intent
|
||||||
import android.content.pm.ServiceInfo.FOREGROUND_SERVICE_TYPE_SPECIAL_USE
|
import android.content.pm.ServiceInfo.FOREGROUND_SERVICE_TYPE_SPECIAL_USE
|
||||||
import android.net.ProxyInfo
|
import android.net.ProxyInfo
|
||||||
@@ -12,20 +11,22 @@ import android.net.VpnService
|
|||||||
import android.os.Binder
|
import android.os.Binder
|
||||||
import android.os.Build
|
import android.os.Build
|
||||||
import android.os.IBinder
|
import android.os.IBinder
|
||||||
|
import android.os.Parcel
|
||||||
|
import android.os.RemoteException
|
||||||
import androidx.core.app.NotificationCompat
|
import androidx.core.app.NotificationCompat
|
||||||
import androidx.core.graphics.drawable.IconCompat
|
|
||||||
import com.follow.clash.GlobalState
|
import com.follow.clash.GlobalState
|
||||||
import com.follow.clash.MainActivity
|
import com.follow.clash.MainActivity
|
||||||
import com.follow.clash.models.AccessControl
|
import com.follow.clash.R
|
||||||
import com.follow.clash.models.AccessControlMode
|
import com.follow.clash.models.AccessControlMode
|
||||||
|
import com.follow.clash.models.Props
|
||||||
|
import kotlinx.coroutines.CoroutineScope
|
||||||
|
import kotlinx.coroutines.Dispatchers
|
||||||
|
import kotlinx.coroutines.launch
|
||||||
|
|
||||||
|
|
||||||
class FlClashVpnService : VpnService() {
|
class FlClashVpnService : VpnService() {
|
||||||
|
|
||||||
|
|
||||||
private val CHANNEL = "FlClash"
|
private val CHANNEL = "FlClash"
|
||||||
|
|
||||||
var fd: Int? = null
|
|
||||||
private val notificationId: Int = 1
|
private val notificationId: Int = 1
|
||||||
|
|
||||||
private val passList = listOf(
|
private val passList = listOf(
|
||||||
@@ -48,16 +49,17 @@ class FlClashVpnService : VpnService() {
|
|||||||
"192.168.*"
|
"192.168.*"
|
||||||
)
|
)
|
||||||
|
|
||||||
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
|
override fun onCreate() {
|
||||||
return START_STICKY
|
super.onCreate()
|
||||||
|
initServiceEngine()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun start(port: Int, accessControl: AccessControl?) {
|
fun start(port: Int, props: Props?): Int? {
|
||||||
fd = with(Builder()) {
|
return with(Builder()) {
|
||||||
addAddress("172.16.0.1", 30)
|
addAddress("172.16.0.1", 30)
|
||||||
setMtu(9000)
|
setMtu(9000)
|
||||||
addRoute("0.0.0.0", 0)
|
addRoute("0.0.0.0", 0)
|
||||||
if (accessControl != null) {
|
props?.accessControl?.let { accessControl ->
|
||||||
when (accessControl.mode) {
|
when (accessControl.mode) {
|
||||||
AccessControlMode.acceptSelected -> {
|
AccessControlMode.acceptSelected -> {
|
||||||
(accessControl.acceptList + packageName).forEach {
|
(accessControl.acceptList + packageName).forEach {
|
||||||
@@ -78,8 +80,10 @@ class FlClashVpnService : VpnService() {
|
|||||||
if (Build.VERSION.SDK_INT >= 29) {
|
if (Build.VERSION.SDK_INT >= 29) {
|
||||||
setMetered(false)
|
setMetered(false)
|
||||||
}
|
}
|
||||||
allowBypass()
|
if (props?.allowBypass == true) {
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
allowBypass()
|
||||||
|
}
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q && props?.systemProxy == true) {
|
||||||
setHttpProxy(
|
setHttpProxy(
|
||||||
ProxyInfo.buildDirectProxy(
|
ProxyInfo.buildDirectProxy(
|
||||||
"127.0.0.1",
|
"127.0.0.1",
|
||||||
@@ -97,55 +101,71 @@ class FlClashVpnService : VpnService() {
|
|||||||
stopForeground()
|
stopForeground()
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressLint("ForegroundServiceType", "WrongConstant")
|
private val notificationBuilder: NotificationCompat.Builder by lazy {
|
||||||
|
val intent = Intent(this, MainActivity::class.java)
|
||||||
|
|
||||||
|
val pendingIntent = if (Build.VERSION.SDK_INT >= 31) {
|
||||||
|
PendingIntent.getActivity(
|
||||||
|
this,
|
||||||
|
0,
|
||||||
|
intent,
|
||||||
|
PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT
|
||||||
|
)
|
||||||
|
} else {
|
||||||
|
PendingIntent.getActivity(
|
||||||
|
this,
|
||||||
|
0,
|
||||||
|
intent,
|
||||||
|
PendingIntent.FLAG_UPDATE_CURRENT
|
||||||
|
)
|
||||||
|
}
|
||||||
|
with(NotificationCompat.Builder(this, CHANNEL)) {
|
||||||
|
setSmallIcon(R.drawable.ic_stat_name)
|
||||||
|
setContentTitle("FlClash")
|
||||||
|
setContentIntent(pendingIntent)
|
||||||
|
setCategory(NotificationCompat.CATEGORY_SERVICE)
|
||||||
|
priority = NotificationCompat.PRIORITY_MIN
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
|
||||||
|
foregroundServiceBehavior = FOREGROUND_SERVICE_IMMEDIATE
|
||||||
|
}
|
||||||
|
setOngoing(true)
|
||||||
|
setShowWhen(false)
|
||||||
|
setOnlyAlertOnce(true)
|
||||||
|
setAutoCancel(true)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fun initServiceEngine() {
|
||||||
|
GlobalState.initServiceEngine(applicationContext)
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onTrimMemory(level: Int) {
|
||||||
|
super.onTrimMemory(level)
|
||||||
|
GlobalState.getCurrentAppPlugin()?.requestGc()
|
||||||
|
}
|
||||||
|
|
||||||
fun startForeground(title: String, content: String) {
|
fun startForeground(title: String, content: String) {
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
||||||
val channel =
|
|
||||||
NotificationChannel(CHANNEL, "FlClash", NotificationManager.IMPORTANCE_LOW)
|
|
||||||
val manager = getSystemService(NotificationManager::class.java)
|
val manager = getSystemService(NotificationManager::class.java)
|
||||||
manager.createNotificationChannel(channel)
|
var channel = manager?.getNotificationChannel(CHANNEL)
|
||||||
|
if (channel == null) {
|
||||||
val intent = Intent(this, MainActivity::class.java)
|
channel =
|
||||||
|
NotificationChannel(CHANNEL, "FlClash", NotificationManager.IMPORTANCE_LOW)
|
||||||
val pendingIntent = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
|
manager?.createNotificationChannel(channel)
|
||||||
PendingIntent.getActivity(
|
|
||||||
this,
|
|
||||||
0,
|
|
||||||
intent,
|
|
||||||
PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT
|
|
||||||
)
|
|
||||||
} else {
|
|
||||||
PendingIntent.getActivity(
|
|
||||||
this,
|
|
||||||
0,
|
|
||||||
intent,
|
|
||||||
PendingIntent.FLAG_UPDATE_CURRENT
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
val icon = IconCompat.createWithResource(this, this.applicationInfo.icon)
|
|
||||||
|
|
||||||
val notification = with(NotificationCompat.Builder(this, CHANNEL)) {
|
|
||||||
setSmallIcon(icon)
|
|
||||||
setContentTitle(title)
|
|
||||||
setContentText(content)
|
|
||||||
foregroundServiceBehavior = NotificationCompat.FOREGROUND_SERVICE_IMMEDIATE
|
|
||||||
setContentIntent(pendingIntent)
|
|
||||||
setOngoing(true)
|
|
||||||
setShowWhen(false)
|
|
||||||
build()
|
|
||||||
}
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
|
|
||||||
startForeground(notificationId, notification, FOREGROUND_SERVICE_TYPE_SPECIAL_USE)
|
|
||||||
} else {
|
|
||||||
startForeground(notificationId, notification)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
val notification =
|
||||||
|
notificationBuilder.setContentTitle(title).setContentText(content).build()
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||||
|
startForeground(notificationId, notification, FOREGROUND_SERVICE_TYPE_SPECIAL_USE)
|
||||||
|
} else {
|
||||||
|
startForeground(notificationId, notification)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun stopForeground() {
|
private fun stopForeground() {
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||||
stopForeground(Service.STOP_FOREGROUND_REMOVE)
|
stopForeground(STOP_FOREGROUND_REMOVE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -153,14 +173,28 @@ class FlClashVpnService : VpnService() {
|
|||||||
|
|
||||||
inner class LocalBinder : Binder() {
|
inner class LocalBinder : Binder() {
|
||||||
fun getService(): FlClashVpnService = this@FlClashVpnService
|
fun getService(): FlClashVpnService = this@FlClashVpnService
|
||||||
|
|
||||||
|
override fun onTransact(code: Int, data: Parcel, reply: Parcel?, flags: Int): Boolean {
|
||||||
|
try {
|
||||||
|
val isSuccess = super.onTransact(code, data, reply, flags)
|
||||||
|
if (!isSuccess) {
|
||||||
|
CoroutineScope(Dispatchers.Main).launch {
|
||||||
|
GlobalState.getCurrentTitlePlugin()?.handleStop()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return isSuccess
|
||||||
|
} catch (e: RemoteException) {
|
||||||
|
throw e
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
override fun onBind(intent: Intent): IBinder {
|
override fun onBind(intent: Intent): IBinder {
|
||||||
return binder
|
return binder
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onUnbind(intent: Intent?): Boolean {
|
override fun onUnbind(intent: Intent?): Boolean {
|
||||||
GlobalState.getCurrentTilePlugin()?.handleStop();
|
|
||||||
return super.onUnbind(intent)
|
return super.onUnbind(intent)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
android/app/src/main/res/drawable-hdpi/ic_stat_name.png
Normal file
|
After Width: | Height: | Size: 763 B |
BIN
android/app/src/main/res/drawable-mdpi/ic_stat_name.png
Normal file
|
After Width: | Height: | Size: 520 B |
BIN
android/app/src/main/res/drawable-xhdpi/ic_stat_name.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
android/app/src/main/res/drawable-xxhdpi/ic_stat_name.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
android/app/src/main/res/drawable-xxxhdpi/ic_stat_name.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
android/app/src/main/res/drawable/icon.png
Normal file
|
After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 105 KiB |
@@ -4,7 +4,6 @@
|
|||||||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||||
<!-- Show a splash screen on the activity. Automatically removed when
|
<!-- Show a splash screen on the activity. Automatically removed when
|
||||||
the Flutter engine draws its first frame -->
|
the Flutter engine draws its first frame -->
|
||||||
<item name="android:windowBackground">@mipmap/ic_launcher_foreground</item>
|
|
||||||
</style>
|
</style>
|
||||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||||
This theme determines the color of the Android Window while your
|
This theme determines the color of the Android Window while your
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||||
<!-- Show a splash screen on the activity. Automatically removed when
|
<!-- Show a splash screen on the activity. Automatically removed when
|
||||||
the Flutter engine draws its first frame -->
|
the Flutter engine draws its first frame -->
|
||||||
<item name="android:windowBackground">@mipmap/ic_launcher_foreground</item>
|
|
||||||
</style>
|
</style>
|
||||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||||
This theme determines the color of the Android Window while your
|
This theme determines the color of the Android Window while your
|
||||||
|
|||||||
14
android/app/src/main/res/xml/network_security_config.xml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<network-security-config xmlns:tools="http://schemas.android.com/tools"
|
||||||
|
tools:ignore="AcceptsUserCertificates">
|
||||||
|
<base-config>
|
||||||
|
<trust-anchors>
|
||||||
|
<certificates src="system" />
|
||||||
|
<certificates src="user" />
|
||||||
|
</trust-anchors>
|
||||||
|
</base-config>
|
||||||
|
<domain-config cleartextTrafficPermitted="true">
|
||||||
|
<domain includeSubdomains="true">localhost</domain>
|
||||||
|
<domain includeSubdomains="true">127.0.0.1</domain>
|
||||||
|
</domain-config>
|
||||||
|
</network-security-config>
|
||||||
BIN
assets/data/ASN.mmdb
Normal file
BIN
assets/data/GeoIP.dat
Normal file
31589
assets/data/GeoSite.dat
Normal file
320
core/common.go
@@ -2,26 +2,76 @@ package main
|
|||||||
|
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
"github.com/metacubex/mihomo/adapter"
|
||||||
"github.com/metacubex/mihomo/adapter/inbound"
|
"github.com/metacubex/mihomo/adapter/inbound"
|
||||||
|
"github.com/metacubex/mihomo/adapter/outboundgroup"
|
||||||
|
ap "github.com/metacubex/mihomo/adapter/provider"
|
||||||
"github.com/metacubex/mihomo/component/dialer"
|
"github.com/metacubex/mihomo/component/dialer"
|
||||||
"github.com/metacubex/mihomo/component/process"
|
|
||||||
"github.com/metacubex/mihomo/component/resolver"
|
"github.com/metacubex/mihomo/component/resolver"
|
||||||
"github.com/metacubex/mihomo/config"
|
"github.com/metacubex/mihomo/config"
|
||||||
"github.com/metacubex/mihomo/dns"
|
"github.com/metacubex/mihomo/constant"
|
||||||
|
"github.com/metacubex/mihomo/hub"
|
||||||
"github.com/metacubex/mihomo/hub/executor"
|
"github.com/metacubex/mihomo/hub/executor"
|
||||||
|
"github.com/metacubex/mihomo/hub/route"
|
||||||
"github.com/metacubex/mihomo/listener"
|
"github.com/metacubex/mihomo/listener"
|
||||||
"github.com/metacubex/mihomo/log"
|
"github.com/metacubex/mihomo/log"
|
||||||
"github.com/metacubex/mihomo/tunnel"
|
"github.com/metacubex/mihomo/tunnel"
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
"path/filepath"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
"strings"
|
||||||
|
"sync"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
type healthCheckSchema struct {
|
||||||
|
Enable bool `provider:"enable"`
|
||||||
|
URL string `provider:"url"`
|
||||||
|
Interval int `provider:"interval"`
|
||||||
|
TestTimeout int `provider:"timeout,omitempty"`
|
||||||
|
Lazy bool `provider:"lazy,omitempty"`
|
||||||
|
ExpectedStatus string `provider:"expected-status,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type proxyProviderSchema struct {
|
||||||
|
Type string `provider:"type"`
|
||||||
|
Path string `provider:"path,omitempty"`
|
||||||
|
URL string `provider:"url,omitempty"`
|
||||||
|
Proxy string `provider:"proxy,omitempty"`
|
||||||
|
Interval int `provider:"interval,omitempty"`
|
||||||
|
Filter string `provider:"filter,omitempty"`
|
||||||
|
ExcludeFilter string `provider:"exclude-filter,omitempty"`
|
||||||
|
ExcludeType string `provider:"exclude-type,omitempty"`
|
||||||
|
DialerProxy string `provider:"dialer-proxy,omitempty"`
|
||||||
|
|
||||||
|
HealthCheck healthCheckSchema `provider:"health-check,omitempty"`
|
||||||
|
Override ap.OverrideSchema `provider:"override,omitempty"`
|
||||||
|
Header map[string][]string `provider:"header,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ruleProviderSchema struct {
|
||||||
|
Type string `provider:"type"`
|
||||||
|
Behavior string `provider:"behavior"`
|
||||||
|
Path string `provider:"path,omitempty"`
|
||||||
|
URL string `provider:"url,omitempty"`
|
||||||
|
Proxy string `provider:"proxy,omitempty"`
|
||||||
|
Format string `provider:"format,omitempty"`
|
||||||
|
Interval int `provider:"interval,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ConfigExtendedParams struct {
|
||||||
|
IsPatch bool `json:"is-patch"`
|
||||||
|
IsCompatible bool `json:"is-compatible"`
|
||||||
|
SelectedMap map[string]string `json:"selected-map"`
|
||||||
|
TestURL *string `json:"test-url"`
|
||||||
|
}
|
||||||
|
|
||||||
type GenerateConfigParams struct {
|
type GenerateConfigParams struct {
|
||||||
ProfilePath *string `json:"profile-path"`
|
ProfilePath *string `json:"profile-path"`
|
||||||
Config *config.RawConfig `json:"config" `
|
Config config.RawConfig `json:"config" `
|
||||||
IsPatch *bool `json:"is-patch"`
|
Params ConfigExtendedParams `json:"params"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ChangeProxyParams struct {
|
type ChangeProxyParams struct {
|
||||||
@@ -34,16 +84,16 @@ type TestDelayParams struct {
|
|||||||
Timeout int64 `json:"timeout"`
|
Timeout int64 `json:"timeout"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Delay struct {
|
type ProcessMapItem struct {
|
||||||
Name string `json:"name"`
|
Id int64 `json:"id"`
|
||||||
Value int32 `json:"value"`
|
Value string `json:"value"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Process struct {
|
type ExternalProvider struct {
|
||||||
Uid uint32 `json:"uid"`
|
Name string `json:"name"`
|
||||||
Network string `json:"network"`
|
Type string `json:"type"`
|
||||||
Source string `json:"source"`
|
VehicleType string `json:"vehicle-type"`
|
||||||
Target string `json:"target"`
|
UpdateAt time.Time `json:"update-at"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func restartExecutable(execPath string) {
|
func restartExecutable(execPath string) {
|
||||||
@@ -82,6 +132,19 @@ func readFile(path string) ([]byte, error) {
|
|||||||
return data, err
|
return data, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func removeFile(path string) error {
|
||||||
|
absPath, err := filepath.Abs(path)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
err = os.Remove(absPath)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
func getRawConfigWithPath(path *string) *config.RawConfig {
|
func getRawConfigWithPath(path *string) *config.RawConfig {
|
||||||
if path == nil {
|
if path == nil {
|
||||||
return config.DefaultRawConfig()
|
return config.DefaultRawConfig()
|
||||||
@@ -106,49 +169,204 @@ func decorationConfig(profilePath *string, cfg config.RawConfig) *config.RawConf
|
|||||||
return prof
|
return prof
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func Reduce[T any, U any](s []T, initVal U, f func(U, T) U) U {
|
||||||
|
for _, v := range s {
|
||||||
|
initVal = f(initVal, v)
|
||||||
|
}
|
||||||
|
return initVal
|
||||||
|
}
|
||||||
|
|
||||||
|
func Map[T, U any](slice []T, fn func(T) U) []U {
|
||||||
|
result := make([]U, len(slice))
|
||||||
|
for i, v := range slice {
|
||||||
|
result[i] = fn(v)
|
||||||
|
}
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
|
||||||
|
func replaceFromMap(s string, m map[string]string) string {
|
||||||
|
for k, v := range m {
|
||||||
|
s = strings.ReplaceAll(s, k, v)
|
||||||
|
}
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
|
func removeDuplicateFromSlice[T any](slice []T) []T {
|
||||||
|
result := make([]T, 0)
|
||||||
|
seen := make(map[any]struct{})
|
||||||
|
for _, value := range slice {
|
||||||
|
if _, ok := seen[value]; !ok {
|
||||||
|
result = append(result, value)
|
||||||
|
seen[value] = struct{}{}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
|
||||||
|
func generateProxyGroupAndRule(proxyGroup *[]map[string]any, rule *[]string) {
|
||||||
|
var replacements = map[string]string{}
|
||||||
|
var selectArr []map[string]any
|
||||||
|
var urlTestArr []map[string]any
|
||||||
|
var fallbackArr []map[string]any
|
||||||
|
for _, group := range *proxyGroup {
|
||||||
|
switch group["type"] {
|
||||||
|
case "select":
|
||||||
|
selectArr = append(selectArr, group)
|
||||||
|
replacements[group["name"].(string)] = "Proxy"
|
||||||
|
break
|
||||||
|
case "url-test":
|
||||||
|
urlTestArr = append(urlTestArr, group)
|
||||||
|
replacements[group["name"].(string)] = "Auto"
|
||||||
|
break
|
||||||
|
case "fallback":
|
||||||
|
fallbackArr = append(fallbackArr, group)
|
||||||
|
replacements[group["name"].(string)] = "Fallback"
|
||||||
|
break
|
||||||
|
default:
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ProxyProxies := Reduce(selectArr, []string{}, func(res []string, cur map[string]any) []string {
|
||||||
|
if cur["proxies"] == nil {
|
||||||
|
return res
|
||||||
|
}
|
||||||
|
for _, proxyName := range cur["proxies"].([]interface{}) {
|
||||||
|
if str, ok := proxyName.(string); ok {
|
||||||
|
str = replaceFromMap(str, replacements)
|
||||||
|
if str != "Proxy" {
|
||||||
|
res = append(res, str)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return res
|
||||||
|
})
|
||||||
|
|
||||||
|
ProxyProxies = removeDuplicateFromSlice(ProxyProxies)
|
||||||
|
|
||||||
|
AutoProxies := Reduce(urlTestArr, []string{}, func(res []string, cur map[string]any) []string {
|
||||||
|
if cur["proxies"] == nil {
|
||||||
|
return res
|
||||||
|
}
|
||||||
|
for _, proxyName := range cur["proxies"].([]interface{}) {
|
||||||
|
if str, ok := proxyName.(string); ok {
|
||||||
|
str = replaceFromMap(str, replacements)
|
||||||
|
if str != "Auto" {
|
||||||
|
res = append(res, str)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return res
|
||||||
|
})
|
||||||
|
|
||||||
|
AutoProxies = removeDuplicateFromSlice(AutoProxies)
|
||||||
|
|
||||||
|
FallbackProxies := Reduce(fallbackArr, []string{}, func(res []string, cur map[string]any) []string {
|
||||||
|
if cur["proxies"] == nil {
|
||||||
|
return res
|
||||||
|
}
|
||||||
|
for _, proxyName := range cur["proxies"].([]interface{}) {
|
||||||
|
if str, ok := proxyName.(string); ok {
|
||||||
|
str = replaceFromMap(str, replacements)
|
||||||
|
if str != "Fallback" {
|
||||||
|
res = append(res, str)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return res
|
||||||
|
})
|
||||||
|
|
||||||
|
FallbackProxies = removeDuplicateFromSlice(FallbackProxies)
|
||||||
|
|
||||||
|
var computedProxyGroup []map[string]any
|
||||||
|
|
||||||
|
if len(ProxyProxies) > 0 {
|
||||||
|
computedProxyGroup = append(computedProxyGroup,
|
||||||
|
map[string]any{
|
||||||
|
"name": "Proxy",
|
||||||
|
"type": "select",
|
||||||
|
"proxies": ProxyProxies,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(AutoProxies) > 0 {
|
||||||
|
computedProxyGroup = append(computedProxyGroup,
|
||||||
|
map[string]any{
|
||||||
|
"name": "Auto",
|
||||||
|
"type": "url-test",
|
||||||
|
"proxies": AutoProxies,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(FallbackProxies) > 0 {
|
||||||
|
computedProxyGroup = append(computedProxyGroup,
|
||||||
|
map[string]any{
|
||||||
|
"name": "Fallback",
|
||||||
|
"type": "fallback",
|
||||||
|
"proxies": FallbackProxies,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
computedRule := Map(*rule, func(value string) string {
|
||||||
|
return replaceFromMap(value, replacements)
|
||||||
|
})
|
||||||
|
|
||||||
|
*proxyGroup = computedProxyGroup
|
||||||
|
*rule = computedRule
|
||||||
|
}
|
||||||
|
|
||||||
func overwriteConfig(targetConfig *config.RawConfig, patchConfig config.RawConfig) {
|
func overwriteConfig(targetConfig *config.RawConfig, patchConfig config.RawConfig) {
|
||||||
targetConfig.ExternalController = ""
|
targetConfig.ExternalController = patchConfig.ExternalController
|
||||||
targetConfig.ExternalUI = ""
|
targetConfig.ExternalUI = ""
|
||||||
targetConfig.Interface = ""
|
targetConfig.Interface = ""
|
||||||
targetConfig.ExternalUIURL = ""
|
targetConfig.ExternalUIURL = ""
|
||||||
|
targetConfig.TCPConcurrent = patchConfig.TCPConcurrent
|
||||||
|
targetConfig.UnifiedDelay = patchConfig.UnifiedDelay
|
||||||
|
//targetConfig.GeodataMode = false
|
||||||
targetConfig.IPv6 = patchConfig.IPv6
|
targetConfig.IPv6 = patchConfig.IPv6
|
||||||
targetConfig.LogLevel = patchConfig.LogLevel
|
targetConfig.LogLevel = patchConfig.LogLevel
|
||||||
targetConfig.FindProcessMode = process.FindProcessAlways
|
targetConfig.Port = 0
|
||||||
targetConfig.AllowLan = patchConfig.AllowLan
|
targetConfig.SocksPort = 0
|
||||||
targetConfig.MixedPort = patchConfig.MixedPort
|
targetConfig.MixedPort = patchConfig.MixedPort
|
||||||
|
targetConfig.FindProcessMode = patchConfig.FindProcessMode
|
||||||
|
targetConfig.AllowLan = patchConfig.AllowLan
|
||||||
targetConfig.Mode = patchConfig.Mode
|
targetConfig.Mode = patchConfig.Mode
|
||||||
targetConfig.Tun.Enable = patchConfig.Tun.Enable
|
targetConfig.Tun.Enable = patchConfig.Tun.Enable
|
||||||
targetConfig.Tun.Device = patchConfig.Tun.Device
|
targetConfig.Tun.Device = patchConfig.Tun.Device
|
||||||
targetConfig.Tun.DNSHijack = patchConfig.Tun.DNSHijack
|
targetConfig.Tun.DNSHijack = patchConfig.Tun.DNSHijack
|
||||||
targetConfig.Tun.Stack = patchConfig.Tun.Stack
|
targetConfig.Tun.Stack = patchConfig.Tun.Stack
|
||||||
|
targetConfig.GeodataLoader = patchConfig.GeodataLoader
|
||||||
|
targetConfig.Profile.StoreSelected = false
|
||||||
|
targetConfig.GeoXUrl = patchConfig.GeoXUrl
|
||||||
|
targetConfig.GlobalUA = patchConfig.GlobalUA
|
||||||
if targetConfig.DNS.Enable == false {
|
if targetConfig.DNS.Enable == false {
|
||||||
targetConfig.DNS = patchConfig.DNS
|
targetConfig.DNS = patchConfig.DNS
|
||||||
} else {
|
}
|
||||||
targetConfig.DNS.UseHosts = patchConfig.DNS.UseHosts
|
//if runtime.GOOS == "android" {
|
||||||
targetConfig.DNS.EnhancedMode = patchConfig.DNS.EnhancedMode
|
// targetConfig.DNS.NameServer = append(targetConfig.DNS.NameServer, "dhcp://"+dns.SystemDNSPlaceholder)
|
||||||
targetConfig.DNS.IPv6 = patchConfig.DNS.IPv6
|
//} else if runtime.GOOS == "windows" {
|
||||||
targetConfig.DNS.DefaultNameserver = append(patchConfig.DNS.DefaultNameserver, targetConfig.DNS.DefaultNameserver...)
|
// targetConfig.DNS.NameServer = append(targetConfig.DNS.NameServer, dns.SystemDNSPlaceholder)
|
||||||
targetConfig.DNS.NameServer = append(patchConfig.DNS.NameServer, targetConfig.DNS.NameServer...)
|
//}
|
||||||
targetConfig.DNS.FakeIPFilter = append(patchConfig.DNS.FakeIPFilter, targetConfig.DNS.FakeIPFilter...)
|
if configParams.IsCompatible == false {
|
||||||
targetConfig.DNS.Fallback = append(patchConfig.DNS.Fallback, targetConfig.DNS.Fallback...)
|
targetConfig.ProxyProvider = make(map[string]map[string]any)
|
||||||
if runtime.GOOS == "android" {
|
targetConfig.RuleProvider = make(map[string]map[string]any)
|
||||||
targetConfig.DNS.NameServer = append(targetConfig.DNS.NameServer, "dhcp://"+dns.SystemDNSPlaceholder)
|
generateProxyGroupAndRule(&targetConfig.ProxyGroup, &targetConfig.Rule)
|
||||||
} else if runtime.GOOS == "windows" {
|
|
||||||
targetConfig.DNS.NameServer = append(targetConfig.DNS.NameServer, dns.SystemDNSPlaceholder)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func patchConfig(general *config.General) {
|
func patchConfig(general *config.General) {
|
||||||
log.Infoln("[Apply] patch")
|
log.Infoln("[Apply] patch")
|
||||||
|
route.ReStartServer(general.ExternalController)
|
||||||
listener.SetAllowLan(general.AllowLan)
|
listener.SetAllowLan(general.AllowLan)
|
||||||
inbound.SetSkipAuthPrefixes(general.SkipAuthPrefixes)
|
inbound.SetSkipAuthPrefixes(general.SkipAuthPrefixes)
|
||||||
inbound.SetAllowedIPs(general.LanAllowedIPs)
|
inbound.SetAllowedIPs(general.LanAllowedIPs)
|
||||||
inbound.SetDisAllowedIPs(general.LanDisAllowedIPs)
|
inbound.SetDisAllowedIPs(general.LanDisAllowedIPs)
|
||||||
listener.SetBindAddress(general.BindAddress)
|
listener.SetBindAddress(general.BindAddress)
|
||||||
tunnel.SetSniffing(general.Sniffing)
|
tunnel.SetSniffing(general.Sniffing)
|
||||||
|
tunnel.SetFindProcessMode(general.FindProcessMode)
|
||||||
dialer.SetTcpConcurrent(general.TCPConcurrent)
|
dialer.SetTcpConcurrent(general.TCPConcurrent)
|
||||||
dialer.DefaultInterface.Store(general.Interface)
|
dialer.DefaultInterface.Store(general.Interface)
|
||||||
|
adapter.UnifiedDelay.Store(general.UnifiedDelay)
|
||||||
listener.ReCreateHTTP(general.Port, tunnel.Tunnel)
|
listener.ReCreateHTTP(general.Port, tunnel.Tunnel)
|
||||||
listener.ReCreateSocks(general.SocksPort, tunnel.Tunnel)
|
listener.ReCreateSocks(general.SocksPort, tunnel.Tunnel)
|
||||||
listener.ReCreateRedir(general.RedirPort, tunnel.Tunnel)
|
listener.ReCreateRedir(general.RedirPort, tunnel.Tunnel)
|
||||||
@@ -161,22 +379,52 @@ func patchConfig(general *config.General) {
|
|||||||
listener.ReCreateTuic(general.TuicServer, tunnel.Tunnel)
|
listener.ReCreateTuic(general.TuicServer, tunnel.Tunnel)
|
||||||
tunnel.SetMode(general.Mode)
|
tunnel.SetMode(general.Mode)
|
||||||
log.SetLevel(general.LogLevel)
|
log.SetLevel(general.LogLevel)
|
||||||
|
|
||||||
resolver.DisableIPv6 = !general.IPv6
|
resolver.DisableIPv6 = !general.IPv6
|
||||||
}
|
}
|
||||||
|
|
||||||
func applyConfig(isPatch bool) bool {
|
func patchSelectGroup() {
|
||||||
if currentConfig == nil {
|
mapping := configParams.SelectedMap
|
||||||
return false
|
if mapping == nil {
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
for name, proxy := range tunnel.ProxiesWithProviders() {
|
||||||
|
outbound, ok := proxy.(*adapter.Proxy)
|
||||||
|
if !ok {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
selector, ok := outbound.ProxyAdapter.(outboundgroup.SelectAble)
|
||||||
|
if !ok {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
selected, exist := mapping[name]
|
||||||
|
if !exist {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
selector.ForceSet(selected)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var applyLock sync.Mutex
|
||||||
|
|
||||||
|
func applyConfig() {
|
||||||
|
applyLock.Lock()
|
||||||
|
defer applyLock.Unlock()
|
||||||
cfg, err := config.ParseRawConfig(currentConfig)
|
cfg, err := config.ParseRawConfig(currentConfig)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
cfg, _ = config.ParseRawConfig(config.DefaultRawConfig())
|
cfg, _ = config.ParseRawConfig(config.DefaultRawConfig())
|
||||||
}
|
}
|
||||||
if isPatch {
|
if configParams.TestURL != nil {
|
||||||
|
constant.DefaultTestURL = *configParams.TestURL
|
||||||
|
}
|
||||||
|
if configParams.IsPatch {
|
||||||
patchConfig(cfg.General)
|
patchConfig(cfg.General)
|
||||||
} else {
|
} else {
|
||||||
executor.ApplyConfig(cfg, true)
|
runtime.GC()
|
||||||
|
hub.UltraApplyConfig(cfg, true)
|
||||||
|
patchSelectGroup()
|
||||||
}
|
}
|
||||||
return true
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
package dart_bridge
|
package dart_bridge
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
#include <stdlib.h>
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
#include "include/dart_api_dl.h"
|
#include "include/dart_api_dl.h"
|
||||||
#include "include/dart_api_dl.c"
|
#include "include/dart_api_dl.c"
|
||||||
@@ -24,14 +25,16 @@ func InitDartApi(api unsafe.Pointer) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func sendToPort(port int64, msg string) {
|
func SendToPort(port int64, msg string) bool {
|
||||||
var obj C.Dart_CObject
|
var obj C.Dart_CObject
|
||||||
obj._type = C.Dart_CObject_kString
|
obj._type = C.Dart_CObject_kString
|
||||||
msgString := C.CString(msg)
|
msgString := C.CString(msg)
|
||||||
|
defer C.free(unsafe.Pointer(msgString))
|
||||||
ptr := unsafe.Pointer(&obj.value[0])
|
ptr := unsafe.Pointer(&obj.value[0])
|
||||||
*(**C.char)(ptr) = msgString
|
*(**C.char)(ptr) = msgString
|
||||||
isSuccess := C.GoDart_PostCObject(C.Dart_Port_DL(port), &obj)
|
isSuccess := C.GoDart_PostCObject(C.Dart_Port_DL(port), &obj)
|
||||||
if !isSuccess {
|
if !isSuccess {
|
||||||
fmt.Println("ERROR: post to port ", port, " failed", msg)
|
return false
|
||||||
}
|
}
|
||||||
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
package dart_bridge
|
|
||||||
|
|
||||||
import "encoding/json"
|
|
||||||
|
|
||||||
var Port *int64
|
|
||||||
|
|
||||||
type MessageType string
|
|
||||||
|
|
||||||
const (
|
|
||||||
Log MessageType = "log"
|
|
||||||
Tun MessageType = "tun"
|
|
||||||
Delay MessageType = "delay"
|
|
||||||
Process MessageType = "process"
|
|
||||||
)
|
|
||||||
|
|
||||||
type Message struct {
|
|
||||||
Type MessageType `json:"type"`
|
|
||||||
Data interface{} `json:"data"`
|
|
||||||
}
|
|
||||||
|
|
||||||
func (message *Message) toJson() string {
|
|
||||||
data, _ := json.Marshal(message)
|
|
||||||
return string(data)
|
|
||||||
}
|
|
||||||
|
|
||||||
func SendMessage(message Message) {
|
|
||||||
sendToPort(*Port, message.toJson())
|
|
||||||
}
|
|
||||||
36
core/go.mod
@@ -8,7 +8,7 @@ require (
|
|||||||
github.com/Kr328/tun2socket v0.0.0-20220414050025-d07c78d06d34
|
github.com/Kr328/tun2socket v0.0.0-20220414050025-d07c78d06d34
|
||||||
github.com/metacubex/mihomo v1.17.1
|
github.com/metacubex/mihomo v1.17.1
|
||||||
github.com/miekg/dns v1.1.59
|
github.com/miekg/dns v1.1.59
|
||||||
golang.org/x/net v0.24.0
|
golang.org/x/net v0.25.0
|
||||||
golang.org/x/sync v0.7.0
|
golang.org/x/sync v0.7.0
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -17,11 +17,12 @@ require (
|
|||||||
github.com/RyuaNerin/go-krypto v1.2.4 // indirect
|
github.com/RyuaNerin/go-krypto v1.2.4 // indirect
|
||||||
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
|
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
|
||||||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
||||||
|
github.com/ajg/form v1.5.1 // indirect
|
||||||
github.com/andybalholm/brotli v1.0.6 // indirect
|
github.com/andybalholm/brotli v1.0.6 // indirect
|
||||||
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
||||||
github.com/buger/jsonparser v1.1.1 // indirect
|
github.com/buger/jsonparser v1.1.1 // indirect
|
||||||
github.com/cilium/ebpf v0.12.3 // indirect
|
github.com/cilium/ebpf v0.12.3 // indirect
|
||||||
github.com/cloudflare/circl v1.3.6 // indirect
|
github.com/cloudflare/circl v1.3.7 // indirect
|
||||||
github.com/coreos/go-iptables v0.7.0 // indirect
|
github.com/coreos/go-iptables v0.7.0 // indirect
|
||||||
github.com/dlclark/regexp2 v1.11.0 // indirect
|
github.com/dlclark/regexp2 v1.11.0 // indirect
|
||||||
github.com/ericlagergren/aegis v0.0.0-20230312195928-b4ce538b56f9 // indirect
|
github.com/ericlagergren/aegis v0.0.0-20230312195928-b4ce538b56f9 // indirect
|
||||||
@@ -30,12 +31,15 @@ require (
|
|||||||
github.com/ericlagergren/subtle v0.0.0-20220507045147-890d697da010 // indirect
|
github.com/ericlagergren/subtle v0.0.0-20220507045147-890d697da010 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/gaukas/godicttls v0.0.4 // indirect
|
github.com/gaukas/godicttls v0.0.4 // indirect
|
||||||
|
github.com/go-chi/chi/v5 v5.0.12 // indirect
|
||||||
|
github.com/go-chi/cors v1.2.1 // indirect
|
||||||
|
github.com/go-chi/render v1.0.3 // indirect
|
||||||
github.com/go-ole/go-ole v1.3.0 // indirect
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
||||||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
||||||
github.com/gobwas/httphead v0.1.0 // indirect
|
github.com/gobwas/httphead v0.1.0 // indirect
|
||||||
github.com/gobwas/pool v0.2.1 // indirect
|
github.com/gobwas/pool v0.2.1 // indirect
|
||||||
github.com/gobwas/ws v1.3.2 // indirect
|
github.com/gobwas/ws v1.4.0 // indirect
|
||||||
github.com/gofrs/uuid/v5 v5.1.0 // indirect
|
github.com/gofrs/uuid/v5 v5.2.0 // indirect
|
||||||
github.com/google/btree v1.1.2 // indirect
|
github.com/google/btree v1.1.2 // indirect
|
||||||
github.com/google/go-cmp v0.6.0 // indirect
|
github.com/google/go-cmp v0.6.0 // indirect
|
||||||
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
||||||
@@ -51,14 +55,15 @@ require (
|
|||||||
github.com/mdlayher/socket v0.4.1 // indirect
|
github.com/mdlayher/socket v0.4.1 // indirect
|
||||||
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759 // indirect
|
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759 // indirect
|
||||||
github.com/metacubex/gvisor v0.0.0-20240320004321-933faba989ec // indirect
|
github.com/metacubex/gvisor v0.0.0-20240320004321-933faba989ec // indirect
|
||||||
github.com/metacubex/quic-go v0.42.1-0.20240418003344-f006b5735d98 // indirect
|
github.com/metacubex/quic-go v0.43.2-0.20240518033621-2c3d14c6b38e // indirect
|
||||||
github.com/metacubex/sing-quic v0.0.0-20240418004036-814c531c378d // indirect
|
github.com/metacubex/sing-quic v0.0.0-20240518034124-7696d3f7da72 // indirect
|
||||||
github.com/metacubex/sing-shadowsocks v0.2.6 // indirect
|
github.com/metacubex/sing-shadowsocks v0.2.6 // indirect
|
||||||
github.com/metacubex/sing-shadowsocks2 v0.2.0 // indirect
|
github.com/metacubex/sing-shadowsocks2 v0.2.0 // indirect
|
||||||
github.com/metacubex/sing-tun v0.2.6 // indirect
|
github.com/metacubex/sing-tun v0.2.7-0.20240512075008-89e7c6208eec // indirect
|
||||||
github.com/metacubex/sing-vmess v0.1.9-0.20231207122118-72303677451f // indirect
|
github.com/metacubex/sing-vmess v0.1.9-0.20231207122118-72303677451f // indirect
|
||||||
github.com/metacubex/sing-wireguard v0.0.0-20240321042214-224f96122a63 // indirect
|
github.com/metacubex/sing-wireguard v0.0.0-20240321042214-224f96122a63 // indirect
|
||||||
github.com/metacubex/tfo-go v0.0.0-20240228025757-be1269474a66 // indirect
|
github.com/metacubex/tfo-go v0.0.0-20240228025757-be1269474a66 // indirect
|
||||||
|
github.com/metacubex/utls v1.6.6 // indirect
|
||||||
github.com/mroth/weightedrand/v2 v2.1.0 // indirect
|
github.com/mroth/weightedrand/v2 v2.1.0 // indirect
|
||||||
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 // indirect
|
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 // indirect
|
||||||
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
|
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
|
||||||
@@ -75,10 +80,9 @@ require (
|
|||||||
github.com/sagernet/sing-mux v0.2.1-0.20240124034317-9bfb33698bb6 // indirect
|
github.com/sagernet/sing-mux v0.2.1-0.20240124034317-9bfb33698bb6 // indirect
|
||||||
github.com/sagernet/sing-shadowtls v0.1.4 // indirect
|
github.com/sagernet/sing-shadowtls v0.1.4 // indirect
|
||||||
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7 // indirect
|
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7 // indirect
|
||||||
github.com/sagernet/utls v1.5.4 // indirect
|
|
||||||
github.com/sagernet/wireguard-go v0.0.0-20231209092712-9a439356a62e // indirect
|
github.com/sagernet/wireguard-go v0.0.0-20231209092712-9a439356a62e // indirect
|
||||||
github.com/samber/lo v1.39.0 // indirect
|
github.com/samber/lo v1.39.0 // indirect
|
||||||
github.com/shirou/gopsutil/v3 v3.24.3 // indirect
|
github.com/shirou/gopsutil/v3 v3.24.4 // indirect
|
||||||
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
||||||
github.com/sina-ghaderi/poly1305 v0.0.0-20220724002748-c5926b03988b // indirect
|
github.com/sina-ghaderi/poly1305 v0.0.0-20220724002748-c5926b03988b // indirect
|
||||||
github.com/sina-ghaderi/rabaead v0.0.0-20220730151906-ab6e06b96e8c // indirect
|
github.com/sina-ghaderi/rabaead v0.0.0-20220730151906-ab6e06b96e8c // indirect
|
||||||
@@ -94,14 +98,14 @@ require (
|
|||||||
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
|
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
|
||||||
go.uber.org/mock v0.4.0 // indirect
|
go.uber.org/mock v0.4.0 // indirect
|
||||||
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
|
||||||
golang.org/x/crypto v0.22.0 // indirect
|
golang.org/x/crypto v0.23.0 // indirect
|
||||||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
||||||
golang.org/x/mod v0.17.0 // indirect
|
golang.org/x/mod v0.17.0 // indirect
|
||||||
golang.org/x/sys v0.19.0 // indirect
|
golang.org/x/sys v0.20.0 // indirect
|
||||||
golang.org/x/text v0.14.0 // indirect
|
golang.org/x/text v0.15.0 // indirect
|
||||||
golang.org/x/time v0.5.0 // indirect
|
golang.org/x/time v0.5.0 // indirect
|
||||||
golang.org/x/tools v0.20.0 // indirect
|
golang.org/x/tools v0.21.0 // indirect
|
||||||
google.golang.org/protobuf v1.33.0 // indirect
|
google.golang.org/protobuf v1.34.1 // indirect
|
||||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||||
lukechampine.com/blake3 v1.2.2 // indirect
|
lukechampine.com/blake3 v1.3.0 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
76
core/go.sum
@@ -9,6 +9,8 @@ github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 h1:cDVUiFo+npB0ZASqnw4
|
|||||||
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344/go.mod h1:9pIqrY6SXNL8vjRQE5Hd/OL5GyK/9MrGUWs87z/eFfk=
|
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344/go.mod h1:9pIqrY6SXNL8vjRQE5Hd/OL5GyK/9MrGUWs87z/eFfk=
|
||||||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=
|
||||||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da/go.mod h1:eHEWzANqSiWQsof+nXEI9bUVUyV6F53Fp89EuCh2EAA=
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da/go.mod h1:eHEWzANqSiWQsof+nXEI9bUVUyV6F53Fp89EuCh2EAA=
|
||||||
|
github.com/ajg/form v1.5.1 h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU=
|
||||||
|
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
|
||||||
github.com/andybalholm/brotli v1.0.6 h1:Yf9fFpf49Zrxb9NlQaluyE92/+X7UVHlhMNJN2sxfOI=
|
github.com/andybalholm/brotli v1.0.6 h1:Yf9fFpf49Zrxb9NlQaluyE92/+X7UVHlhMNJN2sxfOI=
|
||||||
github.com/andybalholm/brotli v1.0.6/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
|
github.com/andybalholm/brotli v1.0.6/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
|
||||||
github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk=
|
github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk=
|
||||||
@@ -21,8 +23,8 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5P
|
|||||||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
|
||||||
github.com/cilium/ebpf v0.12.3 h1:8ht6F9MquybnY97at+VDZb3eQQr8ev79RueWeVaEcG4=
|
github.com/cilium/ebpf v0.12.3 h1:8ht6F9MquybnY97at+VDZb3eQQr8ev79RueWeVaEcG4=
|
||||||
github.com/cilium/ebpf v0.12.3/go.mod h1:TctK1ivibvI3znr66ljgi4hqOT8EYQjz1KWBfb1UVgM=
|
github.com/cilium/ebpf v0.12.3/go.mod h1:TctK1ivibvI3znr66ljgi4hqOT8EYQjz1KWBfb1UVgM=
|
||||||
github.com/cloudflare/circl v1.3.6 h1:/xbKIqSHbZXHwkhbrhrt2YOHIwYJlXH94E3tI/gDlUg=
|
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
|
||||||
github.com/cloudflare/circl v1.3.6/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA=
|
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
|
||||||
github.com/coreos/go-iptables v0.7.0 h1:XWM3V+MPRr5/q51NuWSgU0fqMad64Zyxs8ZUoMsamr8=
|
github.com/coreos/go-iptables v0.7.0 h1:XWM3V+MPRr5/q51NuWSgU0fqMad64Zyxs8ZUoMsamr8=
|
||||||
github.com/coreos/go-iptables v0.7.0/go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q=
|
github.com/coreos/go-iptables v0.7.0/go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q=
|
||||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
@@ -46,6 +48,12 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos
|
|||||||
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/gaukas/godicttls v0.0.4 h1:NlRaXb3J6hAnTmWdsEKb9bcSBD6BvcIjdGdeb0zfXbk=
|
github.com/gaukas/godicttls v0.0.4 h1:NlRaXb3J6hAnTmWdsEKb9bcSBD6BvcIjdGdeb0zfXbk=
|
||||||
github.com/gaukas/godicttls v0.0.4/go.mod h1:l6EenT4TLWgTdwslVb4sEMOCf7Bv0JAK67deKr9/NCI=
|
github.com/gaukas/godicttls v0.0.4/go.mod h1:l6EenT4TLWgTdwslVb4sEMOCf7Bv0JAK67deKr9/NCI=
|
||||||
|
github.com/go-chi/chi/v5 v5.0.12 h1:9euLV5sTrTNTRUU9POmDUvfxyj6LAABLUcEWO+JJb4s=
|
||||||
|
github.com/go-chi/chi/v5 v5.0.12/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
|
||||||
|
github.com/go-chi/cors v1.2.1 h1:xEC8UT3Rlp2QuWNEr4Fs/c2EAGVKBwy/1vHx3bppil4=
|
||||||
|
github.com/go-chi/cors v1.2.1/go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58=
|
||||||
|
github.com/go-chi/render v1.0.3 h1:AsXqd2a1/INaIfUSKq3G5uA8weYx20FOsM7uSoCyyt4=
|
||||||
|
github.com/go-chi/render v1.0.3/go.mod h1:/gr3hVkmYR0YlEy3LxCuVRFzEu9Ruok+gFqbIofjao0=
|
||||||
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
||||||
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
|
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
|
||||||
@@ -57,10 +65,10 @@ github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU
|
|||||||
github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM=
|
github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM=
|
||||||
github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=
|
github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=
|
||||||
github.com/gobwas/pool v0.2.1/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw=
|
github.com/gobwas/pool v0.2.1/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw=
|
||||||
github.com/gobwas/ws v1.3.2 h1:zlnbNHxumkRvfPWgfXu8RBwyNR1x8wh9cf5PTOCqs9Q=
|
github.com/gobwas/ws v1.4.0 h1:CTaoG1tojrh4ucGPcoJFiAQUAsEWekEWvLy7GsVNqGs=
|
||||||
github.com/gobwas/ws v1.3.2/go.mod h1:hRKAFb8wOxFROYNsT1bqfWnhX+b5MFeJM9r2ZSwg/KY=
|
github.com/gobwas/ws v1.4.0/go.mod h1:G3gNqMNtPppf5XUz7O4shetPpcZ1VJ7zt18dlUeakrc=
|
||||||
github.com/gofrs/uuid/v5 v5.1.0 h1:S5rqVKIigghZTCBKPCw0Y+bXkn26K3TB5mvQq2Ix8dk=
|
github.com/gofrs/uuid/v5 v5.2.0 h1:qw1GMx6/y8vhVsx626ImfKMuS5CvJmhIKKtuyvfajMM=
|
||||||
github.com/gofrs/uuid/v5 v5.1.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
|
github.com/gofrs/uuid/v5 v5.2.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
|
||||||
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
|
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
|
||||||
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
|
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
|
||||||
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
|
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
|
||||||
@@ -105,22 +113,24 @@ github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759 h1:cjd4biTvO
|
|||||||
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759/go.mod h1:UHOv2xu+RIgLwpXca7TLrXleEd4oR3sPatW6IF8wU88=
|
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759/go.mod h1:UHOv2xu+RIgLwpXca7TLrXleEd4oR3sPatW6IF8wU88=
|
||||||
github.com/metacubex/gvisor v0.0.0-20240320004321-933faba989ec h1:HxreOiFTUrJXJautEo8rnE1uKTVGY8wtZepY1Tii/Nc=
|
github.com/metacubex/gvisor v0.0.0-20240320004321-933faba989ec h1:HxreOiFTUrJXJautEo8rnE1uKTVGY8wtZepY1Tii/Nc=
|
||||||
github.com/metacubex/gvisor v0.0.0-20240320004321-933faba989ec/go.mod h1:8BVmQ+3cxjqzWElafm24rb2Ae4jRI6vAXNXWqWjfrXw=
|
github.com/metacubex/gvisor v0.0.0-20240320004321-933faba989ec/go.mod h1:8BVmQ+3cxjqzWElafm24rb2Ae4jRI6vAXNXWqWjfrXw=
|
||||||
github.com/metacubex/quic-go v0.42.1-0.20240418003344-f006b5735d98 h1:oMLlJV4a9AylNo8ZLBNUiqZ02Vme6GLLHjuWJz8amSk=
|
github.com/metacubex/quic-go v0.43.2-0.20240518033621-2c3d14c6b38e h1:Nzwe08FNIJpExWpy9iXkG336dN/8nJqn69yijB7vJ8g=
|
||||||
github.com/metacubex/quic-go v0.42.1-0.20240418003344-f006b5735d98/go.mod h1:iGx3Y1zynls/FjFgykLSqDcM81U0IKePRTXEz5g3iiQ=
|
github.com/metacubex/quic-go v0.43.2-0.20240518033621-2c3d14c6b38e/go.mod h1:uXHODgJFUfUnkkCMWLd5Er6L5QY/LFRZb9LD5jyyhsk=
|
||||||
github.com/metacubex/sing-quic v0.0.0-20240418004036-814c531c378d h1:RAe0ND8J5SOPGI623oEXfaHKaaUrrzHx+U1DN9Awcco=
|
github.com/metacubex/sing-quic v0.0.0-20240518034124-7696d3f7da72 h1:Wr4g1HCb5Z/QIFwFiVNjO2qL+dRu25+Mdn9xtAZZ+ew=
|
||||||
github.com/metacubex/sing-quic v0.0.0-20240418004036-814c531c378d/go.mod h1:WyY0zYxv+o+18R/Ece+QFontlgXoobKbNqbtYn2zjz8=
|
github.com/metacubex/sing-quic v0.0.0-20240518034124-7696d3f7da72/go.mod h1:g7Mxj7b7zm7YVqD975mk/hSmrb0A0G4bVvIMr2MMzn8=
|
||||||
github.com/metacubex/sing-shadowsocks v0.2.6 h1:6oEB3QcsFYnNiFeoevcXrCwJ3sAablwVSgtE9R3QeFQ=
|
github.com/metacubex/sing-shadowsocks v0.2.6 h1:6oEB3QcsFYnNiFeoevcXrCwJ3sAablwVSgtE9R3QeFQ=
|
||||||
github.com/metacubex/sing-shadowsocks v0.2.6/go.mod h1:zIkMeSnb8Mbf4hdqhw0pjzkn1d99YJ3JQm/VBg5WMTg=
|
github.com/metacubex/sing-shadowsocks v0.2.6/go.mod h1:zIkMeSnb8Mbf4hdqhw0pjzkn1d99YJ3JQm/VBg5WMTg=
|
||||||
github.com/metacubex/sing-shadowsocks2 v0.2.0 h1:hqwT/AfI5d5UdPefIzR6onGHJfDXs5zgOM5QSgaM/9A=
|
github.com/metacubex/sing-shadowsocks2 v0.2.0 h1:hqwT/AfI5d5UdPefIzR6onGHJfDXs5zgOM5QSgaM/9A=
|
||||||
github.com/metacubex/sing-shadowsocks2 v0.2.0/go.mod h1:LCKF6j1P94zN8ZS+LXRK1gmYTVGB3squivBSXAFnOg8=
|
github.com/metacubex/sing-shadowsocks2 v0.2.0/go.mod h1:LCKF6j1P94zN8ZS+LXRK1gmYTVGB3squivBSXAFnOg8=
|
||||||
github.com/metacubex/sing-tun v0.2.6 h1:frc58BqnIClqcC9KcYBfVAn5bgO6WW1ANKvZW3/HYAQ=
|
github.com/metacubex/sing-tun v0.2.7-0.20240512075008-89e7c6208eec h1:K4Wq3GOdLZ/xcqwyzAt4kmYQrjokyKQ3u/Xh5Yft14U=
|
||||||
github.com/metacubex/sing-tun v0.2.6/go.mod h1:4VsMwZH1IlgPGFK1ZbBomZ/B2MYkTgs2+gnBAr5GOIo=
|
github.com/metacubex/sing-tun v0.2.7-0.20240512075008-89e7c6208eec/go.mod h1:4VsMwZH1IlgPGFK1ZbBomZ/B2MYkTgs2+gnBAr5GOIo=
|
||||||
github.com/metacubex/sing-vmess v0.1.9-0.20231207122118-72303677451f h1:QjXrHKbTMBip/C+R79bvbfr42xH1gZl3uFb0RELdZiQ=
|
github.com/metacubex/sing-vmess v0.1.9-0.20231207122118-72303677451f h1:QjXrHKbTMBip/C+R79bvbfr42xH1gZl3uFb0RELdZiQ=
|
||||||
github.com/metacubex/sing-vmess v0.1.9-0.20231207122118-72303677451f/go.mod h1:olVkD4FChQ5gKMHG4ZzuD7+fMkJY1G8vwOKpRehjrmY=
|
github.com/metacubex/sing-vmess v0.1.9-0.20231207122118-72303677451f/go.mod h1:olVkD4FChQ5gKMHG4ZzuD7+fMkJY1G8vwOKpRehjrmY=
|
||||||
github.com/metacubex/sing-wireguard v0.0.0-20240321042214-224f96122a63 h1:AGyIB55UfQm/0ZH0HtQO9u3l//yjtHUpjeRjjPGfGRI=
|
github.com/metacubex/sing-wireguard v0.0.0-20240321042214-224f96122a63 h1:AGyIB55UfQm/0ZH0HtQO9u3l//yjtHUpjeRjjPGfGRI=
|
||||||
github.com/metacubex/sing-wireguard v0.0.0-20240321042214-224f96122a63/go.mod h1:uY+BYb0UEknLrqvbGcwi9i++KgrKxsurysgI6G1Pveo=
|
github.com/metacubex/sing-wireguard v0.0.0-20240321042214-224f96122a63/go.mod h1:uY+BYb0UEknLrqvbGcwi9i++KgrKxsurysgI6G1Pveo=
|
||||||
github.com/metacubex/tfo-go v0.0.0-20240228025757-be1269474a66 h1:as/aO/fM8nv4W4pOr9EETP6kV/Oaujk3fUNyQSJK61c=
|
github.com/metacubex/tfo-go v0.0.0-20240228025757-be1269474a66 h1:as/aO/fM8nv4W4pOr9EETP6kV/Oaujk3fUNyQSJK61c=
|
||||||
github.com/metacubex/tfo-go v0.0.0-20240228025757-be1269474a66/go.mod h1:c7bVFM9f5+VzeZ/6Kg77T/jrg1Xp8QpqlSHvG/aXVts=
|
github.com/metacubex/tfo-go v0.0.0-20240228025757-be1269474a66/go.mod h1:c7bVFM9f5+VzeZ/6Kg77T/jrg1Xp8QpqlSHvG/aXVts=
|
||||||
|
github.com/metacubex/utls v1.6.6 h1:3D12YKHTf2Z41UPhQU2dWerNWJ5TVQD9gKoQ+H+iLC8=
|
||||||
|
github.com/metacubex/utls v1.6.6/go.mod h1:+WLFUnXjcpdxXCnyX25nggw8C6YonZ8zOK2Zm/oRvdo=
|
||||||
github.com/miekg/dns v1.1.59 h1:C9EXc/UToRwKLhK5wKU/I4QVsBUc8kE6MkHBkeypWZs=
|
github.com/miekg/dns v1.1.59 h1:C9EXc/UToRwKLhK5wKU/I4QVsBUc8kE6MkHBkeypWZs=
|
||||||
github.com/miekg/dns v1.1.59/go.mod h1:nZpewl5p6IvctfgrckopVx2OlSEHPRO/U4SYkRklrEk=
|
github.com/miekg/dns v1.1.59/go.mod h1:nZpewl5p6IvctfgrckopVx2OlSEHPRO/U4SYkRklrEk=
|
||||||
github.com/mroth/weightedrand/v2 v2.1.0 h1:o1ascnB1CIVzsqlfArQQjeMy1U0NcIbBO5rfd5E/OeU=
|
github.com/mroth/weightedrand/v2 v2.1.0 h1:o1ascnB1CIVzsqlfArQQjeMy1U0NcIbBO5rfd5E/OeU=
|
||||||
@@ -166,14 +176,12 @@ github.com/sagernet/sing-shadowtls v0.1.4 h1:aTgBSJEgnumzFenPvc+kbD9/W0PywzWevnV
|
|||||||
github.com/sagernet/sing-shadowtls v0.1.4/go.mod h1:F8NBgsY5YN2beQavdgdm1DPlhaKQlaL6lpDdcBglGK4=
|
github.com/sagernet/sing-shadowtls v0.1.4/go.mod h1:F8NBgsY5YN2beQavdgdm1DPlhaKQlaL6lpDdcBglGK4=
|
||||||
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7 h1:DImB4lELfQhplLTxeq2z31Fpv8CQqqrUwTbrIRumZqQ=
|
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7 h1:DImB4lELfQhplLTxeq2z31Fpv8CQqqrUwTbrIRumZqQ=
|
||||||
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7/go.mod h1:FP9X2xjT/Az1EsG/orYYoC+5MojWnuI7hrffz8fGwwo=
|
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7/go.mod h1:FP9X2xjT/Az1EsG/orYYoC+5MojWnuI7hrffz8fGwwo=
|
||||||
github.com/sagernet/utls v1.5.4 h1:KmsEGbB2dKUtCNC+44NwAdNAqnqQ6GA4pTO0Yik56co=
|
|
||||||
github.com/sagernet/utls v1.5.4/go.mod h1:CTGxPWExIloRipK3XFpYv0OVyhO8kk3XCGW/ieyTh1s=
|
|
||||||
github.com/sagernet/wireguard-go v0.0.0-20231209092712-9a439356a62e h1:iGH0RMv2FzELOFNFQtvsxH7NPmlo7X5JizEK51UCojo=
|
github.com/sagernet/wireguard-go v0.0.0-20231209092712-9a439356a62e h1:iGH0RMv2FzELOFNFQtvsxH7NPmlo7X5JizEK51UCojo=
|
||||||
github.com/sagernet/wireguard-go v0.0.0-20231209092712-9a439356a62e/go.mod h1:YbL4TKHRR6APYQv3U2RGfwLDpPYSyWz6oUlpISBEzBE=
|
github.com/sagernet/wireguard-go v0.0.0-20231209092712-9a439356a62e/go.mod h1:YbL4TKHRR6APYQv3U2RGfwLDpPYSyWz6oUlpISBEzBE=
|
||||||
github.com/samber/lo v1.39.0 h1:4gTz1wUhNYLhFSKl6O+8peW0v2F4BCY034GRpU9WnuA=
|
github.com/samber/lo v1.39.0 h1:4gTz1wUhNYLhFSKl6O+8peW0v2F4BCY034GRpU9WnuA=
|
||||||
github.com/samber/lo v1.39.0/go.mod h1:+m/ZKRl6ClXCE2Lgf3MsQlWfh4bn1bz6CXEOxnEXnEA=
|
github.com/samber/lo v1.39.0/go.mod h1:+m/ZKRl6ClXCE2Lgf3MsQlWfh4bn1bz6CXEOxnEXnEA=
|
||||||
github.com/shirou/gopsutil/v3 v3.24.3 h1:eoUGJSmdfLzJ3mxIhmOAhgKEKgQkeOwKpz1NbhVnuPE=
|
github.com/shirou/gopsutil/v3 v3.24.4 h1:dEHgzZXt4LMNm+oYELpzl9YCqV65Yr/6SfrvgRBtXeU=
|
||||||
github.com/shirou/gopsutil/v3 v3.24.3/go.mod h1:JpND7O217xa72ewWz9zN2eIIkPWsDN/3pl0H8Qt0uwg=
|
github.com/shirou/gopsutil/v3 v3.24.4/go.mod h1:lTd2mdiOspcqLgAnr9/nGi71NkeMpWKdmhuxm9GusH8=
|
||||||
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM=
|
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM=
|
||||||
github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ=
|
github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ=
|
||||||
github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=
|
github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=
|
||||||
@@ -223,18 +231,18 @@ go4.org/netipx v0.0.0-20231129151722-fdeea329fbba h1:0b9z3AuHCjxk0x/opv64kcgZLBs
|
|||||||
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba/go.mod h1:PLyyIXexvUFg3Owu6p/WfdlivPbZJsZdgWZlrGope/Y=
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba/go.mod h1:PLyyIXexvUFg3Owu6p/WfdlivPbZJsZdgWZlrGope/Y=
|
||||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
||||||
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
|
||||||
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
|
golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
|
||||||
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
|
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
|
||||||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f h1:99ci1mjWVBWwJiEKYY6jWa4d2nTQVIEhZIptnrVb1XY=
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=
|
||||||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f/go.mod h1:/lliqkxwWAhPjf5oSOIJup2XcqJaw8RGS6k3TGEc7GI=
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc=
|
||||||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
|
||||||
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
|
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
|
||||||
golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=
|
golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=
|
||||||
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
|
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
|
||||||
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
||||||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
||||||
golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=
|
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
|
||||||
golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
|
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
|
||||||
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
|
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
|
||||||
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
||||||
@@ -254,28 +262,28 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|||||||
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||||
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
|
||||||
golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=
|
|
||||||
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||||
golang.org/x/term v0.19.0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q=
|
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
|
||||||
golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk=
|
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||||
|
golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
|
||||||
|
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
|
||||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
|
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
|
||||||
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
|
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
|
||||||
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
|
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
|
||||||
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
|
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
|
||||||
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
||||||
golang.org/x/tools v0.20.0 h1:hz/CVckiOxybQvFw6h7b/q80NTr9IUQb4s1IIzW7KNY=
|
golang.org/x/tools v0.21.0 h1:qc0xYgIbsSDt9EyWz05J5wfa7LOVW0YTLOXrqdLAWIw=
|
||||||
golang.org/x/tools v0.20.0/go.mod h1:WvitBU7JJf6A4jOdg4S1tviW9bhUxkgeCui/0JHctQg=
|
golang.org/x/tools v0.21.0/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
|
||||||
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||||
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
|
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
|
||||||
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
|
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
|
||||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
|
||||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||||
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||||
lukechampine.com/blake3 v1.2.2 h1:wEAbSg0IVU4ih44CVlpMqMZMpzr5hf/6aqodLlevd/w=
|
lukechampine.com/blake3 v1.3.0 h1:sJ3XhFINmHSrYCgl958hscfIa3bw8x4DqMP3u1YvoYE=
|
||||||
lukechampine.com/blake3 v1.2.2/go.mod h1:0OFRp7fBtAylGVCO40o87sbupkyIGgbpv1+M1k1LM6k=
|
lukechampine.com/blake3 v1.3.0/go.mod h1:0OFRp7fBtAylGVCO40o87sbupkyIGgbpv1+M1k1LM6k=
|
||||||
|
|||||||
342
core/hub.go
@@ -1,5 +1,8 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
|
/*
|
||||||
|
#include <stdlib.h>
|
||||||
|
*/
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
bridge "core/dart-bridge"
|
bridge "core/dart-bridge"
|
||||||
@@ -7,11 +10,17 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"github.com/metacubex/mihomo/adapter"
|
"github.com/metacubex/mihomo/adapter"
|
||||||
"github.com/metacubex/mihomo/adapter/outboundgroup"
|
"github.com/metacubex/mihomo/adapter/outboundgroup"
|
||||||
|
"github.com/metacubex/mihomo/adapter/provider"
|
||||||
|
"github.com/metacubex/mihomo/common/structure"
|
||||||
"github.com/metacubex/mihomo/common/utils"
|
"github.com/metacubex/mihomo/common/utils"
|
||||||
|
"github.com/metacubex/mihomo/component/geodata"
|
||||||
|
"github.com/metacubex/mihomo/component/mmdb"
|
||||||
"github.com/metacubex/mihomo/config"
|
"github.com/metacubex/mihomo/config"
|
||||||
"github.com/metacubex/mihomo/constant"
|
"github.com/metacubex/mihomo/constant"
|
||||||
|
cp "github.com/metacubex/mihomo/constant/provider"
|
||||||
"github.com/metacubex/mihomo/hub/executor"
|
"github.com/metacubex/mihomo/hub/executor"
|
||||||
"github.com/metacubex/mihomo/log"
|
"github.com/metacubex/mihomo/log"
|
||||||
|
rp "github.com/metacubex/mihomo/rules/provider"
|
||||||
"github.com/metacubex/mihomo/tunnel"
|
"github.com/metacubex/mihomo/tunnel"
|
||||||
"github.com/metacubex/mihomo/tunnel/statistic"
|
"github.com/metacubex/mihomo/tunnel/statistic"
|
||||||
"golang.org/x/net/context"
|
"golang.org/x/net/context"
|
||||||
@@ -23,8 +32,12 @@ import (
|
|||||||
|
|
||||||
var currentConfig = config.DefaultRawConfig()
|
var currentConfig = config.DefaultRawConfig()
|
||||||
|
|
||||||
|
var configParams = ConfigExtendedParams{}
|
||||||
|
|
||||||
var isInit = false
|
var isInit = false
|
||||||
|
|
||||||
|
var currentProfileName = ""
|
||||||
|
|
||||||
//export initClash
|
//export initClash
|
||||||
func initClash(homeDirStr *C.char) bool {
|
func initClash(homeDirStr *C.char) bool {
|
||||||
if !isInit {
|
if !isInit {
|
||||||
@@ -55,34 +68,93 @@ func shutdownClash() bool {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//export forceGc
|
||||||
|
func forceGc() {
|
||||||
|
go func() {
|
||||||
|
log.Infoln("[APP] request force GC")
|
||||||
|
runtime.GC()
|
||||||
|
}()
|
||||||
|
}
|
||||||
|
|
||||||
|
//export setCurrentProfileName
|
||||||
|
func setCurrentProfileName(s *C.char) {
|
||||||
|
currentProfileName = C.GoString(s)
|
||||||
|
}
|
||||||
|
|
||||||
|
//export getCurrentProfileName
|
||||||
|
func getCurrentProfileName() *C.char {
|
||||||
|
return C.CString(currentProfileName)
|
||||||
|
}
|
||||||
|
|
||||||
//export validateConfig
|
//export validateConfig
|
||||||
func validateConfig(s *C.char) bool {
|
func validateConfig(s *C.char, port C.longlong) {
|
||||||
|
i := int64(port)
|
||||||
bytes := []byte(C.GoString(s))
|
bytes := []byte(C.GoString(s))
|
||||||
_, err := config.UnmarshalRawConfig(bytes)
|
go func() {
|
||||||
return err == nil
|
_, err := config.UnmarshalRawConfig(bytes)
|
||||||
|
if err != nil {
|
||||||
|
bridge.SendToPort(i, err.Error())
|
||||||
|
return
|
||||||
|
}
|
||||||
|
bridge.SendToPort(i, "")
|
||||||
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
//export updateConfig
|
//export updateConfig
|
||||||
func updateConfig(s *C.char) bool {
|
func updateConfig(s *C.char, port C.longlong) {
|
||||||
|
i := int64(port)
|
||||||
paramsString := C.GoString(s)
|
paramsString := C.GoString(s)
|
||||||
var params = &GenerateConfigParams{}
|
go func() {
|
||||||
err := json.Unmarshal([]byte(paramsString), params)
|
var params = &GenerateConfigParams{}
|
||||||
if err != nil {
|
err := json.Unmarshal([]byte(paramsString), params)
|
||||||
log.Errorln("generateConfig Unmarshal error %v", err)
|
if err != nil {
|
||||||
return false
|
bridge.SendToPort(i, err.Error())
|
||||||
}
|
return
|
||||||
prof := decorationConfig(params.ProfilePath, *params.Config)
|
}
|
||||||
currentConfig = prof
|
configParams = params.Params
|
||||||
if *params.IsPatch {
|
prof := decorationConfig(params.ProfilePath, params.Config)
|
||||||
return applyConfig(true)
|
currentConfig = prof
|
||||||
} else {
|
applyConfig()
|
||||||
return applyConfig(false)
|
bridge.SendToPort(i, "")
|
||||||
}
|
}()
|
||||||
|
}
|
||||||
|
|
||||||
|
//export clearEffect
|
||||||
|
func clearEffect(s *C.char) {
|
||||||
|
path := C.GoString(s)
|
||||||
|
go func() {
|
||||||
|
rawCfg := getRawConfigWithPath(&path)
|
||||||
|
for _, mapping := range rawCfg.RuleProvider {
|
||||||
|
schema := &ruleProviderSchema{}
|
||||||
|
decoder := structure.NewDecoder(structure.Option{TagName: "provider", WeaklyTypedInput: true})
|
||||||
|
if err := decoder.Decode(mapping, schema); err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if schema.Type == "http" {
|
||||||
|
_ = removeFile(constant.Path.Resolve(schema.Path))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for _, mapping := range rawCfg.ProxyProvider {
|
||||||
|
schema := &proxyProviderSchema{
|
||||||
|
HealthCheck: healthCheckSchema{
|
||||||
|
Lazy: true,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
decoder := structure.NewDecoder(structure.Option{TagName: "provider", WeaklyTypedInput: true})
|
||||||
|
if err := decoder.Decode(mapping, schema); err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if schema.Type == "http" {
|
||||||
|
_ = removeFile(constant.Path.Resolve(schema.Path))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
_ = removeFile(path)
|
||||||
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
//export getProxies
|
//export getProxies
|
||||||
func getProxies() *C.char {
|
func getProxies() *C.char {
|
||||||
data, err := json.Marshal(tunnel.Proxies())
|
data, err := json.Marshal(tunnel.ProxiesWithProviders())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return C.CString("")
|
return C.CString("")
|
||||||
}
|
}
|
||||||
@@ -90,29 +162,32 @@ func getProxies() *C.char {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//export changeProxy
|
//export changeProxy
|
||||||
func changeProxy(s *C.char) bool {
|
func changeProxy(s *C.char) {
|
||||||
paramsString := C.GoString(s)
|
paramsString := C.GoString(s)
|
||||||
var params = &ChangeProxyParams{}
|
go func() {
|
||||||
err := json.Unmarshal([]byte(paramsString), params)
|
var params = &ChangeProxyParams{}
|
||||||
if err != nil {
|
err := json.Unmarshal([]byte(paramsString), params)
|
||||||
log.Infoln("Unmarshal ChangeProxyParams %v", err)
|
if err != nil {
|
||||||
return false
|
log.Infoln("Unmarshal ChangeProxyParams %v", err)
|
||||||
}
|
}
|
||||||
proxies := tunnel.Proxies()
|
groupName := *params.GroupName
|
||||||
proxy := proxies[*params.GroupName]
|
proxyName := *params.ProxyName
|
||||||
if proxy == nil {
|
proxies := tunnel.ProxiesWithProviders()
|
||||||
return false
|
group, ok := proxies[groupName]
|
||||||
}
|
if !ok {
|
||||||
log.Infoln("change proxy %s", proxy.Name())
|
return
|
||||||
adapterProxy := proxy.(*adapter.Proxy)
|
}
|
||||||
selector, ok := adapterProxy.ProxyAdapter.(*outboundgroup.Selector)
|
adapterProxy := group.(*adapter.Proxy)
|
||||||
if !ok {
|
selector, ok := adapterProxy.ProxyAdapter.(*outboundgroup.Selector)
|
||||||
return false
|
if !ok {
|
||||||
}
|
return
|
||||||
if err := selector.Set(*params.ProxyName); err != nil {
|
}
|
||||||
return false
|
|
||||||
}
|
err = selector.Set(proxyName)
|
||||||
return true
|
if err == nil {
|
||||||
|
log.Infoln("[Selector] %s selected %s", groupName, proxyName)
|
||||||
|
}
|
||||||
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
//export getTraffic
|
//export getTraffic
|
||||||
@@ -130,10 +205,31 @@ func getTraffic() *C.char {
|
|||||||
return C.CString(string(data))
|
return C.CString(string(data))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//export getTotalTraffic
|
||||||
|
func getTotalTraffic() *C.char {
|
||||||
|
up, down := statistic.DefaultManager.Total()
|
||||||
|
traffic := map[string]int64{
|
||||||
|
"up": up,
|
||||||
|
"down": down,
|
||||||
|
}
|
||||||
|
data, err := json.Marshal(traffic)
|
||||||
|
if err != nil {
|
||||||
|
fmt.Println("Error:", err)
|
||||||
|
return C.CString("")
|
||||||
|
}
|
||||||
|
return C.CString(string(data))
|
||||||
|
}
|
||||||
|
|
||||||
|
//export resetTraffic
|
||||||
|
func resetTraffic() {
|
||||||
|
statistic.DefaultManager.ResetStatistic()
|
||||||
|
}
|
||||||
|
|
||||||
//export asyncTestDelay
|
//export asyncTestDelay
|
||||||
func asyncTestDelay(s *C.char) {
|
func asyncTestDelay(s *C.char, port C.longlong) {
|
||||||
|
i := int64(port)
|
||||||
|
paramsString := C.GoString(s)
|
||||||
go func() {
|
go func() {
|
||||||
paramsString := C.GoString(s)
|
|
||||||
var params = &TestDelayParams{}
|
var params = &TestDelayParams{}
|
||||||
err := json.Unmarshal([]byte(paramsString), params)
|
err := json.Unmarshal([]byte(paramsString), params)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -148,33 +244,32 @@ func asyncTestDelay(s *C.char) {
|
|||||||
ctx, cancel := context.WithTimeout(context.Background(), time.Millisecond*time.Duration(params.Timeout))
|
ctx, cancel := context.WithTimeout(context.Background(), time.Millisecond*time.Duration(params.Timeout))
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
proxies := tunnel.Proxies()
|
proxies := tunnel.ProxiesWithProviders()
|
||||||
proxy := proxies[params.ProxyName]
|
proxy := proxies[params.ProxyName]
|
||||||
|
|
||||||
delayData := &Delay{
|
delayData := &Delay{
|
||||||
Name: params.ProxyName,
|
Name: params.ProxyName,
|
||||||
}
|
}
|
||||||
|
|
||||||
message := bridge.Message{
|
|
||||||
Type: bridge.Delay,
|
|
||||||
Data: delayData,
|
|
||||||
}
|
|
||||||
|
|
||||||
if proxy == nil {
|
if proxy == nil {
|
||||||
delayData.Value = -1
|
delayData.Value = -1
|
||||||
bridge.SendMessage(message)
|
data, _ := json.Marshal(delayData)
|
||||||
|
bridge.SendToPort(i, string(data))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
delay, err := proxy.URLTest(ctx, constant.DefaultTestURL, expectedStatus)
|
delay, err := proxy.URLTest(ctx, constant.DefaultTestURL, expectedStatus)
|
||||||
if err != nil || delay == 0 {
|
if err != nil || delay == 0 {
|
||||||
delayData.Value = -1
|
delayData.Value = -1
|
||||||
bridge.SendMessage(message)
|
data, _ := json.Marshal(delayData)
|
||||||
|
bridge.SendToPort(i, string(data))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
delayData.Value = int32(delay)
|
delayData.Value = int32(delay)
|
||||||
bridge.SendMessage(message)
|
data, _ := json.Marshal(delayData)
|
||||||
|
bridge.SendToPort(i, string(data))
|
||||||
|
return
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -182,7 +277,7 @@ func asyncTestDelay(s *C.char) {
|
|||||||
func getVersionInfo() *C.char {
|
func getVersionInfo() *C.char {
|
||||||
versionInfo := map[string]string{
|
versionInfo := map[string]string{
|
||||||
"clashName": constant.Name,
|
"clashName": constant.Name,
|
||||||
"version": constant.Version,
|
"version": "1.18.5",
|
||||||
}
|
}
|
||||||
data, err := json.Marshal(versionInfo)
|
data, err := json.Marshal(versionInfo)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -218,7 +313,6 @@ func closeConnections() bool {
|
|||||||
//export closeConnection
|
//export closeConnection
|
||||||
func closeConnection(id *C.char) bool {
|
func closeConnection(id *C.char) bool {
|
||||||
connectionId := C.GoString(id)
|
connectionId := C.GoString(id)
|
||||||
|
|
||||||
err := statistic.DefaultManager.Get(connectionId).Close()
|
err := statistic.DefaultManager.Get(connectionId).Close()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return false
|
return false
|
||||||
@@ -229,28 +323,150 @@ func closeConnection(id *C.char) bool {
|
|||||||
//export getProviders
|
//export getProviders
|
||||||
func getProviders() *C.char {
|
func getProviders() *C.char {
|
||||||
data, err := json.Marshal(tunnel.Providers())
|
data, err := json.Marshal(tunnel.Providers())
|
||||||
|
var msg *C.char
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return C.CString("")
|
msg = C.CString("")
|
||||||
|
return msg
|
||||||
}
|
}
|
||||||
return C.CString(string(data))
|
msg = C.CString(string(data))
|
||||||
|
return msg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//export getProvider
|
//export getProvider
|
||||||
func getProvider(name *C.char) *C.char {
|
func getProvider(name *C.char) *C.char {
|
||||||
providerName := C.GoString(name)
|
providerName := C.GoString(name)
|
||||||
providers := tunnel.Providers()
|
providers := tunnel.Providers()
|
||||||
var provider = providers[providerName]
|
data, err := json.Marshal(providers[providerName])
|
||||||
data, err := json.Marshal(provider)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return C.CString("")
|
return C.CString("")
|
||||||
}
|
}
|
||||||
return C.CString(string(data))
|
return C.CString(string(data))
|
||||||
}
|
}
|
||||||
|
|
||||||
//export initNativeApiBridge
|
//export getExternalProviders
|
||||||
func initNativeApiBridge(api unsafe.Pointer, port C.longlong) {
|
func getExternalProviders() *C.char {
|
||||||
bridge.InitDartApi(api)
|
externalProviders := make([]ExternalProvider, 0)
|
||||||
i := int64(port)
|
providers := tunnel.Providers()
|
||||||
bridge.Port = &i
|
for n, p := range providers {
|
||||||
|
if p.VehicleType() != cp.Compatible {
|
||||||
|
p := p.(*provider.ProxySetProvider)
|
||||||
|
externalProviders = append(externalProviders, ExternalProvider{
|
||||||
|
Name: n,
|
||||||
|
Type: p.Type().String(),
|
||||||
|
VehicleType: p.VehicleType().String(),
|
||||||
|
UpdateAt: p.UpdatedAt,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for n, p := range tunnel.RuleProviders() {
|
||||||
|
if p.VehicleType() != cp.Compatible {
|
||||||
|
p := p.(*rp.RuleSetProvider)
|
||||||
|
externalProviders = append(externalProviders, ExternalProvider{
|
||||||
|
Name: n,
|
||||||
|
Type: p.Type().String(),
|
||||||
|
VehicleType: p.VehicleType().String(),
|
||||||
|
UpdateAt: p.UpdatedAt,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
data, err := json.Marshal(externalProviders)
|
||||||
|
if err != nil {
|
||||||
|
return C.CString("")
|
||||||
|
}
|
||||||
|
return C.CString(string(data))
|
||||||
|
}
|
||||||
|
|
||||||
|
//export updateExternalProvider
|
||||||
|
func updateExternalProvider(providerName *C.char, providerType *C.char, port C.longlong) {
|
||||||
|
i := int64(port)
|
||||||
|
providerNameString := C.GoString(providerName)
|
||||||
|
providerTypeString := C.GoString(providerType)
|
||||||
|
go func() {
|
||||||
|
switch providerTypeString {
|
||||||
|
case "Proxy":
|
||||||
|
providers := tunnel.Providers()
|
||||||
|
err := providers[providerNameString].Update()
|
||||||
|
if err != nil {
|
||||||
|
bridge.SendToPort(i, err.Error())
|
||||||
|
return
|
||||||
|
}
|
||||||
|
case "Rule":
|
||||||
|
providers := tunnel.RuleProviders()
|
||||||
|
err := providers[providerNameString].Update()
|
||||||
|
if err != nil {
|
||||||
|
bridge.SendToPort(i, err.Error())
|
||||||
|
return
|
||||||
|
}
|
||||||
|
case "MMDB":
|
||||||
|
err := mmdb.DownloadMMDB(constant.Path.Resolve(providerNameString))
|
||||||
|
if err != nil {
|
||||||
|
bridge.SendToPort(i, err.Error())
|
||||||
|
return
|
||||||
|
}
|
||||||
|
case "ASN":
|
||||||
|
err := mmdb.DownloadASN(constant.Path.Resolve(providerNameString))
|
||||||
|
if err != nil {
|
||||||
|
bridge.SendToPort(i, err.Error())
|
||||||
|
return
|
||||||
|
}
|
||||||
|
case "GeoIp":
|
||||||
|
err := geodata.DownloadGeoIP(constant.Path.Resolve(providerNameString))
|
||||||
|
if err != nil {
|
||||||
|
bridge.SendToPort(i, err.Error())
|
||||||
|
return
|
||||||
|
}
|
||||||
|
case "GeoSite":
|
||||||
|
err := geodata.DownloadGeoSite(constant.Path.Resolve(providerNameString))
|
||||||
|
if err != nil {
|
||||||
|
bridge.SendToPort(i, err.Error())
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
bridge.SendToPort(i, "")
|
||||||
|
}()
|
||||||
|
}
|
||||||
|
|
||||||
|
//export initNativeApiBridge
|
||||||
|
func initNativeApiBridge(api unsafe.Pointer) {
|
||||||
|
bridge.InitDartApi(api)
|
||||||
|
}
|
||||||
|
|
||||||
|
//export initMessage
|
||||||
|
func initMessage(port C.longlong) {
|
||||||
|
i := int64(port)
|
||||||
|
Port = i
|
||||||
|
}
|
||||||
|
|
||||||
|
//export freeCString
|
||||||
|
func freeCString(s *C.char) {
|
||||||
|
C.free(unsafe.Pointer(s))
|
||||||
|
}
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
provider.HealthcheckHook = func(name string, delay uint16) {
|
||||||
|
delayData := &Delay{
|
||||||
|
Name: name,
|
||||||
|
}
|
||||||
|
if delay == 0 {
|
||||||
|
delayData.Value = -1
|
||||||
|
} else {
|
||||||
|
delayData.Value = int32(delay)
|
||||||
|
}
|
||||||
|
SendMessage(Message{
|
||||||
|
Type: DelayMessage,
|
||||||
|
Data: delayData,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
statistic.DefaultRequestNotify = func(c statistic.Tracker) {
|
||||||
|
SendMessage(Message{
|
||||||
|
Type: RequestMessage,
|
||||||
|
Data: c,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
executor.DefaultProxyProviderLoadedHook = func(providerName string) {
|
||||||
|
SendMessage(Message{
|
||||||
|
Type: LoadedMessage,
|
||||||
|
Data: providerName,
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
10
core/log.go
@@ -2,7 +2,6 @@ package main
|
|||||||
|
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
bridge "core/dart-bridge"
|
|
||||||
"github.com/metacubex/mihomo/common/observable"
|
"github.com/metacubex/mihomo/common/observable"
|
||||||
"github.com/metacubex/mihomo/log"
|
"github.com/metacubex/mihomo/log"
|
||||||
)
|
)
|
||||||
@@ -18,11 +17,14 @@ func startLog() {
|
|||||||
logSubscriber = log.Subscribe()
|
logSubscriber = log.Subscribe()
|
||||||
go func() {
|
go func() {
|
||||||
for logData := range logSubscriber {
|
for logData := range logSubscriber {
|
||||||
message := &bridge.Message{
|
if logData.LogLevel < log.Level() {
|
||||||
Type: bridge.Log,
|
continue
|
||||||
|
}
|
||||||
|
message := &Message{
|
||||||
|
Type: LogMessage,
|
||||||
Data: logData,
|
Data: logData,
|
||||||
}
|
}
|
||||||
bridge.SendMessage(*message)
|
SendMessage(*message)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|||||||
77
core/message.go
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
bridge "core/dart-bridge"
|
||||||
|
"encoding/json"
|
||||||
|
"github.com/metacubex/mihomo/constant"
|
||||||
|
)
|
||||||
|
|
||||||
|
var Port int64
|
||||||
|
var ServicePort int64
|
||||||
|
|
||||||
|
type MessageType string
|
||||||
|
|
||||||
|
const (
|
||||||
|
LogMessage MessageType = "log"
|
||||||
|
ProtectMessage MessageType = "protect"
|
||||||
|
DelayMessage MessageType = "delay"
|
||||||
|
ProcessMessage MessageType = "process"
|
||||||
|
RequestMessage MessageType = "request"
|
||||||
|
StartedMessage MessageType = "started"
|
||||||
|
LoadedMessage MessageType = "loaded"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Delay struct {
|
||||||
|
Name string `json:"name"`
|
||||||
|
Value int32 `json:"value"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Process struct {
|
||||||
|
Id int64 `json:"id"`
|
||||||
|
Metadata *constant.Metadata `json:"metadata"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Message struct {
|
||||||
|
Type MessageType `json:"type"`
|
||||||
|
Data interface{} `json:"data"`
|
||||||
|
}
|
||||||
|
|
||||||
|
func (message *Message) Json() (string, error) {
|
||||||
|
data, err := json.Marshal(message)
|
||||||
|
return string(data), err
|
||||||
|
}
|
||||||
|
|
||||||
|
func SendMessage(message Message) {
|
||||||
|
s, err := message.Json()
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if handler, ok := messageHandlers[message.Type]; ok {
|
||||||
|
handler(s)
|
||||||
|
} else {
|
||||||
|
sendToPort(s)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var messageHandlers = map[MessageType]func(string) bool{
|
||||||
|
ProtectMessage: sendToServicePort,
|
||||||
|
ProcessMessage: sendToServicePort,
|
||||||
|
StartedMessage: conditionalSend,
|
||||||
|
LoadedMessage: conditionalSend,
|
||||||
|
}
|
||||||
|
|
||||||
|
func sendToPort(s string) bool {
|
||||||
|
return bridge.SendToPort(Port, s)
|
||||||
|
}
|
||||||
|
|
||||||
|
func sendToServicePort(s string) bool {
|
||||||
|
return bridge.SendToPort(ServicePort, s)
|
||||||
|
}
|
||||||
|
|
||||||
|
func conditionalSend(s string) bool {
|
||||||
|
isSuccess := sendToPort(s)
|
||||||
|
if !isSuccess {
|
||||||
|
return sendToServicePort(s)
|
||||||
|
}
|
||||||
|
return isSuccess
|
||||||
|
}
|
||||||
42
core/platform/limit.go
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
//go:build android
|
||||||
|
|
||||||
|
package platform
|
||||||
|
|
||||||
|
import "syscall"
|
||||||
|
|
||||||
|
var nullFd int
|
||||||
|
var maxFdCount int
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
fd, err := syscall.Open("/dev/null", syscall.O_WRONLY, 0644)
|
||||||
|
if err != nil {
|
||||||
|
panic(err.Error())
|
||||||
|
}
|
||||||
|
|
||||||
|
nullFd = fd
|
||||||
|
|
||||||
|
var limit syscall.Rlimit
|
||||||
|
|
||||||
|
if err := syscall.Getrlimit(syscall.RLIMIT_NOFILE, &limit); err != nil {
|
||||||
|
maxFdCount = 1024
|
||||||
|
} else {
|
||||||
|
maxFdCount = int(limit.Cur)
|
||||||
|
}
|
||||||
|
|
||||||
|
maxFdCount = maxFdCount / 4 * 3
|
||||||
|
}
|
||||||
|
|
||||||
|
func ShouldBlockConnection() bool {
|
||||||
|
fd, err := syscall.Dup(nullFd)
|
||||||
|
if err != nil {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
_ = syscall.Close(fd)
|
||||||
|
|
||||||
|
if fd > maxFdCount {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
return false
|
||||||
|
}
|
||||||
@@ -1,3 +1,81 @@
|
|||||||
//go:build android
|
//go:build android
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
import "C"
|
||||||
|
import (
|
||||||
|
"encoding/json"
|
||||||
|
"errors"
|
||||||
|
"github.com/metacubex/mihomo/component/process"
|
||||||
|
"github.com/metacubex/mihomo/constant"
|
||||||
|
"sync"
|
||||||
|
"sync/atomic"
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ProcessMap struct {
|
||||||
|
m sync.Map
|
||||||
|
}
|
||||||
|
|
||||||
|
func (cm *ProcessMap) Store(key int64, value string) {
|
||||||
|
cm.m.Store(key, value)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (cm *ProcessMap) Load(key int64) (string, bool) {
|
||||||
|
value, ok := cm.m.Load(key)
|
||||||
|
if !ok || value == nil {
|
||||||
|
return "", false
|
||||||
|
}
|
||||||
|
return value.(string), true
|
||||||
|
}
|
||||||
|
|
||||||
|
var counter int64 = 0
|
||||||
|
|
||||||
|
var processMap ProcessMap
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
process.DefaultPackageNameResolver = func(metadata *constant.Metadata) (string, error) {
|
||||||
|
if metadata == nil {
|
||||||
|
return "", process.ErrInvalidNetwork
|
||||||
|
}
|
||||||
|
id := atomic.AddInt64(&counter, 1)
|
||||||
|
|
||||||
|
timeout := time.After(200 * time.Millisecond)
|
||||||
|
|
||||||
|
SendMessage(Message{
|
||||||
|
Type: ProcessMessage,
|
||||||
|
Data: Process{
|
||||||
|
Id: id,
|
||||||
|
Metadata: metadata,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
for {
|
||||||
|
select {
|
||||||
|
case <-timeout:
|
||||||
|
return "", errors.New("package resolver timeout")
|
||||||
|
default:
|
||||||
|
value, exists := processMap.Load(id)
|
||||||
|
if exists {
|
||||||
|
return value, nil
|
||||||
|
}
|
||||||
|
time.Sleep(20 * time.Millisecond)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//export setProcessMap
|
||||||
|
func setProcessMap(s *C.char) {
|
||||||
|
if s == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
paramsString := C.GoString(s)
|
||||||
|
go func() {
|
||||||
|
var processMapItem = &ProcessMapItem{}
|
||||||
|
err := json.Unmarshal([]byte(paramsString), processMapItem)
|
||||||
|
if err == nil {
|
||||||
|
processMap.Store(processMapItem.Id, processMapItem.Value)
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
}
|
||||||
|
|||||||
43
core/status.go
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
//go:build android
|
||||||
|
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "C"
|
||||||
|
import (
|
||||||
|
"encoding/json"
|
||||||
|
"fmt"
|
||||||
|
)
|
||||||
|
|
||||||
|
type AccessControl struct {
|
||||||
|
Mode string `json:"mode"`
|
||||||
|
AcceptList []string `json:"acceptList"`
|
||||||
|
RejectList []string `json:"rejectList"`
|
||||||
|
IsFilterSystemApp bool `json:"isFilterSystemApp"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type AndroidProps struct {
|
||||||
|
AccessControl *AccessControl `json:"accessControl"`
|
||||||
|
AllowBypass bool `json:"allowBypass"`
|
||||||
|
SystemProxy bool `json:"systemProxy"`
|
||||||
|
}
|
||||||
|
|
||||||
|
var androidProps AndroidProps
|
||||||
|
|
||||||
|
//export getAndroidProps
|
||||||
|
func getAndroidProps() *C.char {
|
||||||
|
data, err := json.Marshal(androidProps)
|
||||||
|
if err != nil {
|
||||||
|
fmt.Println("Error:", err)
|
||||||
|
return C.CString("")
|
||||||
|
}
|
||||||
|
return C.CString(string(data))
|
||||||
|
}
|
||||||
|
|
||||||
|
//export setAndroidProps
|
||||||
|
func setAndroidProps(s *C.char) {
|
||||||
|
paramsString := C.GoString(s)
|
||||||
|
err := json.Unmarshal([]byte(paramsString), &androidProps)
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
176
core/tun.go
@@ -4,79 +4,157 @@ package main
|
|||||||
|
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
"core/platform"
|
||||||
t "core/tun"
|
t "core/tun"
|
||||||
|
"errors"
|
||||||
"github.com/metacubex/mihomo/component/dialer"
|
"github.com/metacubex/mihomo/component/dialer"
|
||||||
"github.com/metacubex/mihomo/log"
|
"github.com/metacubex/mihomo/log"
|
||||||
"golang.org/x/sync/semaphore"
|
"golang.org/x/sync/semaphore"
|
||||||
|
"strconv"
|
||||||
"sync"
|
"sync"
|
||||||
|
"sync/atomic"
|
||||||
"syscall"
|
"syscall"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
var tunLock sync.Mutex
|
var tunLock sync.Mutex
|
||||||
var tun *t.Tun
|
var tun *t.Tun
|
||||||
|
var runTime *time.Time
|
||||||
|
|
||||||
//export startTUN
|
type FdMap struct {
|
||||||
func startTUN(fd C.int) bool {
|
m sync.Map
|
||||||
tunLock.Lock()
|
|
||||||
defer tunLock.Unlock()
|
|
||||||
|
|
||||||
if tun != nil {
|
|
||||||
tun.Close()
|
|
||||||
tun = nil
|
|
||||||
}
|
|
||||||
f := int(fd)
|
|
||||||
gateway := "172.16.0.1/30"
|
|
||||||
portal := "172.16.0.2"
|
|
||||||
dns := "0.0.0.0"
|
|
||||||
|
|
||||||
tempTun := &t.Tun{Closed: false, Limit: semaphore.NewWeighted(4)}
|
|
||||||
|
|
||||||
closer, err := t.Start(f, gateway, portal, dns)
|
|
||||||
|
|
||||||
applyConfig(true)
|
|
||||||
|
|
||||||
if err != nil {
|
|
||||||
log.Errorln("startTUN error: %v", err)
|
|
||||||
tempTun.Close()
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
tempTun.Closer = closer
|
|
||||||
|
|
||||||
tun = tempTun
|
|
||||||
|
|
||||||
return true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//export updateMarkSocketPort
|
func (cm *FdMap) Store(key int64) {
|
||||||
func updateMarkSocketPort(markSocketPort C.longlong) bool {
|
cm.m.Store(key, struct{}{})
|
||||||
tunLock.Lock()
|
}
|
||||||
defer tunLock.Unlock()
|
|
||||||
//if tun != nil {
|
func (cm *FdMap) Load(key int64) bool {
|
||||||
// tun.MarkSocketPort = int64(markSocketPort)
|
_, ok := cm.m.Load(key)
|
||||||
//}
|
return ok
|
||||||
return true
|
}
|
||||||
|
|
||||||
|
var fdMap FdMap
|
||||||
|
|
||||||
|
//export startTUN
|
||||||
|
func startTUN(fd C.int, port C.longlong) {
|
||||||
|
i := int64(port)
|
||||||
|
ServicePort = i
|
||||||
|
go func() {
|
||||||
|
tunLock.Lock()
|
||||||
|
defer tunLock.Unlock()
|
||||||
|
|
||||||
|
if tun != nil {
|
||||||
|
tun.Close()
|
||||||
|
tun = nil
|
||||||
|
}
|
||||||
|
|
||||||
|
f := int(fd)
|
||||||
|
gateway := "172.16.0.1/30"
|
||||||
|
portal := "172.16.0.2"
|
||||||
|
dns := "0.0.0.0"
|
||||||
|
|
||||||
|
tempTun := &t.Tun{Closed: false, Limit: semaphore.NewWeighted(4)}
|
||||||
|
|
||||||
|
closer, err := t.Start(f, gateway, portal, dns)
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
|
log.Errorln("startTUN error: %v", err)
|
||||||
|
tempTun.Close()
|
||||||
|
}
|
||||||
|
|
||||||
|
tempTun.Closer = closer
|
||||||
|
|
||||||
|
tun = tempTun
|
||||||
|
|
||||||
|
now := time.Now()
|
||||||
|
|
||||||
|
runTime = &now
|
||||||
|
|
||||||
|
SendMessage(Message{
|
||||||
|
Type: StartedMessage,
|
||||||
|
Data: strconv.FormatInt(runTime.UnixMilli(), 10),
|
||||||
|
})
|
||||||
|
}()
|
||||||
|
}
|
||||||
|
|
||||||
|
//export getRunTime
|
||||||
|
func getRunTime() *C.char {
|
||||||
|
if runTime == nil {
|
||||||
|
return C.CString("")
|
||||||
|
}
|
||||||
|
return C.CString(strconv.FormatInt(runTime.UnixMilli(), 10))
|
||||||
}
|
}
|
||||||
|
|
||||||
//export stopTun
|
//export stopTun
|
||||||
func stopTun() {
|
func stopTun() {
|
||||||
tunLock.Lock()
|
go func() {
|
||||||
defer tunLock.Unlock()
|
tunLock.Lock()
|
||||||
|
defer tunLock.Unlock()
|
||||||
|
|
||||||
if tun != nil {
|
runTime = nil
|
||||||
tun.Close()
|
|
||||||
applyConfig(true)
|
if tun != nil {
|
||||||
tun = nil
|
tun.Close()
|
||||||
}
|
tun = nil
|
||||||
|
}
|
||||||
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var errBlocked = errors.New("blocked")
|
||||||
|
|
||||||
|
//export setFdMap
|
||||||
|
func setFdMap(fd C.long) {
|
||||||
|
fdInt := int64(fd)
|
||||||
|
go func() {
|
||||||
|
fdMap.Store(fdInt)
|
||||||
|
}()
|
||||||
|
}
|
||||||
|
|
||||||
|
type Fd struct {
|
||||||
|
Id int64 `json:"id"`
|
||||||
|
Value int64 `json:"value"`
|
||||||
|
}
|
||||||
|
|
||||||
|
func markSocket(fd Fd) {
|
||||||
|
SendMessage(Message{
|
||||||
|
Type: ProtectMessage,
|
||||||
|
Data: fd,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
var fdCounter int64 = 0
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
dialer.DefaultSocketHook = func(network, address string, conn syscall.RawConn) error {
|
dialer.DefaultSocketHook = func(network, address string, conn syscall.RawConn) error {
|
||||||
|
if platform.ShouldBlockConnection() {
|
||||||
|
return errBlocked
|
||||||
|
}
|
||||||
return conn.Control(func(fd uintptr) {
|
return conn.Control(func(fd uintptr) {
|
||||||
if tun != nil {
|
if tun == nil {
|
||||||
tun.MarkSocket(int(fd))
|
return
|
||||||
time.Sleep(time.Millisecond * 100)
|
}
|
||||||
|
|
||||||
|
fdInt := int64(fd)
|
||||||
|
timeout := time.After(100 * time.Millisecond)
|
||||||
|
id := atomic.AddInt64(&fdCounter, 1)
|
||||||
|
|
||||||
|
markSocket(Fd{
|
||||||
|
Id: id,
|
||||||
|
Value: fdInt,
|
||||||
|
})
|
||||||
|
|
||||||
|
for {
|
||||||
|
select {
|
||||||
|
case <-timeout:
|
||||||
|
return
|
||||||
|
default:
|
||||||
|
exists := fdMap.Load(id)
|
||||||
|
if exists {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
time.Sleep(10 * time.Millisecond)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ package tun
|
|||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
bridge "core/dart-bridge"
|
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"github.com/Kr328/tun2socket"
|
"github.com/Kr328/tun2socket"
|
||||||
"github.com/Kr328/tun2socket/nat"
|
"github.com/Kr328/tun2socket/nat"
|
||||||
@@ -19,7 +18,6 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"net"
|
"net"
|
||||||
"os"
|
"os"
|
||||||
"strconv"
|
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -186,19 +184,3 @@ func Start(fd int, gateway, portal, dns string) (io.Closer, error) {
|
|||||||
|
|
||||||
return stack, nil
|
return stack, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (t *Tun) MarkSocket(fd int) {
|
|
||||||
_ = t.Limit.Acquire(context.Background(), 1)
|
|
||||||
defer t.Limit.Release(1)
|
|
||||||
|
|
||||||
if t.Closed {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
message := &bridge.Message{
|
|
||||||
Type: bridge.Tun,
|
|
||||||
Data: strconv.Itoa(fd),
|
|
||||||
}
|
|
||||||
|
|
||||||
bridge.SendMessage(*message)
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:dynamic_color/dynamic_color.dart';
|
import 'package:dynamic_color/dynamic_color.dart';
|
||||||
import 'package:fl_clash/l10n/l10n.dart';
|
import 'package:fl_clash/l10n/l10n.dart';
|
||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
@@ -25,8 +27,14 @@ runAppWithPreferences(
|
|||||||
ChangeNotifierProvider<Config>(
|
ChangeNotifierProvider<Config>(
|
||||||
create: (_) => config,
|
create: (_) => config,
|
||||||
),
|
),
|
||||||
ChangeNotifierProvider<AppState>(
|
ChangeNotifierProxyProvider2<Config, ClashConfig, AppState>(
|
||||||
create: (_) => appState,
|
create: (_) => appState,
|
||||||
|
update: (_, config, clashConfig, appState) {
|
||||||
|
appState?.mode = clashConfig.mode;
|
||||||
|
appState?.isCompatible = config.isCompatible;
|
||||||
|
appState?.selectedMap = config.currentSelectedMap;
|
||||||
|
return appState!;
|
||||||
|
},
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
child: child,
|
child: child,
|
||||||
@@ -43,9 +51,17 @@ class Application extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class ApplicationState extends State<Application> {
|
class ApplicationState extends State<Application> {
|
||||||
late AppController appController;
|
|
||||||
late SystemColorSchemes systemColorSchemes;
|
late SystemColorSchemes systemColorSchemes;
|
||||||
|
|
||||||
|
final _pageTransitionsTheme = const PageTransitionsTheme(
|
||||||
|
builders: <TargetPlatform, PageTransitionsBuilder>{
|
||||||
|
TargetPlatform.android: CupertinoPageTransitionsBuilder(),
|
||||||
|
TargetPlatform.windows: CupertinoPageTransitionsBuilder(),
|
||||||
|
TargetPlatform.linux: CupertinoPageTransitionsBuilder(),
|
||||||
|
TargetPlatform.macOS: CupertinoPageTransitionsBuilder(),
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
ColorScheme _getAppColorScheme({
|
ColorScheme _getAppColorScheme({
|
||||||
required Brightness brightness,
|
required Brightness brightness,
|
||||||
int? primaryColor,
|
int? primaryColor,
|
||||||
@@ -64,10 +80,15 @@ class ApplicationState extends State<Application> {
|
|||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
appController = AppController(context);
|
globalState.appController = AppController(context);
|
||||||
WidgetsBinding.instance.addPostFrameCallback((timeStamp) async {
|
WidgetsBinding.instance.addPostFrameCallback((timeStamp) async {
|
||||||
appController.afterInit();
|
final currentContext = globalState.navigatorKey.currentContext;
|
||||||
appController.initLink();
|
if (currentContext != null) {
|
||||||
|
globalState.appController = AppController(currentContext);
|
||||||
|
}
|
||||||
|
await globalState.appController.init();
|
||||||
|
globalState.appController.initLink();
|
||||||
|
_updateGroups();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -94,12 +115,24 @@ class ApplicationState extends State<Application> {
|
|||||||
lightColorScheme: lightDynamic,
|
lightColorScheme: lightDynamic,
|
||||||
darkColorScheme: darkDynamic,
|
darkColorScheme: darkDynamic,
|
||||||
);
|
);
|
||||||
|
|
||||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
appController.updateSystemColorSchemes(systemColorSchemes);
|
globalState.appController.updateSystemColorSchemes(systemColorSchemes);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_updateGroups() {
|
||||||
|
if (globalState.groupsUpdateTimer != null) {
|
||||||
|
globalState.groupsUpdateTimer?.cancel();
|
||||||
|
globalState.groupsUpdateTimer = null;
|
||||||
|
}
|
||||||
|
globalState.groupsUpdateTimer ??= Timer.periodic(
|
||||||
|
httpTimeoutDuration,
|
||||||
|
(timer) async {
|
||||||
|
await globalState.appController.updateGroups();
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(context) {
|
Widget build(context) {
|
||||||
return AppStateContainer(
|
return AppStateContainer(
|
||||||
@@ -112,11 +145,11 @@ class ApplicationState extends State<Application> {
|
|||||||
primaryColor: config.primaryColor,
|
primaryColor: config.primaryColor,
|
||||||
),
|
),
|
||||||
builder: (_, state, child) {
|
builder: (_, state, child) {
|
||||||
debugPrint("[Application] update===>");
|
|
||||||
return DynamicColorBuilder(
|
return DynamicColorBuilder(
|
||||||
builder: (lightDynamic, darkDynamic) {
|
builder: (lightDynamic, darkDynamic) {
|
||||||
_updateSystemColorSchemes(lightDynamic, darkDynamic);
|
_updateSystemColorSchemes(lightDynamic, darkDynamic);
|
||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
|
debugShowCheckedModeBanner: false,
|
||||||
navigatorKey: globalState.navigatorKey,
|
navigatorKey: globalState.navigatorKey,
|
||||||
localizationsDelegates: const [
|
localizationsDelegates: const [
|
||||||
AppLocalizations.delegate,
|
AppLocalizations.delegate,
|
||||||
@@ -124,13 +157,15 @@ class ApplicationState extends State<Application> {
|
|||||||
GlobalCupertinoLocalizations.delegate,
|
GlobalCupertinoLocalizations.delegate,
|
||||||
GlobalWidgetsLocalizations.delegate
|
GlobalWidgetsLocalizations.delegate
|
||||||
],
|
],
|
||||||
title: appConstant.name,
|
scrollBehavior: BaseScrollBehavior(),
|
||||||
locale: Other.getLocaleForString(state.locale),
|
title: appName,
|
||||||
|
locale: other.getLocaleForString(state.locale),
|
||||||
supportedLocales:
|
supportedLocales:
|
||||||
AppLocalizations.delegate.supportedLocales,
|
AppLocalizations.delegate.supportedLocales,
|
||||||
themeMode: state.themeMode,
|
themeMode: state.themeMode,
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
|
pageTransitionsTheme: _pageTransitionsTheme,
|
||||||
colorScheme: _getAppColorScheme(
|
colorScheme: _getAppColorScheme(
|
||||||
brightness: Brightness.light,
|
brightness: Brightness.light,
|
||||||
systemColorSchemes: systemColorSchemes,
|
systemColorSchemes: systemColorSchemes,
|
||||||
@@ -139,6 +174,7 @@ class ApplicationState extends State<Application> {
|
|||||||
),
|
),
|
||||||
darkTheme: ThemeData(
|
darkTheme: ThemeData(
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
|
pageTransitionsTheme: _pageTransitionsTheme,
|
||||||
colorScheme: _getAppColorScheme(
|
colorScheme: _getAppColorScheme(
|
||||||
brightness: Brightness.dark,
|
brightness: Brightness.dark,
|
||||||
systemColorSchemes: systemColorSchemes,
|
systemColorSchemes: systemColorSchemes,
|
||||||
@@ -160,7 +196,7 @@ class ApplicationState extends State<Application> {
|
|||||||
@override
|
@override
|
||||||
Future<void> dispose() async {
|
Future<void> dispose() async {
|
||||||
linkManager.destroy();
|
linkManager.destroy();
|
||||||
await appController.savePreferences();
|
await globalState.appController.savePreferences();
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
|
import 'dart:async';
|
||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
import 'dart:ffi';
|
import 'dart:ffi';
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
import 'dart:isolate';
|
import 'dart:isolate';
|
||||||
|
|
||||||
import 'package:ffi/ffi.dart';
|
import 'package:ffi/ffi.dart';
|
||||||
import '../enum/enum.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import '../models/models.dart';
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
import '../common/common.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
import 'generated/clash_ffi.dart';
|
import 'generated/clash_ffi.dart';
|
||||||
|
|
||||||
class ClashCore {
|
class ClashCore {
|
||||||
@@ -16,22 +17,24 @@ class ClashCore {
|
|||||||
late final ClashFFI clashFFI;
|
late final ClashFFI clashFFI;
|
||||||
late final DynamicLibrary lib;
|
late final DynamicLibrary lib;
|
||||||
|
|
||||||
ClashCore._internal() {
|
DynamicLibrary _getClashLib() {
|
||||||
if (Platform.isWindows) {
|
if (Platform.isWindows) {
|
||||||
lib = DynamicLibrary.open("libclash.dll");
|
return DynamicLibrary.open("libclash.dll");
|
||||||
clashFFI = ClashFFI(lib);
|
|
||||||
}
|
}
|
||||||
if (Platform.isMacOS) {
|
if (Platform.isMacOS) {
|
||||||
lib = DynamicLibrary.open("libclash.dylib");
|
return DynamicLibrary.open("libclash.dylib");
|
||||||
clashFFI = ClashFFI(lib);
|
|
||||||
}
|
}
|
||||||
if (Platform.isAndroid || Platform.isLinux) {
|
if (Platform.isAndroid || Platform.isLinux) {
|
||||||
lib = DynamicLibrary.open("libclash.so");
|
return DynamicLibrary.open("libclash.so");
|
||||||
clashFFI = ClashFFI(lib);
|
|
||||||
}
|
}
|
||||||
|
throw "Platform is not supported";
|
||||||
|
}
|
||||||
|
|
||||||
|
ClashCore._internal() {
|
||||||
|
lib = _getClashLib();
|
||||||
|
clashFFI = ClashFFI(lib);
|
||||||
clashFFI.initNativeApiBridge(
|
clashFFI.initNativeApiBridge(
|
||||||
NativeApi.initializeApiDLData,
|
NativeApi.initializeApiDLData,
|
||||||
receiver.sendPort.nativePort,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -41,10 +44,10 @@ class ClashCore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool init(String homeDir) {
|
bool init(String homeDir) {
|
||||||
return clashFFI.initClash(
|
final homeDirChar = homeDir.toNativeUtf8().cast<Char>();
|
||||||
homeDir.toNativeUtf8().cast(),
|
final isInit = clashFFI.initClash(homeDirChar) == 1;
|
||||||
) ==
|
malloc.free(homeDirChar);
|
||||||
1;
|
return isInit;
|
||||||
}
|
}
|
||||||
|
|
||||||
shutdown() {
|
shutdown() {
|
||||||
@@ -54,40 +57,88 @@ class ClashCore {
|
|||||||
|
|
||||||
bool get isInit => clashFFI.getIsInit() == 1;
|
bool get isInit => clashFFI.getIsInit() == 1;
|
||||||
|
|
||||||
bool validateConfig(String data) {
|
Future<String> validateConfig(String data) {
|
||||||
return clashFFI.validateConfig(
|
final completer = Completer<String>();
|
||||||
data.toNativeUtf8().cast(),
|
final receiver = ReceivePort();
|
||||||
) ==
|
receiver.listen((message) {
|
||||||
1;
|
if (!completer.isCompleted) {
|
||||||
|
completer.complete(message);
|
||||||
|
receiver.close();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
final dataChar = data.toNativeUtf8().cast<Char>();
|
||||||
|
clashFFI.validateConfig(
|
||||||
|
dataChar,
|
||||||
|
receiver.sendPort.nativePort,
|
||||||
|
);
|
||||||
|
malloc.free(dataChar);
|
||||||
|
return completer.future;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool updateConfig(UpdateConfigParams updateConfigParams) {
|
Future<String> updateConfig(UpdateConfigParams updateConfigParams) {
|
||||||
|
final completer = Completer<String>();
|
||||||
|
final receiver = ReceivePort();
|
||||||
|
receiver.listen((message) {
|
||||||
|
if (!completer.isCompleted) {
|
||||||
|
completer.complete(message);
|
||||||
|
receiver.close();
|
||||||
|
}
|
||||||
|
});
|
||||||
final params = json.encode(updateConfigParams);
|
final params = json.encode(updateConfigParams);
|
||||||
return clashFFI.updateConfig(
|
final paramsChar = params.toNativeUtf8().cast<Char>();
|
||||||
params.toNativeUtf8().cast(),
|
clashFFI.updateConfig(
|
||||||
) ==
|
paramsChar,
|
||||||
1;
|
receiver.sendPort.nativePort,
|
||||||
|
);
|
||||||
|
malloc.free(paramsChar);
|
||||||
|
return completer.future;
|
||||||
|
}
|
||||||
|
|
||||||
|
initMessage() {
|
||||||
|
clashFFI.initMessage(
|
||||||
|
receiver.sendPort.nativePort,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
setProfileName(String profileName) {
|
||||||
|
final profileNameChar = profileName.toNativeUtf8().cast<Char>();
|
||||||
|
clashFFI.setCurrentProfileName(
|
||||||
|
profileNameChar,
|
||||||
|
);
|
||||||
|
malloc.free(profileNameChar);
|
||||||
|
}
|
||||||
|
|
||||||
|
getProfileName() {
|
||||||
|
final currentProfileNameRaw = clashFFI.getCurrentProfileName();
|
||||||
|
final currentProfileName =
|
||||||
|
currentProfileNameRaw.cast<Utf8>().toDartString();
|
||||||
|
clashFFI.freeCString(currentProfileNameRaw);
|
||||||
|
return currentProfileName;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<List<Group>> getProxiesGroups() {
|
Future<List<Group>> getProxiesGroups() {
|
||||||
final proxiesRaw = clashFFI.getProxies();
|
final proxiesRaw = clashFFI.getProxies();
|
||||||
final proxiesRawString = proxiesRaw.cast<Utf8>().toDartString();
|
final proxiesRawString = proxiesRaw.cast<Utf8>().toDartString();
|
||||||
|
clashFFI.freeCString(proxiesRaw);
|
||||||
return Isolate.run<List<Group>>(() {
|
return Isolate.run<List<Group>>(() {
|
||||||
final proxies = json.decode(proxiesRawString);
|
if (proxiesRawString.isEmpty) return [];
|
||||||
final groupsRaw = (proxies[UsedProxy.GLOBAL.name]["all"] as List)
|
final proxies = (json.decode(proxiesRawString) ?? {}) as Map;
|
||||||
.where((e) {
|
if (proxies.isEmpty) return [];
|
||||||
final proxy = proxies[e];
|
final groupNames = [
|
||||||
final excludeName = !UsedProxyExtension.valueList
|
UsedProxy.GLOBAL.name,
|
||||||
.where((element) => element != UsedProxy.GLOBAL.name)
|
...(proxies[UsedProxy.GLOBAL.name]["all"] as List).where((e) {
|
||||||
.contains(proxy['name']);
|
final proxy = proxies[e] ?? {};
|
||||||
final validType = GroupTypeExtension.valueList.contains(proxy['type']);
|
return GroupTypeExtension.valueList.contains(proxy['type']) &&
|
||||||
return excludeName && validType;
|
proxy['hidden'] != true;
|
||||||
}).map((groupName) {
|
})
|
||||||
|
];
|
||||||
|
final groupsRaw = groupNames.map((groupName) {
|
||||||
final group = proxies[groupName];
|
final group = proxies[groupName];
|
||||||
group["all"] = ((group["all"] ?? []) as List)
|
group["all"] = ((group["all"] ?? []) as List)
|
||||||
.map(
|
.map(
|
||||||
(name) => proxies[name],
|
(name) => proxies[name],
|
||||||
)
|
)
|
||||||
|
.where((proxy) => proxy != null)
|
||||||
.toList();
|
.toList();
|
||||||
return group;
|
return group;
|
||||||
}).toList();
|
}).toList();
|
||||||
@@ -95,32 +146,130 @@ class ClashCore {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
bool changeProxy(ChangeProxyParams changeProxyParams) {
|
Future<List<ExternalProvider>> getExternalProviders() {
|
||||||
final params = json.encode(changeProxyParams);
|
final externalProvidersRaw = clashFFI.getExternalProviders();
|
||||||
return clashFFI.changeProxy(params.toNativeUtf8().cast()) == 1;
|
final externalProvidersRawString =
|
||||||
|
externalProvidersRaw.cast<Utf8>().toDartString();
|
||||||
|
clashFFI.freeCString(externalProvidersRaw);
|
||||||
|
return Isolate.run<List<ExternalProvider>>(() {
|
||||||
|
final externalProviders =
|
||||||
|
(json.decode(externalProvidersRawString) as List<dynamic>)
|
||||||
|
.map(
|
||||||
|
(item) => ExternalProvider.fromJson(item),
|
||||||
|
)
|
||||||
|
.toList();
|
||||||
|
return externalProviders;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
bool delay(String proxyName) {
|
Future<String> updateExternalProvider({
|
||||||
|
required String providerName,
|
||||||
|
required String providerType,
|
||||||
|
}) {
|
||||||
|
final completer = Completer<String>();
|
||||||
|
final receiver = ReceivePort();
|
||||||
|
receiver.listen((message) {
|
||||||
|
if (!completer.isCompleted) {
|
||||||
|
completer.complete(message);
|
||||||
|
receiver.close();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
final providerNameChar = providerName.toNativeUtf8().cast<Char>();
|
||||||
|
final providerTypeChar = providerType.toNativeUtf8().cast<Char>();
|
||||||
|
clashFFI.updateExternalProvider(
|
||||||
|
providerNameChar,
|
||||||
|
providerTypeChar,
|
||||||
|
receiver.sendPort.nativePort,
|
||||||
|
);
|
||||||
|
malloc.free(providerNameChar);
|
||||||
|
malloc.free(providerTypeChar);
|
||||||
|
return completer.future;
|
||||||
|
}
|
||||||
|
|
||||||
|
changeProxy(ChangeProxyParams changeProxyParams) {
|
||||||
|
final params = json.encode(changeProxyParams);
|
||||||
|
final paramsChar = params.toNativeUtf8().cast<Char>();
|
||||||
|
clashFFI.changeProxy(paramsChar);
|
||||||
|
malloc.free(paramsChar);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<Delay> getDelay(String proxyName) {
|
||||||
final delayParams = {
|
final delayParams = {
|
||||||
"proxy-name": proxyName,
|
"proxy-name": proxyName,
|
||||||
"timeout": appConstant.httpTimeoutDuration.inMilliseconds,
|
"timeout": httpTimeoutDuration.inMilliseconds,
|
||||||
};
|
};
|
||||||
clashFFI.asyncTestDelay(json.encode(delayParams).toNativeUtf8().cast());
|
final completer = Completer<Delay>();
|
||||||
return true;
|
final receiver = ReceivePort();
|
||||||
|
receiver.listen((message) {
|
||||||
|
if (!completer.isCompleted) {
|
||||||
|
completer.complete(Delay.fromJson(json.decode(message)));
|
||||||
|
receiver.close();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
final delayParamsChar =
|
||||||
|
json.encode(delayParams).toNativeUtf8().cast<Char>();
|
||||||
|
clashFFI.asyncTestDelay(
|
||||||
|
delayParamsChar,
|
||||||
|
receiver.sendPort.nativePort,
|
||||||
|
);
|
||||||
|
malloc.free(delayParamsChar);
|
||||||
|
Future.delayed(httpTimeoutDuration + moreDuration, () {
|
||||||
|
receiver.close();
|
||||||
|
if (!completer.isCompleted) {
|
||||||
|
completer.complete(
|
||||||
|
Delay(name: proxyName, value: -1),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return completer.future;
|
||||||
|
}
|
||||||
|
|
||||||
|
clearEffect(String path) {
|
||||||
|
final pathChar = path.toNativeUtf8().cast<Char>();
|
||||||
|
clashFFI.clearEffect(pathChar);
|
||||||
|
malloc.free(pathChar);
|
||||||
}
|
}
|
||||||
|
|
||||||
VersionInfo getVersionInfo() {
|
VersionInfo getVersionInfo() {
|
||||||
final versionInfoRaw = clashFFI.getVersionInfo();
|
final versionInfoRaw = clashFFI.getVersionInfo();
|
||||||
final versionInfo = json.decode(versionInfoRaw.cast<Utf8>().toDartString());
|
final versionInfo = json.decode(versionInfoRaw.cast<Utf8>().toDartString());
|
||||||
|
clashFFI.freeCString(versionInfoRaw);
|
||||||
return VersionInfo.fromJson(versionInfo);
|
return VersionInfo.fromJson(versionInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setProps(Props props) {
|
||||||
|
final propsChar = json.encode(props).toNativeUtf8().cast<Char>();
|
||||||
|
clashFFI.setAndroidProps(propsChar);
|
||||||
|
malloc.free(propsChar);
|
||||||
|
}
|
||||||
|
|
||||||
|
Props getProps() {
|
||||||
|
final androidPropsRaw = clashFFI.getAndroidProps();
|
||||||
|
final androidProps = json.decode(
|
||||||
|
androidPropsRaw.cast<Utf8>().toDartString(),
|
||||||
|
);
|
||||||
|
clashFFI.freeCString(androidPropsRaw);
|
||||||
|
return Props.fromJson(androidProps);
|
||||||
|
}
|
||||||
|
|
||||||
Traffic getTraffic() {
|
Traffic getTraffic() {
|
||||||
final trafficRaw = clashFFI.getTraffic();
|
final trafficRaw = clashFFI.getTraffic();
|
||||||
final trafficMap = json.decode(trafficRaw.cast<Utf8>().toDartString());
|
final trafficMap = json.decode(trafficRaw.cast<Utf8>().toDartString());
|
||||||
|
clashFFI.freeCString(trafficRaw);
|
||||||
return Traffic.fromMap(trafficMap);
|
return Traffic.fromMap(trafficMap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Traffic getTotalTraffic() {
|
||||||
|
final trafficRaw = clashFFI.getTotalTraffic();
|
||||||
|
final trafficMap = json.decode(trafficRaw.cast<Utf8>().toDartString());
|
||||||
|
clashFFI.freeCString(trafficRaw);
|
||||||
|
return Traffic.fromMap(trafficMap);
|
||||||
|
}
|
||||||
|
|
||||||
|
void resetTraffic() {
|
||||||
|
clashFFI.resetTraffic();
|
||||||
|
}
|
||||||
|
|
||||||
void startLog() {
|
void startLog() {
|
||||||
clashFFI.startLog();
|
clashFFI.startLog();
|
||||||
}
|
}
|
||||||
@@ -129,21 +278,52 @@ class ClashCore {
|
|||||||
clashFFI.stopLog();
|
clashFFI.stopLog();
|
||||||
}
|
}
|
||||||
|
|
||||||
startTun(int fd) {
|
startTun(int fd, int port) {
|
||||||
clashFFI.startTUN(fd);
|
if (!Platform.isAndroid) return;
|
||||||
|
clashFFI.startTUN(fd, port);
|
||||||
|
}
|
||||||
|
|
||||||
|
requestGc() {
|
||||||
|
clashFFI.forceGc();
|
||||||
}
|
}
|
||||||
|
|
||||||
void stopTun() {
|
void stopTun() {
|
||||||
clashFFI.stopTun();
|
clashFFI.stopTun();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void setProcessMap(ProcessMapItem processMapItem) {
|
||||||
|
final processMapItemChar =
|
||||||
|
json.encode(processMapItem).toNativeUtf8().cast<Char>();
|
||||||
|
clashFFI.setProcessMap(processMapItemChar);
|
||||||
|
malloc.free(processMapItemChar);
|
||||||
|
}
|
||||||
|
|
||||||
|
void setFdMap(int fd) {
|
||||||
|
clashFFI.setFdMap(fd);
|
||||||
|
}
|
||||||
|
|
||||||
|
DateTime? getRunTime() {
|
||||||
|
final runTimeRaw = clashFFI.getRunTime();
|
||||||
|
final runTimeString = runTimeRaw.cast<Utf8>().toDartString();
|
||||||
|
clashFFI.freeCString(runTimeRaw);
|
||||||
|
if (runTimeString.isEmpty) return null;
|
||||||
|
return DateTime.fromMillisecondsSinceEpoch(int.parse(runTimeString));
|
||||||
|
}
|
||||||
|
|
||||||
List<Connection> getConnections() {
|
List<Connection> getConnections() {
|
||||||
final connectionsDataRaw = clashFFI.getConnections();
|
final connectionsDataRaw = clashFFI.getConnections();
|
||||||
final connectionsData =
|
final connectionsData =
|
||||||
json.decode(connectionsDataRaw.cast<Utf8>().toDartString()) as Map;
|
json.decode(connectionsDataRaw.cast<Utf8>().toDartString()) as Map;
|
||||||
|
clashFFI.freeCString(connectionsDataRaw);
|
||||||
final connectionsRaw = connectionsData['connections'] as List? ?? [];
|
final connectionsRaw = connectionsData['connections'] as List? ?? [];
|
||||||
return connectionsRaw.map((e) => Connection.fromJson(e)).toList();
|
return connectionsRaw.map((e) => Connection.fromJson(e)).toList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
closeConnections(String id) {
|
||||||
|
final idChar = id.toNativeUtf8().cast<Char>();
|
||||||
|
clashFFI.closeConnection(idChar);
|
||||||
|
malloc.free(idChar);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
final clashCore = ClashCore();
|
final clashCore = ClashCore();
|
||||||
|
|||||||
@@ -7,16 +7,6 @@ import 'package:flutter/foundation.dart';
|
|||||||
|
|
||||||
import 'core.dart';
|
import 'core.dart';
|
||||||
|
|
||||||
abstract mixin class ClashMessageListener {
|
|
||||||
void onLog(Log log) {}
|
|
||||||
|
|
||||||
void onTun(String fd) {}
|
|
||||||
|
|
||||||
void onDelay(Delay delay) {}
|
|
||||||
|
|
||||||
void onProcess(Metadata metadata) {}
|
|
||||||
}
|
|
||||||
|
|
||||||
class ClashMessage {
|
class ClashMessage {
|
||||||
StreamSubscription? subscription;
|
StreamSubscription? subscription;
|
||||||
|
|
||||||
@@ -26,20 +16,23 @@ class ClashMessage {
|
|||||||
subscription = null;
|
subscription = null;
|
||||||
}
|
}
|
||||||
subscription = ClashCore.receiver.listen((message) {
|
subscription = ClashCore.receiver.listen((message) {
|
||||||
final m = Message.fromJson(json.decode(message));
|
final m = AppMessage.fromJson(json.decode(message));
|
||||||
for (final ClashMessageListener listener in _listeners) {
|
for (final AppMessageListener listener in _listeners) {
|
||||||
switch (m.type) {
|
switch (m.type) {
|
||||||
case MessageType.log:
|
case AppMessageType.log:
|
||||||
listener.onLog(Log.fromJson(m.data));
|
listener.onLog(Log.fromJson(m.data));
|
||||||
break;
|
break;
|
||||||
case MessageType.tun:
|
case AppMessageType.delay:
|
||||||
listener.onTun(m.data);
|
|
||||||
break;
|
|
||||||
case MessageType.delay:
|
|
||||||
listener.onDelay(Delay.fromJson(m.data));
|
listener.onDelay(Delay.fromJson(m.data));
|
||||||
break;
|
break;
|
||||||
case MessageType.process:
|
case AppMessageType.request:
|
||||||
listener.onProcess(Metadata.fromJson(m.data));
|
listener.onRequest(Connection.fromJson(m.data));
|
||||||
|
break;
|
||||||
|
case AppMessageType.started:
|
||||||
|
listener.onStarted(m.data);
|
||||||
|
break;
|
||||||
|
case AppMessageType.loaded:
|
||||||
|
listener.onLoaded(m.data);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -48,18 +41,18 @@ class ClashMessage {
|
|||||||
|
|
||||||
static final ClashMessage instance = ClashMessage._();
|
static final ClashMessage instance = ClashMessage._();
|
||||||
|
|
||||||
final ObserverList<ClashMessageListener> _listeners =
|
final ObserverList<AppMessageListener> _listeners =
|
||||||
ObserverList<ClashMessageListener>();
|
ObserverList<AppMessageListener>();
|
||||||
|
|
||||||
bool get hasListeners {
|
bool get hasListeners {
|
||||||
return _listeners.isNotEmpty;
|
return _listeners.isNotEmpty;
|
||||||
}
|
}
|
||||||
|
|
||||||
void addListener(ClashMessageListener listener) {
|
void addListener(AppMessageListener listener) {
|
||||||
_listeners.add(listener);
|
_listeners.add(listener);
|
||||||
}
|
}
|
||||||
|
|
||||||
void removeListener(ClashMessageListener listener) {
|
void removeListener(AppMessageListener listener) {
|
||||||
_listeners.remove(listener);
|
_listeners.remove(listener);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,23 +1,42 @@
|
|||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:flutter/cupertino.dart';
|
||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
|
import 'package:path/path.dart';
|
||||||
|
|
||||||
import 'core.dart';
|
import 'core.dart';
|
||||||
|
|
||||||
class ClashService {
|
class ClashService {
|
||||||
Future<bool> initMmdb() async {
|
Future<void> initGeo() async {
|
||||||
final mmdbPath = await appPath.getMMDBPath();
|
final homePath = await appPath.getHomeDirPath();
|
||||||
var mmdbFile = File(mmdbPath);
|
final homeDir = Directory(homePath);
|
||||||
final isExists = await mmdbFile.exists();
|
final isExists = await homeDir.exists();
|
||||||
if (isExists) return true;
|
if (!isExists) {
|
||||||
|
await homeDir.create(recursive: true);
|
||||||
|
}
|
||||||
|
const geoFileNameList = [
|
||||||
|
mmdbFileName,
|
||||||
|
geoIpFileName,
|
||||||
|
geoSiteFileName,
|
||||||
|
asnFileName,
|
||||||
|
];
|
||||||
try {
|
try {
|
||||||
mmdbFile = await mmdbFile.create(recursive: true);
|
for (final geoFileName in geoFileNameList) {
|
||||||
ByteData data = await rootBundle.load('assets/data/geoip.metadb');
|
final geoFile = File(
|
||||||
List<int> bytes = data.buffer.asUint8List();
|
join(homePath, geoFileName),
|
||||||
await mmdbFile.writeAsBytes(bytes, flush: true);
|
);
|
||||||
return true;
|
final isExists = await geoFile.exists();
|
||||||
} catch (_) {
|
if (isExists) {
|
||||||
return false;
|
continue;
|
||||||
|
}
|
||||||
|
final data = await rootBundle.load('assets/data/$geoFileName');
|
||||||
|
List<int> bytes = data.buffer.asUint8List();
|
||||||
|
await geoFile.writeAsBytes(bytes, flush: true);
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint("$e");
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -25,8 +44,7 @@ class ClashService {
|
|||||||
required ClashConfig clashConfig,
|
required ClashConfig clashConfig,
|
||||||
required Config config,
|
required Config config,
|
||||||
}) async {
|
}) async {
|
||||||
final isInitMmdb = await initMmdb();
|
await initGeo();
|
||||||
if (!isInitMmdb) return false;
|
|
||||||
final homeDirPath = await appPath.getHomeDirPath();
|
final homeDirPath = await appPath.getHomeDirPath();
|
||||||
final isInit = clashCore.init(homeDirPath);
|
final isInit = clashCore.init(homeDirPath);
|
||||||
return isInit;
|
return isInit;
|
||||||
|
|||||||
@@ -1,14 +1,10 @@
|
|||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:fl_clash/clash/clash.dart';
|
|
||||||
import 'package:fl_clash/plugins/app.dart';
|
import 'package:fl_clash/plugins/app.dart';
|
||||||
|
|
||||||
class Android {
|
class Android {
|
||||||
init() async {
|
init() async {
|
||||||
app?.onExit = () {
|
app?.onExit = () {};
|
||||||
clashCore.shutdown();
|
|
||||||
exit(0);
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ export 'num.dart';
|
|||||||
export 'navigation.dart';
|
export 'navigation.dart';
|
||||||
export 'window.dart';
|
export 'window.dart';
|
||||||
export 'system.dart';
|
export 'system.dart';
|
||||||
export 'file.dart';
|
export 'picker.dart';
|
||||||
export 'android.dart';
|
export 'android.dart';
|
||||||
export 'launch.dart';
|
export 'launch.dart';
|
||||||
export 'protocol.dart';
|
export 'protocol.dart';
|
||||||
@@ -22,4 +22,7 @@ export 'string.dart';
|
|||||||
export 'app_localizations.dart';
|
export 'app_localizations.dart';
|
||||||
export 'function.dart';
|
export 'function.dart';
|
||||||
export 'package.dart';
|
export 'package.dart';
|
||||||
export 'measure.dart';
|
export 'measure.dart';
|
||||||
|
export 'service.dart';
|
||||||
|
export 'iterable.dart';
|
||||||
|
export 'scroll.dart';
|
||||||
@@ -1,28 +1,53 @@
|
|||||||
import 'dart:ui';
|
import 'dart:ui';
|
||||||
|
|
||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
|
import 'package:fl_clash/models/clash_config.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
class AppConstant {
|
const appName = "FlClash";
|
||||||
final packageName = "com.follow.clash";
|
const coreName = "clash.meta";
|
||||||
final name = "FlClash";
|
const packageName = "FlClash";
|
||||||
final httpTimeoutDuration = const Duration(milliseconds: 5000);
|
const httpTimeoutDuration = Duration(milliseconds: 5000);
|
||||||
final moreDuration = const Duration(milliseconds: 100);
|
const moreDuration = Duration(milliseconds: 100);
|
||||||
final defaultUpdateDuration = const Duration(days: 1);
|
const animateDuration = Duration(milliseconds: 100);
|
||||||
final mmdbFileName = "geoip.metadb";
|
const defaultUpdateDuration = Duration(days: 1);
|
||||||
final profilesDirectoryName = "profiles";
|
const mmdbFileName = "geoip.metadb";
|
||||||
final configFileName = "config.yaml";
|
const asnFileName = "ASN.mmdb";
|
||||||
final localhost = "127.0.0.1";
|
const geoIpFileName = "GeoIP.dat";
|
||||||
final clashKey = "clash";
|
const geoSiteFileName = "GeoSite.dat";
|
||||||
final configKey = "config";
|
const GeoXMap defaultGeoXMap = {
|
||||||
final listItemPadding = const EdgeInsets.symmetric(horizontal: 16);
|
"mmdb":
|
||||||
final dialogCommonWidth = 300;
|
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.metadb",
|
||||||
final repository = "chen08209/FlClash";
|
"asn":
|
||||||
final filter = ImageFilter.blur(
|
"https://github.com/xishang0128/geoip/releases/download/latest/GeoLite2-ASN.mmdb",
|
||||||
sigmaX: 5,
|
"geoip":
|
||||||
sigmaY: 5,
|
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/GeoIP.dat",
|
||||||
tileMode: TileMode.mirror,
|
"geosite":
|
||||||
);
|
"https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geosite.dat"
|
||||||
final defaultPrimaryColor = Colors.brown;
|
};
|
||||||
}
|
const profilesDirectoryName = "profiles";
|
||||||
|
const localhost = "127.0.0.1";
|
||||||
|
const clashConfigKey = "clash_config";
|
||||||
|
const configKey = "config";
|
||||||
|
const listItemPadding = EdgeInsets.symmetric(horizontal: 16);
|
||||||
|
const double dialogCommonWidth = 300;
|
||||||
|
const repository = "chen08209/FlClash";
|
||||||
|
const defaultExternalController = "127.0.0.1:9090";
|
||||||
|
const maxMobileWidth = 600;
|
||||||
|
const maxLaptopWidth = 840;
|
||||||
|
const geodataLoaderMemconservative = "memconservative";
|
||||||
|
const geodataLoaderStandard = "standard";
|
||||||
|
const defaultTestUrl = "https://www.gstatic.com/generate_204";
|
||||||
|
final filter = ImageFilter.blur(
|
||||||
|
sigmaX: 5,
|
||||||
|
sigmaY: 5,
|
||||||
|
tileMode: TileMode.mirror,
|
||||||
|
);
|
||||||
|
|
||||||
final appConstant = AppConstant();
|
const viewModeColumnsMap = {
|
||||||
|
ViewMode.mobile: [2, 1],
|
||||||
|
ViewMode.laptop: [3, 2],
|
||||||
|
ViewMode.desktop: [4, 3],
|
||||||
|
};
|
||||||
|
|
||||||
|
const defaultPrimaryColor = Colors.brown;
|
||||||
|
|||||||
@@ -1,25 +1,19 @@
|
|||||||
import 'package:fl_clash/application.dart';
|
|
||||||
import 'package:fl_clash/controller.dart';
|
|
||||||
import 'package:fl_clash/widgets/scaffold.dart';
|
import 'package:fl_clash/widgets/scaffold.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
extension BuildContextExtension on BuildContext {
|
extension BuildContextExtension on BuildContext {
|
||||||
AppController get appController {
|
|
||||||
final appController =
|
|
||||||
findAncestorStateOfType<ApplicationState>()?.appController;
|
|
||||||
assert(appController != null, "only use application environment");
|
|
||||||
return appController!;
|
|
||||||
}
|
|
||||||
|
|
||||||
CommonScaffoldState? get commonScaffoldState {
|
CommonScaffoldState? get commonScaffoldState {
|
||||||
return findAncestorStateOfType<CommonScaffoldState>();
|
return findAncestorStateOfType<CommonScaffoldState>();
|
||||||
}
|
}
|
||||||
|
|
||||||
double get width {
|
Size get appSize{
|
||||||
return MediaQuery.of(this).size.width;
|
return MediaQuery.of(this).size;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool get isMobile => width < 600;
|
double get width {
|
||||||
|
return appSize.width;
|
||||||
|
}
|
||||||
|
|
||||||
ColorScheme get colorScheme => Theme.of(this).colorScheme;
|
ColorScheme get colorScheme => Theme.of(this).colorScheme;
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
|
import 'package:fl_clash/common/app_localizations.dart';
|
||||||
|
|
||||||
extension DateTimeExtension on DateTime {
|
extension DateTimeExtension on DateTime {
|
||||||
bool isBeforeNow() {
|
bool get isBeforeNow {
|
||||||
return isBefore(DateTime.now());
|
return isBefore(DateTime.now());
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -9,4 +11,32 @@ extension DateTimeExtension on DateTime {
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
String get lastUpdateTimeDesc {
|
||||||
|
final currentDateTime = DateTime.now();
|
||||||
|
final difference = currentDateTime.difference(this);
|
||||||
|
final days = difference.inDays;
|
||||||
|
if (days >= 365) {
|
||||||
|
return "${(days / 365).floor()} ${appLocalizations.years}${appLocalizations.ago}";
|
||||||
|
}
|
||||||
|
if (days >= 30) {
|
||||||
|
return "${(days / 30).floor()} ${appLocalizations.months}${appLocalizations.ago}";
|
||||||
|
}
|
||||||
|
if (days >= 1) {
|
||||||
|
return "$days ${appLocalizations.days}${appLocalizations.ago}";
|
||||||
|
}
|
||||||
|
final hours = difference.inHours;
|
||||||
|
if (hours >= 1) {
|
||||||
|
return "$hours ${appLocalizations.hours}${appLocalizations.ago}";
|
||||||
|
}
|
||||||
|
final minutes = difference.inMinutes;
|
||||||
|
if (minutes >= 1) {
|
||||||
|
return "$minutes ${appLocalizations.minutes}${appLocalizations.ago}";
|
||||||
|
}
|
||||||
|
return appLocalizations.just;
|
||||||
|
}
|
||||||
|
|
||||||
|
String get show {
|
||||||
|
return toIso8601String().substring(0, 10);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
107
lib/common/dav_client.dart
Normal file
@@ -0,0 +1,107 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
import 'dart:convert';
|
||||||
|
|
||||||
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
|
import 'package:path/path.dart';
|
||||||
|
import 'package:webdav_client/webdav_client.dart';
|
||||||
|
|
||||||
|
class DAVClient {
|
||||||
|
late Client client;
|
||||||
|
Completer<bool> pingCompleter = Completer();
|
||||||
|
|
||||||
|
DAVClient(DAV dav) {
|
||||||
|
client = newClient(
|
||||||
|
dav.uri,
|
||||||
|
user: dav.user,
|
||||||
|
password: dav.password,
|
||||||
|
);
|
||||||
|
client.setHeaders(
|
||||||
|
{
|
||||||
|
'accept-charset': 'utf-8',
|
||||||
|
'Content-Type': 'text/xml',
|
||||||
|
},
|
||||||
|
);
|
||||||
|
client.setConnectTimeout(8000);
|
||||||
|
client.setSendTimeout(8000);
|
||||||
|
client.setReceiveTimeout(8000);
|
||||||
|
pingCompleter.complete(_ping());
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<bool> _ping() async {
|
||||||
|
try {
|
||||||
|
await client.ping();
|
||||||
|
await client.mkdir("/$appName");
|
||||||
|
await client.mkdir("/$appName/$profilesDirectoryName");
|
||||||
|
return true;
|
||||||
|
} catch (_) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
get root => "/$appName";
|
||||||
|
|
||||||
|
get remoteConfig => "$root/$configKey.json";
|
||||||
|
|
||||||
|
get remoteClashConfig => "$root/$clashConfigKey.json";
|
||||||
|
|
||||||
|
get remoteProfiles => "$root/$profilesDirectoryName";
|
||||||
|
|
||||||
|
backup() async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
final config = appController.config;
|
||||||
|
final clashConfig = appController.clashConfig;
|
||||||
|
await client.mkdir("$root");
|
||||||
|
client.write(
|
||||||
|
remoteConfig,
|
||||||
|
utf8.encode(
|
||||||
|
json.encode(config.toJson()),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
client.write(
|
||||||
|
remoteClashConfig,
|
||||||
|
utf8.encode(
|
||||||
|
json.encode(clashConfig.toJson()),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
await client.remove(remoteProfiles);
|
||||||
|
for (final profile in config.profiles) {
|
||||||
|
final path = await appPath.getProfilePath(profile.id);
|
||||||
|
if (path == null) continue;
|
||||||
|
await client.writeFromFile(
|
||||||
|
path,
|
||||||
|
"$remoteProfiles/${basename(path)}",
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
recovery({required RecoveryOption recoveryOption}) async {
|
||||||
|
final profiles = await client.readDir(remoteProfiles);
|
||||||
|
final profilesPath = await appPath.getProfilesPath();
|
||||||
|
for (final file in profiles) {
|
||||||
|
await client.read2File(
|
||||||
|
"$remoteProfiles/${file.name}",
|
||||||
|
join(
|
||||||
|
profilesPath,
|
||||||
|
file.name,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
final configRaw = utf8.decode((await client.read(remoteConfig)));
|
||||||
|
final clashConfigRaw = utf8.decode(await client.read(remoteClashConfig));
|
||||||
|
final config = Config.fromJson(json.decode(configRaw));
|
||||||
|
final clashConfig = ClashConfig.fromJson(json.decode(clashConfigRaw));
|
||||||
|
if(recoveryOption == RecoveryOption.onlyProfiles){
|
||||||
|
globalState.appController.config.update(config, RecoveryOption.onlyProfiles);
|
||||||
|
}else{
|
||||||
|
globalState.appController.config.update(config, RecoveryOption.all);
|
||||||
|
globalState.appController.clashConfig.update(clashConfig);
|
||||||
|
}
|
||||||
|
await globalState.appController.applyProfile();
|
||||||
|
globalState.appController.savePreferences();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
import 'dart:io';
|
|
||||||
|
|
||||||
import 'package:file_picker/file_picker.dart';
|
|
||||||
import 'package:fl_clash/common/app_localizations.dart';
|
|
||||||
import 'package:fl_clash/models/models.dart';
|
|
||||||
|
|
||||||
class FileUtil {
|
|
||||||
static Future<Result<PlatformFile>> pickerConfig() async {
|
|
||||||
FilePickerResult? filePickerResult;
|
|
||||||
if (Platform.isAndroid) {
|
|
||||||
filePickerResult = await FilePicker.platform.pickFiles(
|
|
||||||
withData: true,
|
|
||||||
type: FileType.custom,
|
|
||||||
allowedExtensions: ['txt', 'conf'],
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
filePickerResult = await FilePicker.platform.pickFiles(
|
|
||||||
withData: true,
|
|
||||||
type: FileType.custom,
|
|
||||||
allowedExtensions: ['yaml', 'txt', 'conf'],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
final file = filePickerResult?.files.first;
|
|
||||||
if (file == null) {
|
|
||||||
return Result.error(message: appLocalizations.pleaseUploadFile);
|
|
||||||
}
|
|
||||||
return Result.success(data: file);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -19,8 +19,8 @@ Function debounce<F extends Function>(F func,{int milliseconds = 600}) {
|
|||||||
if (timer != null) {
|
if (timer != null) {
|
||||||
timer!.cancel();
|
timer!.cancel();
|
||||||
}
|
}
|
||||||
timer = Timer(Duration(milliseconds: milliseconds), () {
|
timer = Timer(Duration(milliseconds: milliseconds), () async {
|
||||||
Function.apply(func, args ?? [], namedArgs);
|
await Function.apply(func, args ?? [], namedArgs);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
13
lib/common/iterable.dart
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
extension IterableExt<T> on Iterable<T> {
|
||||||
|
Iterable<T> separated(T separator) sync* {
|
||||||
|
final iterator = this.iterator;
|
||||||
|
if (!iterator.moveNext()) return;
|
||||||
|
|
||||||
|
yield iterator.current;
|
||||||
|
|
||||||
|
while (iterator.moveNext()) {
|
||||||
|
yield separator;
|
||||||
|
yield iterator.current;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -10,7 +10,7 @@ class AutoLaunch {
|
|||||||
|
|
||||||
AutoLaunch._internal() {
|
AutoLaunch._internal() {
|
||||||
launchAtStartup.setup(
|
launchAtStartup.setup(
|
||||||
appName: appConstant.name,
|
appName: appName,
|
||||||
appPath: Platform.resolvedExecutable,
|
appPath: Platform.resolvedExecutable,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,10 +23,11 @@ class Measure {
|
|||||||
double? _bodyMediumHeight;
|
double? _bodyMediumHeight;
|
||||||
double? _bodySmallHeight;
|
double? _bodySmallHeight;
|
||||||
double? _labelSmallHeight;
|
double? _labelSmallHeight;
|
||||||
|
double? _labelMediumHeight;
|
||||||
double? _titleLargeHeight;
|
double? _titleLargeHeight;
|
||||||
|
double? _titleMediumHeight;
|
||||||
|
|
||||||
|
double get bodyMediumHeight {
|
||||||
double get bodyMediumHeight{
|
|
||||||
_bodyMediumHeight ??= computeTextSize(
|
_bodyMediumHeight ??= computeTextSize(
|
||||||
Text(
|
Text(
|
||||||
"",
|
"",
|
||||||
@@ -36,7 +37,7 @@ class Measure {
|
|||||||
return _bodyMediumHeight!;
|
return _bodyMediumHeight!;
|
||||||
}
|
}
|
||||||
|
|
||||||
double get bodySmallHeight{
|
double get bodySmallHeight {
|
||||||
_bodySmallHeight ??= computeTextSize(
|
_bodySmallHeight ??= computeTextSize(
|
||||||
Text(
|
Text(
|
||||||
"",
|
"",
|
||||||
@@ -46,7 +47,7 @@ class Measure {
|
|||||||
return _bodySmallHeight!;
|
return _bodySmallHeight!;
|
||||||
}
|
}
|
||||||
|
|
||||||
double get labelSmallHeight{
|
double get labelSmallHeight {
|
||||||
_labelSmallHeight ??= computeTextSize(
|
_labelSmallHeight ??= computeTextSize(
|
||||||
Text(
|
Text(
|
||||||
"",
|
"",
|
||||||
@@ -56,7 +57,17 @@ class Measure {
|
|||||||
return _labelSmallHeight!;
|
return _labelSmallHeight!;
|
||||||
}
|
}
|
||||||
|
|
||||||
double get titleLargeHeight{
|
double get labelMediumHeight {
|
||||||
|
_labelMediumHeight ??= computeTextSize(
|
||||||
|
Text(
|
||||||
|
"",
|
||||||
|
style: context.textTheme.labelMedium,
|
||||||
|
),
|
||||||
|
).height;
|
||||||
|
return _labelMediumHeight!;
|
||||||
|
}
|
||||||
|
|
||||||
|
double get titleLargeHeight {
|
||||||
_titleLargeHeight ??= computeTextSize(
|
_titleLargeHeight ??= computeTextSize(
|
||||||
Text(
|
Text(
|
||||||
"",
|
"",
|
||||||
@@ -65,4 +76,14 @@ class Measure {
|
|||||||
).height;
|
).height;
|
||||||
return _titleLargeHeight!;
|
return _titleLargeHeight!;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
double get titleMediumHeight {
|
||||||
|
_titleMediumHeight ??= computeTextSize(
|
||||||
|
Text(
|
||||||
|
"",
|
||||||
|
style: context.textTheme.titleMedium,
|
||||||
|
),
|
||||||
|
).height;
|
||||||
|
return _titleMediumHeight!;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,6 +29,28 @@ class Navigation {
|
|||||||
label: "profiles",
|
label: "profiles",
|
||||||
fragment: ProfilesFragment(),
|
fragment: ProfilesFragment(),
|
||||||
),
|
),
|
||||||
|
const NavigationItem(
|
||||||
|
icon: Icon(Icons.view_timeline),
|
||||||
|
label: "requests",
|
||||||
|
fragment: RequestsFragment(),
|
||||||
|
description: "requestsDesc",
|
||||||
|
modes: [NavigationItemMode.desktop, NavigationItemMode.more],
|
||||||
|
),
|
||||||
|
const NavigationItem(
|
||||||
|
icon: Icon(Icons.ballot),
|
||||||
|
label: "connections",
|
||||||
|
fragment: ConnectionsFragment(),
|
||||||
|
description: "connectionsDesc",
|
||||||
|
modes: [NavigationItemMode.desktop, NavigationItemMode.more],
|
||||||
|
),
|
||||||
|
const NavigationItem(
|
||||||
|
icon: Icon(Icons.swap_vert_circle),
|
||||||
|
label: "resources",
|
||||||
|
description: "resourcesDesc",
|
||||||
|
keep: false,
|
||||||
|
fragment: Resources(),
|
||||||
|
modes: [NavigationItemMode.desktop, NavigationItemMode.more],
|
||||||
|
),
|
||||||
NavigationItem(
|
NavigationItem(
|
||||||
icon: const Icon(Icons.adb),
|
icon: const Icon(Icons.adb),
|
||||||
label: "logs",
|
label: "logs",
|
||||||
|
|||||||
@@ -1,23 +1,30 @@
|
|||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
import 'dart:isolate';
|
||||||
|
import 'dart:typed_data';
|
||||||
|
|
||||||
|
import 'package:fl_clash/common/app_localizations.dart';
|
||||||
|
import 'package:fl_clash/common/constant.dart';
|
||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:zxing2/qrcode.dart';
|
||||||
|
import 'package:image/image.dart' as img;
|
||||||
|
|
||||||
class Other {
|
class Other {
|
||||||
static Color? getDelayColor(int? delay) {
|
Color? getDelayColor(int? delay) {
|
||||||
if (delay == null) return null;
|
if (delay == null) return null;
|
||||||
if (delay < 0) return Colors.red;
|
if (delay < 0) return Colors.red;
|
||||||
if (delay < 600) return Colors.green;
|
if (delay < 600) return Colors.green;
|
||||||
return const Color(0xFFC57F0A);
|
return const Color(0xFFC57F0A);
|
||||||
}
|
}
|
||||||
|
|
||||||
static String getDateStringLast2(int value) {
|
String getDateStringLast2(int value) {
|
||||||
var valueRaw = "0$value";
|
var valueRaw = "0$value";
|
||||||
return valueRaw.substring(
|
return valueRaw.substring(
|
||||||
valueRaw.length - 2,
|
valueRaw.length - 2,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
static String getTimeDifference(DateTime dateTime) {
|
String getTimeDifference(DateTime dateTime) {
|
||||||
var currentDateTime = DateTime.now();
|
var currentDateTime = DateTime.now();
|
||||||
var difference = currentDateTime.difference(dateTime);
|
var difference = currentDateTime.difference(dateTime);
|
||||||
var inHours = difference.inHours;
|
var inHours = difference.inHours;
|
||||||
@@ -27,19 +34,22 @@ class Other {
|
|||||||
return "${getDateStringLast2(inHours)}:${getDateStringLast2(inMinutes)}:${getDateStringLast2(inSeconds)}";
|
return "${getDateStringLast2(inHours)}:${getDateStringLast2(inMinutes)}:${getDateStringLast2(inSeconds)}";
|
||||||
}
|
}
|
||||||
|
|
||||||
static String getTimeText(int? timeStamp) {
|
String getTimeText(int? timeStamp) {
|
||||||
if (timeStamp == null) {
|
if (timeStamp == null) {
|
||||||
return '00:00:00';
|
return '00:00:00';
|
||||||
}
|
}
|
||||||
final diff = timeStamp / 1000;
|
final diff = timeStamp / 1000;
|
||||||
final inHours = (diff / 3600).floor();
|
final inHours = (diff / 3600).floor();
|
||||||
|
if (inHours > 99) {
|
||||||
|
return "99:59:59";
|
||||||
|
}
|
||||||
final inMinutes = (diff / 60 % 60).floor();
|
final inMinutes = (diff / 60 % 60).floor();
|
||||||
final inSeconds = (diff % 60).floor();
|
final inSeconds = (diff % 60).floor();
|
||||||
|
|
||||||
return "${getDateStringLast2(inHours)}:${getDateStringLast2(inMinutes)}:${getDateStringLast2(inSeconds)}";
|
return "${getDateStringLast2(inHours)}:${getDateStringLast2(inMinutes)}:${getDateStringLast2(inSeconds)}";
|
||||||
}
|
}
|
||||||
|
|
||||||
static Locale? getLocaleForString(String? localString) {
|
Locale? getLocaleForString(String? localString) {
|
||||||
if (localString == null) return null;
|
if (localString == null) return null;
|
||||||
var localSplit = localString.split("_");
|
var localSplit = localString.split("_");
|
||||||
if (localSplit.length == 1) {
|
if (localSplit.length == 1) {
|
||||||
@@ -57,7 +67,7 @@ class Other {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int sortByChar(String a, String b) {
|
int sortByChar(String a, String b) {
|
||||||
if (a.isEmpty && b.isEmpty) {
|
if (a.isEmpty && b.isEmpty) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -77,7 +87,7 @@ class Other {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static String getOverwriteLabel(String label) {
|
String getOverwriteLabel(String label) {
|
||||||
final reg = RegExp(r'\((\d+)\)$');
|
final reg = RegExp(r'\((\d+)\)$');
|
||||||
final matches = reg.allMatches(label);
|
final matches = reg.allMatches(label);
|
||||||
if (matches.isNotEmpty) {
|
if (matches.isNotEmpty) {
|
||||||
@@ -89,21 +99,7 @@ class Other {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// static FutureOr<void> Function(T p) debounce<T>(void Function(T? p) func,
|
String getTrayIconPath() {
|
||||||
// {Duration? duration}) {
|
|
||||||
// Timer? timer;
|
|
||||||
// return ([T? p]) {
|
|
||||||
// if (timer != null) {
|
|
||||||
// timer?.cancel();
|
|
||||||
// }
|
|
||||||
// timer = Timer(duration ?? const Duration(milliseconds: 300), () {
|
|
||||||
// func(p);
|
|
||||||
// });
|
|
||||||
// };
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
static String getTrayIconPath() {
|
|
||||||
if (Platform.isWindows) {
|
if (Platform.isWindows) {
|
||||||
return "assets/images/app_icon.ico";
|
return "assets/images/app_icon.ico";
|
||||||
} else {
|
} else {
|
||||||
@@ -111,7 +107,7 @@ class Other {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int compareVersions(String version1, String version2) {
|
int compareVersions(String version1, String version2) {
|
||||||
List<String> v1 = version1.split('+')[0].split('.');
|
List<String> v1 = version1.split('+')[0].split('.');
|
||||||
List<String> v2 = version2.split('+')[0].split('.');
|
List<String> v2 = version2.split('+')[0].split('.');
|
||||||
int major1 = int.parse(v1[0]);
|
int major1 = int.parse(v1[0]);
|
||||||
@@ -133,4 +129,85 @@ class Other {
|
|||||||
int build2 = version2.contains('+') ? int.parse(version2.split('+')[1]) : 0;
|
int build2 = version2.contains('+') ? int.parse(version2.split('+')[1]) : 0;
|
||||||
return build1.compareTo(build2);
|
return build1.compareTo(build2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<String?> parseQRCode(Uint8List? bytes) {
|
||||||
|
return Isolate.run<String?>(() {
|
||||||
|
if (bytes == null) return null;
|
||||||
|
img.Image? image = img.decodeImage(bytes);
|
||||||
|
LuminanceSource source = RGBLuminanceSource(
|
||||||
|
image!.width,
|
||||||
|
image.height,
|
||||||
|
image
|
||||||
|
.convert(numChannels: 4)
|
||||||
|
.getBytes(order: img.ChannelOrder.abgr)
|
||||||
|
.buffer
|
||||||
|
.asInt32List(),
|
||||||
|
);
|
||||||
|
final bitmap = BinaryBitmap(GlobalHistogramBinarizer(source));
|
||||||
|
final reader = QRCodeReader();
|
||||||
|
try {
|
||||||
|
final result = reader.decode(bitmap);
|
||||||
|
return result.text;
|
||||||
|
} catch (_) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
String? getFileNameForDisposition(String? disposition) {
|
||||||
|
if (disposition == null) return null;
|
||||||
|
final parseValue = HeaderValue.parse(disposition);
|
||||||
|
final parameters = parseValue.parameters;
|
||||||
|
final key = parameters.keys
|
||||||
|
.firstWhere((key) => key.startsWith("filename"), orElse: () => '');
|
||||||
|
if (key.isEmpty) return null;
|
||||||
|
if (key == "filename*") {
|
||||||
|
return Uri.decodeComponent((parameters[key] ?? "").split("'").last);
|
||||||
|
} else {
|
||||||
|
return parameters[key];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
double getViewWidth() {
|
||||||
|
final view = WidgetsBinding.instance.platformDispatcher.views.first;
|
||||||
|
final size = view.physicalSize / view.devicePixelRatio;
|
||||||
|
return size.width;
|
||||||
|
}
|
||||||
|
|
||||||
|
List<String> parseReleaseBody(String? body) {
|
||||||
|
if (body == null) return [];
|
||||||
|
const pattern = r'- (.+?)\. \[.+?\]';
|
||||||
|
final regex = RegExp(pattern);
|
||||||
|
return regex
|
||||||
|
.allMatches(body)
|
||||||
|
.map((match) => match.group(1) ?? '')
|
||||||
|
.where((item) => item.isNotEmpty)
|
||||||
|
.toList();
|
||||||
|
}
|
||||||
|
|
||||||
|
ViewMode getViewMode(double viewWidth) {
|
||||||
|
if (viewWidth <= maxMobileWidth) return ViewMode.mobile;
|
||||||
|
if (viewWidth <= maxLaptopWidth) return ViewMode.laptop;
|
||||||
|
return ViewMode.desktop;
|
||||||
|
}
|
||||||
|
|
||||||
|
int getColumns(ViewMode viewMode, int currentColumns) {
|
||||||
|
final targetColumnsArray = viewModeColumnsMap[viewMode]!;
|
||||||
|
if (targetColumnsArray.contains(currentColumns)) {
|
||||||
|
return currentColumns;
|
||||||
|
}
|
||||||
|
return targetColumnsArray.first;
|
||||||
|
}
|
||||||
|
|
||||||
|
String getColumnsTextForInt(int number){
|
||||||
|
return switch(number){
|
||||||
|
1 => appLocalizations.oneColumn,
|
||||||
|
2 => appLocalizations.twoColumns,
|
||||||
|
3 => appLocalizations.threeColumns,
|
||||||
|
4 => appLocalizations.fourColumns,
|
||||||
|
int() => throw UnimplementedError(),
|
||||||
|
};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final other = Other();
|
||||||
|
|||||||
@@ -1,22 +1,13 @@
|
|||||||
import 'dart:async';
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:package_info_plus/package_info_plus.dart';
|
import 'package:package_info_plus/package_info_plus.dart';
|
||||||
|
|
||||||
class AppPackage{
|
import 'common.dart';
|
||||||
|
|
||||||
static AppPackage? _instance;
|
extension PackageInfoExtension on PackageInfo {
|
||||||
Completer<PackageInfo> packageInfoCompleter = Completer();
|
String get ua => [
|
||||||
|
"$appName/v$version",
|
||||||
AppPackage._internal() {
|
"clash-verge",
|
||||||
PackageInfo.fromPlatform().then(
|
"Platform/${Platform.operatingSystem}",
|
||||||
(value) => packageInfoCompleter.complete(value),
|
].join(" ");
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
factory AppPackage() {
|
|
||||||
_instance ??= AppPackage._internal();
|
|
||||||
return _instance!;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
final appPackage = AppPackage();
|
|
||||||
@@ -8,12 +8,30 @@ import 'constant.dart';
|
|||||||
|
|
||||||
class AppPath {
|
class AppPath {
|
||||||
static AppPath? _instance;
|
static AppPath? _instance;
|
||||||
Completer<Directory> applicationSupportDirectoryCompleter = Completer();
|
Completer<Directory> cacheDir = Completer();
|
||||||
|
|
||||||
|
// Future<Directory> _createDesktopCacheDir() async {
|
||||||
|
// final path = join(dirname(Platform.resolvedExecutable), 'cache');
|
||||||
|
// final dir = Directory(path);
|
||||||
|
// if (await dir.exists()) {
|
||||||
|
// await dir.create(recursive: true);
|
||||||
|
// }
|
||||||
|
// return dir;
|
||||||
|
// }
|
||||||
|
|
||||||
AppPath._internal() {
|
AppPath._internal() {
|
||||||
getApplicationSupportDirectory().then(
|
getApplicationSupportDirectory().then((value) {
|
||||||
(value) => applicationSupportDirectoryCompleter.complete(value),
|
cacheDir.complete(value);
|
||||||
);
|
});
|
||||||
|
// if (Platform.isAndroid) {
|
||||||
|
// getApplicationSupportDirectory().then((value) {
|
||||||
|
// cacheDir.complete(value);
|
||||||
|
// });
|
||||||
|
// } else {
|
||||||
|
// _createDesktopCacheDir().then((value) {
|
||||||
|
// cacheDir.complete(value);
|
||||||
|
// });
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
factory AppPath() {
|
factory AppPath() {
|
||||||
@@ -22,18 +40,13 @@ class AppPath {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<String> getHomeDirPath() async {
|
Future<String> getHomeDirPath() async {
|
||||||
final directory = await applicationSupportDirectoryCompleter.future;
|
final directory = await cacheDir.future;
|
||||||
return directory.path;
|
return directory.path;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<String> getConfigPath() async {
|
|
||||||
final directory = await applicationSupportDirectoryCompleter.future;
|
|
||||||
return join(directory.path, appConstant.configFileName);
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<String> getProfilesPath() async {
|
Future<String> getProfilesPath() async {
|
||||||
final directory = await applicationSupportDirectoryCompleter.future;
|
final directory = await cacheDir.future;
|
||||||
return join(directory.path, appConstant.profilesDirectoryName);
|
return join(directory.path, profilesDirectoryName);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<String?> getProfilePath(String? id) async {
|
Future<String?> getProfilePath(String? id) async {
|
||||||
@@ -41,11 +54,6 @@ class AppPath {
|
|||||||
final directory = await getProfilesPath();
|
final directory = await getProfilesPath();
|
||||||
return join(directory, "$id.yaml");
|
return join(directory, "$id.yaml");
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<String> getMMDBPath() async {
|
|
||||||
var directory = await applicationSupportDirectoryCompleter.future;
|
|
||||||
return join(directory.path, appConstant.mmdbFileName);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
final appPath = AppPath();
|
final appPath = AppPath();
|
||||||
|
|||||||
34
lib/common/picker.dart
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
import 'package:file_picker/file_picker.dart';
|
||||||
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:image_picker/image_picker.dart';
|
||||||
|
|
||||||
|
class Picker {
|
||||||
|
Future<PlatformFile?> pickerConfigFile() async {
|
||||||
|
final filePickerResult = await FilePicker.platform.pickFiles(
|
||||||
|
withData: true,
|
||||||
|
allowMultiple: false,
|
||||||
|
);
|
||||||
|
return filePickerResult?.files.first;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<PlatformFile?> pickerGeoDataFile() async {
|
||||||
|
final filePickerResult = await FilePicker.platform.pickFiles(
|
||||||
|
withData: true,
|
||||||
|
allowMultiple: false,
|
||||||
|
);
|
||||||
|
return filePickerResult?.files.first;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<String?> pickerConfigQRCode() async {
|
||||||
|
final xFile = await ImagePicker().pickImage(source: ImageSource.gallery);
|
||||||
|
final bytes = await xFile?.readAsBytes();
|
||||||
|
if (bytes == null) return null;
|
||||||
|
final result = await other.parseQRCode(bytes);
|
||||||
|
if (result == null || !result.isUrl) {
|
||||||
|
throw appLocalizations.pleaseUploadValidQrcode;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
final picker = Picker();
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
|
|
||||||
import 'package:flutter/cupertino.dart';
|
|
||||||
import 'package:shared_preferences/shared_preferences.dart';
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
|
||||||
import '../models/models.dart';
|
import '../models/models.dart';
|
||||||
@@ -23,42 +22,40 @@ class Preferences {
|
|||||||
|
|
||||||
Future<ClashConfig?> getClashConfig() async {
|
Future<ClashConfig?> getClashConfig() async {
|
||||||
final preferences = await sharedPreferencesCompleter.future;
|
final preferences = await sharedPreferencesCompleter.future;
|
||||||
final clashConfigString = preferences.getString(appConstant.clashKey);
|
final clashConfigString = preferences.getString(clashConfigKey);
|
||||||
if (clashConfigString == null) return null;
|
if (clashConfigString == null) return null;
|
||||||
final clashConfigMap = json.decode(clashConfigString);
|
final clashConfigMap = json.decode(clashConfigString);
|
||||||
try {
|
try {
|
||||||
return ClashConfig.fromJson(clashConfigMap);
|
return ClashConfig.fromJson(clashConfigMap);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint(e.toString());
|
throw e.toString();
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<bool> saveClashConfig(ClashConfig clashConfig) async {
|
Future<bool> saveClashConfig(ClashConfig clashConfig) async {
|
||||||
final preferences = await sharedPreferencesCompleter.future;
|
final preferences = await sharedPreferencesCompleter.future;
|
||||||
return preferences.setString(
|
return preferences.setString(
|
||||||
appConstant.clashKey,
|
clashConfigKey,
|
||||||
json.encode(clashConfig),
|
json.encode(clashConfig),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<Config?> getConfig() async {
|
Future<Config?> getConfig() async {
|
||||||
final preferences = await sharedPreferencesCompleter.future;
|
final preferences = await sharedPreferencesCompleter.future;
|
||||||
final configString = preferences.getString(appConstant.configKey);
|
final configString = preferences.getString(configKey);
|
||||||
if (configString == null) return null;
|
if (configString == null) return null;
|
||||||
final configMap = json.decode(configString);
|
final configMap = json.decode(configString);
|
||||||
try {
|
try {
|
||||||
return Config.fromJson(configMap);
|
return Config.fromJson(configMap);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint(e.toString());
|
throw e.toString();
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<bool> saveConfig(Config config) async {
|
Future<bool> saveConfig(Config config) async {
|
||||||
final preferences = await sharedPreferencesCompleter.future;
|
final preferences = await sharedPreferencesCompleter.future;
|
||||||
return preferences.setString(
|
return preferences.setString(
|
||||||
appConstant.configKey,
|
configKey,
|
||||||
json.encode(config),
|
json.encode(config),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,12 +11,12 @@ class ProxyManager {
|
|||||||
_proxy = proxy ?? proxy_plugin.Proxy();
|
_proxy = proxy ?? proxy_plugin.Proxy();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool get isStart => startTime != null && startTime!.isBeforeNow();
|
bool get isStart => startTime != null && startTime!.isBeforeNow;
|
||||||
|
|
||||||
DateTime? get startTime => _proxy.startTime;
|
DateTime? get startTime => _proxy.startTime;
|
||||||
|
|
||||||
Future<bool?> startProxy({required int port, String? args}) async {
|
Future<bool?> startProxy({required int port}) async {
|
||||||
return await _proxy.startProxy(port, args);
|
return await _proxy.startProxy(port);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<bool?> stopProxy() async {
|
Future<bool?> stopProxy() async {
|
||||||
@@ -28,20 +28,6 @@ class ProxyManager {
|
|||||||
return await (_proxy as Proxy).updateStartTime();
|
return await (_proxy as Proxy).updateStartTime();
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<bool?> setProtect(int fd) async {
|
|
||||||
if (_proxy is! Proxy) return null;
|
|
||||||
return await (_proxy as Proxy).setProtect(fd);
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<bool?> startForeground({
|
|
||||||
required String title,
|
|
||||||
required String content,
|
|
||||||
}) async {
|
|
||||||
if (_proxy is! Proxy) return null;
|
|
||||||
return await (_proxy as Proxy)
|
|
||||||
.startForeground(title: title, content: content);
|
|
||||||
}
|
|
||||||
|
|
||||||
factory ProxyManager() {
|
factory ProxyManager() {
|
||||||
_instance ??= ProxyManager._internal();
|
_instance ??= ProxyManager._internal();
|
||||||
return _instance!;
|
return _instance!;
|
||||||
|
|||||||
@@ -1,36 +1,105 @@
|
|||||||
import 'dart:convert';
|
import 'dart:io';
|
||||||
|
|
||||||
|
import 'package:dio/dio.dart';
|
||||||
|
import 'package:dio/io.dart';
|
||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import 'package:http/http.dart';
|
import 'package:fl_clash/models/ip.dart';
|
||||||
import '../models/models.dart';
|
import 'package:fl_clash/state.dart';
|
||||||
|
|
||||||
class Request {
|
class Request {
|
||||||
static Future<Result<Response>> getFileResponseForUrl(String url) async {
|
late final Dio _dio;
|
||||||
final headers = {'User-Agent': appConstant.name};
|
int? _port;
|
||||||
try {
|
bool _isStart = false;
|
||||||
final response = await get(Uri.parse(url), headers: headers).timeout(
|
|
||||||
appConstant.httpTimeoutDuration,
|
Request() {
|
||||||
|
_dio = Dio();
|
||||||
|
_dio.options = BaseOptions(
|
||||||
|
headers: {"User-Agent": globalState.appController.clashConfig.globalUa},
|
||||||
|
);
|
||||||
|
_dio.interceptors.add(
|
||||||
|
InterceptorsWrapper(
|
||||||
|
onRequest: (options, handler) {
|
||||||
|
_syncProxy();
|
||||||
|
return handler.next(options); // 继续请求
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_syncProxy() {
|
||||||
|
final port = globalState.appController.clashConfig.mixedPort;
|
||||||
|
final isStart = globalState.appController.appState.isStart;
|
||||||
|
if (_port != port || isStart != _isStart) {
|
||||||
|
_port = port;
|
||||||
|
_isStart = isStart;
|
||||||
|
_dio.httpClientAdapter = IOHttpClientAdapter(
|
||||||
|
createHttpClient: () {
|
||||||
|
final client = HttpClient();
|
||||||
|
if (!_isStart) return client;
|
||||||
|
client.findProxy = (url) {
|
||||||
|
return "PROXY localhost:$_port;DIRECT";
|
||||||
|
};
|
||||||
|
return client;
|
||||||
|
},
|
||||||
);
|
);
|
||||||
return Result.success(data: response);
|
|
||||||
} catch (err) {
|
|
||||||
return Result.error(message: err.toString());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static Future<Result<String>> checkForUpdate() async {
|
Future<Response> getFileResponseForUrl(String url) async {
|
||||||
final response = await get(
|
final response = await _dio
|
||||||
Uri.parse(
|
.get(
|
||||||
"https://api.github.com/repos/${appConstant.repository}/releases/latest",
|
url,
|
||||||
|
options: Options(
|
||||||
|
responseType: ResponseType.bytes,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
.timeout(
|
||||||
|
httpTimeoutDuration * 2,
|
||||||
|
);
|
||||||
|
return response;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<Map<String, dynamic>?> checkForUpdate() async {
|
||||||
|
final response = await _dio.get(
|
||||||
|
"https://api.github.com/repos/$repository/releases/latest",
|
||||||
|
options: Options(
|
||||||
|
responseType: ResponseType.json,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
if (response.statusCode != 200) return Result.error();
|
if (response.statusCode != 200) return null;
|
||||||
final body = json.decode(response.body);
|
final data = response.data as Map<String, dynamic>;
|
||||||
final remoteVersion = body['tag_name'];
|
final remoteVersion = data['tag_name'];
|
||||||
final packageInfo = await appPackage.packageInfoCompleter.future;
|
final version = globalState.packageInfo.version;
|
||||||
final version = packageInfo.version;
|
|
||||||
final hasUpdate =
|
final hasUpdate =
|
||||||
Other.compareVersions(remoteVersion.replaceAll('v', ''), version) > 0;
|
other.compareVersions(remoteVersion.replaceAll('v', ''), version) > 0;
|
||||||
if (!hasUpdate) return Result.error();
|
if (!hasUpdate) return null;
|
||||||
return Result.success(data: body['body']);
|
return data;
|
||||||
|
}
|
||||||
|
|
||||||
|
final Map<String, IpInfo Function(Map<String, dynamic>)> _ipInfoSources = {
|
||||||
|
"https://ipwho.is/": IpInfo.fromIpwhoIsJson,
|
||||||
|
"https://api.ip.sb/geoip/": IpInfo.fromIpSbJson,
|
||||||
|
"https://ipapi.co/json/": IpInfo.fromIpApiCoJson,
|
||||||
|
"https://ipinfo.io/json/": IpInfo.fromIpInfoIoJson,
|
||||||
|
};
|
||||||
|
|
||||||
|
Future<IpInfo?> checkIp(CancelToken? cancelToken) async {
|
||||||
|
for (final source in _ipInfoSources.entries) {
|
||||||
|
try {
|
||||||
|
final response = await _dio
|
||||||
|
.get<Map<String, dynamic>>(source.key, cancelToken: cancelToken)
|
||||||
|
.timeout(
|
||||||
|
httpTimeoutDuration,
|
||||||
|
);
|
||||||
|
if (response.statusCode == 200 && response.data != null) {
|
||||||
|
return source.value(response.data!);
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final request = Request();
|
||||||
|
|||||||
16
lib/common/scroll.dart
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import 'dart:ui';
|
||||||
|
|
||||||
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
class BaseScrollBehavior extends MaterialScrollBehavior {
|
||||||
|
@override
|
||||||
|
Set<PointerDeviceKind> get dragDevices => {
|
||||||
|
PointerDeviceKind.touch,
|
||||||
|
PointerDeviceKind.stylus,
|
||||||
|
PointerDeviceKind.invertedStylus,
|
||||||
|
PointerDeviceKind.trackpad,
|
||||||
|
if (system.isDesktop) PointerDeviceKind.mouse,
|
||||||
|
PointerDeviceKind.unknown,
|
||||||
|
};
|
||||||
|
}
|
||||||
110
lib/common/service.dart
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
import 'dart:ffi';
|
||||||
|
import 'dart:io';
|
||||||
|
import 'package:ffi/ffi.dart';
|
||||||
|
import 'package:win32/win32.dart';
|
||||||
|
|
||||||
|
typedef CreateServiceNative = IntPtr Function(
|
||||||
|
IntPtr hSCManager,
|
||||||
|
Pointer<Utf16> lpServiceName,
|
||||||
|
Pointer<Utf16> lpDisplayName,
|
||||||
|
Uint32 dwDesiredAccess,
|
||||||
|
Uint32 dwServiceType,
|
||||||
|
Uint32 dwStartType,
|
||||||
|
Uint32 dwErrorControl,
|
||||||
|
Pointer<Utf16> lpBinaryPathName,
|
||||||
|
Pointer<Utf16> lpLoadOrderGroup,
|
||||||
|
Pointer<Uint32> lpdwTagId,
|
||||||
|
Pointer<Utf16> lpDependencies,
|
||||||
|
Pointer<Utf16> lpServiceStartName,
|
||||||
|
Pointer<Utf16> lpPassword,
|
||||||
|
);
|
||||||
|
|
||||||
|
typedef CreateServiceDart = int Function(
|
||||||
|
int hSCManager,
|
||||||
|
Pointer<Utf16> lpServiceName,
|
||||||
|
Pointer<Utf16> lpDisplayName,
|
||||||
|
int dwDesiredAccess,
|
||||||
|
int dwServiceType,
|
||||||
|
int dwStartType,
|
||||||
|
int dwErrorControl,
|
||||||
|
Pointer<Utf16> lpBinaryPathName,
|
||||||
|
Pointer<Utf16> lpLoadOrderGroup,
|
||||||
|
Pointer<Uint32> lpdwTagId,
|
||||||
|
Pointer<Utf16> lpDependencies,
|
||||||
|
Pointer<Utf16> lpServiceStartName,
|
||||||
|
Pointer<Utf16> lpPassword,
|
||||||
|
);
|
||||||
|
|
||||||
|
const _SERVICE_ALL_ACCESS = 0xF003F;
|
||||||
|
|
||||||
|
const _SERVICE_WIN32_OWN_PROCESS = 0x00000010;
|
||||||
|
|
||||||
|
const _SERVICE_AUTO_START = 0x00000002;
|
||||||
|
|
||||||
|
const _SERVICE_ERROR_NORMAL = 0x00000001;
|
||||||
|
|
||||||
|
typedef GetLastErrorNative = Uint32 Function();
|
||||||
|
typedef GetLastErrorDart = int Function();
|
||||||
|
|
||||||
|
class Service {
|
||||||
|
static Service? _instance;
|
||||||
|
late DynamicLibrary _advapi32;
|
||||||
|
|
||||||
|
Service._internal() {
|
||||||
|
_advapi32 = DynamicLibrary.open('advapi32.dll');
|
||||||
|
}
|
||||||
|
|
||||||
|
factory Service() {
|
||||||
|
_instance ??= Service._internal();
|
||||||
|
return _instance!;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> createService() async {
|
||||||
|
final int scManager = OpenSCManager(nullptr, nullptr, _SERVICE_ALL_ACCESS);
|
||||||
|
if (scManager == 0) return;
|
||||||
|
final serviceName = 'FlClash Service'.toNativeUtf16();
|
||||||
|
final displayName = 'FlClash Service'.toNativeUtf16();
|
||||||
|
final binaryPathName = "C:\\Application\\Clash.Verge_1.6.6_x64_portable\\resources\\clash-verge-service.exe".toNativeUtf16();
|
||||||
|
final createService =
|
||||||
|
_advapi32.lookupFunction<CreateServiceNative, CreateServiceDart>(
|
||||||
|
'CreateServiceW',
|
||||||
|
);
|
||||||
|
final getLastError = DynamicLibrary.open('kernel32.dll')
|
||||||
|
.lookupFunction<GetLastErrorNative, GetLastErrorDart>('GetLastError');
|
||||||
|
|
||||||
|
final serviceHandle = createService(
|
||||||
|
scManager,
|
||||||
|
serviceName,
|
||||||
|
displayName,
|
||||||
|
_SERVICE_ALL_ACCESS,
|
||||||
|
_SERVICE_WIN32_OWN_PROCESS,
|
||||||
|
_SERVICE_AUTO_START,
|
||||||
|
_SERVICE_ERROR_NORMAL,
|
||||||
|
binaryPathName,
|
||||||
|
nullptr,
|
||||||
|
nullptr,
|
||||||
|
nullptr,
|
||||||
|
nullptr,
|
||||||
|
nullptr,
|
||||||
|
);
|
||||||
|
|
||||||
|
print("serviceHandle $serviceHandle");
|
||||||
|
|
||||||
|
final errorCode = GetLastError();
|
||||||
|
print('Error code: $errorCode');
|
||||||
|
|
||||||
|
final result = StartService(serviceHandle, 0, nullptr);
|
||||||
|
|
||||||
|
if (result == 0) {
|
||||||
|
print('Failed to start the service.');
|
||||||
|
} else {
|
||||||
|
print('Service started successfully.');
|
||||||
|
}
|
||||||
|
|
||||||
|
calloc.free(serviceName);
|
||||||
|
calloc.free(displayName);
|
||||||
|
calloc.free(binaryPathName);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
final service = Platform.isWindows ? Service() : null;
|
||||||
@@ -1,10 +1,5 @@
|
|||||||
extension StringExtension on String {
|
extension StringExtension on String {
|
||||||
bool get isUrl {
|
bool get isUrl {
|
||||||
try {
|
return RegExp(r'^(http|https|ftp)://').hasMatch(this);
|
||||||
Uri.parse(this);
|
|
||||||
return true;
|
|
||||||
} catch (e) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,15 +2,13 @@ import 'package:flutter/material.dart';
|
|||||||
import 'color.dart';
|
import 'color.dart';
|
||||||
|
|
||||||
extension TextStyleExtension on TextStyle {
|
extension TextStyleExtension on TextStyle {
|
||||||
toLight() {
|
TextStyle get toLight => copyWith(color: color?.toLight());
|
||||||
return copyWith(color: color?.toLight());
|
|
||||||
}
|
|
||||||
|
|
||||||
toSoftBold() {
|
TextStyle get toLighter => copyWith(color: color?.toLighter());
|
||||||
return copyWith(fontWeight: FontWeight.w500);
|
|
||||||
}
|
|
||||||
|
|
||||||
toBold() {
|
TextStyle get toSoftBold => copyWith(fontWeight: FontWeight.w500);
|
||||||
return copyWith(fontWeight: FontWeight.bold);
|
|
||||||
}
|
TextStyle get toBold => copyWith(fontWeight: FontWeight.bold);
|
||||||
}
|
|
||||||
|
TextStyle get toMinus => copyWith(fontSize: fontSize! - 2);
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
|
import 'package:fl_clash/models/config.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:window_manager/window_manager.dart';
|
import 'package:window_manager/window_manager.dart';
|
||||||
import 'package:windows_single_instance/windows_single_instance.dart';
|
import 'package:windows_single_instance/windows_single_instance.dart';
|
||||||
@@ -8,7 +9,7 @@ import 'protocol.dart';
|
|||||||
import 'system.dart';
|
import 'system.dart';
|
||||||
|
|
||||||
class Window {
|
class Window {
|
||||||
init() async {
|
init(WindowProps props) async {
|
||||||
if (Platform.isWindows) {
|
if (Platform.isWindows) {
|
||||||
await WindowsSingleInstance.ensureSingleInstance([], "FlClash");
|
await WindowsSingleInstance.ensureSingleInstance([], "FlClash");
|
||||||
protocol.register("clash");
|
protocol.register("clash");
|
||||||
@@ -16,11 +17,17 @@ class Window {
|
|||||||
protocol.register("flclash");
|
protocol.register("flclash");
|
||||||
}
|
}
|
||||||
await windowManager.ensureInitialized();
|
await windowManager.ensureInitialized();
|
||||||
WindowOptions windowOptions = const WindowOptions(
|
WindowOptions windowOptions = WindowOptions(
|
||||||
size: Size(1000, 600),
|
size: Size(props.width, props.height),
|
||||||
minimumSize: Size(400, 600),
|
minimumSize: const Size(380, 600),
|
||||||
center: true,
|
|
||||||
);
|
);
|
||||||
|
if (props.left != null || props.top != null) {
|
||||||
|
await windowManager.setPosition(
|
||||||
|
Offset(props.left ?? 0, props.top ?? 0),
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
await windowManager.setAlignment(Alignment.center);
|
||||||
|
}
|
||||||
await windowManager.waitUntilReadyToShow(windowOptions, () async {
|
await windowManager.waitUntilReadyToShow(windowOptions, () async {
|
||||||
await windowManager.setPreventClose(true);
|
await windowManager.setPreventClose(true);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
import 'dart:io';
|
|
||||||
import 'dart:isolate';
|
|
||||||
|
|
||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
import 'package:fl_clash/state.dart';
|
import 'package:fl_clash/state.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
import 'package:url_launcher/url_launcher.dart';
|
||||||
|
|
||||||
import 'clash/core.dart';
|
import 'clash/core.dart';
|
||||||
import 'enum/enum.dart';
|
|
||||||
import 'models/models.dart';
|
import 'models/models.dart';
|
||||||
import 'common/common.dart';
|
import 'common/common.dart';
|
||||||
|
|
||||||
@@ -18,6 +17,7 @@ class AppController {
|
|||||||
late ClashConfig clashConfig;
|
late ClashConfig clashConfig;
|
||||||
late Measure measure;
|
late Measure measure;
|
||||||
late Function updateClashConfigDebounce;
|
late Function updateClashConfigDebounce;
|
||||||
|
late Function addCheckIpNumDebounce;
|
||||||
|
|
||||||
AppController(this.context) {
|
AppController(this.context) {
|
||||||
appState = context.read<AppState>();
|
appState = context.read<AppState>();
|
||||||
@@ -26,16 +26,19 @@ class AppController {
|
|||||||
updateClashConfigDebounce = debounce<Function()>(() async {
|
updateClashConfigDebounce = debounce<Function()>(() async {
|
||||||
await updateClashConfig();
|
await updateClashConfig();
|
||||||
});
|
});
|
||||||
|
addCheckIpNumDebounce = debounce(() {
|
||||||
|
appState.checkIpNum++;
|
||||||
|
});
|
||||||
measure = Measure.of(context);
|
measure = Measure.of(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> updateSystemProxy(bool isStart) async {
|
Future<void> updateSystemProxy(bool isStart) async {
|
||||||
if (isStart) {
|
if (isStart) {
|
||||||
await globalState.startSystemProxy(
|
await globalState.startSystemProxy(
|
||||||
|
appState: appState,
|
||||||
config: config,
|
config: config,
|
||||||
clashConfig: clashConfig,
|
clashConfig: clashConfig,
|
||||||
);
|
);
|
||||||
|
|
||||||
updateRunTime();
|
updateRunTime();
|
||||||
updateTraffic();
|
updateTraffic();
|
||||||
globalState.updateFunctionLists = [
|
globalState.updateFunctionLists = [
|
||||||
@@ -44,7 +47,9 @@ class AppController {
|
|||||||
];
|
];
|
||||||
} else {
|
} else {
|
||||||
await globalState.stopSystemProxy();
|
await globalState.stopSystemProxy();
|
||||||
|
clashCore.resetTraffic();
|
||||||
appState.traffics = [];
|
appState.traffics = [];
|
||||||
|
appState.totalTraffic = Traffic();
|
||||||
appState.runTime = null;
|
appState.runTime = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -65,36 +70,21 @@ class AppController {
|
|||||||
|
|
||||||
updateTraffic() {
|
updateTraffic() {
|
||||||
globalState.updateTraffic(
|
globalState.updateTraffic(
|
||||||
config: config,
|
|
||||||
appState: appState,
|
appState: appState,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
changeProxy() {
|
addProfile(Profile profile) async {
|
||||||
globalState.changeProxy(
|
|
||||||
appState: appState,
|
|
||||||
config: config,
|
|
||||||
clashConfig: clashConfig,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
addProfile(Profile profile) {
|
|
||||||
config.setProfile(profile);
|
config.setProfile(profile);
|
||||||
if (config.currentProfileId != null) return;
|
if (config.currentProfileId != null) return;
|
||||||
changeProfile(profile.id);
|
await changeProfile(profile.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
deleteProfile(String id) async {
|
deleteProfile(String id) async {
|
||||||
config.deleteProfileById(id);
|
config.deleteProfileById(id);
|
||||||
final profilePath = await appPath.getProfilePath(id);
|
final profilePath = await appPath.getProfilePath(id);
|
||||||
if (profilePath == null) return;
|
if (profilePath == null) return;
|
||||||
final file = File(profilePath);
|
clashCore.clearEffect(profilePath);
|
||||||
Isolate.run(() async {
|
|
||||||
final isExists = await file.exists();
|
|
||||||
if (isExists) {
|
|
||||||
file.delete();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
if (config.currentProfileId == id) {
|
if (config.currentProfileId == id) {
|
||||||
if (config.profiles.isNotEmpty) {
|
if (config.profiles.isNotEmpty) {
|
||||||
final updateId = config.profiles.first.id;
|
final updateId = config.profiles.first.id;
|
||||||
@@ -105,47 +95,77 @@ class AppController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
updateProfile(String id) async {
|
Future<void> updateProfile(Profile profile) async {
|
||||||
final profile = config.getCurrentProfileForId(id);
|
await profile.update();
|
||||||
if (profile != null) {
|
config.setProfile(await profile.update());
|
||||||
final res = await profile.update();
|
|
||||||
if (res.type == ResultType.success) {
|
|
||||||
config.setProfile(profile);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<bool> updateClashConfig({bool isPatch = true}) async {
|
Future<void> updateClashConfig({bool isPatch = true}) async {
|
||||||
return await globalState.updateClashConfig(
|
await globalState.updateClashConfig(
|
||||||
clashConfig: clashConfig,
|
clashConfig: clashConfig,
|
||||||
config: config,
|
config: config,
|
||||||
isPatch: isPatch,
|
isPatch: isPatch,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future applyProfile() async {
|
||||||
|
final commonScaffoldState = globalState.homeScaffoldKey.currentState;
|
||||||
|
if (commonScaffoldState?.mounted != true) return;
|
||||||
|
commonScaffoldState?.loadingRun(() async {
|
||||||
|
await globalState.applyProfile(
|
||||||
|
appState: appState,
|
||||||
|
config: config,
|
||||||
|
clashConfig: clashConfig,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
Future rawApplyProfile() async {
|
||||||
|
await globalState.applyProfile(
|
||||||
|
appState: appState,
|
||||||
|
config: config,
|
||||||
|
clashConfig: clashConfig,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
changeProfile(String? value) async {
|
changeProfile(String? value) async {
|
||||||
if (value == config.currentProfileId) return;
|
if (value == config.currentProfileId) return;
|
||||||
config.currentProfileId = value;
|
config.currentProfileId = value;
|
||||||
await updateClashConfig(isPatch: false);
|
await applyProfile();
|
||||||
await updateGroups();
|
|
||||||
changeProxy();
|
|
||||||
appState.delayMap = {};
|
appState.delayMap = {};
|
||||||
saveConfigPreferences();
|
saveConfigPreferences();
|
||||||
}
|
}
|
||||||
|
|
||||||
autoUpdateProfiles() async {
|
autoUpdateProfiles() async {
|
||||||
for (final profile in config.profiles) {
|
for (final profile in config.profiles) {
|
||||||
if (!profile.autoUpdate) return;
|
if (!profile.autoUpdate) continue;
|
||||||
final isNotNeedUpdate = profile.lastUpdateDate
|
final isNotNeedUpdate = profile.lastUpdateDate
|
||||||
?.add(
|
?.add(
|
||||||
profile.autoUpdateDuration,
|
profile.autoUpdateDuration,
|
||||||
)
|
)
|
||||||
.isBeforeNow();
|
.isBeforeNow;
|
||||||
if (isNotNeedUpdate == false) continue;
|
if (isNotNeedUpdate == false || profile.type == ProfileType.file) {
|
||||||
final result = await profile.update();
|
continue;
|
||||||
if (result.type == ResultType.error) continue;
|
}
|
||||||
await updateGroups();
|
try {
|
||||||
changeProxy();
|
updateProfile(profile);
|
||||||
|
} catch (e) {
|
||||||
|
appState.addLog(
|
||||||
|
Log(
|
||||||
|
logLevel: LogLevel.info,
|
||||||
|
payload: e.toString(),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
updateProfiles() async {
|
||||||
|
for (final profile in config.profiles) {
|
||||||
|
if (profile.type == ProfileType.file) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
await updateProfile(profile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -157,13 +177,6 @@ class AppController {
|
|||||||
appState.systemColorSchemes = systemColorSchemes;
|
appState.systemColorSchemes = systemColorSchemes;
|
||||||
}
|
}
|
||||||
|
|
||||||
clearCurrentDelay() {
|
|
||||||
final currentProxyName =
|
|
||||||
appState.getCurrentProxyName(config.currentProxyName, clashConfig.mode);
|
|
||||||
if (currentProxyName == null) return;
|
|
||||||
appState.setDelay(Delay(name: currentProxyName, value: null));
|
|
||||||
}
|
|
||||||
|
|
||||||
savePreferences() async {
|
savePreferences() async {
|
||||||
await saveConfigPreferences();
|
await saveConfigPreferences();
|
||||||
await saveClashConfigPreferences();
|
await saveClashConfigPreferences();
|
||||||
@@ -206,29 +219,99 @@ class AppController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
afterInit() async {
|
autoCheckUpdate() async {
|
||||||
if (appState.isInit) {
|
if (!config.autoCheckUpdate) return;
|
||||||
if (config.autoRun) {
|
final res = await request.checkForUpdate();
|
||||||
await updateSystemProxy(true);
|
checkUpdateResultHandle(data: res);
|
||||||
} else {
|
}
|
||||||
await proxyManager.updateStartTime();
|
|
||||||
await updateSystemProxy(proxyManager.isStart);
|
checkUpdateResultHandle({
|
||||||
}
|
Map<String, dynamic>? data,
|
||||||
autoUpdateProfiles();
|
bool handleError = false,
|
||||||
updateLogStatus();
|
}) async {
|
||||||
if (!config.silentLaunch) {
|
if (data != null) {
|
||||||
window?.show();
|
final tagName = data['tag_name'];
|
||||||
}
|
final body = data['body'];
|
||||||
|
final submits = other.parseReleaseBody(body);
|
||||||
|
final textTheme = context.textTheme;
|
||||||
|
globalState.showMessage(
|
||||||
|
title: appLocalizations.discoverNewVersion,
|
||||||
|
message: TextSpan(
|
||||||
|
text: "$tagName \n",
|
||||||
|
style: textTheme.headlineSmall,
|
||||||
|
children: [
|
||||||
|
TextSpan(
|
||||||
|
text: "\n",
|
||||||
|
style: textTheme.bodyMedium,
|
||||||
|
),
|
||||||
|
for (final submit in submits)
|
||||||
|
TextSpan(
|
||||||
|
text: "- $submit \n",
|
||||||
|
style: textTheme.bodyMedium,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
onTab: () {
|
||||||
|
launchUrl(
|
||||||
|
Uri.parse("https://github.com/$repository/releases/latest"),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
confirmText: appLocalizations.goDownload,
|
||||||
|
);
|
||||||
|
} else if (handleError) {
|
||||||
|
globalState.showMessage(
|
||||||
|
title: appLocalizations.checkUpdate,
|
||||||
|
message: TextSpan(
|
||||||
|
text: appLocalizations.checkUpdateError,
|
||||||
|
),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
init() async {
|
||||||
|
updateLogStatus();
|
||||||
|
if (!config.silentLaunch) {
|
||||||
|
window?.show();
|
||||||
|
}
|
||||||
|
final commonScaffoldState = globalState.homeScaffoldKey.currentState;
|
||||||
|
if (commonScaffoldState?.mounted == true) {
|
||||||
|
await commonScaffoldState?.loadingRun(() async {
|
||||||
|
await globalState.applyProfile(
|
||||||
|
appState: appState,
|
||||||
|
config: config,
|
||||||
|
clashConfig: clashConfig,
|
||||||
|
);
|
||||||
|
}, title: appLocalizations.init);
|
||||||
|
} else {
|
||||||
|
await globalState.applyProfile(
|
||||||
|
appState: appState,
|
||||||
|
config: config,
|
||||||
|
clashConfig: clashConfig,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
await afterInit();
|
||||||
|
}
|
||||||
|
|
||||||
|
afterInit() async {
|
||||||
|
await proxyManager.updateStartTime();
|
||||||
|
if (proxyManager.isStart) {
|
||||||
|
await updateSystemProxy(true);
|
||||||
|
} else {
|
||||||
|
await updateSystemProxy(config.autoRun);
|
||||||
|
}
|
||||||
|
autoUpdateProfiles();
|
||||||
|
autoCheckUpdate();
|
||||||
|
}
|
||||||
|
|
||||||
setDelay(Delay delay) {
|
setDelay(Delay delay) {
|
||||||
appState.setDelay(delay);
|
appState.setDelay(delay);
|
||||||
}
|
}
|
||||||
|
|
||||||
toPage(int index, {bool hasAnimate = false}) {
|
toPage(int index, {bool hasAnimate = false}) {
|
||||||
final nextLabel = globalState.currentNavigationItems[index].label;
|
if (index > appState.currentNavigationItems.length - 1) {
|
||||||
appState.currentLabel = nextLabel;
|
return;
|
||||||
|
}
|
||||||
|
appState.currentLabel = appState.currentNavigationItems[index].label;
|
||||||
if ((config.isAnimateToPage || hasAnimate)) {
|
if ((config.isAnimateToPage || hasAnimate)) {
|
||||||
globalState.pageController?.animateToPage(
|
globalState.pageController?.animateToPage(
|
||||||
index,
|
index,
|
||||||
@@ -240,12 +323,8 @@ class AppController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
updatePackages() async {
|
|
||||||
await globalState.updatePackages(appState);
|
|
||||||
}
|
|
||||||
|
|
||||||
toProfiles() {
|
toProfiles() {
|
||||||
final index = globalState.currentNavigationItems.indexWhere(
|
final index = appState.currentNavigationItems.indexWhere(
|
||||||
(element) => element.label == "profiles",
|
(element) => element.label == "profiles",
|
||||||
);
|
);
|
||||||
if (index != -1) {
|
if (index != -1) {
|
||||||
@@ -253,31 +332,6 @@ class AppController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
addProfileFormURL(String url) async {
|
|
||||||
globalState.navigatorKey.currentState?.popUntil((route) => route.isFirst);
|
|
||||||
toProfiles();
|
|
||||||
final commonScaffoldState = globalState.homeScaffoldKey.currentState;
|
|
||||||
if (commonScaffoldState?.mounted != true) return;
|
|
||||||
commonScaffoldState?.loadingRun(
|
|
||||||
() async {
|
|
||||||
await Future.delayed(const Duration(milliseconds: 300));
|
|
||||||
final profile = Profile(
|
|
||||||
url: url,
|
|
||||||
);
|
|
||||||
final res = await profile.update();
|
|
||||||
if (res.type == ResultType.success) {
|
|
||||||
addProfile(profile);
|
|
||||||
} else {
|
|
||||||
debugPrint(res.message);
|
|
||||||
globalState.showMessage(
|
|
||||||
title: "${appLocalizations.add}${appLocalizations.profile}",
|
|
||||||
message: TextSpan(text: res.message!),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
initLink() {
|
initLink() {
|
||||||
linkManager.initAppLinksListen(
|
linkManager.initAppLinksListen(
|
||||||
(url) {
|
(url) {
|
||||||
@@ -307,33 +361,96 @@ class AppController {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
addProfileFormURL(String url) async {
|
||||||
|
if (globalState.navigatorKey.currentState?.canPop() ?? false) {
|
||||||
|
globalState.navigatorKey.currentState?.popUntil((route) => route.isFirst);
|
||||||
|
}
|
||||||
|
toProfiles();
|
||||||
|
final commonScaffoldState = globalState.homeScaffoldKey.currentState;
|
||||||
|
if (commonScaffoldState?.mounted != true) return;
|
||||||
|
final profile = await commonScaffoldState?.loadingRun<Profile>(
|
||||||
|
() async {
|
||||||
|
return await Profile.normal(
|
||||||
|
url: url,
|
||||||
|
).update();
|
||||||
|
},
|
||||||
|
title: "${appLocalizations.add}${appLocalizations.profile}",
|
||||||
|
);
|
||||||
|
if (profile != null) {
|
||||||
|
await addProfile(profile);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
addProfileFormFile() async {
|
addProfileFormFile() async {
|
||||||
final result = await FileUtil.pickerConfig();
|
final platformFile = await globalState.safeRun(picker.pickerConfigFile);
|
||||||
if (result.type == ResultType.error) return;
|
|
||||||
if (!context.mounted) return;
|
if (!context.mounted) return;
|
||||||
globalState.navigatorKey.currentState?.popUntil((route) => route.isFirst);
|
globalState.navigatorKey.currentState?.popUntil((route) => route.isFirst);
|
||||||
toProfiles();
|
toProfiles();
|
||||||
final commonScaffoldState = globalState.homeScaffoldKey.currentState;
|
final commonScaffoldState = globalState.homeScaffoldKey.currentState;
|
||||||
if (commonScaffoldState?.mounted != true) return;
|
if (commonScaffoldState?.mounted != true) return;
|
||||||
commonScaffoldState?.loadingRun(
|
final profile = await commonScaffoldState?.loadingRun<Profile?>(
|
||||||
() async {
|
() async {
|
||||||
await Future.delayed(const Duration(milliseconds: 300));
|
await Future.delayed(const Duration(milliseconds: 300));
|
||||||
final bytes = result.data?.bytes;
|
final bytes = platformFile?.bytes;
|
||||||
if (bytes == null) {
|
if (bytes == null) {
|
||||||
return;
|
return null;
|
||||||
}
|
}
|
||||||
final profile = Profile(label: result.data?.name);
|
return await Profile.normal(label: platformFile?.name).saveFile(bytes);
|
||||||
final sRes = await profile.saveFile(bytes);
|
|
||||||
if (sRes.type == ResultType.error) {
|
|
||||||
debugPrint(sRes.message);
|
|
||||||
globalState.showMessage(
|
|
||||||
title: "${appLocalizations.add}${appLocalizations.profile}",
|
|
||||||
message: TextSpan(text: sRes.message!),
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
addProfile(profile);
|
|
||||||
},
|
},
|
||||||
|
title: "${appLocalizations.add}${appLocalizations.profile}",
|
||||||
);
|
);
|
||||||
|
if (profile != null) {
|
||||||
|
await addProfile(profile);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
addProfileFormQrCode() async {
|
||||||
|
final url = await globalState.safeRun(picker.pickerConfigQRCode);
|
||||||
|
if (url == null) return;
|
||||||
|
addProfileFormURL(url);
|
||||||
|
}
|
||||||
|
|
||||||
|
int get columns =>
|
||||||
|
other.getColumns(appState.viewMode, config.proxiesColumns);
|
||||||
|
|
||||||
|
updateViewWidth(double width) {
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
|
appState.viewWidth = width;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
List<Proxy> _sortOfName(List<Proxy> proxies) {
|
||||||
|
return List.of(proxies)
|
||||||
|
..sort(
|
||||||
|
(a, b) => other.sortByChar(a.name, b.name),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
List<Proxy> _sortOfDelay(List<Proxy> proxies) {
|
||||||
|
return proxies = List.of(proxies)
|
||||||
|
..sort(
|
||||||
|
(a, b) {
|
||||||
|
final aDelay = appState.getDelay(a.name);
|
||||||
|
final bDelay = appState.getDelay(b.name);
|
||||||
|
if (aDelay == null && bDelay == null) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
if (aDelay == null || aDelay == -1) {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
if (bDelay == null || bDelay == -1) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
return aDelay.compareTo(bDelay);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
List<Proxy> getSortProxies(List<Proxy> proxies) {
|
||||||
|
return switch (config.proxiesSortType) {
|
||||||
|
ProxiesSortType.none => proxies,
|
||||||
|
ProxiesSortType.delay => _sortOfDelay(proxies),
|
||||||
|
ProxiesSortType.name => _sortOfName(proxies),
|
||||||
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
// ignore_for_file: constant_identifier_names
|
// ignore_for_file: constant_identifier_names
|
||||||
|
|
||||||
enum GroupType { Selector, URLTest, Fallback }
|
enum GroupType { Selector, URLTest, Fallback, LoadBalance, Relay }
|
||||||
|
|
||||||
|
enum GroupName { GLOBAL, Proxy, Auto, Fallback }
|
||||||
|
|
||||||
extension GroupTypeExtension on GroupType {
|
extension GroupTypeExtension on GroupType {
|
||||||
static List<String> get valueList => GroupType.values
|
static List<String> get valueList => GroupType.values
|
||||||
@@ -32,6 +34,8 @@ extension UsedProxyExtension on UsedProxy {
|
|||||||
|
|
||||||
enum Mode { rule, global, direct }
|
enum Mode { rule, global, direct }
|
||||||
|
|
||||||
|
enum ViewMode { mobile, laptop, desktop }
|
||||||
|
|
||||||
enum LogLevel { debug, info, warning, error, silent }
|
enum LogLevel { debug, info, warning, error, silent }
|
||||||
|
|
||||||
enum TransportProtocol { udp, tcp }
|
enum TransportProtocol { udp, tcp }
|
||||||
@@ -52,4 +56,32 @@ enum ProfileType { file, url }
|
|||||||
|
|
||||||
enum ResultType { success, error }
|
enum ResultType { success, error }
|
||||||
|
|
||||||
enum MessageType { log, tun, delay, process }
|
enum AppMessageType {
|
||||||
|
log,
|
||||||
|
delay,
|
||||||
|
request,
|
||||||
|
started,
|
||||||
|
loaded,
|
||||||
|
}
|
||||||
|
|
||||||
|
enum ServiceMessageType {
|
||||||
|
protect,
|
||||||
|
process,
|
||||||
|
started,
|
||||||
|
loaded,
|
||||||
|
}
|
||||||
|
|
||||||
|
enum FindProcessMode { always, off }
|
||||||
|
|
||||||
|
enum RecoveryOption {
|
||||||
|
all,
|
||||||
|
onlyProfiles,
|
||||||
|
}
|
||||||
|
|
||||||
|
enum ChipType { action, delete }
|
||||||
|
|
||||||
|
enum CommonCardType { plain, filled }
|
||||||
|
|
||||||
|
enum ProxiesType { tab, list }
|
||||||
|
|
||||||
|
enum ProxyCardType { expand, shrink, min }
|
||||||
|
|||||||
@@ -1,12 +1,25 @@
|
|||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import 'package:fl_clash/state.dart';
|
import 'package:fl_clash/state.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:package_info_plus/package_info_plus.dart';
|
|
||||||
import 'package:url_launcher/url_launcher.dart';
|
import 'package:url_launcher/url_launcher.dart';
|
||||||
|
|
||||||
class AboutFragment extends StatelessWidget {
|
class AboutFragment extends StatelessWidget {
|
||||||
const AboutFragment({super.key});
|
const AboutFragment({super.key});
|
||||||
|
|
||||||
|
_checkUpdate(BuildContext context) async {
|
||||||
|
final commonScaffoldState = context.commonScaffoldState;
|
||||||
|
if (commonScaffoldState?.mounted != true) return;
|
||||||
|
final data =
|
||||||
|
await commonScaffoldState?.loadingRun<Map<String, dynamic>?>(
|
||||||
|
request.checkForUpdate,
|
||||||
|
title: appLocalizations.checkUpdate,
|
||||||
|
);
|
||||||
|
globalState.appController.checkUpdateResultHandle(
|
||||||
|
data: data,
|
||||||
|
handleError: true,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return ListView(
|
return ListView(
|
||||||
@@ -32,19 +45,12 @@ class AboutFragment extends StatelessWidget {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
appConstant.name,
|
appName,
|
||||||
style: Theme.of(context).textTheme.headlineSmall,
|
style: Theme.of(context).textTheme.headlineSmall,
|
||||||
),
|
),
|
||||||
FutureBuilder<PackageInfo>(
|
Text(
|
||||||
future: appPackage.packageInfoCompleter.future,
|
globalState.packageInfo.version,
|
||||||
builder: (_, package) {
|
style: Theme.of(context).textTheme.labelLarge,
|
||||||
final version = package.data?.version;
|
|
||||||
if (version == null) return Container();
|
|
||||||
return Text(
|
|
||||||
version,
|
|
||||||
style: Theme.of(context).textTheme.labelLarge,
|
|
||||||
);
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -66,25 +72,23 @@ class AboutFragment extends StatelessWidget {
|
|||||||
ListTile(
|
ListTile(
|
||||||
title: Text(appLocalizations.checkUpdate),
|
title: Text(appLocalizations.checkUpdate),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
final commonScaffoldState = context.commonScaffoldState;
|
_checkUpdate(context);
|
||||||
if (commonScaffoldState?.mounted != true) return;
|
|
||||||
commonScaffoldState?.loadingRun(() async {
|
|
||||||
await globalState.checkUpdate(
|
|
||||||
() {
|
|
||||||
launchUrl(
|
|
||||||
Uri.parse(
|
|
||||||
"https://github.com/${appConstant.repository}/releases/latest"),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
);
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
ListTile(
|
||||||
|
title: const Text("Telegram"),
|
||||||
|
onTap: () {
|
||||||
|
launchUrl(
|
||||||
|
Uri.parse("https://t.me/+G-veVtwBOl4wODc1"),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
trailing: const Icon(Icons.launch),
|
||||||
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(appLocalizations.project),
|
title: Text(appLocalizations.project),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
launchUrl(
|
launchUrl(
|
||||||
Uri.parse("https://github.com/${appConstant.repository}"),
|
Uri.parse("https://github.com/$repository"),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
trailing: const Icon(Icons.launch),
|
trailing: const Icon(Icons.launch),
|
||||||
|
|||||||
@@ -1,62 +1,44 @@
|
|||||||
|
import 'package:collection/collection.dart';
|
||||||
import 'package:fl_clash/enum/enum.dart';
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
import 'package:fl_clash/plugins/app.dart';
|
import 'package:fl_clash/plugins/app.dart';
|
||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
import 'package:fl_clash/widgets/widgets.dart';
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
class AccessFragment extends StatelessWidget {
|
extension AccessControlExtension on AccessControl {
|
||||||
|
List<String> get currentList => switch (mode) {
|
||||||
|
AccessControlMode.acceptSelected => acceptList,
|
||||||
|
AccessControlMode.rejectSelected => rejectList,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
class AccessFragment extends StatefulWidget {
|
||||||
const AccessFragment({super.key});
|
const AccessFragment({super.key});
|
||||||
|
|
||||||
Widget _buildPackageItem({
|
@override
|
||||||
required Package package,
|
State<AccessFragment> createState() => _AccessFragmentState();
|
||||||
required bool value,
|
}
|
||||||
required bool isActive,
|
|
||||||
required void Function(bool?) onChanged,
|
class _AccessFragmentState extends State<AccessFragment> {
|
||||||
}) {
|
final packagesListenable = ValueNotifier<List<Package>>([]);
|
||||||
return AbsorbPointer(
|
|
||||||
absorbing: !isActive,
|
@override
|
||||||
child: ListItem.checkbox(
|
void initState() {
|
||||||
leading: SizedBox(
|
super.initState();
|
||||||
width: 48,
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
height: 48,
|
Future.delayed(const Duration(milliseconds: 300), () async {
|
||||||
child: FutureBuilder<ImageProvider?>(
|
packagesListenable.value = await app?.getPackages() ?? [];
|
||||||
future: app?.getPackageIcon(package.packageName),
|
});
|
||||||
builder: (_, snapshot) {
|
});
|
||||||
if (!snapshot.hasData && snapshot.data == null) {
|
}
|
||||||
return Container();
|
|
||||||
} else {
|
@override
|
||||||
return Image(
|
void dispose() {
|
||||||
image: snapshot.data!,
|
super.dispose();
|
||||||
gaplessPlayback: true,
|
packagesListenable.dispose();
|
||||||
width: 48,
|
|
||||||
height: 48,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
title: Text(
|
|
||||||
package.label,
|
|
||||||
style: const TextStyle(
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
),
|
|
||||||
maxLines: 1,
|
|
||||||
),
|
|
||||||
subtitle: Text(
|
|
||||||
package.packageName,
|
|
||||||
style: const TextStyle(
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
),
|
|
||||||
maxLines: 1,
|
|
||||||
),
|
|
||||||
delegate: CheckboxDelegate(
|
|
||||||
value: value,
|
|
||||||
onChanged: onChanged,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildAppProxyModePopup() {
|
Widget _buildAppProxyModePopup() {
|
||||||
@@ -114,177 +96,253 @@ class AccessFragment extends StatelessWidget {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildSelectedAllButton({
|
Widget _buildSearchButton(List<Package> packages) {
|
||||||
required bool isSelectedAll,
|
return IconButton(
|
||||||
required List<String> allValueList,
|
tooltip: appLocalizations.search,
|
||||||
}) {
|
onPressed: () {
|
||||||
return Builder(
|
showSearch(
|
||||||
builder: (context) {
|
context: context,
|
||||||
final tooltip = isSelectedAll
|
delegate: AccessControlSearchDelegate(
|
||||||
? appLocalizations.cancelSelectAll
|
packages: packages,
|
||||||
: appLocalizations.selectAll;
|
),
|
||||||
return IconButton(
|
).then((_) => {setState(() {})});
|
||||||
tooltip: tooltip,
|
|
||||||
onPressed: () {
|
|
||||||
final config = context.read<Config>();
|
|
||||||
if (isSelectedAll) {
|
|
||||||
config.accessControl.currentList = [];
|
|
||||||
config.accessControl = config.accessControl.copyWith();
|
|
||||||
} else {
|
|
||||||
config.accessControl.currentList = allValueList;
|
|
||||||
config.accessControl = config.accessControl.copyWith();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
icon: isSelectedAll
|
|
||||||
? const Icon(Icons.deselect)
|
|
||||||
: const Icon(Icons.select_all),
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
|
icon: const Icon(Icons.search),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildPackageList(bool isAccessControl) {
|
Widget _buildSelectedAllButton({
|
||||||
return Selector2<AppState, Config, PackageListSelectorState>(
|
required bool isAccessControl,
|
||||||
selector: (_, appState, config) => PackageListSelectorState(
|
required bool isSelectedAll,
|
||||||
accessControl: config.accessControl,
|
required List<String> allValueList,
|
||||||
packages: appState.packages,
|
}) {
|
||||||
|
final tooltip = isSelectedAll
|
||||||
|
? appLocalizations.cancelSelectAll
|
||||||
|
: appLocalizations.selectAll;
|
||||||
|
return AbsorbPointer(
|
||||||
|
absorbing: !isAccessControl,
|
||||||
|
child: FloatingActionButton(
|
||||||
|
tooltip: tooltip,
|
||||||
|
onPressed: () {
|
||||||
|
final config = globalState.appController.config;
|
||||||
|
final isAccept =
|
||||||
|
config.accessControl.mode == AccessControlMode.acceptSelected;
|
||||||
|
|
||||||
|
if (isSelectedAll) {
|
||||||
|
config.accessControl = switch (isAccept) {
|
||||||
|
true => config.accessControl.copyWith(
|
||||||
|
acceptList: [],
|
||||||
|
),
|
||||||
|
false => config.accessControl.copyWith(
|
||||||
|
rejectList: [],
|
||||||
|
),
|
||||||
|
};
|
||||||
|
} else {
|
||||||
|
config.accessControl = switch (isAccept) {
|
||||||
|
true => config.accessControl.copyWith(
|
||||||
|
acceptList: allValueList,
|
||||||
|
),
|
||||||
|
false => config.accessControl.copyWith(
|
||||||
|
rejectList: allValueList,
|
||||||
|
),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
},
|
||||||
|
child: isSelectedAll
|
||||||
|
? const Icon(Icons.deselect)
|
||||||
|
: const Icon(Icons.select_all),
|
||||||
),
|
),
|
||||||
builder: (context, state, __) {
|
);
|
||||||
final accessControl = state.accessControl;
|
}
|
||||||
final isFilterSystemApp = accessControl.isFilterSystemApp;
|
|
||||||
final packages = isFilterSystemApp
|
|
||||||
? state.packages
|
|
||||||
.where((element) => element.isSystem == false)
|
|
||||||
.toList()
|
|
||||||
: state.packages;
|
|
||||||
final packageNameList = packages.map((e) => e.packageName).toList();
|
|
||||||
final accessControlMode = accessControl.mode;
|
|
||||||
final valueList =
|
|
||||||
accessControl.currentList.intersection(packageNameList);
|
|
||||||
final describe = accessControlMode == AccessControlMode.acceptSelected
|
|
||||||
? appLocalizations.accessControlAllowDesc
|
|
||||||
: appLocalizations.accessControlNotAllowDesc;
|
|
||||||
|
|
||||||
final listView = ListView.builder(
|
Widget _buildPackageList() {
|
||||||
itemCount: packages.length,
|
return ValueListenableBuilder(
|
||||||
itemBuilder: (_, index) {
|
valueListenable: packagesListenable,
|
||||||
final package = packages[index];
|
builder: (_, packages, ___) {
|
||||||
return _buildPackageItem(
|
final accessControl = globalState.appController.config.accessControl;
|
||||||
package: package,
|
final acceptList = accessControl.acceptList;
|
||||||
value: valueList.contains(package.packageName),
|
final rejectList = accessControl.rejectList;
|
||||||
isActive: isAccessControl,
|
final acceptPackages = packages.sorted((a, b) {
|
||||||
onChanged: (value) {
|
final isSelectA = acceptList.contains(a.packageName);
|
||||||
if (value == true) {
|
final isSelectB = acceptList.contains(b.packageName);
|
||||||
valueList.add(package.packageName);
|
if (isSelectA && isSelectB) return 0;
|
||||||
} else {
|
if (isSelectA) return -1;
|
||||||
valueList.remove(package.packageName);
|
if (isSelectB) return 1;
|
||||||
}
|
return 0;
|
||||||
final config = context.read<Config>();
|
});
|
||||||
config.accessControl.currentList = valueList;
|
final rejectPackages = packages.sorted((a, b) {
|
||||||
config.accessControl = config.accessControl.copyWith();
|
final isSelectA = rejectList.contains(a.packageName);
|
||||||
},
|
final isSelectB = rejectList.contains(b.packageName);
|
||||||
);
|
if (isSelectA && isSelectB) return 0;
|
||||||
},
|
if (isSelectA) return -1;
|
||||||
);
|
if (isSelectB) return 1;
|
||||||
|
return 0;
|
||||||
return DisabledMask(
|
});
|
||||||
status: !isAccessControl,
|
return Selector<Config, PackageListSelectorState>(
|
||||||
child: Column(
|
selector: (_, config) => PackageListSelectorState(
|
||||||
children: [
|
accessControl: config.accessControl,
|
||||||
AbsorbPointer(
|
isAccessControl: config.isAccessControl,
|
||||||
absorbing: !isAccessControl,
|
),
|
||||||
child: Padding(
|
builder: (context, state, __) {
|
||||||
padding: const EdgeInsets.only(
|
final accessControl = state.accessControl;
|
||||||
top: 4,
|
final isAccessControl = state.isAccessControl;
|
||||||
bottom: 4,
|
final isFilterSystemApp = accessControl.isFilterSystemApp;
|
||||||
left: 16,
|
final accessControlMode = accessControl.mode;
|
||||||
right: 8,
|
final packages =
|
||||||
|
accessControlMode == AccessControlMode.acceptSelected
|
||||||
|
? acceptPackages
|
||||||
|
: rejectPackages;
|
||||||
|
final currentList = accessControl.currentList;
|
||||||
|
final currentPackages = isFilterSystemApp
|
||||||
|
? packages
|
||||||
|
.where((element) => element.isSystem == false)
|
||||||
|
.toList()
|
||||||
|
: packages;
|
||||||
|
final packageNameList =
|
||||||
|
currentPackages.map((e) => e.packageName).toList();
|
||||||
|
final valueList = currentList.intersection(packageNameList);
|
||||||
|
final describe =
|
||||||
|
accessControlMode == AccessControlMode.acceptSelected
|
||||||
|
? appLocalizations.accessControlAllowDesc
|
||||||
|
: appLocalizations.accessControlNotAllowDesc;
|
||||||
|
return DisabledMask(
|
||||||
|
status: !isAccessControl,
|
||||||
|
child: FloatLayout(
|
||||||
|
floatingWidget: FloatWrapper(
|
||||||
|
child: _buildSelectedAllButton(
|
||||||
|
isAccessControl: isAccessControl,
|
||||||
|
isSelectedAll: valueList.length == packageNameList.length,
|
||||||
|
allValueList: packageNameList,
|
||||||
),
|
),
|
||||||
child: Row(
|
),
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.max,
|
children: [
|
||||||
children: [
|
AbsorbPointer(
|
||||||
Expanded(
|
absorbing: !isAccessControl,
|
||||||
child: IntrinsicHeight(
|
child: Padding(
|
||||||
child: Column(
|
padding: const EdgeInsets.only(
|
||||||
mainAxisSize: MainAxisSize.max,
|
top: 4,
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
bottom: 4,
|
||||||
children: [
|
left: 16,
|
||||||
Expanded(
|
right: 8,
|
||||||
child: Row(
|
),
|
||||||
|
child: Row(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
|
mainAxisSize: MainAxisSize.max,
|
||||||
|
children: [
|
||||||
|
Expanded(
|
||||||
|
child: IntrinsicHeight(
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.max,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Flexible(
|
Expanded(
|
||||||
child: Text(
|
child: Row(
|
||||||
appLocalizations.selected,
|
children: [
|
||||||
style: Theme.of(context)
|
Flexible(
|
||||||
.textTheme
|
child: Text(
|
||||||
.labelLarge
|
appLocalizations.selected,
|
||||||
?.copyWith(
|
style: Theme.of(context)
|
||||||
color: Theme.of(context)
|
.textTheme
|
||||||
.colorScheme
|
.labelLarge
|
||||||
.primary,
|
?.copyWith(
|
||||||
|
color: Theme.of(context)
|
||||||
|
.colorScheme
|
||||||
|
.primary,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
const Flexible(
|
||||||
const Flexible(
|
child: SizedBox(
|
||||||
child: SizedBox(
|
width: 8,
|
||||||
width: 8,
|
),
|
||||||
|
),
|
||||||
|
Flexible(
|
||||||
|
child: Text(
|
||||||
|
"${valueList.length}",
|
||||||
|
style: Theme.of(context)
|
||||||
|
.textTheme
|
||||||
|
.labelLarge
|
||||||
|
?.copyWith(
|
||||||
|
color: Theme.of(context)
|
||||||
|
.colorScheme
|
||||||
|
.primary,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Flexible(
|
Flexible(
|
||||||
child: Text(
|
child: Text(describe),
|
||||||
"${valueList.length}",
|
)
|
||||||
style: Theme.of(context)
|
|
||||||
.textTheme
|
|
||||||
.labelLarge
|
|
||||||
?.copyWith(
|
|
||||||
color: Theme.of(context)
|
|
||||||
.colorScheme
|
|
||||||
.primary,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Flexible(
|
),
|
||||||
child: Text(describe),
|
Row(
|
||||||
)
|
mainAxisSize: MainAxisSize.min,
|
||||||
],
|
mainAxisAlignment: MainAxisAlignment.end,
|
||||||
),
|
children: [
|
||||||
|
Flexible(
|
||||||
|
child: _buildSearchButton(currentPackages)),
|
||||||
|
Flexible(child: _buildFilterSystemAppButton()),
|
||||||
|
Flexible(child: _buildAppProxyModePopup()),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Row(
|
),
|
||||||
mainAxisSize: MainAxisSize.min,
|
Expanded(
|
||||||
mainAxisAlignment: MainAxisAlignment.end,
|
flex: 1,
|
||||||
children: [
|
child: FadeBox(
|
||||||
Flexible(
|
key: const Key("fade_box"),
|
||||||
child: _buildSelectedAllButton(
|
child: currentPackages.isEmpty
|
||||||
isSelectedAll:
|
? const Center(
|
||||||
valueList.length == packageNameList.length,
|
child: CircularProgressIndicator(),
|
||||||
allValueList: packageNameList,
|
)
|
||||||
),
|
: ListView.builder(
|
||||||
),
|
itemCount: currentPackages.length,
|
||||||
Flexible(child: _buildFilterSystemAppButton()),
|
itemBuilder: (_, index) {
|
||||||
Flexible(child: _buildAppProxyModePopup()),
|
final package = currentPackages[index];
|
||||||
],
|
return PackageListItem(
|
||||||
|
key: Key(package.packageName),
|
||||||
|
package: package,
|
||||||
|
value:
|
||||||
|
valueList.contains(package.packageName),
|
||||||
|
isActive: isAccessControl,
|
||||||
|
onChanged: (value) {
|
||||||
|
if (value == true) {
|
||||||
|
valueList.add(package.packageName);
|
||||||
|
} else {
|
||||||
|
valueList.remove(package.packageName);
|
||||||
|
}
|
||||||
|
final config =
|
||||||
|
globalState.appController.config;
|
||||||
|
if (accessControlMode ==
|
||||||
|
AccessControlMode.acceptSelected) {
|
||||||
|
config.accessControl =
|
||||||
|
config.accessControl.copyWith(
|
||||||
|
acceptList: valueList,
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
config.accessControl =
|
||||||
|
config.accessControl.copyWith(
|
||||||
|
rejectList: valueList,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
),
|
||||||
),
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Flexible(
|
);
|
||||||
flex: 1,
|
},
|
||||||
child: FadeBox(
|
|
||||||
child: packages.isEmpty
|
|
||||||
? const Center(
|
|
||||||
child: CircularProgressIndicator(),
|
|
||||||
)
|
|
||||||
: listView,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
@@ -292,14 +350,9 @@ class AccessFragment extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
if (context.appController.appState.packages.isEmpty) {
|
|
||||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
|
||||||
context.appController.updatePackages();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
return Selector<Config, bool>(
|
return Selector<Config, bool>(
|
||||||
selector: (_, config) => config.isAccessControl,
|
selector: (_, config) => config.isAccessControl,
|
||||||
builder: (_, isAccessControl, __) {
|
builder: (_, isAccessControl, child) {
|
||||||
return Column(
|
return Column(
|
||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
@@ -323,11 +376,181 @@ class AccessFragment extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Flexible(
|
Flexible(
|
||||||
child: _buildPackageList(isAccessControl),
|
child: child!,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
child: _buildPackageList(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class PackageListItem extends StatelessWidget {
|
||||||
|
final Package package;
|
||||||
|
final bool value;
|
||||||
|
final bool isActive;
|
||||||
|
final void Function(bool?) onChanged;
|
||||||
|
|
||||||
|
const PackageListItem({
|
||||||
|
super.key,
|
||||||
|
required this.package,
|
||||||
|
required this.value,
|
||||||
|
required this.isActive,
|
||||||
|
required this.onChanged,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return AbsorbPointer(
|
||||||
|
absorbing: !isActive,
|
||||||
|
child: ListItem.checkbox(
|
||||||
|
leading: SizedBox(
|
||||||
|
width: 48,
|
||||||
|
height: 48,
|
||||||
|
child: FutureBuilder<ImageProvider?>(
|
||||||
|
future: app?.getPackageIcon(package.packageName),
|
||||||
|
builder: (_, snapshot) {
|
||||||
|
if (!snapshot.hasData && snapshot.data == null) {
|
||||||
|
return Container();
|
||||||
|
} else {
|
||||||
|
return Image(
|
||||||
|
image: snapshot.data!,
|
||||||
|
gaplessPlayback: true,
|
||||||
|
width: 48,
|
||||||
|
height: 48,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
title: Text(
|
||||||
|
package.label,
|
||||||
|
style: const TextStyle(
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
|
maxLines: 1,
|
||||||
|
),
|
||||||
|
subtitle: Text(
|
||||||
|
package.packageName,
|
||||||
|
style: const TextStyle(
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
|
maxLines: 1,
|
||||||
|
),
|
||||||
|
delegate: CheckboxDelegate(
|
||||||
|
value: value,
|
||||||
|
onChanged: onChanged,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class AccessControlSearchDelegate extends SearchDelegate {
|
||||||
|
final List<Package> packages;
|
||||||
|
|
||||||
|
AccessControlSearchDelegate({
|
||||||
|
required this.packages,
|
||||||
|
});
|
||||||
|
|
||||||
|
List<Package> get _results {
|
||||||
|
final lowQuery = query.toLowerCase();
|
||||||
|
return packages
|
||||||
|
.where(
|
||||||
|
(package) =>
|
||||||
|
package.label.toLowerCase().contains(lowQuery) ||
|
||||||
|
package.packageName.contains(lowQuery),
|
||||||
|
)
|
||||||
|
.toList();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
List<Widget>? buildActions(BuildContext context) {
|
||||||
|
return [
|
||||||
|
IconButton(
|
||||||
|
onPressed: () {
|
||||||
|
if (query.isEmpty) {
|
||||||
|
close(context, null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
query = '';
|
||||||
|
},
|
||||||
|
icon: const Icon(Icons.clear),
|
||||||
|
),
|
||||||
|
const SizedBox(
|
||||||
|
width: 8,
|
||||||
|
)
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget? buildLeading(BuildContext context) {
|
||||||
|
return IconButton(
|
||||||
|
onPressed: () {
|
||||||
|
close(context, null);
|
||||||
|
},
|
||||||
|
icon: const Icon(Icons.arrow_back),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _packageList(List<Package> packages) {
|
||||||
|
return Selector<Config, PackageListSelectorState>(
|
||||||
|
selector: (_, config) => PackageListSelectorState(
|
||||||
|
accessControl: config.accessControl,
|
||||||
|
isAccessControl: config.isAccessControl,
|
||||||
|
),
|
||||||
|
builder: (context, state, __) {
|
||||||
|
final accessControl = state.accessControl;
|
||||||
|
final isAccessControl = state.isAccessControl;
|
||||||
|
final accessControlMode = accessControl.mode;
|
||||||
|
final currentList = accessControl.currentList;
|
||||||
|
final packageNameList =
|
||||||
|
this.packages.map((e) => e.packageName).toList();
|
||||||
|
final valueList = currentList.intersection(packageNameList);
|
||||||
|
return DisabledMask(
|
||||||
|
status: !isAccessControl,
|
||||||
|
child: ListView.builder(
|
||||||
|
itemCount: packages.length,
|
||||||
|
itemBuilder: (_, index) {
|
||||||
|
final package = packages[index];
|
||||||
|
return PackageListItem(
|
||||||
|
key: Key(package.packageName),
|
||||||
|
package: package,
|
||||||
|
value: valueList.contains(package.packageName),
|
||||||
|
isActive: isAccessControl,
|
||||||
|
onChanged: (value) {
|
||||||
|
if (value == true) {
|
||||||
|
valueList.add(package.packageName);
|
||||||
|
} else {
|
||||||
|
valueList.remove(package.packageName);
|
||||||
|
}
|
||||||
|
final config = globalState.appController.config;
|
||||||
|
if (accessControlMode == AccessControlMode.acceptSelected) {
|
||||||
|
config.accessControl = config.accessControl.copyWith(
|
||||||
|
acceptList: valueList,
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
config.accessControl = config.accessControl.copyWith(
|
||||||
|
rejectList: valueList,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget buildResults(BuildContext context) {
|
||||||
|
return buildSuggestions(context);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget buildSuggestions(BuildContext context) {
|
||||||
|
return _packageList(_results);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ import 'dart:io';
|
|||||||
|
|
||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
import 'package:fl_clash/widgets/widgets.dart';
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:intl/intl.dart';
|
import 'package:intl/intl.dart';
|
||||||
@@ -88,24 +89,24 @@ class ApplicationSettingFragment extends StatelessWidget {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Selector<Config, bool>(
|
if (Platform.isAndroid)
|
||||||
selector: (_, config) => config.openLogs,
|
Selector<Config, bool>(
|
||||||
builder: (_, openLogs, child) {
|
selector: (_, config) => config.isExclude,
|
||||||
return ListItem.switchItem(
|
builder: (_, isExclude, child) {
|
||||||
leading: const Icon(Icons.bug_report),
|
return ListItem.switchItem(
|
||||||
title: Text(appLocalizations.logcat),
|
leading: const Icon(Icons.visibility_off),
|
||||||
subtitle: Text(appLocalizations.logcatDesc),
|
title: Text(appLocalizations.exclude),
|
||||||
delegate: SwitchDelegate(
|
subtitle: Text(appLocalizations.excludeDesc),
|
||||||
value: openLogs,
|
delegate: SwitchDelegate(
|
||||||
onChanged: (bool value) {
|
value: isExclude,
|
||||||
final config = context.read<Config>();
|
onChanged: (value) {
|
||||||
config.openLogs = value;
|
final config = context.read<Config>();
|
||||||
context.appController.updateLogStatus();
|
config.isExclude = value;
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
if (Platform.isAndroid)
|
if (Platform.isAndroid)
|
||||||
Selector<Config, bool>(
|
Selector<Config, bool>(
|
||||||
selector: (_, config) => config.isAnimateToPage,
|
selector: (_, config) => config.isAnimateToPage,
|
||||||
@@ -124,6 +125,41 @@ class ApplicationSettingFragment extends StatelessWidget {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
Selector<Config, bool>(
|
||||||
|
selector: (_, config) => config.openLogs,
|
||||||
|
builder: (_, openLogs, child) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.bug_report),
|
||||||
|
title: Text(appLocalizations.logcat),
|
||||||
|
subtitle: Text(appLocalizations.logcatDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: openLogs,
|
||||||
|
onChanged: (bool value) {
|
||||||
|
final config = context.read<Config>();
|
||||||
|
config.openLogs = value;
|
||||||
|
globalState.appController.updateLogStatus();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<Config, bool>(
|
||||||
|
selector: (_, config) => config.autoCheckUpdate,
|
||||||
|
builder: (_, autoCheckUpdate, child) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.system_update),
|
||||||
|
title: Text(appLocalizations.autoCheckUpdate),
|
||||||
|
subtitle: Text(appLocalizations.autoCheckUpdateDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: autoCheckUpdate,
|
||||||
|
onChanged: (bool value) {
|
||||||
|
final config = context.read<Config>();
|
||||||
|
config.autoCheckUpdate = value;
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
];
|
];
|
||||||
return ListView.separated(
|
return ListView.separated(
|
||||||
itemBuilder: (_, index) {
|
itemBuilder: (_, index) {
|
||||||
|
|||||||
360
lib/fragments/backup_and_recovery.dart
Normal file
@@ -0,0 +1,360 @@
|
|||||||
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/common/dav_client.dart';
|
||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
|
import 'package:fl_clash/models/config.dart';
|
||||||
|
import 'package:fl_clash/models/dav.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
|
import 'package:fl_clash/widgets/fade_box.dart';
|
||||||
|
import 'package:fl_clash/widgets/list.dart';
|
||||||
|
import 'package:fl_clash/widgets/text.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
|
class BackupAndRecovery extends StatefulWidget {
|
||||||
|
const BackupAndRecovery({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<BackupAndRecovery> createState() => _BackupAndRecoveryState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _BackupAndRecoveryState extends State<BackupAndRecovery> {
|
||||||
|
DAVClient? _client;
|
||||||
|
|
||||||
|
_showAddWebDAV(DAV? dav) async {
|
||||||
|
await globalState.showCommonDialog<String>(
|
||||||
|
child: WebDAVFormDialog(
|
||||||
|
dav: dav?.copyWith(),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_backup() async {
|
||||||
|
final commonScaffoldState = context.commonScaffoldState;
|
||||||
|
final res = await commonScaffoldState?.loadingRun<bool>(() async {
|
||||||
|
return await _client?.backup();
|
||||||
|
});
|
||||||
|
if (res != true) return;
|
||||||
|
globalState.showMessage(
|
||||||
|
title: appLocalizations.backup,
|
||||||
|
message: TextSpan(text: appLocalizations.backupSuccess),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_recovery(RecoveryOption recoveryOption) async {
|
||||||
|
final commonScaffoldState = context.commonScaffoldState;
|
||||||
|
final res = await commonScaffoldState?.loadingRun<bool>(() async {
|
||||||
|
return await _client?.recovery(recoveryOption: recoveryOption);
|
||||||
|
});
|
||||||
|
if (res != true) return;
|
||||||
|
globalState.showMessage(
|
||||||
|
title: appLocalizations.recovery,
|
||||||
|
message: TextSpan(text: appLocalizations.recoverySuccess),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_handleRecovery() async {
|
||||||
|
final recoveryOption = await globalState.showCommonDialog<RecoveryOption>(
|
||||||
|
child: const RecoveryOptionsDialog(),
|
||||||
|
);
|
||||||
|
if (recoveryOption == null) return;
|
||||||
|
_recovery(recoveryOption);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Selector<Config, DAV?>(
|
||||||
|
selector: (_, config) => config.dav,
|
||||||
|
builder: (_, dav, __) {
|
||||||
|
if (dav == null) {
|
||||||
|
return ListView(
|
||||||
|
children: [
|
||||||
|
ListHeader(
|
||||||
|
title: appLocalizations.account,
|
||||||
|
),
|
||||||
|
ListItem(
|
||||||
|
leading: const Icon(Icons.account_box),
|
||||||
|
title: Text(appLocalizations.noInfo),
|
||||||
|
subtitle: Text(appLocalizations.pleaseBindWebDAV),
|
||||||
|
trailing: FilledButton.tonal(
|
||||||
|
onPressed: () {
|
||||||
|
_showAddWebDAV(dav);
|
||||||
|
},
|
||||||
|
child: Text(
|
||||||
|
appLocalizations.bind,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
_client = DAVClient(dav);
|
||||||
|
final pingFuture = _client!.pingCompleter.future;
|
||||||
|
return ListView(
|
||||||
|
children: [
|
||||||
|
ListHeader(title: appLocalizations.account),
|
||||||
|
ListItem(
|
||||||
|
leading: const Icon(Icons.account_box),
|
||||||
|
title: TooltipText(
|
||||||
|
text: Text(
|
||||||
|
dav.user,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
subtitle: Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 4),
|
||||||
|
child: Row(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
|
children: [
|
||||||
|
Text(appLocalizations.connectivity),
|
||||||
|
FutureBuilder<bool>(
|
||||||
|
future: pingFuture,
|
||||||
|
builder: (_, snapshot) {
|
||||||
|
return Center(
|
||||||
|
child: FadeBox(
|
||||||
|
key: const Key("fade_box_1"),
|
||||||
|
child: snapshot.connectionState ==
|
||||||
|
ConnectionState.waiting
|
||||||
|
? const SizedBox(
|
||||||
|
width: 12,
|
||||||
|
height: 12,
|
||||||
|
child: CircularProgressIndicator(
|
||||||
|
strokeWidth: 1,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
: Container(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
shape: BoxShape.circle,
|
||||||
|
color: snapshot.data == true
|
||||||
|
? Colors.green
|
||||||
|
: Colors.red,
|
||||||
|
),
|
||||||
|
width: 12,
|
||||||
|
height: 12,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
trailing: FilledButton.tonal(
|
||||||
|
onPressed: () {
|
||||||
|
_showAddWebDAV(dav);
|
||||||
|
},
|
||||||
|
child: Text(
|
||||||
|
appLocalizations.edit,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
FutureBuilder<bool>(
|
||||||
|
future: pingFuture,
|
||||||
|
builder: (_, snapshot) {
|
||||||
|
return FadeBox(
|
||||||
|
key: const Key("fade_box_2"),
|
||||||
|
child: snapshot.data == true
|
||||||
|
? Column(
|
||||||
|
children: [
|
||||||
|
ListHeader(
|
||||||
|
title: appLocalizations.backupAndRecovery),
|
||||||
|
ListItem(
|
||||||
|
onTab: _backup,
|
||||||
|
title: Text(appLocalizations.backup),
|
||||||
|
subtitle: Text(appLocalizations.backupDesc),
|
||||||
|
),
|
||||||
|
ListItem(
|
||||||
|
onTab: _handleRecovery,
|
||||||
|
title: Text(appLocalizations.recovery),
|
||||||
|
subtitle: Text(appLocalizations.recoveryDesc),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
)
|
||||||
|
: Container(),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class WebDAVFormDialog extends StatefulWidget {
|
||||||
|
final DAV? dav;
|
||||||
|
|
||||||
|
const WebDAVFormDialog({super.key, this.dav});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<WebDAVFormDialog> createState() => _WebDAVFormDialogState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _WebDAVFormDialogState extends State<WebDAVFormDialog> {
|
||||||
|
late TextEditingController uriController;
|
||||||
|
late TextEditingController userController;
|
||||||
|
late TextEditingController passwordController;
|
||||||
|
final _obscureController = ValueNotifier<bool>(true);
|
||||||
|
final GlobalKey<FormState> _formKey = GlobalKey<FormState>();
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
uriController = TextEditingController(text: widget.dav?.uri);
|
||||||
|
userController = TextEditingController(text: widget.dav?.user);
|
||||||
|
passwordController = TextEditingController(text: widget.dav?.password);
|
||||||
|
}
|
||||||
|
|
||||||
|
_submit() {
|
||||||
|
if (!_formKey.currentState!.validate()) return;
|
||||||
|
globalState.appController.config.dav = DAV(
|
||||||
|
uri: uriController.text,
|
||||||
|
user: userController.text,
|
||||||
|
password: passwordController.text,
|
||||||
|
);
|
||||||
|
Navigator.pop(context);
|
||||||
|
}
|
||||||
|
|
||||||
|
_delete() {
|
||||||
|
globalState.appController.config.dav = null;
|
||||||
|
Navigator.pop(context);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
super.dispose();
|
||||||
|
_obscureController.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return AlertDialog(
|
||||||
|
title: Text(appLocalizations.webDAVConfiguration),
|
||||||
|
content: Form(
|
||||||
|
key: _formKey,
|
||||||
|
child: SizedBox(
|
||||||
|
width: dialogCommonWidth,
|
||||||
|
child: Wrap(
|
||||||
|
runSpacing: 16,
|
||||||
|
children: [
|
||||||
|
TextFormField(
|
||||||
|
controller: uriController,
|
||||||
|
maxLines: 2,
|
||||||
|
minLines: 1,
|
||||||
|
decoration: InputDecoration(
|
||||||
|
prefixIcon: const Icon(Icons.link),
|
||||||
|
border: const OutlineInputBorder(),
|
||||||
|
labelText: appLocalizations.address,
|
||||||
|
helperText: appLocalizations.addressHelp,
|
||||||
|
),
|
||||||
|
validator: (String? value) {
|
||||||
|
if (value == null || value.isEmpty || !value.isUrl) {
|
||||||
|
return appLocalizations.addressTip;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
},
|
||||||
|
),
|
||||||
|
TextFormField(
|
||||||
|
controller: userController,
|
||||||
|
decoration: InputDecoration(
|
||||||
|
prefixIcon: const Icon(Icons.account_circle),
|
||||||
|
border: const OutlineInputBorder(),
|
||||||
|
labelText: appLocalizations.account,
|
||||||
|
),
|
||||||
|
validator: (String? value) {
|
||||||
|
if (value == null || value.isEmpty) {
|
||||||
|
return appLocalizations.accountTip;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
},
|
||||||
|
),
|
||||||
|
ValueListenableBuilder(
|
||||||
|
valueListenable: _obscureController,
|
||||||
|
builder: (_, obscure, __) {
|
||||||
|
return TextFormField(
|
||||||
|
controller: passwordController,
|
||||||
|
obscureText: obscure,
|
||||||
|
decoration: InputDecoration(
|
||||||
|
prefixIcon: const Icon(Icons.password),
|
||||||
|
border: const OutlineInputBorder(),
|
||||||
|
suffixIcon: IconButton(
|
||||||
|
icon: Icon(
|
||||||
|
obscure ? Icons.visibility : Icons.visibility_off,
|
||||||
|
),
|
||||||
|
onPressed: () {
|
||||||
|
_obscureController.value = !obscure;
|
||||||
|
},
|
||||||
|
),
|
||||||
|
labelText: appLocalizations.password,
|
||||||
|
),
|
||||||
|
validator: (String? value) {
|
||||||
|
if (value == null || value.isEmpty) {
|
||||||
|
return appLocalizations.passwordTip;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
actions: [
|
||||||
|
if (widget.dav != null)
|
||||||
|
TextButton(
|
||||||
|
onPressed: _delete,
|
||||||
|
child: Text(appLocalizations.delete),
|
||||||
|
),
|
||||||
|
TextButton(
|
||||||
|
onPressed: _submit,
|
||||||
|
child: Text(appLocalizations.save),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class RecoveryOptionsDialog extends StatefulWidget {
|
||||||
|
const RecoveryOptionsDialog({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<RecoveryOptionsDialog> createState() => _RecoveryOptionsDialogState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _RecoveryOptionsDialogState extends State<RecoveryOptionsDialog> {
|
||||||
|
_handleOnTab(RecoveryOption? value) {
|
||||||
|
if (value == null) return;
|
||||||
|
Navigator.of(context).pop(value);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return AlertDialog(
|
||||||
|
title: Text(appLocalizations.recovery),
|
||||||
|
contentPadding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 8,
|
||||||
|
vertical: 16,
|
||||||
|
),
|
||||||
|
content: SizedBox(
|
||||||
|
width: 250,
|
||||||
|
child: Wrap(
|
||||||
|
children: [
|
||||||
|
ListItem(
|
||||||
|
onTab: () {
|
||||||
|
_handleOnTab(RecoveryOption.onlyProfiles);
|
||||||
|
},
|
||||||
|
title: Text(appLocalizations.recoveryProfiles),
|
||||||
|
),
|
||||||
|
ListItem(
|
||||||
|
onTab: () {
|
||||||
|
_handleOnTab(RecoveryOption.all);
|
||||||
|
},
|
||||||
|
title: Text(appLocalizations.recoveryAll),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import 'package:fl_clash/enum/enum.dart';
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
@@ -24,8 +26,8 @@ class _ConfigFragmentState extends State<ConfigFragment> {
|
|||||||
try {
|
try {
|
||||||
final mixedPort = int.parse(port);
|
final mixedPort = int.parse(port);
|
||||||
if (mixedPort < 1024 || mixedPort > 49151) throw "Invalid port";
|
if (mixedPort < 1024 || mixedPort > 49151) throw "Invalid port";
|
||||||
context.appController.clashConfig.mixedPort = mixedPort;
|
globalState.appController.clashConfig.mixedPort = mixedPort;
|
||||||
context.appController.updateClashConfigDebounce();
|
globalState.appController.updateClashConfigDebounce();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
globalState.showMessage(
|
globalState.showMessage(
|
||||||
title: appLocalizations.proxyPort,
|
title: appLocalizations.proxyPort,
|
||||||
@@ -37,99 +39,409 @@ class _ConfigFragmentState extends State<ConfigFragment> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_updateLoglevel(LogLevel? logLevel) {
|
_showLogLevelDialog(LogLevel value) {
|
||||||
if (logLevel == null ||
|
globalState.showCommonDialog(
|
||||||
logLevel == context.appController.clashConfig.logLevel) return;
|
child: AlertDialog(
|
||||||
context.appController.clashConfig.logLevel = logLevel;
|
title: Text(appLocalizations.logLevel),
|
||||||
context.appController.updateClashConfigDebounce();
|
contentPadding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 8,
|
||||||
|
vertical: 16,
|
||||||
|
),
|
||||||
|
content: SizedBox(
|
||||||
|
width: 250,
|
||||||
|
child: Wrap(
|
||||||
|
children: [
|
||||||
|
for (final logLevel in LogLevel.values)
|
||||||
|
ListItem.radio(
|
||||||
|
delegate: RadioDelegate<LogLevel>(
|
||||||
|
value: logLevel,
|
||||||
|
groupValue: value,
|
||||||
|
onChanged: (LogLevel? value) {
|
||||||
|
if (value == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.clashConfig.logLevel = value;
|
||||||
|
appController.updateClashConfigDebounce();
|
||||||
|
Navigator.of(context).pop();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
title: Text(logLevel.name),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_showUaDialog(String? value) {
|
||||||
|
const uas = [
|
||||||
|
null,
|
||||||
|
"clash-verge/v1.6.6",
|
||||||
|
"ClashforWindows/0.19.23",
|
||||||
|
];
|
||||||
|
globalState.showCommonDialog(
|
||||||
|
child: AlertDialog(
|
||||||
|
title: const Text("UA"),
|
||||||
|
contentPadding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 8,
|
||||||
|
vertical: 16,
|
||||||
|
),
|
||||||
|
content: SizedBox(
|
||||||
|
width: 250,
|
||||||
|
child: Wrap(
|
||||||
|
children: [
|
||||||
|
for (final ua in uas)
|
||||||
|
ListItem.radio(
|
||||||
|
delegate: RadioDelegate<String?>(
|
||||||
|
value: ua,
|
||||||
|
groupValue: value,
|
||||||
|
onChanged: (String? value) {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.clashConfig.globalRealUa = value;
|
||||||
|
appController.updateClashConfigDebounce();
|
||||||
|
Navigator.of(context).pop();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
title: Text(ua ?? appLocalizations.defaultText),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_modifyTestUrl(String testUrl) async {
|
||||||
|
final newTestUrl = await globalState.showCommonDialog<String>(
|
||||||
|
child: TestUrlFormDialog(
|
||||||
|
testUrl: testUrl,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
if (newTestUrl != null && newTestUrl != testUrl && mounted) {
|
||||||
|
try {
|
||||||
|
if (!newTestUrl.isUrl) {
|
||||||
|
throw "Invalid url";
|
||||||
|
}
|
||||||
|
globalState.appController.config.testUrl = newTestUrl;
|
||||||
|
globalState.appController.updateClashConfigDebounce();
|
||||||
|
} catch (e) {
|
||||||
|
globalState.showMessage(
|
||||||
|
title: appLocalizations.testUrl,
|
||||||
|
message: TextSpan(
|
||||||
|
text: e.toString(),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
List<Widget> _buildAppSection() {
|
||||||
|
return generateSection(
|
||||||
|
title: appLocalizations.app,
|
||||||
|
items: [
|
||||||
|
if (Platform.isAndroid)
|
||||||
|
Selector<Config, bool>(
|
||||||
|
selector: (_, config) => config.allowBypass,
|
||||||
|
builder: (_, allowBypass, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.arrow_forward_outlined),
|
||||||
|
title: Text(appLocalizations.allowBypass),
|
||||||
|
subtitle: Text(appLocalizations.allowBypassDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: allowBypass,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.config.allowBypass = value;
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
if (Platform.isAndroid)
|
||||||
|
Selector<Config, bool>(
|
||||||
|
selector: (_, config) => config.systemProxy,
|
||||||
|
builder: (_, systemProxy, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.settings_ethernet),
|
||||||
|
title: Text(appLocalizations.systemProxy),
|
||||||
|
subtitle: Text(appLocalizations.systemProxyDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: systemProxy,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.config.systemProxy = value;
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<Config, bool>(
|
||||||
|
selector: (_, config) => config.isCompatible,
|
||||||
|
builder: (_, isCompatible, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.expand_outlined),
|
||||||
|
title: Text(appLocalizations.compatible),
|
||||||
|
subtitle: Text(appLocalizations.compatibleDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: isCompatible,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.config.isCompatible = value;
|
||||||
|
await appController.applyProfile();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
List<Widget> _buildGeneralSection() {
|
||||||
|
return generateSection(
|
||||||
|
title: appLocalizations.general,
|
||||||
|
items: [
|
||||||
|
Selector<ClashConfig, LogLevel>(
|
||||||
|
selector: (_, clashConfig) => clashConfig.logLevel,
|
||||||
|
builder: (_, value, __) {
|
||||||
|
return ListItem(
|
||||||
|
leading: const Icon(Icons.info_outline),
|
||||||
|
title: Text(appLocalizations.logLevel),
|
||||||
|
subtitle: Text(value.name),
|
||||||
|
onTab: () {
|
||||||
|
_showLogLevelDialog(value);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<ClashConfig, String?>(
|
||||||
|
selector: (_, clashConfig) => clashConfig.globalRealUa,
|
||||||
|
builder: (_, value, __) {
|
||||||
|
return ListItem(
|
||||||
|
leading: const Icon(Icons.computer_outlined),
|
||||||
|
title: const Text("UA"),
|
||||||
|
subtitle: Text(value ?? appLocalizations.defaultText),
|
||||||
|
onTab: () {
|
||||||
|
_showUaDialog(value);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<Config, String>(
|
||||||
|
selector: (_, config) => config.testUrl,
|
||||||
|
builder: (_, value, __) {
|
||||||
|
return ListItem(
|
||||||
|
leading: const Icon(Icons.timeline),
|
||||||
|
title: Text(appLocalizations.testUrl),
|
||||||
|
subtitle: Text(value),
|
||||||
|
onTab: () {
|
||||||
|
_modifyTestUrl(value);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<ClashConfig, int>(
|
||||||
|
selector: (_, clashConfig) => clashConfig.mixedPort,
|
||||||
|
builder: (_, mixedPort, __) {
|
||||||
|
return ListItem(
|
||||||
|
onTab: () {
|
||||||
|
_modifyMixedPort(mixedPort);
|
||||||
|
},
|
||||||
|
leading: const Icon(Icons.adjust_outlined),
|
||||||
|
title: Text(appLocalizations.proxyPort),
|
||||||
|
subtitle: Text(appLocalizations.proxyPortDesc),
|
||||||
|
trailing: FilledButton.tonal(
|
||||||
|
onPressed: () {
|
||||||
|
_modifyMixedPort(mixedPort);
|
||||||
|
},
|
||||||
|
child: Text(
|
||||||
|
"$mixedPort",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<ClashConfig, bool>(
|
||||||
|
selector: (_, clashConfig) => clashConfig.ipv6,
|
||||||
|
builder: (_, ipv6, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.water_outlined),
|
||||||
|
title: const Text("IPv6"),
|
||||||
|
subtitle: Text(appLocalizations.ipv6Desc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: ipv6,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.clashConfig.ipv6 = value;
|
||||||
|
appController.updateClashConfigDebounce();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<ClashConfig, bool>(
|
||||||
|
selector: (_, clashConfig) => clashConfig.allowLan,
|
||||||
|
builder: (_, allowLan, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.device_hub),
|
||||||
|
title: Text(appLocalizations.allowLan),
|
||||||
|
subtitle: Text(appLocalizations.allowLanDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: allowLan,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final clashConfig = context.read<ClashConfig>();
|
||||||
|
clashConfig.allowLan = value;
|
||||||
|
globalState.appController.updateClashConfigDebounce();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<ClashConfig, bool>(
|
||||||
|
selector: (_, clashConfig) => clashConfig.unifiedDelay,
|
||||||
|
builder: (_, unifiedDelay, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.compress_outlined),
|
||||||
|
title: Text(appLocalizations.unifiedDelay),
|
||||||
|
subtitle: Text(appLocalizations.unifiedDelayDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: unifiedDelay,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.clashConfig.unifiedDelay = value;
|
||||||
|
appController.updateClashConfigDebounce();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<ClashConfig, bool>(
|
||||||
|
selector: (_, clashConfig) =>
|
||||||
|
clashConfig.findProcessMode == FindProcessMode.always,
|
||||||
|
builder: (_, findProcess, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.polymer_outlined),
|
||||||
|
title: Text(appLocalizations.findProcessMode),
|
||||||
|
subtitle: Text(appLocalizations.findProcessModeDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: findProcess,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.clashConfig.findProcessMode =
|
||||||
|
value ? FindProcessMode.always : FindProcessMode.off;
|
||||||
|
appController.updateClashConfigDebounce();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<ClashConfig, bool>(
|
||||||
|
selector: (_, clashConfig) => clashConfig.tcpConcurrent,
|
||||||
|
builder: (_, tcpConcurrent, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.double_arrow_outlined),
|
||||||
|
title: Text(appLocalizations.tcpConcurrent),
|
||||||
|
subtitle: Text(appLocalizations.tcpConcurrentDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: tcpConcurrent,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.clashConfig.tcpConcurrent = value;
|
||||||
|
appController.updateClashConfigDebounce();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<ClashConfig, bool>(
|
||||||
|
selector: (_, clashConfig) =>
|
||||||
|
clashConfig.geodataLoader == geodataLoaderMemconservative,
|
||||||
|
builder: (_, memconservative, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.memory),
|
||||||
|
title: Text(appLocalizations.geodataLoader),
|
||||||
|
subtitle: Text(appLocalizations.geodataLoaderDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: memconservative,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.clashConfig.geodataLoader = value
|
||||||
|
? geodataLoaderMemconservative
|
||||||
|
: geodataLoaderStandard;
|
||||||
|
appController.updateClashConfigDebounce();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Selector<ClashConfig, bool>(
|
||||||
|
selector: (_, clashConfig) =>
|
||||||
|
clashConfig.externalController.isNotEmpty,
|
||||||
|
builder: (_, hasExternalController, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.api_outlined),
|
||||||
|
title: Text(appLocalizations.externalController),
|
||||||
|
subtitle: Text(appLocalizations.externalControllerDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: hasExternalController,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
appController.clashConfig.externalController =
|
||||||
|
value ? defaultExternalController : '';
|
||||||
|
appController.updateClashConfigDebounce();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
List<Widget> _buildMoreSection() {
|
||||||
|
return generateSection(
|
||||||
|
title: appLocalizations.more,
|
||||||
|
items: [
|
||||||
|
if (system.isDesktop)
|
||||||
|
Selector<ClashConfig, bool>(
|
||||||
|
selector: (_, clashConfig) => clashConfig.tun.enable,
|
||||||
|
builder: (_, tunEnable, __) {
|
||||||
|
return ListItem.switchItem(
|
||||||
|
leading: const Icon(Icons.important_devices_outlined),
|
||||||
|
title: Text(appLocalizations.tun),
|
||||||
|
subtitle: Text(appLocalizations.tunDesc),
|
||||||
|
delegate: SwitchDelegate(
|
||||||
|
value: tunEnable,
|
||||||
|
onChanged: (bool value) async {
|
||||||
|
final clashConfig = context.read<ClashConfig>();
|
||||||
|
clashConfig.tun = Tun(enable: value);
|
||||||
|
globalState.appController.updateClashConfigDebounce();
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
List<Widget> items = [
|
List<Widget> items = [
|
||||||
Selector<ClashConfig, bool>(
|
..._buildAppSection(),
|
||||||
selector: (_, clashConfig) => clashConfig.allowLan,
|
..._buildGeneralSection(),
|
||||||
builder: (_, allowLan, __) {
|
..._buildMoreSection(),
|
||||||
return ListItem.switchItem(
|
|
||||||
leading: const Icon(Icons.device_hub),
|
|
||||||
title: Text(appLocalizations.allowLan),
|
|
||||||
subtitle: Text(appLocalizations.allowLanDesc),
|
|
||||||
delegate: SwitchDelegate(
|
|
||||||
value: allowLan,
|
|
||||||
onChanged: (bool value) async {
|
|
||||||
final clashConfig = context.read<ClashConfig>();
|
|
||||||
clashConfig.allowLan = value;
|
|
||||||
context.appController.updateClashConfigDebounce();
|
|
||||||
},
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
Selector<ClashConfig, int>(
|
|
||||||
selector: (_, clashConfig) => clashConfig.mixedPort,
|
|
||||||
builder: (_, mixedPort, __) {
|
|
||||||
return ListItem(
|
|
||||||
onTab: () {
|
|
||||||
_modifyMixedPort(mixedPort);
|
|
||||||
},
|
|
||||||
leading: const Icon(Icons.adjust),
|
|
||||||
title: Text(appLocalizations.proxyPort),
|
|
||||||
trailing: FilledButton.tonal(
|
|
||||||
onPressed: () {
|
|
||||||
_modifyMixedPort(mixedPort);
|
|
||||||
},
|
|
||||||
child: Text(
|
|
||||||
"$mixedPort",
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
Selector<ClashConfig, LogLevel>(
|
|
||||||
selector: (_, clashConfig) => clashConfig.logLevel,
|
|
||||||
builder: (_, value, __) {
|
|
||||||
return ListItem(
|
|
||||||
leading: const Icon(Icons.feedback),
|
|
||||||
title: Text(appLocalizations.logLevel),
|
|
||||||
trailing: SizedBox(
|
|
||||||
height: 48,
|
|
||||||
child: DropdownMenu<LogLevel>(
|
|
||||||
width: 124,
|
|
||||||
inputDecorationTheme: const InputDecorationTheme(
|
|
||||||
filled: true,
|
|
||||||
contentPadding: EdgeInsets.symmetric(
|
|
||||||
vertical: 5,
|
|
||||||
horizontal: 16,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
initialSelection: value,
|
|
||||||
dropdownMenuEntries: [
|
|
||||||
for (final logLevel in LogLevel.values)
|
|
||||||
DropdownMenuEntry<LogLevel>(
|
|
||||||
value: logLevel,
|
|
||||||
label: logLevel.name,
|
|
||||||
)
|
|
||||||
],
|
|
||||||
onSelected: _updateLoglevel,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
];
|
];
|
||||||
return ListView.separated(
|
return ListView.builder(
|
||||||
|
padding: const EdgeInsets.only(bottom: 32),
|
||||||
itemBuilder: (_, index) {
|
itemBuilder: (_, index) {
|
||||||
return Container(
|
return Container(
|
||||||
height: 84,
|
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: items[index],
|
child: items[index],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
separatorBuilder: (_, __) {
|
|
||||||
return const Divider(
|
|
||||||
height: 0,
|
|
||||||
);
|
|
||||||
},
|
|
||||||
itemCount: items.length,
|
itemCount: items.length,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -153,7 +465,7 @@ class _MixedPortFormDialogState extends State<MixedPortFormDialog> {
|
|||||||
portController = TextEditingController(text: "${widget.mixedPort}");
|
portController = TextEditingController(text: "${widget.mixedPort}");
|
||||||
}
|
}
|
||||||
|
|
||||||
_handleAddProfileFormURL() async {
|
_handleUpdate() async {
|
||||||
final port = portController.value.text;
|
final port = portController.value.text;
|
||||||
if (port.isEmpty) return;
|
if (port.isEmpty) return;
|
||||||
Navigator.of(context).pop<String>(port);
|
Navigator.of(context).pop<String>(port);
|
||||||
@@ -179,7 +491,64 @@ class _MixedPortFormDialogState extends State<MixedPortFormDialog> {
|
|||||||
),
|
),
|
||||||
actions: [
|
actions: [
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: _handleAddProfileFormURL,
|
onPressed: _handleUpdate,
|
||||||
|
child: Text(appLocalizations.submit),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class TestUrlFormDialog extends StatefulWidget {
|
||||||
|
final String testUrl;
|
||||||
|
|
||||||
|
const TestUrlFormDialog({
|
||||||
|
super.key,
|
||||||
|
required this.testUrl,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<TestUrlFormDialog> createState() => _TestUrlFormDialogState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _TestUrlFormDialogState extends State<TestUrlFormDialog> {
|
||||||
|
late TextEditingController testUrlController;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
testUrlController = TextEditingController(text: widget.testUrl);
|
||||||
|
}
|
||||||
|
|
||||||
|
_handleUpdate() async {
|
||||||
|
final testUrl = testUrlController.value.text;
|
||||||
|
if (testUrl.isEmpty) return;
|
||||||
|
Navigator.of(context).pop<String>(testUrl);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return AlertDialog(
|
||||||
|
title: Text(appLocalizations.testUrl),
|
||||||
|
content: SizedBox(
|
||||||
|
width: 300,
|
||||||
|
child: Wrap(
|
||||||
|
runSpacing: 16,
|
||||||
|
children: [
|
||||||
|
TextField(
|
||||||
|
maxLines: 5,
|
||||||
|
minLines: 1,
|
||||||
|
controller: testUrlController,
|
||||||
|
decoration: const InputDecoration(
|
||||||
|
border: OutlineInputBorder(),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
actions: [
|
||||||
|
TextButton(
|
||||||
|
onPressed: _handleUpdate,
|
||||||
child: Text(appLocalizations.submit),
|
child: Text(appLocalizations.submit),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:fl_clash/clash/core.dart';
|
import 'package:fl_clash/clash/clash.dart';
|
||||||
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
import 'package:fl_clash/plugins/app.dart';
|
|
||||||
import 'package:fl_clash/state.dart';
|
|
||||||
import 'package:fl_clash/widgets/widgets.dart';
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
class ConnectionsFragment extends StatefulWidget {
|
class ConnectionsFragment extends StatefulWidget {
|
||||||
const ConnectionsFragment({super.key});
|
const ConnectionsFragment({super.key});
|
||||||
@@ -15,124 +16,317 @@ class ConnectionsFragment extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _ConnectionsFragmentState extends State<ConnectionsFragment> {
|
class _ConnectionsFragmentState extends State<ConnectionsFragment> {
|
||||||
final connectionsNotifier = ValueNotifier<List<Connection>>([]);
|
final connectionsNotifier =
|
||||||
Map<String, String?> idPackageNameMap = {};
|
ValueNotifier<ConnectionsAndKeywords>(const ConnectionsAndKeywords());
|
||||||
|
final ScrollController _scrollController = ScrollController(
|
||||||
|
keepScrollOffset: false,
|
||||||
|
);
|
||||||
|
|
||||||
Timer? timer;
|
Timer? timer;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
_getConnections();
|
connectionsNotifier.value = connectionsNotifier.value
|
||||||
|
.copyWith(connections: clashCore.getConnections());
|
||||||
if (timer != null) {
|
if (timer != null) {
|
||||||
timer?.cancel();
|
timer?.cancel();
|
||||||
timer = null;
|
timer = null;
|
||||||
}
|
}
|
||||||
timer = Timer.periodic(const Duration(seconds: 3), (timer) {
|
timer = Timer.periodic(
|
||||||
if (mounted) {
|
const Duration(seconds: 1),
|
||||||
_getConnections();
|
(timer) {
|
||||||
}
|
connectionsNotifier.value = connectionsNotifier.value
|
||||||
});
|
.copyWith(connections: clashCore.getConnections());
|
||||||
|
},
|
||||||
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
_getConnections() {
|
_initActions() {
|
||||||
connectionsNotifier.value = clashCore
|
WidgetsBinding.instance.addPostFrameCallback(
|
||||||
.getConnections();
|
(_) {
|
||||||
|
final commonScaffoldState =
|
||||||
|
context.findAncestorStateOfType<CommonScaffoldState>();
|
||||||
|
commonScaffoldState?.actions = [
|
||||||
|
IconButton(
|
||||||
|
onPressed: () {
|
||||||
|
showSearch(
|
||||||
|
context: context,
|
||||||
|
delegate: ConnectionsSearchDelegate(
|
||||||
|
state: connectionsNotifier.value,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
icon: const Icon(Icons.search),
|
||||||
|
),
|
||||||
|
];
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_addKeyword(String keyword) {
|
||||||
|
final isContains = connectionsNotifier.value.keywords.contains(keyword);
|
||||||
|
if (isContains) return;
|
||||||
|
final keywords = List<String>.from(connectionsNotifier.value.keywords)
|
||||||
|
..add(keyword);
|
||||||
|
connectionsNotifier.value = connectionsNotifier.value.copyWith(
|
||||||
|
keywords: keywords,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_deleteKeyword(String keyword) {
|
||||||
|
final isContains = connectionsNotifier.value.keywords.contains(keyword);
|
||||||
|
if (!isContains) return;
|
||||||
|
final keywords = List<String>.from(connectionsNotifier.value.keywords)
|
||||||
|
..remove(keyword);
|
||||||
|
connectionsNotifier.value = connectionsNotifier.value.copyWith(
|
||||||
|
keywords: keywords,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_handleBlockConnection(String id) {
|
||||||
|
clashCore.closeConnections(id);
|
||||||
|
connectionsNotifier.value = connectionsNotifier.value
|
||||||
|
.copyWith(connections: clashCore.getConnections());
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
super.dispose();
|
super.dispose();
|
||||||
timer?.cancel();
|
timer?.cancel();
|
||||||
|
connectionsNotifier.dispose();
|
||||||
|
_scrollController.dispose();
|
||||||
timer = null;
|
timer = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<ImageProvider?> _getPackageIconWithConnection(
|
|
||||||
Connection connection) async {
|
|
||||||
final uid = connection.metadata.uid;
|
|
||||||
// if(globalState.packageNameMap[uid] == null){
|
|
||||||
// globalState.packageNameMap[uid] = await app?.getPackageName(connection.metadata);
|
|
||||||
// }
|
|
||||||
final packageName = globalState.packageNameMap[uid];
|
|
||||||
if(packageName == null) return null;
|
|
||||||
return await app?.getPackageIcon(packageName);
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return ValueListenableBuilder<List<Connection>>(
|
return Selector<AppState, bool?>(
|
||||||
valueListenable: connectionsNotifier,
|
selector: (_, appState) =>
|
||||||
builder: (_, List<Connection> connections, __) {
|
appState.currentLabel == 'connections' ||
|
||||||
if (connections.isEmpty) {
|
appState.viewMode == ViewMode.mobile &&
|
||||||
return const NullStatus(
|
appState.currentLabel == "tools",
|
||||||
label: "未开启代理,或者没有连接数据",
|
builder: (_, isCurrent, child) {
|
||||||
);
|
if (isCurrent == null || isCurrent) {
|
||||||
|
_initActions();
|
||||||
}
|
}
|
||||||
return ListView.separated(
|
return child!;
|
||||||
physics: const AlwaysScrollableScrollPhysics(),
|
},
|
||||||
itemBuilder: (_, index) {
|
child: ValueListenableBuilder<ConnectionsAndKeywords>(
|
||||||
final connection = connections[index];
|
valueListenable: connectionsNotifier,
|
||||||
return ListTile(
|
builder: (_, state, __) {
|
||||||
titleAlignment: ListTileTitleAlignment.top,
|
var connections = state.filteredConnections;
|
||||||
leading: Container(
|
if (connections.isEmpty) {
|
||||||
margin: const EdgeInsets.only(top: 4),
|
return NullStatus(
|
||||||
width: 48,
|
label: appLocalizations.nullConnectionsDesc,
|
||||||
height: 48,
|
);
|
||||||
child: FutureBuilder<ImageProvider?>(
|
}
|
||||||
future: _getPackageIconWithConnection(connection),
|
connections = connections.reversed.toList();
|
||||||
builder: (_, snapshot) {
|
return Column(
|
||||||
if (!snapshot.hasData && snapshot.data == null) {
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
return Container();
|
children: [
|
||||||
} else {
|
if (state.keywords.isNotEmpty)
|
||||||
return Image(
|
Padding(
|
||||||
image: snapshot.data!,
|
padding: const EdgeInsets.symmetric(
|
||||||
gaplessPlayback: true,
|
horizontal: 16,
|
||||||
width: 48,
|
vertical: 16,
|
||||||
height: 48,
|
),
|
||||||
);
|
child: Wrap(
|
||||||
}
|
runSpacing: 6,
|
||||||
|
spacing: 6,
|
||||||
|
children: [
|
||||||
|
for (final keyword in state.keywords)
|
||||||
|
CommonChip(
|
||||||
|
label: keyword,
|
||||||
|
type: ChipType.delete,
|
||||||
|
onPressed: () {
|
||||||
|
_deleteKeyword(keyword);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Expanded(
|
||||||
|
child: ListView.separated(
|
||||||
|
controller: _scrollController,
|
||||||
|
itemBuilder: (_, index) {
|
||||||
|
final connection = connections[index];
|
||||||
|
return ConnectionItem(
|
||||||
|
key: Key(connection.id),
|
||||||
|
connection: connection,
|
||||||
|
onClick: _addKeyword,
|
||||||
|
trailing: IconButton(
|
||||||
|
icon: const Icon(Icons.block),
|
||||||
|
onPressed: () {
|
||||||
|
_handleBlockConnection(connection.id);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
},
|
},
|
||||||
|
separatorBuilder: (BuildContext context, int index) {
|
||||||
|
return const Divider(
|
||||||
|
height: 0,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
itemCount: connections.length,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class ConnectionsSearchDelegate extends SearchDelegate {
|
||||||
|
ValueNotifier<ConnectionsAndKeywords> connectionsNotifier;
|
||||||
|
|
||||||
|
ConnectionsSearchDelegate({
|
||||||
|
required ConnectionsAndKeywords state,
|
||||||
|
}) : connectionsNotifier = ValueNotifier<ConnectionsAndKeywords>(state);
|
||||||
|
|
||||||
|
get state => connectionsNotifier.value;
|
||||||
|
|
||||||
|
List<Connection> get _results {
|
||||||
|
final lowerQuery = query.toLowerCase().trim();
|
||||||
|
return connectionsNotifier.value.filteredConnections.where((request) {
|
||||||
|
final lowerNetwork = request.metadata.network.toLowerCase();
|
||||||
|
final lowerHost = request.metadata.host.toLowerCase();
|
||||||
|
final lowerDestinationIP = request.metadata.destinationIP.toLowerCase();
|
||||||
|
final lowerProcess = request.metadata.process.toLowerCase();
|
||||||
|
final lowerChains = request.chains.join("").toLowerCase();
|
||||||
|
return lowerNetwork.contains(lowerQuery) ||
|
||||||
|
lowerHost.contains(lowerQuery) ||
|
||||||
|
lowerDestinationIP.contains(lowerQuery) ||
|
||||||
|
lowerProcess.contains(lowerQuery) ||
|
||||||
|
lowerChains.contains(lowerQuery);
|
||||||
|
}).toList();
|
||||||
|
}
|
||||||
|
|
||||||
|
_addKeyword(String keyword) {
|
||||||
|
final isContains = connectionsNotifier.value.keywords.contains(keyword);
|
||||||
|
if (isContains) return;
|
||||||
|
final keywords = List<String>.from(connectionsNotifier.value.keywords)
|
||||||
|
..add(keyword);
|
||||||
|
connectionsNotifier.value = connectionsNotifier.value.copyWith(
|
||||||
|
keywords: keywords,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_deleteKeyword(String keyword) {
|
||||||
|
final isContains = connectionsNotifier.value.keywords.contains(keyword);
|
||||||
|
if (!isContains) return;
|
||||||
|
final keywords = List<String>.from(connectionsNotifier.value.keywords)
|
||||||
|
..remove(keyword);
|
||||||
|
connectionsNotifier.value = connectionsNotifier.value.copyWith(
|
||||||
|
keywords: keywords,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_handleBlockConnection(String id) {
|
||||||
|
clashCore.closeConnections(id);
|
||||||
|
connectionsNotifier.value = connectionsNotifier.value.copyWith(
|
||||||
|
connections: clashCore.getConnections(),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
List<Widget>? buildActions(BuildContext context) {
|
||||||
|
return [
|
||||||
|
IconButton(
|
||||||
|
onPressed: () {
|
||||||
|
if (query.isEmpty) {
|
||||||
|
close(context, null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
query = '';
|
||||||
|
},
|
||||||
|
icon: const Icon(Icons.clear),
|
||||||
|
),
|
||||||
|
const SizedBox(
|
||||||
|
width: 8,
|
||||||
|
)
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget? buildLeading(BuildContext context) {
|
||||||
|
return IconButton(
|
||||||
|
onPressed: () {
|
||||||
|
close(context, null);
|
||||||
|
},
|
||||||
|
icon: const Icon(Icons.arrow_back),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget buildResults(BuildContext context) {
|
||||||
|
return buildSuggestions(context);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
connectionsNotifier.dispose();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget buildSuggestions(BuildContext context) {
|
||||||
|
return ValueListenableBuilder(
|
||||||
|
valueListenable: connectionsNotifier,
|
||||||
|
builder: (_, __, ___) {
|
||||||
|
return Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
if (state.keywords.isNotEmpty)
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 16,
|
||||||
|
vertical: 16,
|
||||||
|
),
|
||||||
|
child: Wrap(
|
||||||
|
runSpacing: 6,
|
||||||
|
spacing: 6,
|
||||||
|
children: [
|
||||||
|
for (final keyword in state.keywords)
|
||||||
|
CommonChip(
|
||||||
|
label: keyword,
|
||||||
|
type: ChipType.delete,
|
||||||
|
onPressed: () {
|
||||||
|
_deleteKeyword(keyword);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
contentPadding:
|
Expanded(
|
||||||
const EdgeInsets.symmetric(vertical: 12, horizontal: 16),
|
child: ListView.separated(
|
||||||
title: Column(
|
itemBuilder: (_, index) {
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
final connection = _results[index];
|
||||||
children: [
|
return ConnectionItem(
|
||||||
Text(connection.metadata.host.isNotEmpty
|
key: Key(connection.id),
|
||||||
? connection.metadata.host
|
connection: connection,
|
||||||
: connection.metadata.destinationIP),
|
onClick: _addKeyword,
|
||||||
Padding(
|
trailing: IconButton(
|
||||||
padding: const EdgeInsets.only(
|
icon: const Icon(Icons.block),
|
||||||
top: 12,
|
onPressed: () {
|
||||||
|
_handleBlockConnection(connection.id);
|
||||||
|
},
|
||||||
),
|
),
|
||||||
child: Wrap(
|
);
|
||||||
runSpacing: 8,
|
},
|
||||||
spacing: 8,
|
separatorBuilder: (BuildContext context, int index) {
|
||||||
children: [
|
return const Divider(
|
||||||
for (final chain in connection.chains)
|
height: 0,
|
||||||
CommonChip(
|
);
|
||||||
label: chain,
|
},
|
||||||
),
|
itemCount: _results.length,
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
trailing: IconButton(
|
)
|
||||||
icon: const Icon(Icons.block),
|
],
|
||||||
onPressed: () {},
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
separatorBuilder: (BuildContext context, int index) {
|
|
||||||
return const Divider(
|
|
||||||
height: 0,
|
|
||||||
);
|
|
||||||
},
|
|
||||||
itemCount: connections.length,
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ class CoreInfo extends StatelessWidget {
|
|||||||
return Selector<AppState, VersionInfo?>(
|
return Selector<AppState, VersionInfo?>(
|
||||||
selector: (_, appState) => appState.versionInfo,
|
selector: (_, appState) => appState.versionInfo,
|
||||||
builder: (_, versionInfo, __) {
|
builder: (_, versionInfo, __) {
|
||||||
debugPrint("[CoreInfo] update===>");
|
|
||||||
return CommonCard(
|
return CommonCard(
|
||||||
|
onPressed: () {},
|
||||||
info: Info(
|
info: Info(
|
||||||
label: appLocalizations.coreInfo,
|
label: appLocalizations.coreInfo,
|
||||||
iconData: Icons.memory,
|
iconData: Icons.memory,
|
||||||
@@ -32,7 +32,7 @@ class CoreInfo extends StatelessWidget {
|
|||||||
style: context
|
style: context
|
||||||
.textTheme
|
.textTheme
|
||||||
.titleMedium
|
.titleMedium
|
||||||
?.toSoftBold(),
|
?.toSoftBold,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
@@ -45,7 +45,7 @@ class CoreInfo extends StatelessWidget {
|
|||||||
style: context
|
style: context
|
||||||
.textTheme
|
.textTheme
|
||||||
.titleLarge
|
.titleLarge
|
||||||
?.toSoftBold(),
|
?.toSoftBold,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
|
import 'package:fl_clash/fragments/dashboard/intranet_ip.dart';
|
||||||
|
import 'package:fl_clash/models/models.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_adaptive_scaffold/flutter_adaptive_scaffold.dart';
|
|
||||||
import 'package:fl_clash/widgets/widgets.dart';
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
import 'network_detection.dart';
|
import 'network_detection.dart';
|
||||||
import 'core_info.dart';
|
|
||||||
import 'outbound_mode.dart';
|
import 'outbound_mode.dart';
|
||||||
import 'start_button.dart';
|
import 'start_button.dart';
|
||||||
import 'network_speed.dart';
|
import 'network_speed.dart';
|
||||||
@@ -17,63 +19,51 @@ class DashboardFragment extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _DashboardFragmentState extends State<DashboardFragment> {
|
class _DashboardFragmentState extends State<DashboardFragment> {
|
||||||
_buildGrid(bool isDesktop) {
|
|
||||||
return SingleChildScrollView(
|
|
||||||
padding: const EdgeInsets.all(16),
|
|
||||||
child: Grid(
|
|
||||||
crossAxisCount: 12,
|
|
||||||
crossAxisSpacing: 16,
|
|
||||||
mainAxisSpacing: 16,
|
|
||||||
children: [
|
|
||||||
GridItem(
|
|
||||||
crossAxisCellCount: isDesktop ? 8 : 12,
|
|
||||||
child: const NetworkSpeed(),
|
|
||||||
),
|
|
||||||
GridItem(
|
|
||||||
crossAxisCellCount: isDesktop ? 4 : 6,
|
|
||||||
child: const OutboundMode(),
|
|
||||||
),
|
|
||||||
GridItem(
|
|
||||||
crossAxisCellCount: isDesktop ? 4 : 6,
|
|
||||||
child: const NetworkDetection(),
|
|
||||||
),
|
|
||||||
GridItem(
|
|
||||||
crossAxisCellCount: isDesktop ? 4 : 6,
|
|
||||||
child: const TrafficUsage(),
|
|
||||||
),
|
|
||||||
GridItem(
|
|
||||||
crossAxisCellCount: isDesktop ? 4 : 6,
|
|
||||||
child: const CoreInfo(),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return LayoutBuilder(builder: (_, container) {
|
return FloatLayout(
|
||||||
if (container.maxWidth < 200) return Container();
|
floatingWidget: const FloatWrapper(
|
||||||
return FloatLayout(
|
child: StartButton(),
|
||||||
floatingWidget: const FloatWrapper(
|
),
|
||||||
child: StartButton(),
|
child: Align(
|
||||||
),
|
alignment: Alignment.topCenter,
|
||||||
child: Align(
|
child: SingleChildScrollView(
|
||||||
alignment: Alignment.topCenter,
|
padding: const EdgeInsets.all(16),
|
||||||
child: SlotLayout(
|
child: Selector<AppState, ViewMode>(
|
||||||
config: {
|
selector: (_, appState) => appState.viewMode,
|
||||||
Breakpoints.small: SlotLayout.from(
|
builder: (_, viewMode, ___) {
|
||||||
key: const Key('dashboard_small'),
|
final isDesktop = viewMode == ViewMode.desktop;
|
||||||
builder: (_) => _buildGrid(false),
|
return Grid(
|
||||||
),
|
crossAxisCount: 12,
|
||||||
Breakpoints.mediumAndUp: SlotLayout.from(
|
crossAxisSpacing: 16,
|
||||||
key: const Key('dashboard_mediumAndUp'),
|
mainAxisSpacing: 16,
|
||||||
builder: (_) => _buildGrid(true),
|
children: [
|
||||||
),
|
GridItem(
|
||||||
|
crossAxisCellCount: isDesktop ? 8 : 12,
|
||||||
|
child: const NetworkSpeed(),
|
||||||
|
),
|
||||||
|
GridItem(
|
||||||
|
crossAxisCellCount: isDesktop ? 4 : 6,
|
||||||
|
child: const OutboundMode(),
|
||||||
|
),
|
||||||
|
GridItem(
|
||||||
|
crossAxisCellCount: isDesktop ? 4 : 6,
|
||||||
|
child: const NetworkDetection(),
|
||||||
|
),
|
||||||
|
GridItem(
|
||||||
|
crossAxisCellCount: isDesktop ? 4 : 6,
|
||||||
|
child: const TrafficUsage(),
|
||||||
|
),
|
||||||
|
GridItem(
|
||||||
|
crossAxisCellCount: isDesktop ? 4 : 6,
|
||||||
|
child: const IntranetIP(),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
),
|
||||||
});
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
92
lib/fragments/dashboard/intranet_ip.dart
Normal file
@@ -0,0 +1,92 @@
|
|||||||
|
import 'dart:io';
|
||||||
|
|
||||||
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
class IntranetIP extends StatefulWidget {
|
||||||
|
const IntranetIP({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<IntranetIP> createState() => _IntranetIPState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _IntranetIPState extends State<IntranetIP> {
|
||||||
|
final ipNotifier = ValueNotifier<String>("");
|
||||||
|
|
||||||
|
Future<String?> getLocalIpAddress() async {
|
||||||
|
List<NetworkInterface> interfaces = await NetworkInterface.list();
|
||||||
|
for (final interface in interfaces) {
|
||||||
|
for (final address in interface.addresses) {
|
||||||
|
if (!address.isLoopback) {
|
||||||
|
return address.address;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
super.dispose();
|
||||||
|
ipNotifier.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((_) async {
|
||||||
|
ipNotifier.value = await getLocalIpAddress() ?? "";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return CommonCard(
|
||||||
|
info: Info(
|
||||||
|
label: appLocalizations.intranetIP,
|
||||||
|
iconData: Icons.devices,
|
||||||
|
),
|
||||||
|
onPressed: (){
|
||||||
|
|
||||||
|
},
|
||||||
|
child: Container(
|
||||||
|
padding: const EdgeInsets.all(16).copyWith(top: 0),
|
||||||
|
height: globalState.appController.measure.titleLargeHeight + 24 - 2,
|
||||||
|
child: ValueListenableBuilder(
|
||||||
|
valueListenable: ipNotifier,
|
||||||
|
builder: (_, value, __) {
|
||||||
|
return FadeBox(
|
||||||
|
child: value.isNotEmpty
|
||||||
|
? Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: [
|
||||||
|
Flexible(
|
||||||
|
flex: 1,
|
||||||
|
child: TooltipText(
|
||||||
|
text: Text(
|
||||||
|
value,
|
||||||
|
style: context.textTheme.titleLarge?.toSoftBold.toMinus,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
)
|
||||||
|
: const Padding(
|
||||||
|
padding: EdgeInsets.all(2),
|
||||||
|
child: AspectRatio(
|
||||||
|
aspectRatio: 1,
|
||||||
|
child: CircularProgressIndicator(),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import 'package:country_flags/country_flags.dart';
|
||||||
|
import 'package:dio/dio.dart';
|
||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
import 'package:fl_clash/state.dart';
|
import 'package:fl_clash/state.dart';
|
||||||
@@ -13,177 +15,181 @@ class NetworkDetection extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _NetworkDetectionState extends State<NetworkDetection> {
|
class _NetworkDetectionState extends State<NetworkDetection> {
|
||||||
Widget _buildDescription(String? currentProxyName, int? delay) {
|
final ipInfoNotifier = ValueNotifier<IpInfo?>(null);
|
||||||
if (currentProxyName == null) {
|
final timeoutNotifier = ValueNotifier<bool>(false);
|
||||||
return TooltipText(
|
bool? _preIsStart;
|
||||||
text: Text(
|
CancelToken? cancelToken;
|
||||||
appLocalizations.noProxyDesc,
|
Function? _checkIpDebounce;
|
||||||
style: Theme.of(context).textTheme.titleMedium?.copyWith(
|
|
||||||
color: Theme.of(context).colorScheme.secondary,
|
|
||||||
),
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if (delay == 0 || delay == null) {
|
|
||||||
return const AspectRatio(
|
|
||||||
aspectRatio: 1,
|
|
||||||
child: CircularProgressIndicator(
|
|
||||||
strokeCap: StrokeCap.round,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if (delay > 0) {
|
|
||||||
return Row(
|
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
|
||||||
children: [
|
|
||||||
TooltipText(
|
|
||||||
text: Text(
|
|
||||||
"$delay",
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
maxLines: 1,
|
|
||||||
style: context.textTheme.titleLarge
|
|
||||||
?.copyWith(
|
|
||||||
color: context.colorScheme.primary,
|
|
||||||
)
|
|
||||||
.toSoftBold(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const Flexible(
|
|
||||||
child: SizedBox(
|
|
||||||
width: 4,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Flexible(
|
|
||||||
flex: 0,
|
|
||||||
child: Text(
|
|
||||||
'ms',
|
|
||||||
style: Theme.of(context).textTheme.bodyMedium?.toLight(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
return Text(
|
|
||||||
"Timeout",
|
|
||||||
style: Theme.of(context).textTheme.titleMedium?.copyWith(
|
|
||||||
color: Colors.red,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
_updateCurrentDelay(
|
_checkIp(
|
||||||
String? currentProxyName,
|
|
||||||
int? delay,
|
|
||||||
bool isCurrent,
|
|
||||||
bool isInit,
|
bool isInit,
|
||||||
) {
|
bool isStart,
|
||||||
if (!isCurrent || currentProxyName == null || !isInit) return;
|
) async {
|
||||||
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
|
if (!isInit) return;
|
||||||
if (delay == null) {
|
timeoutNotifier.value = false;
|
||||||
context.appController.setDelay(
|
if (_preIsStart == false && _preIsStart == isStart) return;
|
||||||
Delay(
|
if (cancelToken != null) {
|
||||||
name: currentProxyName,
|
cancelToken!.cancel();
|
||||||
value: 0,
|
cancelToken = null;
|
||||||
),
|
}
|
||||||
);
|
ipInfoNotifier.value = null;
|
||||||
globalState.updateCurrentDelay(
|
final ipInfo = await request.checkIp(cancelToken);
|
||||||
currentProxyName,
|
if (ipInfo == null) {
|
||||||
);
|
timeoutNotifier.value = true;
|
||||||
}
|
return;
|
||||||
});
|
} else {
|
||||||
|
timeoutNotifier.value = false;
|
||||||
|
}
|
||||||
|
_preIsStart = isStart;
|
||||||
|
ipInfoNotifier.value = ipInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
_updateCurrentDelayContainer(Widget child) {
|
_checkIpContainer(Widget child) {
|
||||||
return Selector3<AppState, Config, ClashConfig,
|
_checkIpDebounce = debounce(_checkIp);
|
||||||
UpdateCurrentDelaySelectorState>(
|
return Selector2<AppState, Config, CheckIpSelectorState>(
|
||||||
selector: (_, appState, config, clashConfig) {
|
selector: (_, appState, config) {
|
||||||
final proxyName = appState.getCurrentProxyName(
|
return CheckIpSelectorState(
|
||||||
config.currentProxyName,
|
|
||||||
clashConfig.mode,
|
|
||||||
);
|
|
||||||
return UpdateCurrentDelaySelectorState(
|
|
||||||
isInit: appState.isInit,
|
isInit: appState.isInit,
|
||||||
currentProxyName: proxyName,
|
selectedMap: appState.selectedMap,
|
||||||
delay: appState.delayMap[proxyName],
|
isStart: appState.isStart,
|
||||||
isCurrent: appState.currentLabel == 'dashboard',
|
checkIpNum: appState.checkIpNum,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
builder: (_, state, __) {
|
builder: (_, state, __) {
|
||||||
debugPrint("[UpdateCurrentDelay] update===>");
|
if (_checkIpDebounce != null) {
|
||||||
_updateCurrentDelay(
|
_checkIpDebounce!([state.isInit, state.isStart]);
|
||||||
state.currentProxyName,
|
}
|
||||||
state.delay,
|
|
||||||
state.isCurrent,
|
|
||||||
state.isInit,
|
|
||||||
);
|
|
||||||
return child;
|
return child;
|
||||||
},
|
},
|
||||||
child: child,
|
child: child,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
super.dispose();
|
||||||
|
ipInfoNotifier.dispose();
|
||||||
|
timeoutNotifier.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return CommonCard(
|
return _checkIpContainer(
|
||||||
info: Info(
|
ValueListenableBuilder<IpInfo?>(
|
||||||
iconData: Icons.network_check,
|
valueListenable: ipInfoNotifier,
|
||||||
label: appLocalizations.networkDetection,
|
builder: (_, ipInfo, __) {
|
||||||
),
|
return CommonCard(
|
||||||
child: _updateCurrentDelayContainer(
|
onPressed: () {},
|
||||||
Selector3<AppState, Config, ClashConfig, NetworkDetectionSelectorState>(
|
child: Column(
|
||||||
selector: (_, appState, config, clashConfig) {
|
children: [
|
||||||
final proxyName = appState.getCurrentProxyName(
|
Flexible(
|
||||||
config.currentProxyName,
|
flex: 0,
|
||||||
clashConfig.mode,
|
child: Container(
|
||||||
);
|
padding: const EdgeInsets.all(16),
|
||||||
return NetworkDetectionSelectorState(
|
child: Row(
|
||||||
isInit: appState.isInit,
|
children: [
|
||||||
currentProxyName: proxyName,
|
Icon(
|
||||||
delay: appState.delayMap[proxyName],
|
Icons.network_check,
|
||||||
);
|
color: Theme.of(context).colorScheme.primary,
|
||||||
},
|
|
||||||
builder: (_, state, __) {
|
|
||||||
debugPrint("[NetworkDetection] update===>");
|
|
||||||
return Container(
|
|
||||||
padding: const EdgeInsets.all(16).copyWith(top: 0),
|
|
||||||
child: Column(
|
|
||||||
mainAxisSize: MainAxisSize.min,
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
Flexible(
|
|
||||||
flex: 0,
|
|
||||||
child: TooltipText(
|
|
||||||
text: Text(
|
|
||||||
state.currentProxyName ?? appLocalizations.noProxy,
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
maxLines: 1,
|
|
||||||
style:
|
|
||||||
Theme.of(context).textTheme.titleMedium?.toSoftBold(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(
|
|
||||||
height: 8,
|
|
||||||
),
|
|
||||||
Flexible(
|
|
||||||
child: Container(
|
|
||||||
height: context.appController.measure.titleLargeHeight,
|
|
||||||
alignment: Alignment.centerLeft,
|
|
||||||
child: FadeBox(
|
|
||||||
child: _buildDescription(
|
|
||||||
state.currentProxyName,
|
|
||||||
state.delay,
|
|
||||||
),
|
),
|
||||||
),
|
const SizedBox(
|
||||||
|
width: 8,
|
||||||
|
),
|
||||||
|
Flexible(
|
||||||
|
flex: 1,
|
||||||
|
child: FadeBox(
|
||||||
|
child: ipInfo != null
|
||||||
|
? CountryFlag.fromCountryCode(
|
||||||
|
ipInfo.countryCode,
|
||||||
|
width: 24,
|
||||||
|
height: 24,
|
||||||
|
)
|
||||||
|
: ValueListenableBuilder(
|
||||||
|
valueListenable: timeoutNotifier,
|
||||||
|
builder: (_, timeout, __) {
|
||||||
|
if (timeout) {
|
||||||
|
return Text(
|
||||||
|
appLocalizations.checkError,
|
||||||
|
style: Theme.of(context)
|
||||||
|
.textTheme
|
||||||
|
.titleMedium,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return TooltipText(
|
||||||
|
text: Text(
|
||||||
|
appLocalizations.checking,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
style: Theme.of(context)
|
||||||
|
.textTheme
|
||||||
|
.titleMedium,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
),
|
||||||
),
|
Container(
|
||||||
);
|
height: globalState.appController.measure.titleLargeHeight +
|
||||||
},
|
24 -
|
||||||
),
|
2,
|
||||||
|
alignment: Alignment.centerLeft,
|
||||||
|
padding: const EdgeInsets.all(16).copyWith(top: 0),
|
||||||
|
child: FadeBox(
|
||||||
|
child: ipInfo != null
|
||||||
|
? Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: [
|
||||||
|
Flexible(
|
||||||
|
flex: 1,
|
||||||
|
child: TooltipText(
|
||||||
|
text: Text(
|
||||||
|
ipInfo.ip,
|
||||||
|
style: context.textTheme.titleLarge
|
||||||
|
?.toSoftBold.toMinus,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
)
|
||||||
|
: ValueListenableBuilder(
|
||||||
|
valueListenable: timeoutNotifier,
|
||||||
|
builder: (_, timeout, __) {
|
||||||
|
if (timeout) {
|
||||||
|
return Text(
|
||||||
|
"timeout",
|
||||||
|
style: context.textTheme.titleLarge
|
||||||
|
?.copyWith(color: Colors.red)
|
||||||
|
.toSoftBold
|
||||||
|
.toMinus,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return Container(
|
||||||
|
padding: const EdgeInsets.all(2),
|
||||||
|
child: const AspectRatio(
|
||||||
|
aspectRatio: 1,
|
||||||
|
child: CircularProgressIndicator(),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
import 'package:fl_clash/widgets/widgets.dart';
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
@@ -20,26 +21,17 @@ class _NetworkSpeedState extends State<NetworkSpeed> {
|
|||||||
.asMap()
|
.asMap()
|
||||||
.map(
|
.map(
|
||||||
(index, e) => MapEntry(
|
(index, e) => MapEntry(
|
||||||
index,
|
index,
|
||||||
Point(
|
Point(
|
||||||
(index + initPoints.length).toDouble(),
|
(index + initPoints.length).toDouble(),
|
||||||
e.speed.toDouble(),
|
e.speed.toDouble(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
.values
|
.values
|
||||||
.toList();
|
.toList();
|
||||||
var pointsRaw = [...initPoints, ...trafficPoints];
|
|
||||||
List<Point> points;
|
|
||||||
if (pointsRaw.length > 60) {
|
|
||||||
points = pointsRaw
|
|
||||||
.getRange(pointsRaw.length - 61, pointsRaw.length - 1)
|
|
||||||
.toList();
|
|
||||||
} else {
|
|
||||||
points = pointsRaw;
|
|
||||||
}
|
|
||||||
|
|
||||||
return points;
|
return [...initPoints, ...trafficPoints];
|
||||||
}
|
}
|
||||||
|
|
||||||
Traffic _getLastTraffic(List<Traffic> traffics) {
|
Traffic _getLastTraffic(List<Traffic> traffics) {
|
||||||
@@ -52,12 +44,11 @@ class _NetworkSpeedState extends State<NetworkSpeed> {
|
|||||||
required IconData iconData,
|
required IconData iconData,
|
||||||
required TrafficValue value,
|
required TrafficValue value,
|
||||||
}) {
|
}) {
|
||||||
|
|
||||||
final showValue = value.showValue;
|
final showValue = value.showValue;
|
||||||
final showUnit = "${value.showUnit}/s";
|
final showUnit = "${value.showUnit}/s";
|
||||||
final titleLargeSoftBold =
|
final titleLargeSoftBold =
|
||||||
Theme.of(context).textTheme.titleLarge?.toSoftBold();
|
Theme.of(context).textTheme.titleLarge?.toSoftBold;
|
||||||
final bodyMedium = Theme.of(context).textTheme.bodySmall?.toLight();
|
final bodyMedium = Theme.of(context).textTheme.bodySmall?.toLight;
|
||||||
final valueText = Text(
|
final valueText = Text(
|
||||||
showValue,
|
showValue,
|
||||||
style: titleLargeSoftBold,
|
style: titleLargeSoftBold,
|
||||||
@@ -68,7 +59,7 @@ class _NetworkSpeedState extends State<NetworkSpeed> {
|
|||||||
style: bodyMedium,
|
style: bodyMedium,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
);
|
);
|
||||||
final size = context.appController.measure.computeTextSize(valueText);
|
final size = globalState.appController.measure.computeTextSize(valueText);
|
||||||
|
|
||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
@@ -84,7 +75,7 @@ class _NetworkSpeedState extends State<NetworkSpeed> {
|
|||||||
Flexible(
|
Flexible(
|
||||||
child: Text(
|
child: Text(
|
||||||
label,
|
label,
|
||||||
style: Theme.of(context).textTheme.titleSmall?.toSoftBold(),
|
style: Theme.of(context).textTheme.titleSmall?.toSoftBold,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@@ -120,7 +111,8 @@ class _NetworkSpeedState extends State<NetworkSpeed> {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return CommonCard(
|
return CommonCard(
|
||||||
info: Info(
|
onPressed: () {},
|
||||||
|
info: Info(
|
||||||
label: appLocalizations.networkSpeed,
|
label: appLocalizations.networkSpeed,
|
||||||
iconData: Icons.speed,
|
iconData: Icons.speed,
|
||||||
),
|
),
|
||||||
@@ -171,4 +163,4 @@ class _NetworkSpeedState extends State<NetworkSpeed> {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import 'package:fl_clash/enum/enum.dart';
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
import 'package:fl_clash/widgets/widgets.dart';
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:intl/intl.dart';
|
import 'package:intl/intl.dart';
|
||||||
@@ -10,12 +11,12 @@ class OutboundMode extends StatelessWidget {
|
|||||||
const OutboundMode({super.key});
|
const OutboundMode({super.key});
|
||||||
|
|
||||||
_changeMode(BuildContext context, Mode? value) async {
|
_changeMode(BuildContext context, Mode? value) async {
|
||||||
final appController = context.appController;
|
final appController = globalState.appController;
|
||||||
final clashConfig = context.read<ClashConfig>();
|
final clashConfig = appController.clashConfig;
|
||||||
if (value == null || clashConfig.mode == value) return;
|
if (value == null || clashConfig.mode == value) return;
|
||||||
clashConfig.mode = value;
|
clashConfig.mode = value;
|
||||||
await appController.updateClashConfig();
|
await appController.updateClashConfig();
|
||||||
appController.changeProxy();
|
appController.addCheckIpNumDebounce();
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -24,6 +25,7 @@ class OutboundMode extends StatelessWidget {
|
|||||||
selector: (_, clashConfig) => clashConfig.mode,
|
selector: (_, clashConfig) => clashConfig.mode,
|
||||||
builder: (_, mode, __) {
|
builder: (_, mode, __) {
|
||||||
return CommonCard(
|
return CommonCard(
|
||||||
|
onPressed: () {},
|
||||||
info: Info(
|
info: Info(
|
||||||
label: appLocalizations.outboundMode,
|
label: appLocalizations.outboundMode,
|
||||||
iconData: Icons.call_split,
|
iconData: Icons.call_split,
|
||||||
@@ -54,10 +56,8 @@ class OutboundMode extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
title: Text(
|
title: Text(
|
||||||
Intl.message(item.name),
|
Intl.message(item.name),
|
||||||
style: Theme.of(context)
|
style:
|
||||||
.textTheme
|
Theme.of(context).textTheme.titleMedium?.toSoftBold,
|
||||||
.titleMedium
|
|
||||||
?.toSoftBold(),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
@@ -12,19 +13,17 @@ class StartButton extends StatefulWidget {
|
|||||||
|
|
||||||
class _StartButtonState extends State<StartButton>
|
class _StartButtonState extends State<StartButton>
|
||||||
with SingleTickerProviderStateMixin {
|
with SingleTickerProviderStateMixin {
|
||||||
bool isStart = false;
|
|
||||||
bool isInit = false;
|
|
||||||
late AnimationController _controller;
|
late AnimationController _controller;
|
||||||
|
bool isStart = false;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
isStart = context.read<AppState>().runTime != null;
|
super.initState();
|
||||||
_controller = AnimationController(
|
_controller = AnimationController(
|
||||||
vsync: this,
|
vsync: this,
|
||||||
value: isStart ? 1 : 0,
|
value: 0,
|
||||||
duration: const Duration(milliseconds: 200),
|
duration: const Duration(milliseconds: 200),
|
||||||
);
|
);
|
||||||
super.initState();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -34,9 +33,12 @@ class _StartButtonState extends State<StartButton>
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleSwitchStart() {
|
handleSwitchStart() {
|
||||||
isStart = !isStart;
|
final appController = globalState.appController;
|
||||||
updateController();
|
if (isStart == appController.appState.isStart) {
|
||||||
updateSystemProxy();
|
isStart = !isStart;
|
||||||
|
updateController();
|
||||||
|
appController.updateSystemProxy(isStart);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
updateController() {
|
updateController() {
|
||||||
@@ -47,12 +49,18 @@ class _StartButtonState extends State<StartButton>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
updateSystemProxy() async {
|
Widget _updateControllerContainer(Widget child) {
|
||||||
final appController = context.appController;
|
return Selector<AppState, bool>(
|
||||||
await appController.updateSystemProxy(isStart);
|
selector: (_, appState) => appState.isStart,
|
||||||
if (isStart && mounted) {
|
builder: (_, isStart, child) {
|
||||||
appController.clearCurrentDelay();
|
if(isStart != this.isStart){
|
||||||
}
|
this.isStart = isStart;
|
||||||
|
updateController();
|
||||||
|
}
|
||||||
|
return child!;
|
||||||
|
},
|
||||||
|
child: child,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -63,18 +71,19 @@ class _StartButtonState extends State<StartButton>
|
|||||||
hasProfile: config.profiles.isNotEmpty,
|
hasProfile: config.profiles.isNotEmpty,
|
||||||
),
|
),
|
||||||
builder: (_, state, child) {
|
builder: (_, state, child) {
|
||||||
debugPrint("[StartButton] update===>");
|
|
||||||
if (!state.isInit || !state.hasProfile) {
|
if (!state.isInit || !state.hasProfile) {
|
||||||
return Container();
|
return Container();
|
||||||
}
|
}
|
||||||
final textWidth = context.appController.measure.computeTextSize(
|
final textWidth = globalState.appController.measure
|
||||||
Text(
|
.computeTextSize(
|
||||||
Other.getTimeDifference(
|
Text(
|
||||||
DateTime.now(),
|
other.getTimeDifference(
|
||||||
),
|
DateTime.now(),
|
||||||
style: Theme.of(context).textTheme.titleMedium?.toSoftBold(),
|
),
|
||||||
),
|
style: Theme.of(context).textTheme.titleMedium?.toSoftBold,
|
||||||
).width +
|
),
|
||||||
|
)
|
||||||
|
.width +
|
||||||
16;
|
16;
|
||||||
return AnimatedBuilder(
|
return AnimatedBuilder(
|
||||||
animation: _controller.view,
|
animation: _controller.view,
|
||||||
@@ -117,24 +126,14 @@ class _StartButtonState extends State<StartButton>
|
|||||||
child: child,
|
child: child,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
child: Selector<AppState, bool>(
|
child: _updateControllerContainer(
|
||||||
selector: (_, appState) => appState.runTime != null,
|
Selector<AppState, int?>(
|
||||||
builder: (_, isRun, child) {
|
|
||||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
|
||||||
if (isStart != isRun) {
|
|
||||||
isStart = isRun;
|
|
||||||
updateController();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return child!;
|
|
||||||
},
|
|
||||||
child: Selector<AppState, int?>(
|
|
||||||
selector: (_, appState) => appState.runTime,
|
selector: (_, appState) => appState.runTime,
|
||||||
builder: (_, int? value, __) {
|
builder: (_, int? value, __) {
|
||||||
final text = Other.getTimeText(value);
|
final text = other.getTimeText(value);
|
||||||
return Text(
|
return Text(
|
||||||
text,
|
text,
|
||||||
style: Theme.of(context).textTheme.titleMedium?.toSoftBold(),
|
style: Theme.of(context).textTheme.titleMedium?.toSoftBold,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ class TrafficUsage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
trafficValue.showUnit,
|
trafficValue.showUnit,
|
||||||
style: context.textTheme.labelMedium?.toLight(),
|
style: context.textTheme.labelMedium?.toLight,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
@@ -51,25 +51,16 @@ class TrafficUsage extends StatelessWidget {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return CommonCard(
|
return CommonCard(
|
||||||
|
onPressed: () {},
|
||||||
info: Info(
|
info: Info(
|
||||||
label: appLocalizations.trafficUsage,
|
label: appLocalizations.trafficUsage,
|
||||||
iconData: Icons.data_saver_off,
|
iconData: Icons.data_saver_off,
|
||||||
),
|
),
|
||||||
child: Selector<AppState, List<Traffic>>(
|
child: Selector<AppState, Traffic>(
|
||||||
selector: (_, appState) => appState.traffics,
|
selector: (_, appState) => appState.totalTraffic,
|
||||||
builder: (_, traffics, __) {
|
builder: (_, totalTraffic, __) {
|
||||||
final trafficTotal = traffics.isNotEmpty
|
final upTotalTrafficValue = totalTraffic.up;
|
||||||
? traffics.reduce(
|
final downTotalTrafficValue = totalTraffic.down;
|
||||||
(value, element) {
|
|
||||||
return Traffic(
|
|
||||||
up: element.up.value + value.up.value,
|
|
||||||
down: element.down.value + value.down.value,
|
|
||||||
);
|
|
||||||
},
|
|
||||||
)
|
|
||||||
: Traffic();
|
|
||||||
final upTrafficValue = trafficTotal.up;
|
|
||||||
final downTrafficValue = trafficTotal.down;
|
|
||||||
return Padding(
|
return Padding(
|
||||||
padding: const EdgeInsets.all(16).copyWith(top: 0),
|
padding: const EdgeInsets.all(16).copyWith(top: 0),
|
||||||
child: Column(
|
child: Column(
|
||||||
@@ -80,7 +71,7 @@ class TrafficUsage extends StatelessWidget {
|
|||||||
child: getTrafficDataItem(
|
child: getTrafficDataItem(
|
||||||
context,
|
context,
|
||||||
Icons.arrow_upward,
|
Icons.arrow_upward,
|
||||||
upTrafficValue,
|
upTotalTrafficValue,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
@@ -91,7 +82,7 @@ class TrafficUsage extends StatelessWidget {
|
|||||||
child: getTrafficDataItem(
|
child: getTrafficDataItem(
|
||||||
context,
|
context,
|
||||||
Icons.arrow_downward,
|
Icons.arrow_downward,
|
||||||
downTrafficValue,
|
downTotalTrafficValue,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export 'proxies.dart';
|
export 'proxies/proxies.dart';
|
||||||
export 'dashboard/dashboard.dart';
|
export 'dashboard/dashboard.dart';
|
||||||
export 'tools.dart';
|
export 'tools.dart';
|
||||||
export 'profiles/profiles.dart';
|
export 'profiles/profiles.dart';
|
||||||
@@ -7,4 +7,7 @@ export 'connections.dart';
|
|||||||
export 'access.dart';
|
export 'access.dart';
|
||||||
export 'config.dart';
|
export 'config.dart';
|
||||||
export 'application_setting.dart';
|
export 'application_setting.dart';
|
||||||
export 'about.dart';
|
export 'about.dart';
|
||||||
|
export 'backup_and_recovery.dart';
|
||||||
|
export 'resources.dart';
|
||||||
|
export 'requests.dart';
|
||||||
@@ -1,6 +1,9 @@
|
|||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
|
||||||
|
import 'package:collection/collection.dart';
|
||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
import '../models/models.dart';
|
import '../models/models.dart';
|
||||||
@@ -14,21 +17,31 @@ class LogsFragment extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _LogsFragmentState extends State<LogsFragment> {
|
class _LogsFragmentState extends State<LogsFragment> {
|
||||||
final logsNotifier = ValueNotifier<List<Log>>([]);
|
final logsNotifier = ValueNotifier<LogsAndKeywords>(const LogsAndKeywords());
|
||||||
|
final scrollController = ScrollController(
|
||||||
|
keepScrollOffset: false,
|
||||||
|
);
|
||||||
|
List<GlobalObjectKey<_LogItemState>> keys = [];
|
||||||
|
|
||||||
Timer? timer;
|
Timer? timer;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
logsNotifier.value = context.read<AppState>().logs;
|
final appState = globalState.appController.appState;
|
||||||
|
logsNotifier.value = logsNotifier.value.copyWith(logs: appState.logs);
|
||||||
if (timer != null) {
|
if (timer != null) {
|
||||||
timer?.cancel();
|
timer?.cancel();
|
||||||
timer = null;
|
timer = null;
|
||||||
}
|
}
|
||||||
timer = Timer.periodic(const Duration(seconds: 3), (timer) {
|
timer = Timer.periodic(const Duration(milliseconds: 200), (timer) {
|
||||||
if (mounted) {
|
final logs = appState.logs;
|
||||||
logsNotifier.value = context.read<AppState>().logs;
|
if (!const ListEquality<Log>().equals(
|
||||||
|
logsNotifier.value.logs,
|
||||||
|
logs,
|
||||||
|
)) {
|
||||||
|
logsNotifier.value = logsNotifier.value.copyWith(logs: logs);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@@ -38,6 +51,8 @@ class _LogsFragmentState extends State<LogsFragment> {
|
|||||||
void dispose() {
|
void dispose() {
|
||||||
super.dispose();
|
super.dispose();
|
||||||
timer?.cancel();
|
timer?.cancel();
|
||||||
|
logsNotifier.dispose();
|
||||||
|
scrollController.dispose();
|
||||||
timer = null;
|
timer = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -51,42 +66,33 @@ class _LogsFragmentState extends State<LogsFragment> {
|
|||||||
showSearch(
|
showSearch(
|
||||||
context: context,
|
context: context,
|
||||||
delegate: LogsSearchDelegate(
|
delegate: LogsSearchDelegate(
|
||||||
logs: logsNotifier.value.reversed.toList(),
|
logs: logsNotifier.value,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
icon: const Icon(Icons.search),
|
icon: const Icon(Icons.search),
|
||||||
)
|
),
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
_buildList() {
|
_addKeyword(String keyword) {
|
||||||
return ValueListenableBuilder<List<Log>>(
|
final isContains = logsNotifier.value.keywords.contains(keyword);
|
||||||
valueListenable: logsNotifier,
|
if (isContains) return;
|
||||||
builder: (_, List<Log> logs, __) {
|
final keywords = List<String>.from(logsNotifier.value.keywords)
|
||||||
if (logs.isEmpty) {
|
..add(keyword);
|
||||||
return NullStatus(
|
logsNotifier.value = logsNotifier.value.copyWith(
|
||||||
label: appLocalizations.nullLogsDesc,
|
keywords: keywords,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
logs = logs.reversed.toList();
|
|
||||||
return ListView.separated(
|
_deleteKeyword(String keyword) {
|
||||||
physics: const AlwaysScrollableScrollPhysics(),
|
final isContains = logsNotifier.value.keywords.contains(keyword);
|
||||||
itemCount: logs.length,
|
if (!isContains) return;
|
||||||
itemBuilder: (BuildContext context, int index) {
|
final keywords = List<String>.from(logsNotifier.value.keywords)
|
||||||
final log = logs[index];
|
..remove(keyword);
|
||||||
return LogItem(
|
logsNotifier.value = logsNotifier.value.copyWith(
|
||||||
log: log,
|
keywords: keywords,
|
||||||
);
|
|
||||||
},
|
|
||||||
separatorBuilder: (BuildContext context, int index) {
|
|
||||||
return const Divider(
|
|
||||||
height: 0,
|
|
||||||
);
|
|
||||||
},
|
|
||||||
);
|
|
||||||
},
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -95,32 +101,103 @@ class _LogsFragmentState extends State<LogsFragment> {
|
|||||||
return Selector<AppState, bool?>(
|
return Selector<AppState, bool?>(
|
||||||
selector: (_, appState) =>
|
selector: (_, appState) =>
|
||||||
appState.currentLabel == 'logs' ||
|
appState.currentLabel == 'logs' ||
|
||||||
context.isMobile && appState.currentLabel == "tools",
|
appState.viewMode == ViewMode.mobile &&
|
||||||
|
appState.currentLabel == "tools",
|
||||||
builder: (_, isCurrent, child) {
|
builder: (_, isCurrent, child) {
|
||||||
if (isCurrent == null || isCurrent) {
|
if (isCurrent == null || isCurrent) {
|
||||||
_initActions();
|
_initActions();
|
||||||
}
|
}
|
||||||
return child!;
|
return child!;
|
||||||
},
|
},
|
||||||
child: _buildList(),
|
child: ValueListenableBuilder<LogsAndKeywords>(
|
||||||
|
valueListenable: logsNotifier,
|
||||||
|
builder: (_, state, __) {
|
||||||
|
var logs = state.filteredLogs;
|
||||||
|
if (logs.isEmpty) {
|
||||||
|
return NullStatus(
|
||||||
|
label: appLocalizations.nullLogsDesc,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
logs = logs.reversed.toList();
|
||||||
|
keys = logs
|
||||||
|
.map((log) => GlobalObjectKey<_LogItemState>(log.dateTime))
|
||||||
|
.toList();
|
||||||
|
return Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
if (state.keywords.isNotEmpty)
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 16,
|
||||||
|
vertical: 16,
|
||||||
|
),
|
||||||
|
child: Wrap(
|
||||||
|
runSpacing: 8,
|
||||||
|
spacing: 8,
|
||||||
|
children: [
|
||||||
|
for (final keyword in state.keywords)
|
||||||
|
CommonChip(
|
||||||
|
label: keyword,
|
||||||
|
type: ChipType.delete,
|
||||||
|
onPressed: () {
|
||||||
|
_deleteKeyword(keyword);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Expanded(
|
||||||
|
child: ListView.separated(
|
||||||
|
controller: scrollController,
|
||||||
|
itemBuilder: (_, index) {
|
||||||
|
final log = logs[index];
|
||||||
|
return LogItem(
|
||||||
|
key: Key(log.dateTime.toString()),
|
||||||
|
log: log,
|
||||||
|
onClick: _addKeyword,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
separatorBuilder: (BuildContext context, int index) {
|
||||||
|
return const Divider(
|
||||||
|
height: 0,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
itemCount: logs.length,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class LogsSearchDelegate extends SearchDelegate {
|
class LogsSearchDelegate extends SearchDelegate {
|
||||||
List<Log> logs = [];
|
ValueNotifier<LogsAndKeywords> logsNotifier;
|
||||||
|
|
||||||
LogsSearchDelegate({
|
LogsSearchDelegate({
|
||||||
required this.logs,
|
required LogsAndKeywords logs,
|
||||||
});
|
}) : logsNotifier = ValueNotifier(logs);
|
||||||
|
|
||||||
List<Log> get _results => logs
|
@override
|
||||||
.where(
|
void dispose() {
|
||||||
(log) =>
|
super.dispose();
|
||||||
(log.payload?.contains(query) ?? false) ||
|
logsNotifier.dispose();
|
||||||
log.logLevel.name.contains(query),
|
}
|
||||||
)
|
|
||||||
.toList();
|
get state => logsNotifier.value;
|
||||||
|
|
||||||
|
List<Log> get _results {
|
||||||
|
final lowQuery = query.toLowerCase();
|
||||||
|
return logsNotifier.value.filteredLogs
|
||||||
|
.where(
|
||||||
|
(log) =>
|
||||||
|
(log.payload?.toLowerCase().contains(lowQuery) ?? false) ||
|
||||||
|
log.logLevel.name.contains(lowQuery),
|
||||||
|
)
|
||||||
|
.toList();
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
List<Widget>? buildActions(BuildContext context) {
|
List<Widget>? buildActions(BuildContext context) {
|
||||||
@@ -135,6 +212,9 @@ class LogsSearchDelegate extends SearchDelegate {
|
|||||||
},
|
},
|
||||||
icon: const Icon(Icons.clear),
|
icon: const Icon(Icons.clear),
|
||||||
),
|
),
|
||||||
|
const SizedBox(
|
||||||
|
width: 8,
|
||||||
|
)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -153,57 +233,120 @@ class LogsSearchDelegate extends SearchDelegate {
|
|||||||
return buildSuggestions(context);
|
return buildSuggestions(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_addKeyword(String keyword) {
|
||||||
|
final isContains = logsNotifier.value.keywords.contains(keyword);
|
||||||
|
if (isContains) return;
|
||||||
|
final keywords = List<String>.from(logsNotifier.value.keywords)..add(keyword);
|
||||||
|
logsNotifier.value = logsNotifier.value.copyWith(
|
||||||
|
keywords: keywords,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
_deleteKeyword(String keyword) {
|
||||||
|
final isContains = logsNotifier.value.keywords.contains(keyword);
|
||||||
|
if (!isContains) return;
|
||||||
|
final keywords = List<String>.from(logsNotifier.value.keywords)..remove(keyword);
|
||||||
|
logsNotifier.value = logsNotifier.value.copyWith(
|
||||||
|
keywords: keywords,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget buildSuggestions(BuildContext context) {
|
Widget buildSuggestions(BuildContext context) {
|
||||||
return ListView.separated(
|
return ValueListenableBuilder(
|
||||||
physics: const AlwaysScrollableScrollPhysics(),
|
valueListenable: logsNotifier,
|
||||||
itemCount: _results.length,
|
builder: (_, __, ___) {
|
||||||
itemBuilder: (BuildContext context, int index) {
|
return Column(
|
||||||
final log = _results[index];
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
return LogItem(
|
children: [
|
||||||
log: log,
|
if (state.keywords.isNotEmpty)
|
||||||
);
|
Padding(
|
||||||
},
|
padding: const EdgeInsets.symmetric(
|
||||||
separatorBuilder: (BuildContext context, int index) {
|
horizontal: 16,
|
||||||
return const Divider(
|
vertical: 16,
|
||||||
height: 0,
|
),
|
||||||
|
child: Wrap(
|
||||||
|
runSpacing: 6,
|
||||||
|
spacing: 6,
|
||||||
|
children: [
|
||||||
|
for (final keyword in state.keywords)
|
||||||
|
CommonChip(
|
||||||
|
label: keyword,
|
||||||
|
type: ChipType.delete,
|
||||||
|
onPressed: () {
|
||||||
|
_deleteKeyword(keyword);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Expanded(
|
||||||
|
child: ListView.separated(
|
||||||
|
itemBuilder: (_, index) {
|
||||||
|
final log = _results[index];
|
||||||
|
return LogItem(
|
||||||
|
key: Key(log.dateTime.toString()),
|
||||||
|
log: log,
|
||||||
|
onClick: (value) {
|
||||||
|
_addKeyword(value);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
separatorBuilder: (BuildContext context, int index) {
|
||||||
|
return const Divider(
|
||||||
|
height: 0,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
itemCount: _results.length,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class LogItem extends StatelessWidget {
|
class LogItem extends StatefulWidget {
|
||||||
final Log log;
|
final Log log;
|
||||||
|
final Function(String)? onClick;
|
||||||
|
|
||||||
const LogItem({
|
const LogItem({
|
||||||
super.key,
|
super.key,
|
||||||
required this.log,
|
required this.log,
|
||||||
|
this.onClick,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<LogItem> createState() => _LogItemState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _LogItemState extends State<LogItem> {
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return ListTile(
|
final log = widget.log;
|
||||||
|
return ListItem(
|
||||||
|
padding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 16,
|
||||||
|
vertical: 4,
|
||||||
|
),
|
||||||
title: SelectableText(log.payload ?? ''),
|
title: SelectableText(log.payload ?? ''),
|
||||||
subtitle: Column(
|
subtitle: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Padding(
|
SelectableText(
|
||||||
padding: const EdgeInsets.only(
|
"${log.dateTime}",
|
||||||
top: 8,
|
style: context.textTheme.bodySmall
|
||||||
),
|
?.copyWith(color: context.colorScheme.primary),
|
||||||
child: SelectableText(
|
|
||||||
"${log.dateTime}",
|
|
||||||
style: context.textTheme.bodySmall
|
|
||||||
?.copyWith(color: context.colorScheme.primary),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
|
const SizedBox(height: 8,),
|
||||||
Container(
|
Container(
|
||||||
alignment: Alignment.centerLeft,
|
alignment: Alignment.centerLeft,
|
||||||
padding: const EdgeInsets.symmetric(
|
|
||||||
vertical: 8,
|
|
||||||
),
|
|
||||||
child: CommonChip(
|
child: CommonChip(
|
||||||
|
onPressed: () {
|
||||||
|
if (widget.onClick == null) return;
|
||||||
|
widget.onClick!(log.logLevel.name);
|
||||||
|
},
|
||||||
label: log.logLevel.name,
|
label: log.logLevel.name,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import 'dart:io';
|
|
||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
import 'package:fl_clash/pages/scan.dart';
|
import 'package:fl_clash/pages/scan.dart';
|
||||||
import 'package:fl_clash/state.dart';
|
import 'package:fl_clash/state.dart';
|
||||||
@@ -8,21 +7,27 @@ import 'package:flutter/material.dart';
|
|||||||
class AddProfile extends StatelessWidget {
|
class AddProfile extends StatelessWidget {
|
||||||
final BuildContext context;
|
final BuildContext context;
|
||||||
|
|
||||||
const AddProfile({super.key, required this.context});
|
const AddProfile({super.key, required this.context,});
|
||||||
|
|
||||||
_handleAddProfileFormFile() async {
|
_handleAddProfileFormFile() async {
|
||||||
context.appController.addProfileFormFile();
|
globalState.appController.addProfileFormFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
_handleAddProfileFormURL(String url) async {
|
_handleAddProfileFormURL(String url) async {
|
||||||
context.appController.addProfileFormURL(url);
|
globalState.appController.addProfileFormURL(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
_toScan() async {
|
_toScan() async {
|
||||||
|
if(system.isDesktop){
|
||||||
|
globalState.appController.addProfileFormQrCode();
|
||||||
|
return;
|
||||||
|
}
|
||||||
final url = await Navigator.of(context)
|
final url = await Navigator.of(context)
|
||||||
.push<String>(MaterialPageRoute(builder: (_) => const ScanPage()));
|
.push<String>(MaterialPageRoute(builder: (_) => const ScanPage()));
|
||||||
if (url != null) {
|
if (url != null) {
|
||||||
_handleAddProfileFormURL(url);
|
WidgetsBinding.instance.addPostFrameCallback((_){
|
||||||
|
_handleAddProfileFormURL(url);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -39,7 +44,6 @@ class AddProfile extends StatelessWidget {
|
|||||||
Widget build(context) {
|
Widget build(context) {
|
||||||
return ListView(
|
return ListView(
|
||||||
children: [
|
children: [
|
||||||
if (Platform.isAndroid)
|
|
||||||
ListItem(
|
ListItem(
|
||||||
leading: const Icon(Icons.qr_code),
|
leading: const Icon(Icons.qr_code),
|
||||||
title: Text(appLocalizations.qrcode),
|
title: Text(appLocalizations.qrcode),
|
||||||
@@ -89,6 +93,8 @@ class _URLFormDialogState extends State<URLFormDialog> {
|
|||||||
runSpacing: 16,
|
runSpacing: 16,
|
||||||
children: [
|
children: [
|
||||||
TextField(
|
TextField(
|
||||||
|
maxLines: 5,
|
||||||
|
minLines: 1,
|
||||||
controller: urlController,
|
controller: urlController,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
border: const OutlineInputBorder(),
|
border: const OutlineInputBorder(),
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
import 'package:fl_clash/widgets/widgets.dart';
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
@@ -38,20 +40,27 @@ class _EditProfileState extends State<EditProfile> {
|
|||||||
|
|
||||||
_handleConfirm() {
|
_handleConfirm() {
|
||||||
if (!_formKey.currentState!.validate()) return;
|
if (!_formKey.currentState!.validate()) return;
|
||||||
final config = context.read<Config>();
|
final config = widget.context.read<Config>();
|
||||||
final hasUpdate = widget.profile.url != urlController.text;
|
final profile = widget.profile.copyWith(
|
||||||
widget.profile.url = urlController.text;
|
url: urlController.text,
|
||||||
widget.profile.label = labelController.text;
|
label: labelController.text,
|
||||||
widget.profile.autoUpdate = autoUpdate;
|
autoUpdate: autoUpdate,
|
||||||
widget.profile.autoUpdateDuration =
|
autoUpdateDuration: Duration(
|
||||||
Duration(minutes: int.parse(autoUpdateDurationController.text));
|
minutes: int.parse(
|
||||||
config.setProfile(widget.profile);
|
autoUpdateDurationController.text,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
final hasUpdate = widget.profile.url != profile.url;
|
||||||
|
config.setProfile(profile);
|
||||||
if (hasUpdate) {
|
if (hasUpdate) {
|
||||||
widget.context.findAncestorStateOfType<CommonScaffoldState>()?.loadingRun(
|
globalState.homeScaffoldKey.currentState?.loadingRun(
|
||||||
() => context.appController.updateProfile(
|
() async {
|
||||||
widget.profile.id,
|
if (hasUpdate) {
|
||||||
),
|
await globalState.appController.updateProfile(profile);
|
||||||
);
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
}
|
}
|
||||||
@@ -81,11 +90,12 @@ class _EditProfileState extends State<EditProfile> {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (widget.profile.url != null)...[
|
if (widget.profile.type == ProfileType.url) ...[
|
||||||
ListItem(
|
ListItem(
|
||||||
title: TextFormField(
|
title: TextFormField(
|
||||||
controller: urlController,
|
controller: urlController,
|
||||||
maxLines: 2,
|
maxLines: 5,
|
||||||
|
minLines: 1,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
border: const OutlineInputBorder(),
|
border: const OutlineInputBorder(),
|
||||||
labelText: appLocalizations.url,
|
labelText: appLocalizations.url,
|
||||||
@@ -149,6 +159,7 @@ class _EditProfileState extends State<EditProfile> {
|
|||||||
vertical: 16,
|
vertical: 16,
|
||||||
),
|
),
|
||||||
child: ListView.separated(
|
child: ListView.separated(
|
||||||
|
primary: true,
|
||||||
itemBuilder: (_, index) {
|
itemBuilder: (_, index) {
|
||||||
return items[index];
|
return items[index];
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
import 'package:fl_clash/fragments/profiles/edit_profile.dart';
|
import 'package:fl_clash/fragments/profiles/edit_profile.dart';
|
||||||
|
import 'package:fl_clash/fragments/profiles/view_profile.dart';
|
||||||
import 'package:fl_clash/models/models.dart';
|
import 'package:fl_clash/models/models.dart';
|
||||||
import 'package:fl_clash/common/common.dart';
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
import 'package:fl_clash/widgets/widgets.dart';
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_adaptive_scaffold/flutter_adaptive_scaffold.dart';
|
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
import 'add_profile.dart';
|
import 'add_profile.dart';
|
||||||
@@ -14,6 +16,7 @@ enum ProfileActions {
|
|||||||
edit,
|
edit,
|
||||||
update,
|
update,
|
||||||
delete,
|
delete,
|
||||||
|
view,
|
||||||
}
|
}
|
||||||
|
|
||||||
class ProfilesFragment extends StatefulWidget {
|
class ProfilesFragment extends StatefulWidget {
|
||||||
@@ -24,251 +27,464 @@ class ProfilesFragment extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _ProfilesFragmentState extends State<ProfilesFragment> {
|
class _ProfilesFragmentState extends State<ProfilesFragment> {
|
||||||
String _getLastUpdateTimeDifference(DateTime lastDateTime) {
|
final hasPadding = ValueNotifier<bool>(false);
|
||||||
final currentDateTime = DateTime.now();
|
Function? applyConfigDebounce;
|
||||||
final difference = currentDateTime.difference(lastDateTime);
|
|
||||||
final days = difference.inDays;
|
|
||||||
if (days >= 365) {
|
|
||||||
return "${(days / 365).floor()} ${appLocalizations.years}${appLocalizations.ago}";
|
|
||||||
}
|
|
||||||
if (days >= 30) {
|
|
||||||
return "${(days / 30).floor()} ${appLocalizations.months}${appLocalizations.ago}";
|
|
||||||
}
|
|
||||||
if (days >= 1) {
|
|
||||||
return "$days ${appLocalizations.days}${appLocalizations.ago}";
|
|
||||||
}
|
|
||||||
final hours = difference.inHours;
|
|
||||||
if (hours >= 1) {
|
|
||||||
return "$hours ${appLocalizations.hours}${appLocalizations.ago}";
|
|
||||||
}
|
|
||||||
final minutes = difference.inMinutes;
|
|
||||||
if (minutes >= 1) {
|
|
||||||
return "$minutes ${appLocalizations.minutes}${appLocalizations.ago}";
|
|
||||||
}
|
|
||||||
return appLocalizations.just;
|
|
||||||
}
|
|
||||||
|
|
||||||
_handleDeleteProfile(String id) async {
|
List<GlobalObjectKey<_ProfileItemState>> profileItemKeys = [];
|
||||||
context.appController.deleteProfile(id);
|
|
||||||
}
|
|
||||||
|
|
||||||
_handleUpdateProfile(String id) async {
|
|
||||||
context.findAncestorStateOfType<CommonScaffoldState>()?.loadingRun(
|
|
||||||
() => context.appController.updateProfile(id),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Widget _profileItem({
|
|
||||||
required Profile profile,
|
|
||||||
required String? groupValue,
|
|
||||||
required void Function(String? value) onChanged,
|
|
||||||
}) {
|
|
||||||
String useShow;
|
|
||||||
String totalShow;
|
|
||||||
double progress;
|
|
||||||
final userInfo = profile.userInfo;
|
|
||||||
if (userInfo == null) {
|
|
||||||
useShow = "Infinite";
|
|
||||||
totalShow = "Infinite";
|
|
||||||
progress = 1;
|
|
||||||
} else {
|
|
||||||
final use = userInfo.upload + userInfo.download;
|
|
||||||
final total = userInfo.total;
|
|
||||||
useShow = TrafficValue(value: use).show;
|
|
||||||
totalShow = TrafficValue(value: total).show;
|
|
||||||
progress = total == 0 ? 0.0 : use / total;
|
|
||||||
}
|
|
||||||
return ListItem.radio(
|
|
||||||
horizontalTitleGap: 16,
|
|
||||||
delegate: RadioDelegate<String?>(
|
|
||||||
value: profile.id,
|
|
||||||
groupValue: groupValue,
|
|
||||||
onChanged: onChanged,
|
|
||||||
),
|
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
|
||||||
trailing: CommonPopupMenu<ProfileActions>(
|
|
||||||
items: [
|
|
||||||
CommonPopupMenuItem(
|
|
||||||
action: ProfileActions.edit,
|
|
||||||
label: appLocalizations.edit,
|
|
||||||
iconData: Icons.edit,
|
|
||||||
),
|
|
||||||
if (profile.url != null)
|
|
||||||
CommonPopupMenuItem(
|
|
||||||
action: ProfileActions.update,
|
|
||||||
label: appLocalizations.update,
|
|
||||||
iconData: Icons.sync,
|
|
||||||
),
|
|
||||||
CommonPopupMenuItem(
|
|
||||||
action: ProfileActions.delete,
|
|
||||||
label: appLocalizations.delete,
|
|
||||||
iconData: Icons.delete,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
onSelected: (ProfileActions? action) async {
|
|
||||||
switch (action) {
|
|
||||||
case ProfileActions.edit:
|
|
||||||
_handleShowEditExtendPage(profile);
|
|
||||||
break;
|
|
||||||
case ProfileActions.delete:
|
|
||||||
_handleDeleteProfile(profile.id);
|
|
||||||
break;
|
|
||||||
case ProfileActions.update:
|
|
||||||
_handleUpdateProfile(profile.id);
|
|
||||||
break;
|
|
||||||
case null:
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
),
|
|
||||||
title: Column(
|
|
||||||
mainAxisSize: MainAxisSize.min,
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
|
||||||
children: [
|
|
||||||
Flexible(
|
|
||||||
child: Row(
|
|
||||||
mainAxisSize: MainAxisSize.max,
|
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
||||||
children: [
|
|
||||||
Flexible(
|
|
||||||
child: Text(
|
|
||||||
profile.label ?? profile.id,
|
|
||||||
style: Theme.of(context).textTheme.titleMedium,
|
|
||||||
maxLines: 1,
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Flexible(
|
|
||||||
child: Text(
|
|
||||||
profile.lastUpdateDate != null
|
|
||||||
? _getLastUpdateTimeDifference(profile.lastUpdateDate!)
|
|
||||||
: '',
|
|
||||||
style: Theme.of(context).textTheme.labelMedium?.toLight(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Flexible(
|
|
||||||
child: Container(
|
|
||||||
margin: const EdgeInsets.symmetric(
|
|
||||||
vertical: 8,
|
|
||||||
),
|
|
||||||
child: LinearProgressIndicator(
|
|
||||||
minHeight: 6,
|
|
||||||
value: progress,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Flexible(
|
|
||||||
child: Text(
|
|
||||||
"$useShow / $totalShow",
|
|
||||||
style: Theme.of(context).textTheme.labelMedium?.toLight(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
_handleShowAddExtendPage() {
|
_handleShowAddExtendPage() {
|
||||||
showExtendPage(
|
showExtendPage(
|
||||||
context,
|
globalState.navigatorKey.currentState!.context,
|
||||||
body: AddProfile(
|
body: AddProfile(
|
||||||
context: context,
|
context: globalState.navigatorKey.currentState!.context,
|
||||||
),
|
),
|
||||||
title: "${appLocalizations.add}${appLocalizations.profile}",
|
title: "${appLocalizations.add}${appLocalizations.profile}",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
_handleShowEditExtendPage(Profile profile) {
|
_getColumns(ViewMode viewMode) {
|
||||||
|
switch (viewMode) {
|
||||||
|
case ViewMode.mobile:
|
||||||
|
return 1;
|
||||||
|
case ViewMode.laptop:
|
||||||
|
return 1;
|
||||||
|
case ViewMode.desktop:
|
||||||
|
return 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
_updateProfiles() async {
|
||||||
|
final updateProfiles = profileItemKeys.map<Future>(
|
||||||
|
(key) async => await key.currentState?.updateProfile(false));
|
||||||
|
await Future.wait(updateProfiles);
|
||||||
|
}
|
||||||
|
|
||||||
|
_initScaffoldState() {
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback(
|
||||||
|
(_) {
|
||||||
|
final commonScaffoldState =
|
||||||
|
context.findAncestorStateOfType<CommonScaffoldState>();
|
||||||
|
if (!context.mounted) return;
|
||||||
|
commonScaffoldState?.actions = [
|
||||||
|
IconButton(
|
||||||
|
onPressed: () {
|
||||||
|
_updateProfiles();
|
||||||
|
},
|
||||||
|
icon: const Icon(Icons.sync),
|
||||||
|
),
|
||||||
|
];
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
super.dispose();
|
||||||
|
hasPadding.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
_changeProfile(String? id) async {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
final config = appController.config;
|
||||||
|
if (id == config.currentProfileId) return;
|
||||||
|
config.currentProfileId = id;
|
||||||
|
applyConfigDebounce ??= debounce<Function()>(() async {
|
||||||
|
await appController.applyProfile();
|
||||||
|
appController.appState.delayMap = {};
|
||||||
|
appController.saveConfigPreferences();
|
||||||
|
});
|
||||||
|
applyConfigDebounce!();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return FloatLayout(
|
||||||
|
floatingWidget: FloatWrapper(
|
||||||
|
child: FloatingActionButton(
|
||||||
|
heroTag: null,
|
||||||
|
onPressed: _handleShowAddExtendPage,
|
||||||
|
child: const Icon(
|
||||||
|
Icons.add,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: Selector<AppState, bool>(
|
||||||
|
selector: (_, appState) => appState.currentLabel == 'profiles',
|
||||||
|
builder: (_, isCurrent, child) {
|
||||||
|
if (isCurrent) {
|
||||||
|
_initScaffoldState();
|
||||||
|
}
|
||||||
|
return child!;
|
||||||
|
},
|
||||||
|
child: Selector2<AppState, Config, ProfilesSelectorState>(
|
||||||
|
selector: (_, appState, config) => ProfilesSelectorState(
|
||||||
|
profiles: config.profiles,
|
||||||
|
currentProfileId: config.currentProfileId,
|
||||||
|
viewMode: appState.viewMode,
|
||||||
|
),
|
||||||
|
builder: (context, state, child) {
|
||||||
|
if (state.profiles.isEmpty) {
|
||||||
|
return NullStatus(
|
||||||
|
label: appLocalizations.nullProfileDesc,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
profileItemKeys = state.profiles
|
||||||
|
.map(
|
||||||
|
(profile) => GlobalObjectKey<_ProfileItemState>(profile.id))
|
||||||
|
.toList();
|
||||||
|
final columns = _getColumns(state.viewMode);
|
||||||
|
return Align(
|
||||||
|
alignment: Alignment.topCenter,
|
||||||
|
child: NotificationListener<ScrollNotification>(
|
||||||
|
onNotification: (scrollNotification) {
|
||||||
|
hasPadding.value =
|
||||||
|
scrollNotification.metrics.maxScrollExtent > 0;
|
||||||
|
return true;
|
||||||
|
},
|
||||||
|
child: ValueListenableBuilder(
|
||||||
|
valueListenable: hasPadding,
|
||||||
|
builder: (_, hasPadding, __) {
|
||||||
|
return SingleChildScrollView(
|
||||||
|
padding: EdgeInsets.only(
|
||||||
|
left: 16,
|
||||||
|
right: 16,
|
||||||
|
top: 16,
|
||||||
|
bottom: 16 + (hasPadding ? 72 : 0),
|
||||||
|
),
|
||||||
|
child: Grid(
|
||||||
|
mainAxisSpacing: 16,
|
||||||
|
crossAxisSpacing: 16,
|
||||||
|
crossAxisCount: columns,
|
||||||
|
children: [
|
||||||
|
for (int i = 0; i < state.profiles.length; i++)
|
||||||
|
GridItem(
|
||||||
|
child: ProfileItem(
|
||||||
|
key: profileItemKeys[i],
|
||||||
|
profile: state.profiles[i],
|
||||||
|
groupValue: state.currentProfileId,
|
||||||
|
onChanged: _changeProfile,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class ProfileItem extends StatefulWidget {
|
||||||
|
final Profile profile;
|
||||||
|
final String? groupValue;
|
||||||
|
final void Function(String? value) onChanged;
|
||||||
|
|
||||||
|
const ProfileItem({
|
||||||
|
super.key,
|
||||||
|
required this.profile,
|
||||||
|
required this.groupValue,
|
||||||
|
required this.onChanged,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<ProfileItem> createState() => _ProfileItemState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ProfileItemState extends State<ProfileItem> {
|
||||||
|
final isUpdating = ValueNotifier<bool>(false);
|
||||||
|
|
||||||
|
_handleDeleteProfile() async {
|
||||||
|
globalState.appController.deleteProfile(widget.profile.id);
|
||||||
|
}
|
||||||
|
|
||||||
|
_handleUpdateProfile() async {
|
||||||
|
await globalState.safeRun<void>(updateProfile);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future updateProfile([isSingle = true]) async {
|
||||||
|
isUpdating.value = true;
|
||||||
|
try {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
await appController.updateProfile(widget.profile);
|
||||||
|
if (widget.profile.id == appController.config.currentProfile?.id &&
|
||||||
|
!appController.appState.isStart) {
|
||||||
|
globalState.appController.rawApplyProfile();
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
isUpdating.value = false;
|
||||||
|
if (!isSingle) {
|
||||||
|
return e.toString();
|
||||||
|
} else {
|
||||||
|
rethrow;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
isUpdating.value = false;
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
_handleShowEditExtendPage() {
|
||||||
showExtendPage(
|
showExtendPage(
|
||||||
context,
|
context,
|
||||||
body: EditProfile(
|
body: EditProfile(
|
||||||
profile: profile.copyWith(),
|
profile: widget.profile,
|
||||||
context: context,
|
context: context,
|
||||||
),
|
),
|
||||||
title: "${appLocalizations.edit}${appLocalizations.profile}",
|
title: "${appLocalizations.edit}${appLocalizations.profile}",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
_buildGrid({
|
_handleViewProfile() {
|
||||||
required ProfilesSelectorState state,
|
Navigator.of(context).push(
|
||||||
int crossAxisCount = 1,
|
MaterialPageRoute(
|
||||||
}) {
|
builder: (context) => ViewProfile(
|
||||||
return SingleChildScrollView(
|
profile: widget.profile,
|
||||||
padding: crossAxisCount > 1
|
),
|
||||||
? const EdgeInsets.symmetric(horizontal: 16)
|
),
|
||||||
: EdgeInsets.zero,
|
);
|
||||||
child: Grid.baseGap(
|
}
|
||||||
crossAxisCount: crossAxisCount,
|
|
||||||
|
_buildTitle(Profile profile) {
|
||||||
|
final textTheme = context.textTheme;
|
||||||
|
return Container(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 4),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
for (final profile in state.profiles)
|
Row(
|
||||||
GridItem(
|
mainAxisSize: MainAxisSize.max,
|
||||||
child: _profileItem(
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
profile: profile,
|
children: [
|
||||||
groupValue: state.currentProfileId,
|
Flexible(
|
||||||
onChanged: context.appController.changeProfile,
|
child: Text(
|
||||||
|
profile.label ?? profile.id,
|
||||||
|
style: textTheme.titleMedium,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
Text(
|
||||||
|
profile.lastUpdateDate?.lastUpdateTimeDesc ?? '',
|
||||||
|
style: textTheme.labelMedium?.toLight,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
Builder(builder: (context) {
|
||||||
|
final userInfo = profile.userInfo ?? const UserInfo();
|
||||||
|
final use = userInfo.upload + userInfo.download;
|
||||||
|
final total = userInfo.total;
|
||||||
|
final useShow = TrafficValue(value: use).show;
|
||||||
|
final totalShow = TrafficValue(value: total).show;
|
||||||
|
final progress = total == 0 ? 0.0 : use / total;
|
||||||
|
final expireShow = userInfo.expire == 0
|
||||||
|
? appLocalizations.infiniteTime
|
||||||
|
: DateTime.fromMillisecondsSinceEpoch(userInfo.expire * 1000)
|
||||||
|
.show;
|
||||||
|
return Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
children: [
|
||||||
|
Container(
|
||||||
|
margin: const EdgeInsets.symmetric(
|
||||||
|
vertical: 8,
|
||||||
|
),
|
||||||
|
child: LinearProgressIndicator(
|
||||||
|
minHeight: 6,
|
||||||
|
value: progress,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Text(
|
||||||
|
"$useShow / $totalShow",
|
||||||
|
style: textTheme.labelMedium?.toLight,
|
||||||
|
),
|
||||||
|
const SizedBox(
|
||||||
|
height: 2,
|
||||||
|
),
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
appLocalizations.expirationTime,
|
||||||
|
style: textTheme.labelMedium?.toLighter,
|
||||||
|
),
|
||||||
|
const SizedBox(
|
||||||
|
width: 4,
|
||||||
|
),
|
||||||
|
Text(
|
||||||
|
expireShow,
|
||||||
|
style: textTheme.labelMedium?.toLighter,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
)
|
||||||
|
],
|
||||||
|
);
|
||||||
|
// final child = switch (userInfo != null) {
|
||||||
|
// true => () {
|
||||||
|
// final use = userInfo!.upload + userInfo.download;
|
||||||
|
// final total = userInfo.total;
|
||||||
|
// final useShow = TrafficValue(value: use).show;
|
||||||
|
// final totalShow = TrafficValue(value: total).show;
|
||||||
|
// final progress = total == 0 ? 0.0 : use / total;
|
||||||
|
// final expireShow = userInfo.expire == 0
|
||||||
|
// ? appLocalizations.infiniteTime
|
||||||
|
// : DateTime.fromMillisecondsSinceEpoch(
|
||||||
|
// userInfo.expire * 1000)
|
||||||
|
// .show;
|
||||||
|
// return Column(
|
||||||
|
// mainAxisSize: MainAxisSize.min,
|
||||||
|
// crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
// mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
// children: [
|
||||||
|
// Container(
|
||||||
|
// margin: const EdgeInsets.symmetric(
|
||||||
|
// vertical: 8,
|
||||||
|
// ),
|
||||||
|
// child: LinearProgressIndicator(
|
||||||
|
// minHeight: 6,
|
||||||
|
// value: progress,
|
||||||
|
// ),
|
||||||
|
// ),
|
||||||
|
// Text(
|
||||||
|
// "$useShow / $totalShow",
|
||||||
|
// style: textTheme.labelMedium?.toLight(),
|
||||||
|
// ),
|
||||||
|
// const SizedBox(
|
||||||
|
// height: 2,
|
||||||
|
// ),
|
||||||
|
// Row(
|
||||||
|
// children: [
|
||||||
|
// Text(
|
||||||
|
// appLocalizations.expirationTime,
|
||||||
|
// style: textTheme.labelMedium?.toLighter(),
|
||||||
|
// ),
|
||||||
|
// const SizedBox(
|
||||||
|
// width: 4,
|
||||||
|
// ),
|
||||||
|
// Text(
|
||||||
|
// expireShow,
|
||||||
|
// style: textTheme.labelMedium?.toLighter(),
|
||||||
|
// ),
|
||||||
|
// ],
|
||||||
|
// )
|
||||||
|
// ],
|
||||||
|
// );
|
||||||
|
// }(),
|
||||||
|
// false => Column(
|
||||||
|
// children: [
|
||||||
|
// Padding(
|
||||||
|
// padding: const EdgeInsets.only(top: 8),
|
||||||
|
// child: CommonChip(
|
||||||
|
// onPressed: _handleViewProfile,
|
||||||
|
// avatar: const Icon(Icons.remove_red_eye),
|
||||||
|
// label: appLocalizations.view,
|
||||||
|
// ),
|
||||||
|
// ),
|
||||||
|
// ],
|
||||||
|
// ),
|
||||||
|
// };
|
||||||
|
// final measure = globalState.appController.measure;
|
||||||
|
// final height = 6 + 8 * 2 + 2 + measure.labelMediumHeight * 2;
|
||||||
|
// return SizedBox(
|
||||||
|
// height: height,
|
||||||
|
// child: child,
|
||||||
|
// );
|
||||||
|
}),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
isUpdating.dispose();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return FloatLayout(
|
final profile = widget.profile;
|
||||||
floatingWidget: Container(
|
final groupValue = widget.groupValue;
|
||||||
margin: const EdgeInsets.all(kFloatingActionButtonMargin),
|
final onChanged = widget.onChanged;
|
||||||
child: FloatingActionButton(
|
return CommonCard(
|
||||||
heroTag: null,
|
child: ListItem.radio(
|
||||||
onPressed: _handleShowAddExtendPage,
|
key: Key(profile.id),
|
||||||
child: const Icon(Icons.add),
|
horizontalTitleGap: 16,
|
||||||
|
delegate: RadioDelegate<String?>(
|
||||||
|
value: profile.id,
|
||||||
|
groupValue: groupValue,
|
||||||
|
onChanged: onChanged,
|
||||||
),
|
),
|
||||||
),
|
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||||
child: Selector<Config, ProfilesSelectorState>(
|
trailing: SizedBox(
|
||||||
selector: (_, config) => ProfilesSelectorState(
|
height: 48,
|
||||||
profiles: config.profiles,
|
width: 48,
|
||||||
currentProfileId: config.currentProfileId,
|
child: ValueListenableBuilder(
|
||||||
|
valueListenable: isUpdating,
|
||||||
|
builder: (_, isUpdating, ___) {
|
||||||
|
return FadeBox(
|
||||||
|
child: isUpdating
|
||||||
|
? const Padding(
|
||||||
|
padding: EdgeInsets.all(8),
|
||||||
|
child: CircularProgressIndicator(),
|
||||||
|
)
|
||||||
|
: CommonPopupMenu<ProfileActions>(
|
||||||
|
items: [
|
||||||
|
CommonPopupMenuItem(
|
||||||
|
action: ProfileActions.edit,
|
||||||
|
label: appLocalizations.edit,
|
||||||
|
iconData: Icons.edit,
|
||||||
|
),
|
||||||
|
if (profile.type == ProfileType.url)
|
||||||
|
CommonPopupMenuItem(
|
||||||
|
action: ProfileActions.update,
|
||||||
|
label: appLocalizations.update,
|
||||||
|
iconData: Icons.sync,
|
||||||
|
),
|
||||||
|
CommonPopupMenuItem(
|
||||||
|
action: ProfileActions.view,
|
||||||
|
label: appLocalizations.view,
|
||||||
|
iconData: Icons.visibility,
|
||||||
|
),
|
||||||
|
CommonPopupMenuItem(
|
||||||
|
action: ProfileActions.delete,
|
||||||
|
label: appLocalizations.delete,
|
||||||
|
iconData: Icons.delete,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
onSelected: (ProfileActions? action) async {
|
||||||
|
switch (action) {
|
||||||
|
case ProfileActions.edit:
|
||||||
|
_handleShowEditExtendPage();
|
||||||
|
break;
|
||||||
|
case ProfileActions.delete:
|
||||||
|
_handleDeleteProfile();
|
||||||
|
break;
|
||||||
|
case ProfileActions.update:
|
||||||
|
_handleUpdateProfile();
|
||||||
|
break;
|
||||||
|
case ProfileActions.view:
|
||||||
|
_handleViewProfile();
|
||||||
|
break;
|
||||||
|
case null:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
));
|
||||||
|
},
|
||||||
|
),
|
||||||
),
|
),
|
||||||
builder: (context, state, child) {
|
title: _buildTitle(profile),
|
||||||
debugPrint("[Profiles] update===>");
|
tileTitleAlignment: ListTileTitleAlignment.titleHeight,
|
||||||
if (state.profiles.isEmpty) {
|
|
||||||
return NullStatus(
|
|
||||||
label: appLocalizations.nullProfileDesc,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
return Align(
|
|
||||||
alignment: Alignment.topCenter,
|
|
||||||
child: SlotLayout(
|
|
||||||
config: {
|
|
||||||
Breakpoints.small: SlotLayout.from(
|
|
||||||
key: const Key('profiles_grid_small'),
|
|
||||||
builder: (_) => _buildGrid(
|
|
||||||
state: state,
|
|
||||||
crossAxisCount: 1,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Breakpoints.medium: SlotLayout.from(
|
|
||||||
key: const Key('profiles_grid_medium'),
|
|
||||||
builder: (_) => _buildGrid(
|
|
||||||
state: state,
|
|
||||||
crossAxisCount: 1,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Breakpoints.large: SlotLayout.from(
|
|
||||||
key: const Key('profiles_grid_large'),
|
|
||||||
builder: (_) => _buildGrid(
|
|
||||||
state: state,
|
|
||||||
crossAxisCount: 2,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
},
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
207
lib/fragments/profiles/view_profile.dart
Normal file
@@ -0,0 +1,207 @@
|
|||||||
|
import 'dart:io';
|
||||||
|
|
||||||
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
|
import 'package:fl_clash/widgets/scaffold.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:re_editor/re_editor.dart';
|
||||||
|
import 'package:re_highlight/languages/yaml.dart';
|
||||||
|
import 'package:re_highlight/styles/intellij-light.dart';
|
||||||
|
|
||||||
|
class ViewProfile extends StatefulWidget {
|
||||||
|
final Profile profile;
|
||||||
|
|
||||||
|
const ViewProfile({
|
||||||
|
super.key,
|
||||||
|
required this.profile,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<ViewProfile> createState() => _ViewProfileState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ViewProfileState extends State<ViewProfile> {
|
||||||
|
bool readOnly = true;
|
||||||
|
CodeLineEditingController? controller;
|
||||||
|
final contentNotifier = ValueNotifier<String>("");
|
||||||
|
final key = GlobalKey<CommonScaffoldState>();
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((_) async {
|
||||||
|
final profilePath = await appPath.getProfilePath(widget.profile.id);
|
||||||
|
if (profilePath == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
final file = File(profilePath);
|
||||||
|
final text = await file.readAsString();
|
||||||
|
contentNotifier.value = text;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
super.dispose();
|
||||||
|
contentNotifier.dispose();
|
||||||
|
controller?.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
Profile get profile => widget.profile;
|
||||||
|
|
||||||
|
_handleChangeReadOnly() async {
|
||||||
|
if (readOnly == true) {
|
||||||
|
setState(() {
|
||||||
|
readOnly = false;
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
final text = controller?.text;
|
||||||
|
if (text == null || text == contentNotifier.value) {
|
||||||
|
setState(() {
|
||||||
|
readOnly = true;
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
contentNotifier.value = text;
|
||||||
|
final newProfile = await key.currentState?.loadingRun<Profile>(() async {
|
||||||
|
return await profile.saveFileWithString(text);
|
||||||
|
});
|
||||||
|
if (newProfile == null) return;
|
||||||
|
globalState.appController.config.setProfile(newProfile);
|
||||||
|
setState(() {
|
||||||
|
readOnly = true;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return CommonScaffold(
|
||||||
|
key: key,
|
||||||
|
actions: [
|
||||||
|
IconButton(
|
||||||
|
onPressed: controller?.undo,
|
||||||
|
icon: const Icon(Icons.undo),
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
onPressed: controller?.redo,
|
||||||
|
icon: const Icon(Icons.redo),
|
||||||
|
),
|
||||||
|
if (!widget.profile.realAutoUpdate)
|
||||||
|
IconButton(
|
||||||
|
onPressed: _handleChangeReadOnly,
|
||||||
|
icon: readOnly ? const Icon(Icons.edit) : const Icon(Icons.save),
|
||||||
|
),
|
||||||
|
const SizedBox(
|
||||||
|
width: 8,
|
||||||
|
)
|
||||||
|
],
|
||||||
|
body: ValueListenableBuilder(
|
||||||
|
valueListenable: contentNotifier,
|
||||||
|
builder: (_, value, __) {
|
||||||
|
if (value.isEmpty) return Container();
|
||||||
|
controller = CodeLineEditingController.fromText(value);
|
||||||
|
return CodeEditor(
|
||||||
|
autofocus: false,
|
||||||
|
readOnly: readOnly,
|
||||||
|
scrollbarBuilder: (context, child, details) {
|
||||||
|
return Scrollbar(
|
||||||
|
controller: details.controller,
|
||||||
|
thickness: 8,
|
||||||
|
radius: const Radius.circular(2),
|
||||||
|
interactive: true,
|
||||||
|
child: child,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
showCursorWhenReadOnly: false,
|
||||||
|
controller: controller,
|
||||||
|
toolbarController:
|
||||||
|
!readOnly ? const ContextMenuControllerImpl() : null,
|
||||||
|
shortcutsActivatorsBuilder:
|
||||||
|
const DefaultCodeShortcutsActivatorsBuilder(),
|
||||||
|
indicatorBuilder:
|
||||||
|
(context, editingController, chunkController, notifier) {
|
||||||
|
return Row(
|
||||||
|
children: [
|
||||||
|
DefaultCodeLineNumber(
|
||||||
|
controller: editingController,
|
||||||
|
notifier: notifier,
|
||||||
|
),
|
||||||
|
DefaultCodeChunkIndicator(
|
||||||
|
width: 20,
|
||||||
|
controller: chunkController,
|
||||||
|
notifier: notifier,
|
||||||
|
)
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
style: CodeEditorStyle(
|
||||||
|
fontSize: 14,
|
||||||
|
codeTheme: CodeHighlightTheme(
|
||||||
|
languages: {
|
||||||
|
'yaml': CodeHighlightThemeMode(
|
||||||
|
mode: langYaml,
|
||||||
|
)
|
||||||
|
},
|
||||||
|
theme: intellijLightTheme,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
title: widget.profile.label ?? widget.profile.id,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class ContextMenuItemWidget extends PopupMenuItem<void> {
|
||||||
|
ContextMenuItemWidget({
|
||||||
|
super.key,
|
||||||
|
required String text,
|
||||||
|
required VoidCallback super.onTap,
|
||||||
|
}) : super(child: Text(text));
|
||||||
|
}
|
||||||
|
|
||||||
|
class ContextMenuControllerImpl implements SelectionToolbarController {
|
||||||
|
const ContextMenuControllerImpl();
|
||||||
|
|
||||||
|
@override
|
||||||
|
void hide(BuildContext context) {}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void show({
|
||||||
|
required BuildContext context,
|
||||||
|
required CodeLineEditingController controller,
|
||||||
|
required TextSelectionToolbarAnchors anchors,
|
||||||
|
Rect? renderRect,
|
||||||
|
required LayerLink layerLink,
|
||||||
|
required ValueNotifier<bool> visibility,
|
||||||
|
}) {
|
||||||
|
if (controller.selectedText.isEmpty) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
showMenu(
|
||||||
|
context: context,
|
||||||
|
position: RelativeRect.fromSize(
|
||||||
|
(anchors.secondaryAnchor ?? anchors.primaryAnchor) &
|
||||||
|
const Size(150, double.infinity),
|
||||||
|
MediaQuery.of(context).size,
|
||||||
|
),
|
||||||
|
items: [
|
||||||
|
ContextMenuItemWidget(
|
||||||
|
text: appLocalizations.cut,
|
||||||
|
onTap: controller.cut,
|
||||||
|
),
|
||||||
|
ContextMenuItemWidget(
|
||||||
|
text: appLocalizations.copy,
|
||||||
|
onTap: controller.copy,
|
||||||
|
),
|
||||||
|
ContextMenuItemWidget(
|
||||||
|
text: appLocalizations.paste,
|
||||||
|
onTap: controller.paste,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,466 +0,0 @@
|
|||||||
import 'package:fl_clash/clash/clash.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:flutter_adaptive_scaffold/flutter_adaptive_scaffold.dart';
|
|
||||||
import 'package:provider/provider.dart';
|
|
||||||
|
|
||||||
import '../enum/enum.dart';
|
|
||||||
import '../models/models.dart';
|
|
||||||
import '../common/common.dart';
|
|
||||||
import '../widgets/widgets.dart';
|
|
||||||
|
|
||||||
class ProxiesFragment extends StatefulWidget {
|
|
||||||
const ProxiesFragment({super.key});
|
|
||||||
|
|
||||||
@override
|
|
||||||
State<ProxiesFragment> createState() => _ProxiesFragmentState();
|
|
||||||
}
|
|
||||||
|
|
||||||
class _ProxiesFragmentState extends State<ProxiesFragment>
|
|
||||||
with TickerProviderStateMixin {
|
|
||||||
TabController? _tabController;
|
|
||||||
|
|
||||||
_initActions() {
|
|
||||||
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
|
|
||||||
final commonScaffoldState =
|
|
||||||
context.findAncestorStateOfType<CommonScaffoldState>();
|
|
||||||
final items = [
|
|
||||||
CommonPopupMenuItem(
|
|
||||||
action: ProxiesSortType.none,
|
|
||||||
label: appLocalizations.defaultSort,
|
|
||||||
iconData: Icons.sort,
|
|
||||||
),
|
|
||||||
CommonPopupMenuItem(
|
|
||||||
action: ProxiesSortType.delay,
|
|
||||||
label: appLocalizations.delaySort,
|
|
||||||
iconData: Icons.network_ping),
|
|
||||||
CommonPopupMenuItem(
|
|
||||||
action: ProxiesSortType.name,
|
|
||||||
label: appLocalizations.nameSort,
|
|
||||||
iconData: Icons.sort_by_alpha),
|
|
||||||
];
|
|
||||||
commonScaffoldState?.actions = [
|
|
||||||
Selector<Config, ProxiesSortType>(
|
|
||||||
selector: (_, config) => config.proxiesSortType,
|
|
||||||
builder: (_, proxiesSortType, __) {
|
|
||||||
return CommonPopupMenu<ProxiesSortType>.radio(
|
|
||||||
items: items,
|
|
||||||
onSelected: (value) {
|
|
||||||
final config = context.read<Config>();
|
|
||||||
config.proxiesSortType = value;
|
|
||||||
},
|
|
||||||
selectedValue: proxiesSortType,
|
|
||||||
);
|
|
||||||
},
|
|
||||||
)
|
|
||||||
];
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return Selector<AppState, bool>(
|
|
||||||
selector: (_, appState) => appState.currentLabel == 'proxies',
|
|
||||||
builder: (_, isCurrent, child) {
|
|
||||||
if (isCurrent) {
|
|
||||||
_initActions();
|
|
||||||
}
|
|
||||||
return child!;
|
|
||||||
},
|
|
||||||
child: Selector3<AppState, Config, ClashConfig, ProxiesSelectorState>(
|
|
||||||
selector: (_, appState, config, clashConfig) {
|
|
||||||
final currentGroups = appState.getCurrentGroups(clashConfig.mode);
|
|
||||||
final currentProxyName = appState.getCurrentGroupNameWithGroups(
|
|
||||||
currentGroups,
|
|
||||||
config.currentGroupName,
|
|
||||||
clashConfig.mode,
|
|
||||||
);
|
|
||||||
final currentIndex = currentGroups
|
|
||||||
.indexWhere((element) => element.name == currentProxyName);
|
|
||||||
return ProxiesSelectorState(
|
|
||||||
currentIndex: currentIndex != -1 ? currentIndex : 0,
|
|
||||||
groups: currentGroups,
|
|
||||||
);
|
|
||||||
},
|
|
||||||
builder: (_, state, __) {
|
|
||||||
if (_tabController != null) {
|
|
||||||
_tabController!.dispose();
|
|
||||||
_tabController = null;
|
|
||||||
}
|
|
||||||
_tabController = TabController(
|
|
||||||
length: state.groups.length,
|
|
||||||
vsync: this,
|
|
||||||
initialIndex: state.currentIndex,
|
|
||||||
);
|
|
||||||
debugPrint("[Proxies] update===>");
|
|
||||||
return Column(
|
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
TabBar(
|
|
||||||
controller: _tabController,
|
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
|
||||||
dividerColor: Colors.transparent,
|
|
||||||
isScrollable: true,
|
|
||||||
tabAlignment: TabAlignment.start,
|
|
||||||
overlayColor:
|
|
||||||
const MaterialStatePropertyAll(Colors.transparent),
|
|
||||||
tabs: [
|
|
||||||
for (final group in state.groups)
|
|
||||||
Tab(
|
|
||||||
text: group.name,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
Expanded(
|
|
||||||
child: TabBarView(
|
|
||||||
controller: _tabController,
|
|
||||||
children: [
|
|
||||||
for (final group in state.groups)
|
|
||||||
KeepContainer(
|
|
||||||
child: ProxiesTabView(
|
|
||||||
group: group,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
)
|
|
||||||
],
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class ProxiesTabView extends StatefulWidget {
|
|
||||||
final Group group;
|
|
||||||
|
|
||||||
const ProxiesTabView({
|
|
||||||
super.key,
|
|
||||||
required this.group,
|
|
||||||
});
|
|
||||||
|
|
||||||
@override
|
|
||||||
State<ProxiesTabView> createState() => _ProxiesTabViewState();
|
|
||||||
}
|
|
||||||
|
|
||||||
class _ProxiesTabViewState extends State<ProxiesTabView>
|
|
||||||
with SingleTickerProviderStateMixin {
|
|
||||||
var lock = false;
|
|
||||||
late AnimationController _controller;
|
|
||||||
late Animation<double> _scale;
|
|
||||||
late Animation<double> _opacity;
|
|
||||||
|
|
||||||
@override
|
|
||||||
void initState() {
|
|
||||||
super.initState();
|
|
||||||
_controller = AnimationController(
|
|
||||||
vsync: this,
|
|
||||||
duration: const Duration(
|
|
||||||
milliseconds: 200,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
_scale = Tween<double>(
|
|
||||||
begin: 1.0,
|
|
||||||
end: 0.8,
|
|
||||||
).animate(
|
|
||||||
CurvedAnimation(
|
|
||||||
parent: _controller,
|
|
||||||
curve: const Interval(
|
|
||||||
0.0,
|
|
||||||
0.3,
|
|
||||||
curve: Curves.easeIn,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
_opacity = Tween<double>(
|
|
||||||
begin: 1.0,
|
|
||||||
end: 0.0,
|
|
||||||
).animate(
|
|
||||||
CurvedAnimation(
|
|
||||||
parent: _controller,
|
|
||||||
curve: const Interval(
|
|
||||||
0,
|
|
||||||
1,
|
|
||||||
curve: Curves.easeIn,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
void dispose() {
|
|
||||||
super.dispose();
|
|
||||||
_controller.dispose();
|
|
||||||
}
|
|
||||||
|
|
||||||
get group => widget.group;
|
|
||||||
|
|
||||||
get measure => context.appController.measure;
|
|
||||||
|
|
||||||
List<Proxy> _sortOfName(List<Proxy> proxies) {
|
|
||||||
return List.of(proxies)
|
|
||||||
..sort(
|
|
||||||
(a, b) => Other.sortByChar(a.name, b.name),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
List<Proxy> _sortOfDelay(List<Proxy> proxies) {
|
|
||||||
final appState = context.read<AppState>();
|
|
||||||
final delayMap = appState.delayMap;
|
|
||||||
return proxies = List.of(proxies)
|
|
||||||
..sort(
|
|
||||||
(a, b) {
|
|
||||||
final aDelay = delayMap[a.name];
|
|
||||||
final bDelay = delayMap[b.name];
|
|
||||||
if (aDelay == null && bDelay == null) {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
if (aDelay == null || aDelay == -1) {
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
if (bDelay == null || bDelay == -1) {
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
return aDelay.compareTo(bDelay);
|
|
||||||
},
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
_getProxies(
|
|
||||||
List<Proxy> proxies,
|
|
||||||
ProxiesSortType proxiesSortType,
|
|
||||||
) {
|
|
||||||
if (proxiesSortType == ProxiesSortType.delay) return _sortOfDelay(proxies);
|
|
||||||
if (proxiesSortType == ProxiesSortType.name) return _sortOfName(proxies);
|
|
||||||
return proxies;
|
|
||||||
}
|
|
||||||
|
|
||||||
_getDelayMap() async {
|
|
||||||
if (lock == true) return;
|
|
||||||
lock = true;
|
|
||||||
_controller.forward();
|
|
||||||
for (final proxy in group.all) {
|
|
||||||
context.appController.setDelay(
|
|
||||||
Delay(
|
|
||||||
name: proxy.name,
|
|
||||||
value: 0,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
clashCore.delay(
|
|
||||||
proxy.name,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
await Future.delayed(
|
|
||||||
appConstant.httpTimeoutDuration + appConstant.moreDuration,
|
|
||||||
);
|
|
||||||
lock = false;
|
|
||||||
_controller.reverse();
|
|
||||||
setState(() {});
|
|
||||||
}
|
|
||||||
|
|
||||||
double _getItemHeight() {
|
|
||||||
return 12 * 2 +
|
|
||||||
measure.bodyMediumHeight * 2 +
|
|
||||||
measure.bodySmallHeight +
|
|
||||||
measure.labelSmallHeight +
|
|
||||||
8 * 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
_card({
|
|
||||||
required void Function() onPressed,
|
|
||||||
required bool isSelected,
|
|
||||||
required Proxy proxy,
|
|
||||||
}) {
|
|
||||||
return CommonCard(
|
|
||||||
isSelected: isSelected,
|
|
||||||
onPressed: onPressed,
|
|
||||||
selectWidget: Container(
|
|
||||||
alignment: Alignment.topRight,
|
|
||||||
margin: const EdgeInsets.all(8),
|
|
||||||
child: Container(
|
|
||||||
padding: const EdgeInsets.all(4),
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
shape: BoxShape.circle,
|
|
||||||
color: Theme.of(context).colorScheme.secondaryContainer,
|
|
||||||
),
|
|
||||||
child: const SelectIcon(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
child: Padding(
|
|
||||||
padding: const EdgeInsets.all(12),
|
|
||||||
child: Column(
|
|
||||||
mainAxisSize: MainAxisSize.min,
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
SizedBox(
|
|
||||||
height: measure.bodyMediumHeight * 2,
|
|
||||||
child: Text(
|
|
||||||
proxy.name,
|
|
||||||
maxLines: 2,
|
|
||||||
style: context.textTheme.bodyMedium?.copyWith(
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(
|
|
||||||
height: 8,
|
|
||||||
),
|
|
||||||
SizedBox(
|
|
||||||
height: measure.bodySmallHeight,
|
|
||||||
child: Text(
|
|
||||||
proxy.type,
|
|
||||||
style: context.textTheme.bodySmall?.copyWith(
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
color: context.textTheme.bodySmall?.color?.toLight(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(
|
|
||||||
height: 8,
|
|
||||||
),
|
|
||||||
SizedBox(
|
|
||||||
height: measure.labelSmallHeight,
|
|
||||||
child: Selector<AppState, int?>(
|
|
||||||
selector: (context, appState) => appState.delayMap[proxy.name],
|
|
||||||
builder: (_, delay, __) {
|
|
||||||
return FadeBox(
|
|
||||||
child: Builder(
|
|
||||||
builder: (_) {
|
|
||||||
if (delay == null) {
|
|
||||||
return Container();
|
|
||||||
}
|
|
||||||
if (delay == 0) {
|
|
||||||
return SizedBox(
|
|
||||||
height: measure.labelSmallHeight,
|
|
||||||
width: measure.labelSmallHeight,
|
|
||||||
child: const CircularProgressIndicator(
|
|
||||||
strokeWidth: 2,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
return Text(
|
|
||||||
delay > 0 ? '$delay ms' : "Timeout",
|
|
||||||
style: context.textTheme.labelSmall?.copyWith(
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
color: Other.getDelayColor(
|
|
||||||
delay,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
_buildGrid({
|
|
||||||
required ProxiesSortType proxiesSortType,
|
|
||||||
required int columns,
|
|
||||||
}) {
|
|
||||||
return SingleChildScrollView(
|
|
||||||
padding: const EdgeInsets.all(16),
|
|
||||||
child: AnimateGrid<Proxy>(
|
|
||||||
items: _getProxies(group.all, proxiesSortType),
|
|
||||||
columns: columns,
|
|
||||||
itemHeight: _getItemHeight(),
|
|
||||||
keyBuilder: (item) {
|
|
||||||
return ObjectKey(item);
|
|
||||||
},
|
|
||||||
builder: (_, proxy) {
|
|
||||||
return Selector3<AppState, Config, ClashConfig, String?>(
|
|
||||||
selector: (_, appState, config, clashConfig) =>
|
|
||||||
appState.getCurrentProxyName(
|
|
||||||
config.currentProxyName,
|
|
||||||
clashConfig.mode,
|
|
||||||
),
|
|
||||||
builder: (_, value, __) {
|
|
||||||
final currentProxyName =
|
|
||||||
group.type == GroupType.Selector ? value : group.now;
|
|
||||||
return _card(
|
|
||||||
isSelected: proxy.name == currentProxyName,
|
|
||||||
onPressed: () {
|
|
||||||
if (group.type == GroupType.Selector) {
|
|
||||||
final config = context.read<Config>();
|
|
||||||
config.currentProfile?.groupName = group.name;
|
|
||||||
config.currentProfile?.proxyName = proxy.name;
|
|
||||||
config.update();
|
|
||||||
context.appController.changeProxy();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
proxy: proxy,
|
|
||||||
);
|
|
||||||
},
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return Selector<Config, ProxiesSortType>(
|
|
||||||
selector: (_, config) => config.proxiesSortType,
|
|
||||||
builder: (_, proxiesSortType, __) {
|
|
||||||
return FloatLayout(
|
|
||||||
floatingWidget: FloatWrapper(
|
|
||||||
child: AnimatedBuilder(
|
|
||||||
animation: _controller,
|
|
||||||
builder: (_, __) {
|
|
||||||
return Transform.scale(
|
|
||||||
scale: _scale.value,
|
|
||||||
child: SizedBox(
|
|
||||||
width: 56,
|
|
||||||
height: 56,
|
|
||||||
child: Opacity(
|
|
||||||
opacity: _opacity.value,
|
|
||||||
child: FloatingActionButton(
|
|
||||||
heroTag: null,
|
|
||||||
onPressed: _getDelayMap,
|
|
||||||
child: const Icon(Icons.network_ping),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
child: Align(
|
|
||||||
alignment: Alignment.topCenter,
|
|
||||||
child: SlotLayout(
|
|
||||||
config: {
|
|
||||||
Breakpoints.small: SlotLayout.from(
|
|
||||||
key: const Key('proxies_grid_small'),
|
|
||||||
builder: (_) => _buildGrid(
|
|
||||||
proxiesSortType: proxiesSortType,
|
|
||||||
columns: 2,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Breakpoints.medium: SlotLayout.from(
|
|
||||||
key: const Key('proxies_grid_medium'),
|
|
||||||
builder: (_) => _buildGrid(
|
|
||||||
proxiesSortType: proxiesSortType,
|
|
||||||
columns: 3,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Breakpoints.large: SlotLayout.from(
|
|
||||||
key: const Key('proxies_grid_large'),
|
|
||||||
builder: (_) => _buildGrid(
|
|
||||||
proxiesSortType: proxiesSortType,
|
|
||||||
columns: 4,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
192
lib/fragments/proxies/card.dart
Normal file
@@ -0,0 +1,192 @@
|
|||||||
|
import 'package:fl_clash/clash/clash.dart';
|
||||||
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
|
class ProxyCard extends StatelessWidget {
|
||||||
|
final String groupName;
|
||||||
|
final Proxy proxy;
|
||||||
|
final bool isSelected;
|
||||||
|
final CommonCardType style;
|
||||||
|
final ProxyCardType type;
|
||||||
|
|
||||||
|
const ProxyCard({
|
||||||
|
super.key,
|
||||||
|
required this.groupName,
|
||||||
|
required this.proxy,
|
||||||
|
required this.isSelected,
|
||||||
|
this.style = CommonCardType.plain,
|
||||||
|
required this.type,
|
||||||
|
});
|
||||||
|
|
||||||
|
Measure get measure => globalState.appController.measure;
|
||||||
|
|
||||||
|
Widget _buildDelayText() {
|
||||||
|
return SizedBox(
|
||||||
|
height: measure.labelSmallHeight,
|
||||||
|
child: Selector<AppState, int?>(
|
||||||
|
selector: (context, appState) => appState.getDelay(
|
||||||
|
proxy.name,
|
||||||
|
),
|
||||||
|
builder: (context, delay, __) {
|
||||||
|
return FadeBox(
|
||||||
|
child: Builder(
|
||||||
|
builder: (_) {
|
||||||
|
if (delay == null) {
|
||||||
|
return Container();
|
||||||
|
}
|
||||||
|
if (delay == 0) {
|
||||||
|
return SizedBox(
|
||||||
|
height: measure.labelSmallHeight,
|
||||||
|
width: measure.labelSmallHeight,
|
||||||
|
child: const CircularProgressIndicator(
|
||||||
|
strokeWidth: 2,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return Text(
|
||||||
|
delay > 0 ? '$delay ms' : "Timeout",
|
||||||
|
style: context.textTheme.labelSmall?.copyWith(
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
color: other.getDelayColor(
|
||||||
|
delay,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildProxyNameText(BuildContext context) {
|
||||||
|
if (type == ProxyCardType.min) {
|
||||||
|
return SizedBox(
|
||||||
|
height: measure.bodyMediumHeight * 1,
|
||||||
|
child: Text(
|
||||||
|
proxy.name,
|
||||||
|
maxLines: 1,
|
||||||
|
style: context.textTheme.bodyMedium?.copyWith(
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
return SizedBox(
|
||||||
|
height: measure.bodyMediumHeight * 2,
|
||||||
|
child: Text(
|
||||||
|
proxy.name,
|
||||||
|
maxLines: 2,
|
||||||
|
style: context.textTheme.bodyMedium?.copyWith(
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
_changeProxy(BuildContext context) {
|
||||||
|
final appController = globalState.appController;
|
||||||
|
final group = appController.appState.getGroupWithName(groupName)!;
|
||||||
|
if (group.type != GroupType.Selector) {
|
||||||
|
globalState.showSnackBar(
|
||||||
|
context,
|
||||||
|
message: appLocalizations.notSelectedTip,
|
||||||
|
);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
globalState.appController.config.updateCurrentSelectedMap(
|
||||||
|
groupName,
|
||||||
|
proxy.name,
|
||||||
|
);
|
||||||
|
clashCore.changeProxy(
|
||||||
|
ChangeProxyParams(
|
||||||
|
groupName: groupName,
|
||||||
|
proxyName: proxy.name,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final measure = globalState.appController.measure;
|
||||||
|
final delayText = _buildDelayText();
|
||||||
|
final proxyNameText = _buildProxyNameText(context);
|
||||||
|
return CommonCard(
|
||||||
|
type: style,
|
||||||
|
key: key,
|
||||||
|
onPressed: () {
|
||||||
|
_changeProxy(context);
|
||||||
|
},
|
||||||
|
isSelected: isSelected,
|
||||||
|
child: Container(
|
||||||
|
padding: const EdgeInsets.all(12),
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
proxyNameText,
|
||||||
|
const SizedBox(
|
||||||
|
height: 8,
|
||||||
|
),
|
||||||
|
if (type == ProxyCardType.expand) ...[
|
||||||
|
SizedBox(
|
||||||
|
height: measure.bodySmallHeight,
|
||||||
|
child: Selector<AppState, String>(
|
||||||
|
selector: (context, appState) => appState.getDesc(
|
||||||
|
proxy.type,
|
||||||
|
proxy.name,
|
||||||
|
),
|
||||||
|
builder: (_, desc, __) {
|
||||||
|
return TooltipText(
|
||||||
|
text: Text(
|
||||||
|
desc,
|
||||||
|
style: context.textTheme.bodySmall?.copyWith(
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
color: context.textTheme.bodySmall?.color?.toLight(),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(
|
||||||
|
height: 8,
|
||||||
|
),
|
||||||
|
delayText,
|
||||||
|
] else
|
||||||
|
SizedBox(
|
||||||
|
height: measure.bodySmallHeight,
|
||||||
|
child: Row(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
|
children: [
|
||||||
|
Flexible(
|
||||||
|
flex: 1,
|
||||||
|
child: TooltipText(
|
||||||
|
text: Text(
|
||||||
|
proxy.type,
|
||||||
|
style: context.textTheme.bodySmall?.copyWith(
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
color:
|
||||||
|
context.textTheme.bodySmall?.color?.toLight(),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
delayText,
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
404
lib/fragments/proxies/group.dart
Normal file
@@ -0,0 +1,404 @@
|
|||||||
|
import 'dart:math';
|
||||||
|
|
||||||
|
import 'package:fl_clash/clash/clash.dart';
|
||||||
|
import 'package:fl_clash/common/common.dart';
|
||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:fl_clash/state.dart';
|
||||||
|
import 'package:fl_clash/widgets/widgets.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
|
import 'card.dart';
|
||||||
|
|
||||||
|
class ProxyGroupView extends StatefulWidget {
|
||||||
|
final String groupName;
|
||||||
|
final ProxiesType type;
|
||||||
|
|
||||||
|
const ProxyGroupView({
|
||||||
|
super.key,
|
||||||
|
required this.groupName,
|
||||||
|
required this.type,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<ProxyGroupView> createState() => _ProxyGroupViewState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ProxyGroupViewState extends State<ProxyGroupView> {
|
||||||
|
var isLock = false;
|
||||||
|
final scrollController = ScrollController();
|
||||||
|
var isEnd = false;
|
||||||
|
|
||||||
|
String get groupName => widget.groupName;
|
||||||
|
|
||||||
|
ProxiesType get type => widget.type;
|
||||||
|
|
||||||
|
double _getItemHeight(ProxyCardType proxyCardType) {
|
||||||
|
final measure = globalState.appController.measure;
|
||||||
|
final baseHeight =
|
||||||
|
12 * 2 + measure.bodyMediumHeight * 2 + measure.bodySmallHeight + 8;
|
||||||
|
return switch(proxyCardType){
|
||||||
|
ProxyCardType.expand => baseHeight + measure.labelSmallHeight + 8,
|
||||||
|
ProxyCardType.shrink => baseHeight,
|
||||||
|
ProxyCardType.min => baseHeight - measure.bodyMediumHeight,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
_delayTest(List<Proxy> proxies) async {
|
||||||
|
if (isLock) return;
|
||||||
|
isLock = true;
|
||||||
|
final appController = globalState.appController;
|
||||||
|
for (final proxy in proxies) {
|
||||||
|
final proxyName =
|
||||||
|
appController.appState.getRealProxyName(proxy.name) ?? proxy.name;
|
||||||
|
globalState.appController.setDelay(
|
||||||
|
Delay(
|
||||||
|
name: proxyName,
|
||||||
|
value: 0,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
clashCore.getDelay(proxyName).then((delay) {
|
||||||
|
globalState.appController.setDelay(delay);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
await Future.delayed(httpTimeoutDuration + moreDuration);
|
||||||
|
appController.appState.sortNum++;
|
||||||
|
isLock = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _currentProxyNameBuilder({
|
||||||
|
required Widget Function(String) builder,
|
||||||
|
}) {
|
||||||
|
return Selector2<AppState, Config, String>(
|
||||||
|
selector: (_, appState, config) {
|
||||||
|
final group = appState.getGroupWithName(groupName)!;
|
||||||
|
return config.currentSelectedMap[groupName] ?? group.now ?? '';
|
||||||
|
},
|
||||||
|
builder: (_, value, ___) {
|
||||||
|
return builder(value);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildTabGroupView({
|
||||||
|
required List<Proxy> proxies,
|
||||||
|
required int columns,
|
||||||
|
required ProxyCardType proxyCardType,
|
||||||
|
}) {
|
||||||
|
final sortedProxies = globalState.appController.getSortProxies(
|
||||||
|
proxies,
|
||||||
|
);
|
||||||
|
return DelayTestButtonContainer(
|
||||||
|
onClick: () async {
|
||||||
|
await _delayTest(
|
||||||
|
proxies,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
child: Align(
|
||||||
|
alignment: Alignment.topCenter,
|
||||||
|
child: GridView.builder(
|
||||||
|
padding: const EdgeInsets.all(16),
|
||||||
|
gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(
|
||||||
|
crossAxisCount: columns,
|
||||||
|
mainAxisSpacing: 8,
|
||||||
|
crossAxisSpacing: 8,
|
||||||
|
mainAxisExtent: _getItemHeight(proxyCardType),
|
||||||
|
),
|
||||||
|
itemCount: sortedProxies.length,
|
||||||
|
itemBuilder: (_, index) {
|
||||||
|
final proxy = sortedProxies[index];
|
||||||
|
return _currentProxyNameBuilder(builder: (value) {
|
||||||
|
return ProxyCard(
|
||||||
|
type: proxyCardType,
|
||||||
|
key: ValueKey('$groupName.${proxy.name}'),
|
||||||
|
isSelected: value == proxy.name,
|
||||||
|
proxy: proxy,
|
||||||
|
groupName: groupName,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildExpansionGroupView({
|
||||||
|
required List<Proxy> proxies,
|
||||||
|
required int columns,
|
||||||
|
required ProxyCardType proxyCardType,
|
||||||
|
}) {
|
||||||
|
final sortedProxies = globalState.appController.getSortProxies(
|
||||||
|
proxies,
|
||||||
|
);
|
||||||
|
final group =
|
||||||
|
globalState.appController.appState.getGroupWithName(groupName)!;
|
||||||
|
final itemHeight = _getItemHeight(proxyCardType);
|
||||||
|
final innerHeight = context.appSize.height - 200;
|
||||||
|
final lines = (sortedProxies.length / columns).ceil();
|
||||||
|
final minLines =
|
||||||
|
innerHeight >= 200 ? (innerHeight / itemHeight).floor() : 3;
|
||||||
|
final height = (itemHeight + 8) * min(lines, minLines) - 8;
|
||||||
|
return Selector<Config, Set<String>>(
|
||||||
|
selector: (_, config) => config.currentUnfoldSet,
|
||||||
|
builder: (_, currentUnfoldSet, __) {
|
||||||
|
return CommonCard(
|
||||||
|
child: ExpansionTile(
|
||||||
|
childrenPadding: const EdgeInsets.all(8),
|
||||||
|
initiallyExpanded: currentUnfoldSet.contains(groupName),
|
||||||
|
iconColor: context.colorScheme.onSurfaceVariant,
|
||||||
|
onExpansionChanged: (value) {
|
||||||
|
final tempUnfoldSet = Set<String>.from(currentUnfoldSet);
|
||||||
|
if (value) {
|
||||||
|
tempUnfoldSet.add(groupName);
|
||||||
|
} else {
|
||||||
|
tempUnfoldSet.remove(groupName);
|
||||||
|
}
|
||||||
|
globalState.appController.config.updateCurrentUnfoldSet(
|
||||||
|
tempUnfoldSet,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
controlAffinity: ListTileControlAffinity.trailing,
|
||||||
|
title: Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
|
children: [
|
||||||
|
Flexible(
|
||||||
|
flex: 1,
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(groupName),
|
||||||
|
const SizedBox(
|
||||||
|
height: 4,
|
||||||
|
),
|
||||||
|
Flexible(
|
||||||
|
flex: 1,
|
||||||
|
child: Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
group.type.name,
|
||||||
|
style: context.textTheme.labelMedium?.toLight,
|
||||||
|
),
|
||||||
|
Flexible(
|
||||||
|
flex: 1,
|
||||||
|
child: _currentProxyNameBuilder(
|
||||||
|
builder: (value) {
|
||||||
|
return Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
|
crossAxisAlignment:
|
||||||
|
CrossAxisAlignment.center,
|
||||||
|
children: [
|
||||||
|
if (value.isNotEmpty) ...[
|
||||||
|
Icon(
|
||||||
|
Icons.arrow_right,
|
||||||
|
color: context
|
||||||
|
.colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
Flexible(
|
||||||
|
flex: 1,
|
||||||
|
child: Text(
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
value,
|
||||||
|
style: context
|
||||||
|
.textTheme.labelMedium?.toLight,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
]
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(
|
||||||
|
height: 4,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
icon: Icon(
|
||||||
|
Icons.network_ping,
|
||||||
|
size: 20,
|
||||||
|
color: context.colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
onPressed: () {
|
||||||
|
_delayTest(sortedProxies);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
shape: const RoundedRectangleBorder(
|
||||||
|
side: BorderSide.none,
|
||||||
|
),
|
||||||
|
collapsedShape: const RoundedRectangleBorder(
|
||||||
|
side: BorderSide.none,
|
||||||
|
),
|
||||||
|
children: [
|
||||||
|
SizedBox(
|
||||||
|
height: height,
|
||||||
|
child: GridView.builder(
|
||||||
|
key: widget.key,
|
||||||
|
controller: scrollController,
|
||||||
|
gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(
|
||||||
|
crossAxisCount: columns,
|
||||||
|
mainAxisSpacing: 8,
|
||||||
|
crossAxisSpacing: 8,
|
||||||
|
mainAxisExtent: _getItemHeight(proxyCardType),
|
||||||
|
),
|
||||||
|
itemCount: sortedProxies.length,
|
||||||
|
itemBuilder: (_, index) {
|
||||||
|
final proxy = sortedProxies[index];
|
||||||
|
return _currentProxyNameBuilder(
|
||||||
|
builder: (value) {
|
||||||
|
return ProxyCard(
|
||||||
|
style: CommonCardType.filled,
|
||||||
|
type: proxyCardType,
|
||||||
|
isSelected: value == proxy.name,
|
||||||
|
key: ValueKey('$groupName.${proxy.name}'),
|
||||||
|
proxy: proxy,
|
||||||
|
groupName: groupName,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
super.dispose();
|
||||||
|
scrollController.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Selector2<AppState, Config, ProxyGroupSelectorState>(
|
||||||
|
selector: (_, appState, config) {
|
||||||
|
final group = appState.getGroupWithName(groupName)!;
|
||||||
|
return ProxyGroupSelectorState(
|
||||||
|
proxyCardType: config.proxyCardType,
|
||||||
|
proxiesSortType: config.proxiesSortType,
|
||||||
|
columns: globalState.appController.columns,
|
||||||
|
sortNum: appState.sortNum,
|
||||||
|
proxies: group.all,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
builder: (_, state, __) {
|
||||||
|
final proxies = state.proxies;
|
||||||
|
final columns = state.columns;
|
||||||
|
final proxyCardType = state.proxyCardType;
|
||||||
|
return switch (type) {
|
||||||
|
ProxiesType.tab => _buildTabGroupView(
|
||||||
|
proxies: proxies,
|
||||||
|
columns: columns,
|
||||||
|
proxyCardType: proxyCardType,
|
||||||
|
),
|
||||||
|
ProxiesType.list => _buildExpansionGroupView(
|
||||||
|
proxies: proxies,
|
||||||
|
columns: columns,
|
||||||
|
proxyCardType: proxyCardType,
|
||||||
|
),
|
||||||
|
};
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class DelayTestButtonContainer extends StatefulWidget {
|
||||||
|
final Widget child;
|
||||||
|
final Future Function() onClick;
|
||||||
|
|
||||||
|
const DelayTestButtonContainer({
|
||||||
|
super.key,
|
||||||
|
required this.child,
|
||||||
|
required this.onClick,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<DelayTestButtonContainer> createState() =>
|
||||||
|
_DelayTestButtonContainerState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _DelayTestButtonContainerState extends State<DelayTestButtonContainer>
|
||||||
|
with SingleTickerProviderStateMixin {
|
||||||
|
late AnimationController _controller;
|
||||||
|
late Animation<double> _scale;
|
||||||
|
|
||||||
|
_healthcheck() async {
|
||||||
|
_controller.forward();
|
||||||
|
await widget.onClick();
|
||||||
|
_controller.reverse();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
_controller = AnimationController(
|
||||||
|
vsync: this,
|
||||||
|
duration: const Duration(
|
||||||
|
milliseconds: 200,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
_scale = Tween<double>(
|
||||||
|
begin: 1.0,
|
||||||
|
end: 0.0,
|
||||||
|
).animate(
|
||||||
|
CurvedAnimation(
|
||||||
|
parent: _controller,
|
||||||
|
curve: const Interval(
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_controller.dispose();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
_controller.reverse();
|
||||||
|
return FloatLayout(
|
||||||
|
floatingWidget: FloatWrapper(
|
||||||
|
child: AnimatedBuilder(
|
||||||
|
animation: _controller.view,
|
||||||
|
builder: (_, child) {
|
||||||
|
return SizedBox(
|
||||||
|
width: 56,
|
||||||
|
height: 56,
|
||||||
|
child: Transform.scale(
|
||||||
|
scale: _scale.value,
|
||||||
|
child: child,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
child: FloatingActionButton(
|
||||||
|
heroTag: null,
|
||||||
|
onPressed: _healthcheck,
|
||||||
|
child: const Icon(Icons.network_ping),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: widget.child,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
50
lib/fragments/proxies/list.dart
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
import 'package:fl_clash/enum/enum.dart';
|
||||||
|
import 'package:fl_clash/models/models.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
|
import 'group.dart';
|
||||||
|
|
||||||
|
class ProxiesListFragment extends StatefulWidget {
|
||||||
|
const ProxiesListFragment({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<ProxiesListFragment> createState() =>
|
||||||
|
_ProxiesListFragmentState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ProxiesListFragmentState
|
||||||
|
extends State<ProxiesListFragment> {
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Selector2<AppState, Config, ProxiesSelectorState>(
|
||||||
|
selector: (_, appState, config) {
|
||||||
|
final currentGroups = appState.currentGroups;
|
||||||
|
final groupNames = currentGroups.map((e) => e.name).toList();
|
||||||
|
return ProxiesSelectorState(
|
||||||
|
groupNames: groupNames,
|
||||||
|
currentGroupName: config.currentGroupName,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
builder: (_, state, __) {
|
||||||
|
return ListView.separated(
|
||||||
|
padding: const EdgeInsets.all(16),
|
||||||
|
itemCount: state.groupNames.length,
|
||||||
|
itemBuilder: (_, index) {
|
||||||
|
final groupName = state.groupNames[index];
|
||||||
|
return ProxyGroupView(
|
||||||
|
key: PageStorageKey(groupName),
|
||||||
|
groupName: groupName,
|
||||||
|
type: ProxiesType.list,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
separatorBuilder: (BuildContext context, int index) {
|
||||||
|
return const SizedBox(
|
||||||
|
height: 16,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||