everyx
c1fd3f3035
take @laincat's advice
9 years ago
everyx
22d081f72e
improve tray icon color
9 years ago
everyx
45aaaa6ed9
update function name
9 years ago
everyx
1d5854dfa7
feature #490
9 years ago
Gang Zhuo
93b9e1b158
remove debug code
9 years ago
Gang Zhuo
87ff1c158d
fix first run check update
9 years ago
Licshee
687f397ae3
using StringEx
9 years ago
kimw
1ee07d196a
save bandwidth in config file per shadowsocks server
9 years ago
kimw
937171996a
name the variable better: rename LogFile => LogFilePath
9 years ago
kimw
b813d9eebc
featured middle click on tray pops up log viewer
9 years ago
kimw
0b16ef7445
Merge upstream
# Conflicts:
# README.md
# shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
# shadowsocks-csharp/Controller/Service/PACServer.cs
# shadowsocks-csharp/Controller/Strategy/SimplyChooseByStatisticsStrategy.cs
# shadowsocks-csharp/Data/cn.txt
# shadowsocks-csharp/Model/Configuration.cs
# shadowsocks-csharp/Model/LogViewerConfig.cs
# shadowsocks-csharp/View/LogForm.Designer.cs
# shadowsocks-csharp/View/LogForm.cs
# shadowsocks-csharp/View/MenuViewController.cs
9 years ago
Gang Zhuo
3d49bc3128
delay check for updates
9 years ago
icylogic
4684af053e
Merge branch 'master' into feature/statistics_ui
9 years ago
Gang Zhuo
d0518e5a11
typo
9 years ago
Gang Zhuo
a070c3c986
small fix
9 years ago
Gang Zhuo
ab79dbce0e
Download updates automatically
9 years ago
Gang Zhuo
00ccb52bef
Add an option for checking updates
9 years ago
kimw
0a733c61b8
fixed: standardize Logging usage
1. Add Logging.Info()
2. Console.WriteLine() -> Logging.Info()
3. Console.WriteLine() in exceptions -> Logging.LogUsefulException()
9 years ago
kimw
2a71bd7ed7
fixed: rename LogFile -> LogFilePath, for more understandable
9 years ago
kimw
a66441ea71
feature: double click on tray icon shows up LogForm instead of ConfigForm.
9 years ago
icylogic
e45dd8b695
core functions finished
9 years ago
icylogic
4e1b140dd9
Add Json.Net and separate out Statistics Configuration file
Import Json.Net since it's difficult for SimpleJson to deal with nested type.
9 years ago
kimw
758c497eba
same the source code format.
1/ removed dual empty line
2/ removed tailing spaces
3/ converted tabs into spaces
4/ added some TODO comments
9 years ago
clowwindy
71bd0d2b5a
improve user experience for some users
9 years ago
icylogic
0e4f0f17cd
Add availability statistics service and a simple strategy
Strategy: Simply Choose By Statistics
9 years ago
clowwindy
45e0968d29
fix #238
10 years ago
clowwindy
5acfadcdb6
add log viewer
10 years ago
clowwindy
dafe33f7ed
fix a crash
10 years ago
clowwindy
ddd46ed8c6
add HA
10 years ago
clowwindy
4afd5faf3f
add load balancing
10 years ago
clowwindy
95242208ec
UX fix
1. only enable menu items relevant to pac status
2. rename edit pac file into edit local pac file
3. users are allowed to enable online pac then input online pac url, not to input then enable
10 years ago
Gang Zhuo
532a53c971
revert
10 years ago
Gang Zhuo
c6e6d019f1
fix regular expression
10 years ago
Gang Zhuo
00f57ee329
validate user input
10 years ago
Gang Zhuo
5f2ec3ccff
Use VB.NET InputBox instead of implement a message box
10 years ago
Gang Zhuo
e0612854d6
support online pac, see https://github.com/shadowsocks/shadowsocks-csharp/issues/163
10 years ago
clowwindy
eb2e5cc242
add GUI for user rule support
10 years ago
clowwindy
5eaa1b9e2b
encourage users to report to gfwlist
10 years ago
clowwindy
700cd3a7e7
show less detail
10 years ago
clowwindy
7cb863b0c2
update some menu title
10 years ago
clowwindy
f4007b685b
update name for share over lan
10 years ago
clowwindy
01f033225b
fix typo
10 years ago
clowwindy
d3365a8fa4
remove unecessary code
10 years ago
Sharuru
7918cb4bd2
Show current mode in tray menu
10 years ago
clowwindy
3e56b3d3a4
use local port in update checker
10 years ago
clowwindy
fb51f30fd9
rename Enable
10 years ago
clowwindy
1bf0c8bd46
refine qr code scan
10 years ago
clowwindy
0040972886
support multiple screens
10 years ago
clowwindy
40aded9571
refine error message
10 years ago
clowwindy
1b38b9060d
add TODO: test on high DPI
10 years ago