Skip to content
Closed
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
09ce097
Optimized Version of Hiddify
TGIR0 Oct 2, 2025
827aa0d
update pubspec.lock
TGIR0 Oct 2, 2025
03c3c93
Add Some Fixes Part 1
TGIR0 Oct 2, 2025
ac92dd9
Fix Some Bugs Part II
TGIR0 Oct 8, 2025
9204368
Fix Some Problems Part III
TGIR0 Oct 9, 2025
8fc05fc
A Huge commit with huge changes in project
TGIR0 Nov 27, 2025
4527a5d
optimize for new core annd upgrade for new windows features
TGIR0 Nov 27, 2025
bc63dca
refactor
TGIR0 Dec 7, 2025
feb54c8
Fix
TGIR0 Dec 7, 2025
f0f486d
fix name in android side
TGIR0 Dec 7, 2025
a7746b7
Refactor: Cleanup core, update .gitignore, and modernize Android/UI a…
TGIR0 Dec 7, 2025
add2707
Remove libcore submodule and unrelated build artifacts
TGIR0 Dec 7, 2025
071d011
Remove legacy core implementations and dependencies
TGIR0 Dec 7, 2025
442cf41
Cleanup main entry points and bootstrap logic
TGIR0 Dec 7, 2025
54798f3
clean
TGIR0 Dec 7, 2025
21a8496
Add new core source and mobile bridge, re-add ffi
TGIR0 Dec 7, 2025
a83b18b
Add libcore source files
TGIR0 Dec 7, 2025
50569bb
Refactor frontend to only include Home page and integrate new core br…
TGIR0 Dec 7, 2025
6b6f6dc
Wire up Start/Stop core buttons and add build artifacts
TGIR0 Dec 7, 2025
9b45fd7
Add CoreSettingsPage and logic
TGIR0 Dec 7, 2025
af3830e
Implement core settings page and rename VWarpService to CoreService
TGIR0 Dec 7, 2025
d3995dc
Remove vWarp
TGIR0 Dec 7, 2025
f580b11
Replace vwarp logic with Xray core integration and generic JSON settings
TGIR0 Dec 7, 2025
d7127b9
Update go.mod for Xray core dependencies
TGIR0 Dec 7, 2025
d788e40
Optimize dependencies and configure Windows build with Xray core
TGIR0 Dec 7, 2025
99f3015
Remove unused files, features, translations, and legacy dependencies
TGIR0 Dec 7, 2025
706c373
Part I of upgrade
TGIR0 Dec 8, 2025
8bf3e2a
Upgrade codes to 2025 Standards and more
TGIR0 Dec 8, 2025
9ac5124
fix
TGIR0 Dec 8, 2025
3f9f637
fix
TGIR0 Dec 8, 2025
0c41dc0
code quality upgrade
TGIR0 Dec 11, 2025
9dea50a
New Settings + Log Services
TGIR0 Dec 11, 2025
84d6902
add hysteria + better logging system + ping checker
TGIR0 Dec 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .core-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
68 changes: 68 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# EditorConfig - https://editorconfig.org
root = true

# Default settings for all files
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

# Dart files
[*.dart]
indent_size = 2
max_line_length = 80

# YAML files
[*.{yaml,yml}]
indent_size = 2

# JSON files
[*.json]
indent_size = 2

# Markdown files
[*.md]
trim_trailing_whitespace = false

# Makefile
[Makefile]
indent_style = tab

# Shell scripts
[*.sh]
indent_size = 2

# Batch files (Windows)
[*.{bat,cmd}]
end_of_line = crlf

# C/C++ files
[*.{c,cpp,h,hpp}]
indent_size = 4

# Swift files
[*.swift]
indent_size = 4

# Kotlin files
[*.kt]
indent_size = 4

# Java files
[*.java]
indent_size = 4

# XML files (Android)
[*.xml]
indent_size = 4

# Gradle files
[*.gradle]
indent_size = 4

# Properties files
[*.properties]
charset = latin1
17 changes: 0 additions & 17 deletions .gitchangelog.rc

This file was deleted.

113 changes: 0 additions & 113 deletions .github/ISSUE_TEMPLATE/bug_report.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/feature_request.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/auto_translator.py

This file was deleted.

39 changes: 0 additions & 39 deletions .github/change_version.sh

This file was deleted.

14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/help/linux/Tutorial_For_HiddifyNext_Linux.desktop

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions .github/help/mac-windows/Tutorial_For_HiddifyNext.url

This file was deleted.

This file was deleted.

This file was deleted.

Loading