1. 22 Nov, 2017 2 commits
  2. 19 Nov, 2017 7 commits
  3. 18 Nov, 2017 10 commits
  4. 17 Nov, 2017 3 commits
  5. 16 Nov, 2017 4 commits
  6. 15 Nov, 2017 4 commits
  7. 13 Nov, 2017 2 commits
  8. 12 Nov, 2017 4 commits
  9. 11 Nov, 2017 4 commits
    • Mygod's avatar
      Always initialize previousPosition · 967f1981
      Mygod authored
      967f1981
    • Mygod's avatar
      Prevent fragment recreations · b72fb267
      Mygod authored
      b72fb267
    • miyon's avatar
      fix fragment called onstart twice on click back · 86ebbd0d
      miyon authored
      Removed irrelevant changes.
      86ebbd0d
    • Mygod's avatar
      Implement proxy mode and transproxy mode · 725fb04f
      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.
      725fb04f