Commit Graph

186 Commits

Author SHA1 Message Date
M66B 0a0830898c Fixed/improved import 2015-11-08 12:30:39 +01:00
M66B a5be9d2ec3 Mute some logging, improvements 2015-11-08 09:55:21 +01:00
M66B a11097d992 Disable before stopping 2015-11-08 08:41:21 +01:00
M66B 5bbfd89f02 Serialize start intents
Kindly borrowed from IntentService:
https://github.com/android/platform_frameworks_base/blob/master/core/java/android/app/IntentService.java
2015-11-08 08:39:33 +01:00
M66B c3514d69df Added option to start as foreground service 2015-11-08 08:21:34 +01:00
M66B 17e1c16718 Widget improvements 2015-11-07 11:15:44 +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 832130bdbf Show enabled/disable using notification color
Closes #68
2015-11-05 14:50:03 +01:00
M66B 801e518795 Added settings to show/hide action bar indicators and status bar notification 2015-11-05 10:55:34 +01:00
M66B ac141afe5d Reload when enabled 2015-11-04 23:45:47 +01:00
M66B 9b080c3ffc Switch to NotificationManagerCompat 2015-11-04 21:15:57 +01:00
M66B b76d934983 Set notification attributes 2015-11-04 21:13:17 +01:00
M66B 28eb3f20a8 Show notification
Do not translate yet, texts may change
2015-11-04 20:48:05 +01:00
M66B a2f5d8f084 Set enabled state on service start/stop 2015-11-04 20:20:30 +01:00
M66B b03b40bab3 Used metered network instead of wifi active indication 2015-11-04 13:04:27 +01:00
M66B dcdbe2e7fd Added comments 2015-11-04 09:36:15 +01:00
M66B ddb6d33719 Added license information 2015-11-03 18:57:29 +01:00
M66B 9c5d534bf8 Yield system 1 sec when interactive state change 2015-11-02 21:57:37 +01:00
M66B 2f8cefdde6 Display interactive state, simplifications 2015-11-02 06:35:12 +01:00
M66B 4d87d0494b Block when roaming 2015-11-01 14:16:57 +01:00
M66B 31e6a812b6 Revert "Listen to service state changes (roaming)"
This reverts commit 372bb6fc11.
2015-11-01 10:52:07 +01:00
M66B 372bb6fc11 Listen to service state changes (roaming) 2015-11-01 10:23:57 +01:00
M66B eab0234419 Added predefined rules 2015-11-01 09:38:51 +01:00
M66B af9b9034b5 Fixed start/reload/stop synchronization 2015-11-01 07:50:49 +01:00
M66B 1de33fd3d9 Refactoring 2015-11-01 07:44:48 +01:00
M66B 77b495fd0f Run start/reload/stop commands in thread 2015-11-01 07:41:42 +01:00
M66B fd7c1dc561 Option to manage system applications 2015-10-31 18:07:21 +01:00
M66B e1114967d9 Fixed disabled notification, removing on enable 2015-10-30 12:49:24 +01:00
M66B 5a29bde527 Added disabled notification 2015-10-30 10:51:44 +01:00
M66B 7aa4613830 Refactoring 2015-10-30 09:01:06 +01:00
M66B f8b24de960 Added SYN debug logging 2015-10-29 23:40:46 +01:00
M66B 1b496e877d Fixes, improvements 2015-10-29 09:56:22 +01:00
M66B e96f54b5df Option to block only when device unused 2015-10-29 08:48:28 +01:00
M66B 947e06390f Refactoring 2015-10-29 07:47:12 +01:00
Renamed from app/src/main/java/eu/faircode/netguard/BlackHoleService.java (Browse further)