Commit Graph

1960 Commits

Author SHA1 Message Date
M66B fca06ee248 Skip timeout of to be deleted sessions
Refs #431
2016-06-24 19:53:31 +02:00
M66B e647d0ea29 Revert "Handle epoll hup"
This reverts commit 4b847acc88.
2016-06-24 18:46:13 +02:00
M66B cf3f629b52 Optimization
Refs #431
2016-06-24 18:33:44 +02:00
M66B 4b847acc88 Handle epoll hup
Refs #431
2016-06-24 18:33:29 +02:00
M66B 0520a51736 Log epoll hup
Refs #431
2016-06-24 17:56:33 +02:00
M66B f615d251b1 Simplications
Refs #431
2016-06-24 17:48:22 +02:00
M66B af71ba803f Replace signals by pipe
Refs #431
2016-06-24 17:44:54 +02:00
M66B b1de77be1e Cleanup obsolete code
Refs #431
2016-06-24 16:28:50 +02:00
M66B 810a7ca23c Increase max session count to 75%
Refs #431
2016-06-24 16:15:01 +02:00
M66B 5e0f64a039 Optimize session checking
Refs #431
2016-06-24 16:12:05 +02:00
M66B 6c7c66322a Optimize session counting
Refs #431
2016-06-24 15:48:03 +02:00
M66B 11c79001b5 Switch from pselect to epoll
Refs #431
2016-06-24 15:21:04 +02:00
M66B 1a1f4494dc Allow switch off from notfication
Fixes #432
2016-06-23 18:50:59 +02:00
M66B ffca21cba1 Quick manage speed graph notification
Fixes #442
2016-06-23 18:22:51 +02:00
M66B 8c1cbad26e Vibrate on widget touch
Fixes #443
2016-06-23 17:21:45 +02:00
M66B 7983b03c6c Use fcntl to check for valid file descriptors
Refs #431
2016-06-23 16:50:15 +02:00
M66B 974f4c9b73 Updated build tools 2016-06-23 13:48:02 +02:00
M66B e97a245d67 2.25 beta 2016-05-14 18:43:56 +02:00
M66B 36cf27ee90 Added comment 2016-05-14 18:28:15 +02:00
M66B ecb399c869 Crowdin sync 2016-05-14 18:16:08 +02:00
M66B 947d4d9fd1 Unregister when registered 2016-05-14 18:03:01 +02:00
M66B 2fc55d0944 Send crash reports when debug version only 2016-05-14 17:50:38 +02:00
M66B f7d216be48 Prevent crash 2016-05-14 17:48:59 +02:00
M66B a17e9b2f8c 2.24 beta 2016-05-13 20:37:37 +02:00
M66B 5bb586e760 Crowdin sync 2016-05-13 20:35:40 +02:00
M66B 2b8b6bd42b Added option to enable subnet routing 2016-05-13 20:32:41 +02:00
M66B ae74aa3e17 2.23 beta 2016-05-06 07:17:38 +02:00
M66B 2fe2fdd273 Limit number of sessions to 50% of available descriptors
Limit number of retries after EBADF to 10 times

