- 22 Nov, 2017 1 commit
-
-
Max Lv authored
-
- 19 Nov, 2017 7 commits
- 18 Nov, 2017 10 commits
- 17 Nov, 2017 3 commits
- 16 Nov, 2017 4 commits
- 15 Nov, 2017 4 commits
-
-
Mygod authored
-
Mygod authored
-
Mygod authored
This is removed since we can't change notification priority dynamically since API 26 and this also prevents an extraneous system notification. NB: After this change, `visible` doesn't have any observable effect on API 26+.
-
Mygod authored
Priority has been lifted from IMPORTANCE_MIN to IMPORTANCE_LOW. This change only impacts Android 8.0 and higher. Fixes #1431. Also fixes https://github.com/shadowsocks/shadowsocks-android/issues/1037#issuecomment-338367917.
-
- 13 Nov, 2017 2 commits
- 12 Nov, 2017 4 commits
- 11 Nov, 2017 5 commits
-
-
Mygod authored
-
Mygod authored
-
miyon authored
Removed irrelevant changes.
-
Mygod authored
* NAT mode is replaced by transproxy mode; * BaseService classes are moved into bg package and refactored in order to minimize duplicate code; * Local port is moved out of per-profile settings, along with hardcoded DNS port and transproxy (redsocks) port; * Reset is removed since the only possible clean-up needed can be performed by using force stop in app info; * Comparing version code before extracting assets is replaced with a more robust approach: comparing update time. NB: the only code that involves su now is for toggling TFO.
-