-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to .NET8 #100
Merged
Merged
Upgrade to .NET8 #100
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
クラッシュしない最新のバージョンまで
今度はRowがおかしい感じがする…
単に `Add(*,*,*)` みたくRow指定を使うと、それでもSetRowが効かなくなるっぽい
IgnoreSafeAreaが効くようになったので、PaddingViewは専用のRowに配置するようにした。 また、ContentがPaddingViewで隠されない状態になってしまっていたため、ついでにContentは非表示中画面外に出し、表示する際にRemarksViewを開くと同時にTranslateToで正常位置に持ってくるようにした
`LabelStyle` という名前が予約されてしまったらしく、使えなくなったため、ついでにほぼ全部DTACElementStylesに移行した
XAMLからだと、まだ正常に表示されてない
カラム指定をミスって、存在しないカラムを指定してた
- 最後の駅の下に空の行を表示するようにした - 管理の都合で、「着後」の行高さをRowHeightに合わせた - 線を管理する場所をちょいちょい変更
Disabledのときは若干暗く表示するようにした
- Timetable側に表示されるSeparatorを若干薄くした - 両数表示の直上のSeparatorが、TrainInfo_BeforeDepartireの開閉時に表示されない問題に対応
- 高さが正常じゃなかったので修正 - そもそもの高さを微調整
This was
linked to
issues
Nov 20, 2023
12だとxcodeバージョン不足でエラーが出たため。(iOS版のみ。mac版のバージョンアップはついで。)
「発前」の上が細くなってるので、直す それ以外はヨシ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
フレームワークバージョンを.NET8に更新した。
変更点は以下の通り