Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0ccc78d
new changes
Aswanidev-vs Dec 21, 2025
37c0f78
readme.md
Aswanidev-vs Dec 21, 2025
162fa84
change
Aswanidev-vs Dec 21, 2025
1fada29
Create LICENSE
Aswanidev-vs Dec 21, 2025
67ee4be
Update README.md
Aswanidev-vs Dec 21, 2025
1f86c06
few things implement
Aswanidev-vs Dec 22, 2025
adb611f
Merge branch 'main' of https://github.com/Aswanidev-vs/Predator
Aswanidev-vs Dec 22, 2025
8e97113
fix a bug of merging issue of ffmpeg
Aswanidev-vs Dec 22, 2025
1758fc5
Merge pull request #1 from Aswanidev-vs/master
Aswanidev-vs Dec 22, 2025
04fde66
n
Aswanidev-vs Dec 22, 2025
a456fe5
Merge branch 'main' of https://github.com/Aswanidev-vs/Predator
Aswanidev-vs Dec 22, 2025
5a3207b
fix some bugs
Aswanidev-vs Dec 23, 2025
be39a8a
changes
Aswanidev-vs Dec 23, 2025
c708e36
change
Aswanidev-vs Dec 24, 2025
b057137
commit
Aswanidev-vs Dec 25, 2025
9ef335a
new
Aswanidev-vs Dec 25, 2025
8171412
some change
Aswanidev-vs Jan 10, 2026
4c3628f
port the fyne code to wails
Aswanidev-vs Feb 15, 2026
c49527c
some changes
Aswanidev-vs Feb 15, 2026
696bd87
Bump golang.org/x/crypto from 0.44.0 to 0.45.0
dependabot[bot] Feb 16, 2026
fc6302a
Bump github.com/ulikunitz/xz from 0.5.13 to 0.5.14
dependabot[bot] Feb 16, 2026
f8d234b
Merge pull request #2 from Aswanidev-vs/dependabot/go_modules/golang.…
Aswanidev-vs Feb 16, 2026
d30f250
Merge pull request #3 from Aswanidev-vs/dependabot/go_modules/github.…
Aswanidev-vs Feb 16, 2026
d7df93f
Delete fyne-cross directory
Aswanidev-vs Feb 16, 2026
f60a1d4
Delete sample directory
Aswanidev-vs Feb 16, 2026
9816993
this is in main branch
Aswanidev-vs Feb 19, 2026
8030fd8
Merge branch 'main' into wails
Aswanidev-vs Feb 19, 2026
5c9da65
Merge pull request #7 from Aswanidev-vs/wails
Aswanidev-vs Feb 19, 2026
ff07a33
Bump esbuild and vite in /Predator/frontend
dependabot[bot] Feb 19, 2026
866a6f2
Merge branch 'main' of https://github.com/Aswanidev-vs/Predator
Aswanidev-vs Feb 19, 2026
d215d8d
Merge branch 'main_v2' of https://github.com/Aswanidev-vs/Predator
Aswanidev-vs Feb 19, 2026
2585b0a
Merge pull request #9 from Aswanidev-vs/dependabot/npm_and_yarn/Preda…
Aswanidev-vs Feb 19, 2026
1fdbdce
Update main.js
Aswanidev-vs Feb 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<<<<<<< HEAD
build/bin
node_modules
frontend/dist
TODO.md

=======
fyne-cross
TODO.md
>>>>>>> 5c9da659bc26ab9faf682fb549dc7e0b599a7169
3 changes: 3 additions & 0 deletions Predator/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/bin
node_modules
frontend/dist
21 changes: 21 additions & 0 deletions Predator/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 Aswanidev-vs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Loading