Commit graph

231 commits

Author SHA1 Message Date
Kenta Kubo
8dd0f2d50e
chore: update Xcode project to the latest settings 2025-09-03 22:46:05 +09:00
Kenta Kubo
b0715bc56f
Merge pull request #131 from kkebo/update-project-settings
chore: update project settings
2025-09-03 21:26:23 +09:00
Kenta Kubo
9033c43d84
chore: update project settings
"Editor" > "Validate Settings..."
2025-09-03 21:11:09 +09:00
Kenta Kubo
a5cb503490
Merge pull request #130 from kkebo/fix-warns
fix: fix warnings
2025-09-03 21:02:38 +09:00
Kenta Kubo
b047b9042c
fix: fix warnings 2025-09-03 20:56:44 +09:00
Kenta Kubo
17ce2d56a0
Merge pull request #128 from kkebo/127-deactivate-on-editing 2025-09-03 20:42:34 +09:00
Kenta Kubo
fcec5ef24f
fix: deactivate the active server when it's modified
fixes #127
2025-09-03 20:38:51 +09:00
Kenta Kubo
3313b1d9dc
Merge pull request #129 from kkebo/fix-typo 2025-09-03 19:52:15 +09:00
Kenta Kubo
e42f7dd7fa fix: fix typo
"On Demand Rules" -> "On-Demand Rules"
2025-09-03 19:47:55 +09:00
Kenta Kubo
219df8ccc1
Merge pull request #126 from kkebo/improve-textfield-ux-in-ruleview 2025-09-03 19:47:38 +09:00
Kenta Kubo
e7710e9928
fix: improve text field UX in RuleView 2025-09-03 04:05:34 +09:00
Kenta Kubo
547b548525
Merge pull request #120 from kkebo/119-remove-as-is-action 2025-09-03 02:34:27 +09:00
Kenta Kubo
3591b9840a
revert: As is 2025-09-03 02:28:26 +09:00
Kenta Kubo
06c5a5fc65
test: migrate to Testing from XCTest 2025-09-03 00:39:24 +09:00
Kenta Kubo
f6aaedfdb8
chore: bump Swift language mode to 6 in test targets 2025-09-03 00:37:07 +09:00
Kenta Kubo
5c96c63613
Merge pull request #121 from kkebo/refine-ruleview
feat: refine `RuleView`
2025-09-03 00:35:16 +09:00
Kenta Kubo
caf33b9ce1
fix: fix iOS 16 issue 2025-09-03 00:29:20 +09:00
Kenta Kubo
ba48c966a1
fix: fix build failure 2025-09-02 23:36:57 +09:00
Kenta Kubo
103dc02919
chore: fix project file 2025-09-02 23:07:04 +09:00
Kenta Kubo
3d2c9d6019
fix: fix build failure 2025-09-02 23:06:10 +09:00
Kenta Kubo
0cec7bbf9c
refactor: fix lint warnings 2025-09-02 22:36:42 +09:00
Kenta Kubo
67a8db045d
refactor: use LabeledContent on newer OSes 2025-09-02 22:36:42 +09:00
Kenta Kubo
7433d55450
fix: fix build failure by converting groups into folders 2025-09-02 22:36:42 +09:00
Kenta Kubo
17f950ecba
fix: fix build failure 2025-09-02 22:36:42 +09:00
Kenta Kubo
2c3f8a4b2f
refactor: divide each Form into its own separate file 2025-09-02 22:36:42 +09:00
Kenta Kubo
6faca0f72b
test: fix RuleView preview 2025-09-02 22:36:41 +09:00
Kenta Kubo
55b541403e
feat: refine RuleView 2025-09-02 22:36:37 +09:00
Kenta Kubo
febbf73029
Merge pull request #125 from kkebo/fix-clear-button
fix: fix the bug where the clear button on `LazyTextField` doesn't work
2025-09-02 22:31:36 +09:00
Kenta Kubo
f2db5aa19b fix: fix the bug where the clear button on LazyTextField doesn't work 2025-09-02 22:28:04 +09:00
Kenta Kubo
4bbda1c4cc
Merge pull request #122 from kkebo/117-redesign-restorationview
feat: redesign `RestorationView`
2025-09-02 22:26:25 +09:00
Kenta Kubo
01d5a48a63 refactor: refactor Button 2025-09-02 22:20:37 +09:00
Kenta Kubo
13fbfc849a feat: redesign RestorationView
resolves #117
2025-09-02 22:20:37 +09:00
Kenta Kubo
2b1277347d
Merge pull request #124 from kkebo/refactor-buttons-and-menus
refactor: refactor `Button`s and `Menu`s
2025-09-02 22:18:44 +09:00
Kenta Kubo
4bea9abec9
refactor: refactor Buttons and Menus 2025-09-02 22:14:49 +09:00
Kenta Kubo
41dfa8b900
Merge pull request #123 from kkebo/naming-convention 2025-09-02 22:09:11 +09:00
Kenta Kubo
60f2036303
refactor: change naming convention
`somethingIsPresented` -> `isSomethingPresented`
2025-09-02 02:59:30 +09:00
dependabot[bot]
9a555a97a5
Merge pull request #114 from kkebo/dependabot/github_actions/actions/checkout-5 2025-08-18 12:22:49 +00:00
dependabot[bot]
cdd65efb28
ci: bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 12:17:34 +00:00
Kenta Kubo
1302d2b374
chore: fix CODEOWNERS 2025-08-18 21:13:49 +09:00
Kenta Kubo
f282f8088a
ci: introduce dependabot 2025-07-18 01:30:00 +09:00
Kenta Kubo
e0db86ee54
Merge pull request #112 from kkebo/reset-build-number 2025-05-22 01:49:24 +09:00
Kenta Kubo
307843e01a
chore: reset the build number to 1
We are now using Xcode Cloud, so no longer need to manage the build
number manually.
2025-05-20 00:24:59 +09:00
Kenta Kubo
e1a4acc360
Merge pull request #111 from kkebo/bump-version-1.5.1
chore: bump version to 1.5.1
2025-05-19 23:42:46 +09:00
Kenta Kubo
302d034d53
chore: bump version to 1.5.1 2025-05-19 23:37:37 +09:00
Kenta Kubo
f3725d67f3
Merge pull request #110 from kkebo/revert-109-bump-version-1.5.1-25
Revert "chore: bump version to 1.5.1 (25)"
2025-05-19 23:31:46 +09:00
Kenta Kubo
5c7051fec3
Revert "chore: bump version to 1.5.1 (25)" 2025-05-19 23:30:08 +09:00
Kenta Kubo
7e0d0b858d
Merge pull request #109 from kkebo/bump-version-1.5.1-25
chore: bump version to 1.5.1 (25)
2025-05-19 23:12:22 +09:00
Kenta Kubo
1d4cbbeb73
chore: bump version to 1.5.1 (25) 2025-05-19 01:08:04 +09:00
Kenta Kubo
d2502718db
Merge pull request #107 from kkebo/realtime-status-update 2025-05-08 00:14:01 +09:00
Kenta Kubo
1adf591e1c
feat: update the activation status in real time
The activation status on the bottom bar is now updated in real time. So
we don't need the refresh button anymore.
2025-05-05 02:25:11 +09:00