Commit graph

87 commits

Author SHA1 Message Date
Kenta Kubo
b3dc04f670 Fix Swift Compile Error 2022-05-05 03:41:51 +09:00
Kenta Kubo
201d6a3535
Merge pull request #51 from decodism/main
Text entry and preset changes
2022-05-05 02:17:11 +09:00
decodism
336162dda4 Add AdGuard DNS preset 2022-05-04 17:08:41 +02:00
decodism
7cd2336998 Update LibreDNS preset 2022-05-04 17:08:41 +02:00
decodism
3c8c13c906 Update Quad9 preset 2022-05-04 17:08:41 +02:00
decodism
b3b1fdd6ac Update 1.1.1.1 preset 2022-05-04 17:08:39 +02:00
decodism
73cd4c75ae Trim text entries 2022-04-30 15:59:56 +02:00
decodism
32c54c3028 Save text entries without return 2022-04-30 15:58:58 +02:00
Kenta Kubo
eadaf5c269
Update README.md 2021-02-13 23:39:28 +09:00
Kenta Kubo
c3283710f2 Bump version to 1.2.0 2021-02-13 12:27:43 +09:00
Kenta Kubo
9a4a33f1f5
Merge pull request #37 from kkk669/mac-catalyst
Mac Catalyst
2021-02-13 12:26:51 +09:00
Kenta Kubo
fd5a391cf5 README: Add one more step to the instructions for macOS 2021-02-13 12:14:38 +09:00
Kenta Kubo
8982b77ee2 Add one more step to the instructions for macOS 2021-02-13 12:14:18 +09:00
Kenta Kubo
272e003785 Update README.md 2021-02-13 12:01:37 +09:00
Kenta Kubo
7297768e9e Add Refresh button for macOS 2021-02-13 11:56:10 +09:00
Kenta Kubo
4cfb651de1 Add instructions for macOS 2021-02-13 11:55:05 +09:00
Kenta Kubo
8c7df4a721 Fix Remove Error 2021-02-13 11:05:25 +09:00
Kenta Kubo
4f40c5592e Enable Mac Catalyst 2021-02-13 11:05:07 +09:00
Kenta Kubo
cba9537ae4 Bump version to 1.1.1 2021-01-07 23:32:48 +09:00
Kenta Kubo
031836a206
Merge pull request #30 from kkk669/issues/29
Fix NEDNSSettingsErrorDomain 3 when the app becomes active
2021-01-07 23:31:18 +09:00
Kenta Kubo
247163f6aa Fix NEDNSSettingsErrorDomain 3 when the app becomes active
Fixes #28, #29
2021-01-07 23:28:07 +09:00
Kenta Kubo
8d686fc484
Update README.md 2021-01-07 04:01:00 +09:00
Kenta Kubo
aaecd02885 Increment build number 2020-12-21 00:42:50 +09:00
Kenta Kubo
0ede14a77d
Merge pull request #17 from kkk669/issues/9
Support On Demand Rules (#9)
2020-12-21 00:41:24 +09:00
Kenta Kubo
d6804bd610 RuleView: Get current SSID if available 2020-12-21 00:40:58 +09:00
Kenta Kubo
99c9d7cbd3 Support On Demand Rules (#9)
Fixes #9
2020-12-21 00:20:57 +09:00
Kenta Kubo
5b28682cc7 Refactor 2020-12-20 23:13:36 +09:00
Kenta Kubo
c53aafa784 Refactor 2020-12-20 21:26:25 +09:00
Kenta Kubo
daead2382c Refactor 2020-12-20 21:26:10 +09:00
Kenta Kubo
43d8e01f67
Merge pull request #20 from kkk669/fix-logic-error
Fix logic error
2020-12-20 21:15:56 +09:00
Kenta Kubo
34400585ac Fix logic error 2020-12-20 21:15:06 +09:00
Kenta Kubo
993c03a756
Merge pull request #26 from kkk669/refine-sync2
Refine sync with NEDNSSettingsManager
2020-12-20 20:09:37 +09:00
Kenta Kubo
b5a955c3fb Refine sync with NEDNSSettingsManager 2020-12-20 20:04:50 +09:00
Kenta Kubo
17bfcd4546 Revert #21 2020-12-20 19:12:12 +09:00
Kenta Kubo
f6f4155648 Add .foregroundColor to a button on a header of a section 2020-12-18 02:09:20 +09:00
Kenta Kubo
d47e545518 Use Color.accentColor instead of Color.blue 2020-12-18 02:03:45 +09:00
Kenta Kubo
934a1de021 Move @AppStorage variables into DNSecureApp 2020-12-18 01:41:09 +09:00
Kenta Kubo
b76726eab2
Merge pull request #21 from kkk669/refine-sync
Refine sync with NEDNSSettingsManager
2020-12-18 01:33:50 +09:00
Kenta Kubo
41891283e3
Refine sync with NEDNSSettingsManager 2020-12-17 02:12:43 +09:00
Kenta Kubo
73eb736278
Merge pull request #18 from kkk669/refine-toolbar-on-contentview
Refine the toolbar on ContentView
2020-12-16 23:38:47 +09:00
Kenta Kubo
f624829ba5
Refine the toolbar on ContentView 2020-12-16 23:37:39 +09:00
Kenta Kubo
5db59e5e03 Add TestFlight link to README.md 2020-12-08 00:09:37 +09:00
Kenta Kubo
8037239770 Bump version to 1.1.0 2020-12-08 00:06:48 +09:00
Kenta Kubo
27abb7d53a Fix LibreDNS configurations 2020-12-07 22:34:05 +09:00
Kenta Kubo
47f6590b45
Merge pull request #16 from comzeradd/libredns
Add LibreDNS DoH provider
2020-12-07 08:36:05 +09:00
Nikos Roussos
ac355978da
Add LibreDNS DoH provider
This adds two endpoints, second one filtering ads and trackers.

Fixes #14
2020-11-18 16:49:54 +02:00
Kenta Kubo
b203047d8f Fix inconsistent labels 2020-10-27 22:36:58 +09:00
Kenta Kubo
beedec4207 Increment build number 2020-10-25 06:56:38 +09:00
Kenta Kubo
52f76f20a4 Make EditButton on DetailView blue 2020-10-25 06:08:00 +09:00
Kenta Kubo
89bf37db18
Merge pull request #10 from aalmenar/main
Add Quad9 dns configuration
2020-10-25 06:03:23 +09:00