Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

v1.1.17

Latest
Compare
Choose a tag to compare
@AnGgIt86 AnGgIt86 released this 29 Oct 13:31
· 1 commit to main since this release

Changelog

v1.1.15 (2024-10-29)

🔴 Feature

  • Add toast insecure protocol 3ff584ce
  • Adding checks for subscription url 25567523
  • Clean up custom routing white (#3699) a3760460
  • Add Iran whitelist routing option (#3696) 856c2d75

🟡 Bug Fixes

  • Fix Comment and Improve Null Safety in ServerCustomConfigActivity 24a30bcf
  • Fix subs id check 23a17553

🟠 Performance Improvements

  • Optimize up sub error log 1bde0338
  • Improve Permission Handling and QR Code Import Logic in ScScannerActivity 0882cbf6
  • Improve Permission Request and QR Code Decoding in ScannerActivity 71613c4d
  • Optimize refreshData in RoutingSettingActivity ac3004a7
  • Improve Error Handling in Batch Config Import and Progress Bar Management a6abb0ba
  • Improve Error Handling in LogcatActivity 488b0d3a
  • Improve Exception Handling in File Chooser and Restore Process a1718856
  • Improve RxJava Disposable Handling in V2RayServiceManager 05928cc5

🟣 Documentation

  • Update target sdkversion 35 2d4a9a03
  • Test connection after updating subscription a74e64f4
  • Use entries instead of values as its recommended after kotlin 1.9 (#3718) 3627e91d

🟣 Refactor

  • steam visiblity 2ce82d31
  • QRCodeDecoder for readability and performance 4464903e
  • UserAssetActivity for readability and efficiency 7bb4ebf4
  • UpdateMuxConcurrency for Null Safety and Code Simplification 80b810d7
  • Import Rulesets from Clipboard a1cfe012
  • SaveServer Method to Improve Null-Safety and Readability b3540ccb
  • Binding Logic in AppViewHolder of PerAppProxyAdapter 066d297e
  • AttachBaseContext for Null Safety and Clean Code 8352284c
  • Remove unnecessary null check from subscriptionId (#3739) b80db25e
  • Remove redundant qualifier from RulesBean initialization (#3738) 9413e841
  • Remove unnecessary null check from keywordFilter (#3737) a31c52fb
  • AllowInsecure variable declaration 6b121141
  • Organize routing files names 889230cb
  • Organize locale 44138865
  • Update SimpleItemTouchHelperCallback.java 7942a6e6
  • organize dns 83e2b6f4

⚪ Other