Closes #420
2016-05-06 07:06:53 +02:00
M66B d29803d9ad 2.22 beta 2016-05-02 06:27:50 +02:00
M66B 4164014df7 Revert fddbdccdec 2016-05-01 16:11:57 +02:00
M66B 6fe9d11a9f 2.21 beta 2016-04-27 07:59:21 +02:00
M66B 049355ab8e Crowdin sync 2016-04-27 07:58:11 +02:00
M66B fa710855e7 Layout fix 2016-04-24 10:37:03 +02:00
M66B ce7a03fcea Updated gradle plugin to version 0.7.0-rc1 2016-04-23 07:26:41 +02:00
M66B d8710d0fe6 Added whois / port lookup to application access log 2016-04-22 08:30:48 +02:00
M66B 61621c51a7 Updated texts 2016-04-22 08:13:18 +02:00
M66B 90080a2efe Updated gradle plugin to 0.7.0-beta3 2016-04-19 07:01:21 +02:00
M66B e33d221e5e Prevent crash 2016-04-18 07:28:35 +02:00
M66B 9cc7966cc7 Crowdin sync 2016-04-16 12:22:32 +02:00
M66B 02ded150c7 2.20 beta 2016-04-16 12:21:27 +02:00
M66B fddbdccdec Reduce searching for ready file descriptors to save battery 2016-04-16 12:19:40 +02:00
M66B 06a6af716b Added protocol names 2016-04-16 07:57:16 +02:00
M66B eb84155b8a 2.19 beta 2016-04-15 08:06:15 +02:00
M66B 2396510e54 Updated to gradle plugn 0.7.0-beta1 2016-04-14 15:42:31 +02:00
M66B 2782d44e10 Revert "Increase uid retry to 10"
This reverts commit 51ef5f2093.
2016-04-14 15:18:02 +02:00
M66B 865b0695a9 Revert "Wrap preference categories in preference screens"
This reverts commit fd906cd36b.
2016-04-14 15:17:47 +02:00
M66B 006b1a212b 2.18 beta 2016-04-12 08:03:13 +02:00
M66B 51ef5f2093 Increase uid retry to 10 2016-04-11 18:54:38 +02:00
M66B 28f5da5a25 Crowdin sync 2016-04-11 14:56:40 +02:00
M66B b1b889553a Added hint to enable managing system applications 2016-04-11 14:54:57 +02:00
M66B fd906cd36b Wrap preference categories in preference screens 2016-04-11 14:54:28 +02:00
M66B b04b4055d9 Added description to IPv6 switch 2016-04-11 08:35:15 +02:00
M66B 207ccecd99 Clear application access log on uninstall
Fixes #405
2016-04-11 08:20:54 +02:00
M66B c36ff9e420 Limit number of sessions to FD_SETSIZE 2016-04-11 08:11:49 +02:00
M66B e7be118d15 2.17 beta 2016-04-08 08:16:59 +02:00
M66B 166fe3846f Crowdin sync 2016-04-08 08:14:55 +02:00
M66B e1b1963f86 Added setting to disable new app installed notification
Fixes #402
2016-04-08 08:12:46 +02:00
M66B 48640fa6a2 Added option to disable IPv6 2016-04-08 08:02:52 +02:00
M66B 51332c6910 Prevent crash 2016-04-07 09:20:26 +02:00
M66B cfe90af90a Android N build remarks 2016-04-03 08:49:11 +02:00
M66B 2c60cfdeb6 2.16 beta 2016-03-31 22:32:39 +02:00
M66B ac34670faa Revert "Improve settings dependency"
This reverts commit 7d7a458cb9.
2016-03-31 22:27:35 +02:00
M66B d238b9b640 Prevent reload when no rules change on interactive state change 2016-03-31 14:41:39 +02:00
M66B 430497aba3 2.15 stable 2016-03-31 10:35:49 +02:00
M66B bb7f97d681 Check if LAN interface is up and not tun 2016-03-31 10:31:09 +02:00
M66B dd7ce17323 Reload on LAN setting change 2016-03-31 10:01:20 +02:00
M66B c8815e49a4 Crowdin sync 2016-03-31 10:00:23 +02:00
M66B 7d7a458cb9 Improve settings dependency 2016-03-31 09:57:06 +02:00
M66B da0ea8c95c Prevent crash 2016-03-31 09:55:14 +02:00
M66B 9011324e73 Improved text 2016-03-31 09:55:01 +02:00
M66B 5e9db8e0f3 Revert "Better RTL support"
This reverts commit b9300f91e1.
2016-03-31 09:51:43 +02:00
M66B 1b0b7819b1 Added setting to allow LAN 2016-03-31 09:51:18 +02:00
M66B 5a249e0b74 Revert "Only add routes when needed"
This reverts commit c8cec0839e.

