Commit Graph

251 Commits

Author SHA1 Message Date
M66B 27cc16eb2e Basic port forwarding UI
Fixes #292
2016-02-09 11:24:59 +01:00
M66B a2c1f1c5eb Fixed potential crashes
Google: after all these years we are still missing a reliable AsynTask / Dialog

Fixes #291
2016-02-07 09:28:02 +01:00
M66B 6aa89b8038 Own fault 2016-02-06 20:24:48 +01:00
M66B 21ef2377ed Improvement 2016-02-05 20:50:30 +01:00
M66B 4f263330d2 Store access version/protocol
Refs #284
2016-02-05 20:44:12 +01:00
M66B 02a665103e Request required permissions on import
Fixes #288
2016-02-05 16:59:40 +01:00
M66B 2dcaccd75a Add root to application list
Shell is already part of the list

Fixes #283
2016-02-04 16:43:06 +01:00
M66B 338bf5ccec Remove last download time on local import of hosts file
Fixes #275
2016-02-04 07:14:30 +01:00
M66B 5ab87cdca8 Remove checks for Wi-Fi and telephony
Fixes #267
2016-02-03 13:42:03 +01:00
M66B 859caa6536 Check permissions for roaming whitelisting 2016-02-03 13:28:29 +01:00
M66B a0dc8d46be Remember last hosts file download, improvements
Fixes #273
2016-02-03 13:23:54 +01:00
M66B 191fa26cf3 Hosts file download option 2016-02-03 11:54:17 +01:00
M66B 1f3e638dd0 Fixed technical info 2016-02-02 19:50:28 +01:00
M66B 7c43ba977d Fixed up navigation
http://developer.android.com/training/implementing-navigation/ancestral.html

Refs #243
2016-02-02 09:01:04 +01:00
M66B d6460d368b Fixed export file name
Refs #243
2016-02-02 07:46:50 +01:00
M66B 477c3a604a Added settings to disable access notifications per application
Fixes #268
2016-02-01 20:22:39 +01:00
M66B 1a4e18acf3 Use hosts is an advanced option 2016-02-01 19:51:33 +01:00
M66B 5757c66e79 Use checkbox preferences for Android < 5.0
SwitchCompat cannot be used because there is currently no MultiSelectListPreference
2016-02-01 18:19:25 +01:00
M66B 29d1c26166 Revert "Preference compat"
This reverts commit 8a2ddf6cac.
2016-02-01 17:42:36 +01:00
M66B 8a2ddf6cac Preference compat 2016-02-01 17:42:18 +01:00
M66B f307cd9fd4 Fixed preference dependency
Refs #243
2016-02-01 15:33:10 +01:00
M66B fe8e7a88e2 Export/import application access filters
Fixes #269
2016-02-01 10:04:17 +01:00
M66B 64b00b73b8 Added option to enable application access logging 2016-02-01 08:25:08 +01:00
M66B 585c6383c8 Reload stats after import 2016-02-01 07:32:53 +01:00
M66B 931dd8006d Added notes 2016-01-31 19:52:31 +01:00
M66B 33c84c6f90 Fixed lint warnings 2016-01-31 16:43:32 +01:00
M66B f4c2d9ff78 Use OI file manager before Lollipop
Refs #243
2016-01-31 15:22:09 +01:00
M66B fff2ba4082 Preparations for lower Android versions, cleanup
Refs #243
2016-01-31 13:32:58 +01:00
M66B fc936bc546 Workaround text/xml not handled correctly on some devices
http://forum.xda-developers.com/showpost.php?p=65045187&postcount=1074
2016-01-29 19:01:04 +01:00
M66B c159141b45 Fixed hang on import 2016-01-28 23:19:31 +01:00
M66B da825d3c73 Fixed switching filtering on/off 2016-01-28 23:07:51 +01:00
M66B 5feac232c6 Remove technical info in stable versions 2016-01-28 12:03:57 +01:00
M66B e16c4c4af2 Native rewrite address/domain check 2016-01-28 11:58:39 +01:00
M66B 4135fd6441 Fixed title 2016-01-28 07:52:58 +01:00
M66B 79674c6535 Reorganized settings, added options to set vpn4, vpn6 & dns address 2016-01-27 08:39:18 +01:00
M66B 05025a575d Show system DNS as hint text 2016-01-26 20:52:18 +01:00
M66B 0ab9849552 Added debug setting 2016-01-26 08:03:59 +01:00
M66B 3787fc9190 Updated DNS on network change, better reload logic
Fixes #251
2016-01-26 07:26:43 +01:00
M66B f4e1382cb5 Added development option to set DNS 2016-01-25 19:23:59 +01:00
M66B bd9a56b4da Allow beta sub version numbers 2016-01-24 14:21:53 +01:00
M66B e1127183e1 Move hosts file to data folder 2016-01-24 14:10:22 +01:00
M66B e965043116 Allow importing hosts files of any mime type 2016-01-24 07:58:04 +01:00
M66B 1e75535836 Native quick restart, allow root, terminate not allowed session on start 2016-01-24 07:47:32 +01:00
M66B d7c2d64280 Disable use hosts switch if no hosts file 2016-01-23 22:14:04 +01:00
M66B 47be2c367e Added option to enable/disable domain blocking
Thanks @rgarza

Fixes #241
Closes #245
2016-01-23 21:30:54 +01:00
M66B 97905df132 Ad blocking is not allowed in the Play store 2016-01-23 17:09:07 +01:00
M66B 0026057861 Enable pro features and development settings in beta versions 2016-01-23 16:54:19 +01:00
M66B 0b03b6c443 Native ad blocking concept 2016-01-23 12:48:17 +01:00
M66B 0b3de63c40 Added development option to set log level 2016-01-20 15:19:28 +01:00
M66B ca103c7313 Added filtering warning dialog
@licaon-kter maybe you have better suggestion for the new texts related to filtering
2016-01-19 18:29:58 +01:00
M66B 05c01f08e0 Moved PCAP to log view, added setting to enable filtering 2016-01-19 17:54:07 +01:00
M66B 2b2812588a Fixed tethering with an ugly hack, yeah 2016-01-19 14:56:57 +01:00
M66B af04ece071 Native pcap init/cleanup 2016-01-18 21:07:35 +01:00
M66B b070aa6e54 Native refactoring, improvements, fixes, settings 2016-01-18 19:37:52 +01:00
M66B 1102c65507 Native added on/off switch 2016-01-18 13:07:00 +01:00
M66B 575bf16f54 Native disabled 2016-01-17 21:07:46 +01:00
M66B 7a41f35e74 Native PCAP export, fixes 2016-01-17 13:13:58 +01:00
M66B 051fc0a8d7 Better handle service theme changes 2016-01-09 09:00:18 +01:00
M66B c9392c1d81 Use date as suffix for export file name 2016-01-09 08:49:50 +01:00
M66B 8d5dadff73 Set theme on import 2016-01-08 21:31:46 +01:00
M66B 01e4a35b63 Fixed importing home networks 2016-01-08 18:30:39 +01:00
M66B 8a33b7d6bb Make sure user apps are shown when disabling manage system apps
Closes #220
2016-01-05 22:57:37 +01:00
M66B 26b2eaf546 Check if log purchased
Closes #216
2016-01-05 22:43:18 +01:00
M66B e217a84ba8 Added blocked traffic log 2016-01-05 13:52:08 +01:00
M66B c1d207c0eb More themes, improvements, updated FAQ 2016-01-03 09:10:12 +01:00
M66B 730844b3cc Added theme selection 2016-01-02 16:38:24 +01:00
M66B ec046b0e9c Removed pro select/backup
Against 3.5 of https://play.google.com/about/developer-distribution-agreement.html
2016-01-02 13:31:47 +01:00
M66B 8ac70110b1 Rely on Play store refunds for trials 2016-01-01 19:03:41 +01:00
M66B d798dfe1eb Happy new year! 2016-01-01 14:56:50 +01:00
M66B f24499f6fd Added option to delay screen off 2016-01-01 10:33:47 +01:00
M66B a1f86df79c Pro trial 2016-01-01 09:52:37 +01:00
M66B fff758a81b Prevent import of pro features 2015-12-31 16:08:50 +01:00
M66B 12fb62fea0 Challenge/response, fixes 2015-12-31 10:03:32 +01:00
M66B d05743b96b Make network speed graph available in the Play store 2015-12-30 18:54:09 +01:00
M66B 0e1b938d55 Added pro activity 2015-12-30 18:46:26 +01:00
M66B 4e493da7d2 Refactoring 2015-12-27 16:09:07 +01:00
M66B 83c820f44e Revert "Make all convenience features pro"
This reverts commit 8dd27f1117.
2015-12-27 16:04:22 +01:00
M66B 8dd27f1117 Make all convenience features pro 2015-12-27 12:06:30 +01:00
M66B 26b5c8ea34 Option to filter applications without internet / disabled applications 2015-12-27 09:54:25 +01:00
M66B 4aebe4b50c Added option to filter user/system applications 2015-12-26 09:58:28 +01:00
M66B 38d084305c Fixed crash on import 2015-12-15 08:34:12 +01:00
M66B 3a87823c8c Remove speed graph for Play store installs 2015-12-14 16:13:30 +01:00
M66B e1bb6536df Fix, refactoring 2015-12-14 16:09:18 +01:00
M66B 69d943d78b Fixed home wifi crash 2015-12-14 08:21:33 +01:00
M66B 846110c8c9 Refactoring 2015-12-14 08:19:15 +01:00
M66B be15c4e2ee Make speed frequency and samples configurable 2015-12-13 15:54:23 +01:00
M66B 08630ecc6c Reload stats 2015-12-11 10:48:38 +01:00
M66B 6f80050a39 Small improvement 2015-12-10 13:40:33 +01:00
M66B 1121680add Multiple Wi-Fi homes
Closes #192
2015-12-10 08:38:45 +01:00
M66B 3864d2e569 Fit network graph to available space 2015-12-09 18:38:35 +01:00
M66B 0488361937 Network speed improvements 2015-12-09 18:11:44 +01:00
M66B b9f59e60b3 Added network speed base line setting 2015-12-09 17:43:27 +01:00
M66B 92b60f9a08 Fixed wifi home default title 2015-12-09 08:13:41 +01:00
M66B c8c36f1c24 Handle devices without Wi-Fi 2015-12-08 17:01:58 +01:00
M66B adecd479dc Fixed crash 2015-12-08 16:43:25 +01:00
M66B 8e5edaee96 Added home Wi-Fi network setting 2015-12-08 14:18:06 +01:00
M66B 51cd4b1686 Refactoring 2015-12-06 13:02:10 +01:00
M66B cfa76fef24 Preparations for multi SIM 2015-12-06 11:22:58 +01:00
M66B 1fa5d6d21b Improved technical info update 2015-12-06 09:55:37 +01:00
M66B b113dc8389 Added subscriptions to technical info 2015-12-04 08:43:01 +01:00
M66B 586092abe2 Auto enabled after widget off 2015-12-03 14:59:49 +01:00
M66B 433113e18e Move setup to post create 2015-12-03 11:58:50 +01:00
M66B e0fc528054 Remove unmetered options when no telephony 2015-12-03 11:17:35 +01:00
M66B 771bb968ff Fixed preference resetting 2015-12-03 11:16:21 +01:00
M66B a5a6f5beac Recreate settings screen after import 2015-12-02 20:25:21 +01:00
M66B 8bc4f79511 Reverse polarity of 2G/3G/LTE metered 2015-12-02 20:23:33 +01:00
M66B b0d29c8587 Added option to mark 2G/3G/4G not metered 2015-12-02 19:52:01 +01:00
M66B 462860a705 Request phone state permission for international roaming rules 2015-12-02 10:42:24 +01:00
M66B c02ca53478 Added SIM/network operator numeric techinal info 2015-12-02 07:51:40 +01:00
M66B 5e08385a9e Prevent name clashes
Refs #187
2015-12-01 20:20:44 +01:00
M66B 5f08cd557d Fixed removing settings
Fixes #187
2015-12-01 20:19:26 +01:00
M66B 2e8b841e65 More techinal info 2015-12-01 19:58:27 +01:00
M66B f0d0e5a65c Refresh screen on phone state permission revoked 2015-12-01 17:28:13 +01:00
M66B d441b29234 Refresh screen after import 2015-12-01 17:25:07 +01:00
M66B 8bb0b9e256 Added phone state listener + permission checks 2015-12-01 17:14:22 +01:00
M66B b412495a8c More technical/debug info 2015-12-01 15:57:19 +01:00
M66B 470c1288cd Simplifications, debug info for national roaming 2015-11-30 16:05:08 +01:00
M66B 722646102f Reload rules on national roaming change 2015-11-30 14:02:00 +01:00
M66B e1ca35f6fb Fixed typo 2015-11-29 15:29:56 +01:00
M66B bdb6e4a09f Better support for devices without telephony (e.g. tablets) 2015-11-29 11:30:27 +01:00
M66B 87769405f3 Upgrade after importing 2015-11-24 12:00:22 +01:00
M66B 29258ce20a When screen on Wi-Fi/mobile 2015-11-21 09:48:33 +01:00
M66B 08a4e40b52 Simplifications 2015-11-20 11:34:23 +01:00
M66B 94e8d5c71b Added crash reporting 2015-11-20 10:10:22 +01:00
M66B cc9ee25568 Default allow for new installations
M0r0n control
2015-11-18 08:42:19 +01:00
M66B 62ee4681b0 Fixed crash 2015-11-17 21:05:55 +01:00
M66B 39442fe1b7 Added WiFi debug indication 2015-11-15 17:13:25 +01:00
M66B fe7ef2367c Add technical info, removed action bar indicators 2015-11-15 16:39:59 +01:00
M66B 5044006679 Added settings to use metered indication
Default off
2015-11-15 10:43:06 +01:00
M66B 84617b9b00 Less verbose network status / live update 2015-11-14 10:49:15 +01:00
M66B 660a830000 Added network info to debug info 2015-11-14 09:50:45 +01:00
M66B 40c61bdc5e Added option to default allow when screen on 2015-11-13 16:01:42 +01:00
M66B 5054cb4341 Removed verify credentials
Closes #125
Closes #127
2015-11-11 07:59:01 +01:00
M66B c964a1f7ac Explain why device admin is needed 2015-11-10 16:31:04 +01:00
M66B adbdc43f4b Check if keyguard is secure 2015-11-10 16:15:53 +01:00
M66B 3fffd41032 Request device admin on credentials enabled
Refs #92
2015-11-10 15:32:59 +01:00
M66B 01034cf3ad Set settings activity title
Closes #119
2015-11-10 14:55:20 +01:00
M66B 98557b4158 Require credentials - proof of concept
Refs #92
2015-11-10 14:41:32 +01:00
M66B 3000947f45 Removed VPN settings from production builds 2015-11-10 10:33:40 +01:00
M66B b31bd037bd Removed settings to enable/disable foreground service 2015-11-10 10:26:28 +01:00
M66B 3f60d6ae1f Removed option to turn off metered for 2G/3G/4G 2015-11-08 23:25:51 +01:00
M66B 7003f35b62 Settings disable 2G/3G/4G being metered
Refs #88
2015-11-08 15:54:12 +01:00
M66B e3b2d8bd48 Refresh UI after import 2015-11-08 13:05:55 +01:00
M66B 0a0830898c Fixed/improved import 2015-11-08 12:30:39 +01:00
M66B c3514d69df Added option to start as foreground service 2015-11-08 08:21:34 +01:00
M66B a3b7622c52 Added widget
Closes #81
2015-11-07 10:19:47 +01:00
M66B 5ed4728a24 Auto enable again (draft) 2015-11-06 23:49:21 +01:00
M66B c9b40b50cb Remove notification
Because it doesn't work reliable, propbably due to bugs in Android

Closes #68
2015-11-05 17:21:43 +01:00
M66B 3404a7ecdf Move export/import and vpn settings to settings activity 2015-11-05 11:26:21 +01:00
M66B 801e518795 Added settings to show/hide action bar indicators and status bar notification 2015-11-05 10:55:34 +01:00