Refs #395
2016-03-31 09:00:25 +02:00
M66B c8cec0839e Only add routes when needed
Refs #395
2016-03-30 10:46:19 +02:00
M66B 8ccdcdfdf8 2.14 beta 2016-03-30 08:33:56 +02:00
Josh Miers 3fe1d36431 Adding T-Mobile MCC and MNC values for automatic Wi-Fi Calling 2016-03-29 18:43:48 -04:00
M66B 6f9fed8022 Auto exclude IP ranges 2016-03-29 18:30:04 +02:00
M66B b9bed43477 Simplify tether routing 2016-03-29 13:37:33 +02:00
M66B cab894e6cf Added IP utilities 2016-03-29 13:34:36 +02:00
M66B 0d6a2990c1 Simplify tether broadcast routing 2016-03-29 12:58:28 +02:00
M66B faf873efdd Android N: bundle access attempt notifications 2016-03-28 14:31:59 +02:00
M66B b9300f91e1 Better RTL support 2016-03-28 12:54:03 +02:00
M66B 3ecbeab313 Crowdin sync 2016-03-28 09:34:05 +02:00
M66B 4591a96a04 2.13 beta 2016-03-28 09:02:15 +02:00
M66B 583e67b697 Updated gradle syntax, disabled debuggable
http://developer.android.com/ndk/guides/ndk-build.html#dvr
2016-03-26 19:37:16 +01:00
M66B 5c5d016bd6 Android N compatibility: get system properties
http://developer.android.com/preview/behavior-changes.html#ndk
2016-03-26 18:16:28 +01:00
M66B 64662364a6 Default allow Play services 2016-03-26 16:18:44 +01:00
M66B 50923ec985 Updated gradle version / build tools 2016-03-26 07:24:50 +01:00
M66B bfce66196a Increase TCP idle timeout from 5 minutes to 1 hour 2016-03-25 08:07:06 +01:00
M66B 1adbc3c051 Prevent crash on doze settings
Refs #302
2016-03-24 10:11:24 +01:00
M66B d1a14b4e3b 2.12 stable 2016-03-22 10:20:59 +01:00
M66B eb99c51efd Fixed holding wakelock after set from notification 2016-03-22 10:18:22 +01:00
M66B e578e8c9f1 Allow disabling of applying rules for packages only 2016-03-21 10:39:44 +01:00
M66B 6ea9b2a934 Handle security exception when starting VPN 2016-03-20 20:20:20 +01:00
M66B 0522715e21 Prevent crash 2016-03-20 20:14:32 +01:00
M66B dd82cb0663 2.11 stable 2016-03-20 08:19:04 +01:00
M66B a2c9d6ca09 Fixed package cache timing problem
Refs #378
2016-03-20 08:11:39 +01:00
M66B b0adcb5728 Updated gradle syntax 2016-03-19 12:18:31 +01:00
M66B 1cd76ac76b Enable proguard for debug builds 2016-03-19 12:12:20 +01:00
M66B ebdddb11ef Allow clearing datagram/stream separately 2016-03-19 07:27:22 +01:00
M66B 43e3bffb0f 2.10 beta 2016-03-18 08:16:13 +01:00
M66B ab66ed889c Clear cache on application update 2016-03-17 21:46:23 +01:00
M66B 7ccfea4d76 Catch package exceptions 2016-03-17 21:42:48 +01:00
M66B 22741f3476 Execute set command immediately 2016-03-17 21:36:08 +01:00
licaon-kter e9e0f46fab Hosts lists usage depends on filter state v21 2016-03-17 01:31:54 +02:00
licaon-kter d1028d32b0 Hosts lists usage depends on filter state 2016-03-17 01:30:10 +02:00
M66B 57a2e52c9e 2.9 beta 2016-03-16 07:40:51 +01:00
M66B 83007ab6e8 Crowdin sync 2016-03-16 07:16:45 +01:00
M66B bfa52f072d Crowdin sync 2016-03-15 14:25:39 +01:00
M66B ac2cefa380 The storage access framework is available since KitKat
http://developer.android.com/guide/topics/providers/document-provider.html
2016-03-15 14:19:33 +01:00
M66B 106f95e57d Crowdin sync 2016-03-15 13:57:25 +01:00
M66B d23519e3e0 Shwoing application descriptions when available 2016-03-15 12:15:50 +01:00
M66B 840719e776 2.8 beta 2016-03-15 08:28:51 +01:00
M66B acff5f6994 Check for Doze mode 2016-03-15 08:05:48 +01:00
M66B 3a56c6d216 Clear package cache on pull down refresh 2016-03-14 17:33:22 +01:00
M66B cd14008993 Layout fix 2016-03-14 17:29:39 +01:00
M66B 1e81b7ec46 Updated Android support library 2016-03-14 17:08:04 +01:00
M66B cd6e6f8e3c Add network interfaces to debug info 2016-03-14 14:42:31 +01:00
M66B 1a7ddc2599 Skip reporting import/export errors 2016-03-14 11:05:15 +01:00
M66B 3a30f6c5e5 Updated text 2016-03-14 09:59:38 +01:00
M66B c17e7221c9 Explain VPN start problem 2016-03-14 09:42:45 +01:00
M66B 96bac0489a Enable power save mode only when not installed from the Play store 2016-03-14 08:41:12 +01:00
M66B 0a0f216861 Add power saving to debug info 2016-03-13 17:25:52 +01:00
M66B b765dcfdb8 Fixed proguard
Fixes #369
2016-03-13 17:09:12 +01:00
M66B fffc294725 2.7 beta 2016-03-12 08:14:12 +01:00
M66B 23b091200a Cache hosts again
Next time better check pull requests
2016-03-12 08:04:02 +01:00
M66B cdacbec339 Cache package info 2016-03-12 07:58:03 +01:00
M66B 073e373564 Reduce legacy restart delay to 500 ms 2016-03-11 19:27:59 +01:00
M66B bf2a12ca3b Add battery optimization to debug info 2016-03-11 12:11:10 +01:00
M66B d9429d8584 Build update 2016-03-11 11:43:17 +01:00
M66B c6d9ae8975 Crowdin sync 2016-03-11 11:34:06 +01:00
M66B 8608f20740 Fixed warnings 2016-03-11 11:32:15 +01:00
M66B 3e61fb9631 Build graddle syntax 2016-03-11 10:45:46 +01:00
M66B b05f170e18 Allow dynamic MTU 2016-03-11 08:08:54 +01:00
M66B df04c29f1c Refactoring 2016-03-11 07:47:52 +01:00
M66B a8ad7a7b19 Small improvement 2016-03-10 16:41:49 +01:00
M66B a590fe818d Fixed crash 2016-03-10 16:18:45 +01:00
M66B 2233c92200 Small improvement 2016-03-10 13:21:50 +01:00
M66B 7628e1c753 2.6 beta 2016-03-10 10:24:25 +01:00
M66B 54578ea0f9 Fixed crash 2016-03-10 10:07:32 +01:00
M66B c51d3c361d Added new texts 2016-03-09 19:19:48 +01:00
M66B 38bd87e087 Crowdin sync 2016-03-09 18:51:58 +01:00
M66B 953169b2e8 Added sort on uid 2016-03-09 18:26:52 +01:00
M66B 1945412eb0 Show only icons for know applications 2016-03-09 18:15:02 +01:00
M66B 565df22ae4 Dynamically update IP filters 2016-03-09 17:51:49 +01:00
M66B b9227d4060 Handle permission request cancel 2016-03-09 17:34:21 +01:00
M66B 89b904f554 Clear editor on error 2016-03-09 14:10:33 +01:00
M66B 8b5f31ad16 2016030901 beta 2016-03-09 13:00:41 +01:00
M66B 15e2aae06c Crowdin sync 2016-03-09 13:00:06 +01:00
M66B bb43808ef3 Fixed warnings 2016-03-09 12:59:29 +01:00
M66B 174ac543a2 Make Chromium a user application 2016-03-09 12:07:02 +01:00
M66B a0dc99b3b6 Log version code
Closes #362
2016-03-09 08:24:16 +01:00
M66B 0e62638d86 2016030801 beta 2016-03-08 14:46:33 +01:00
M66B b13f005e9c Remove port forwarding when installed from the Play store 2016-03-08 12:09:30 +01:00
M66B 2c0d0bc760 Fixed version conversion 2016-03-08 11:36:30 +01:00
M66B ff815ef7fa Reset apply/notify on uninstall, refactoring 2016-03-07 14:24:13 +01:00
M66B b7d5568dcf 2.5 stable 2016-03-07 10:34:08 +01:00
M66B 9ca1e6a873 Fixed about layout on smaller screens
Fixes #361
2016-03-07 07:56:54 +01:00
M66B 653a9a0291 2016030601 beta 2016-03-06 11:32:58 +01:00
M66B ef811796a5 Extra checks 2016-03-06 10:24:28 +01:00
M66B 204e3cb3f6 Do not log DNS requests 2016-03-05 21:49:18 +01:00
M66B 041af0f051 Added version code to about 2016-03-05 15:06:51 +01:00
M66B 27b19d630d Check for TCP urgent data 2016-03-05 14:12:10 +01:00
M66B 90c15cae82 2.4 beta 2016-03-05 08:12:22 +01:00
M66B 114691afb6 Crowdin sync 2016-03-05 08:11:19 +01:00
M66B 00edcd03e8 Define MTU in one place 2016-03-04 14:55:47 +01:00
M66B 80c1f03592 2016030401 beta 2016-03-04 13:28:20 +01:00
M66B 27e98a6bd8 Handle partial sends 2016-03-04 13:24:58 +01:00
M66B a6eff6e22e Crowdin sync 2016-03-04 11:43:40 +01:00
M66B 620ab3e66c Added option to disable checking for updates 2016-03-04 11:29:06 +01:00
M66B 72e77f4a97 Implement TCP window scaling 2016-03-04 11:12:34 +01:00
M66B fe5f9370a3 Decode TCP window scale option 2016-03-03 12:40:05 +01:00
M66B a6bbb1b1a2 2016030303 beta 2016-03-03 12:18:06 +01:00
M66B 04242b1680 Fixed scale 2016-03-03 12:17:42 +01:00
M66B 99ff31aad6 Increased send and receive window to 48 KB 2016-03-03 12:17:14 +01:00
M66B 80a090bc19 2016030302 beta 2016-03-03 11:14:13 +01:00
M66B 0bfe11f608 Crowdin sync 2016-03-03 11:13:51 +01:00
M66B b35cc43d9d Revert "Less VPN reloads when no DNS address set"
This reverts commit e31a7f2519.
2016-03-03 11:11:55 +01:00
M66B e31a7f2519 Less VPN reloads when no DNS address set 2016-03-03 11:09:43 +01:00
M66B a055791d4a Calculate receive winodw after forwarding data 2016-03-03 11:02:45 +01:00
M66B b769509a0e 2.3 stable 2016-03-03 08:04:37 +01:00
M66B b26acd707d Crowdin sync 2016-03-03 08:04:28 +01:00
M66B c8d7a6e975 Enable app log/notify without filtering
Refs #359
2016-03-02 17:21:49 +01:00
M66B 8f76e7adf5 Save some memory 2016-03-02 08:58:31 +01:00
M66B efc14d0fe1 Layout improvement 2016-03-02 08:38:12 +01:00
M66B a4e05a6fc4 Ignore spaces while searching 2016-03-02 07:56:54 +01:00
M66B 6a01f348ca 2.2 beta 2016-03-01 12:17:11 +01:00
M66B b183bfbae0 Fixed house holding 2016-03-01 12:07:06 +01:00
M66B 8f91349416 2.1 beta 2016-03-01 11:30:34 +01:00
M66B 223de55f58 Removed local keep alive to save battery 2016-03-01 11:22:41 +01:00
M66B 5402eeed2a Revert "Enable keep alive later and enable on remote close"
This reverts commit fd614bcbd7.
2016-03-01 11:12:21 +01:00
M66B 54cb29cd15 Revert "Added debug option to disable using default DNS servers"
This reverts commit c2299ac590.

Refs #356
2016-03-01 10:57:23 +01:00
M66B c2299ac590 Added debug option to disable using default DNS servers
Closes #356
2016-03-01 10:45:55 +01:00
M66B fd614bcbd7 Enable keep alive later and enable on remote close
This will save battery
2016-03-01 10:15:55 +01:00
M66B 2edbef0fdb Refactoring, prevent crash 2016-03-01 08:44:56 +01:00
M66B d802b115ed Pick last resolved DNS 2016-02-29 20:29:01 +01:00
M66B e006d18feb Fixed IPv6 VPN address 2016-02-29 14:46:37 +01:00
M66B e7635888c2 Revert "Route DNS into VPN"
This reverts commit 7673dceb8d.
2016-02-29 14:29:57 +01:00
M66B 7673dceb8d Route DNS into VPN 2016-02-29 14:22:50 +01:00
M66B 4e7eb2674c Rebuild on legacy restart 2016-02-29 14:11:16 +01:00