• Joined on 2023-07-16
harukin pushed to fix/some-refactoring at harukin/jrshikoku 2026-03-31 10:24:31 +00:00
ec9b6dd1bc アイコン設定画面のリファクタリングとローディングアニメーションの追加
harukin pushed to fix/some-refactoring at harukin/jrshikoku 2026-03-31 03:32:54 +00:00
e1c12c9dab アプリアイコンシステムガイドを追加し、アイコンの追加手順と規格を明確化
harukin pushed to fix/some-refactoring at harukin/jrshikoku 2026-03-31 03:10:12 +00:00
ad75dfe27c iOSウィジェットにURLを追加し、ユーザーがトレイン情報と運行情報にアクセスできるようにしました
harukin pushed to fix/some-refactoring at harukin/jrshikoku 2026-03-31 02:20:50 +00:00
9c926362a9 アイコンのIDの大文字小文字を統一し、可読性を向上
0a1940f781 テキストスタイルにテーマカラーを適用し、可読性を向上
Compare 2 commits »
harukin pushed to fix/some-refactoring at harukin/jrshikoku 2026-03-31 01:50:43 +00:00
f937bcc22d Add new PNG icons for various assets
69f2d38a0a useThemeColorsを使用してダークモードの判定を統一し、コードの可読性を向上
1d9a1d593b useThemeColorsからisDarkを追加し、ユーザーインターフェーススタイルを動的に設定
b3d7ba448d WebViewコンポーネントにcontentMode="mobile"を追加し、表示を最適化
3cb14405f6 画面遷移アニメーション完了後に重たい計算を実行するためのフラグを追加し、ローディングアニメーションを実装
Compare 10 commits »
harukin created branch fix/some-refactoring in harukin/jrshikoku 2026-03-31 01:50:42 +00:00
harukin pushed to develop at harukin/jrshikoku 2026-03-25 03:48:00 +00:00
834ad2bd41 feat: implement elesite data source integration and permission handling
83ca18f2c7 feat: add detailed changelog for version 7.0beta with feature enhancements and improvements
Compare 2 commits »
harukin pushed to develop at harukin/jrshikoku 2026-03-25 01:31:23 +00:00
baacfd5855 refactor: remove LiveActivityButton from EachTrainInfoCore component
harukin pushed to develop at harukin/jrshikoku 2026-03-25 01:22:18 +00:00
066317bbc8 feat: add SpotSign component for tourist attractions
harukin pushed to develop at harukin/jrshikoku 2026-03-24 17:08:18 +00:00
0bcb03f833 refactor: remove live notification functionality from FixedStation and FixedTrain components
harukin pushed to develop at harukin/jrshikoku 2026-03-24 16:44:40 +00:00
9037d21237 fix: TypeScript build errors (143 to 47)
harukin pushed to develop at harukin/jrshikoku 2026-03-24 16:11:34 +00:00
4789543573 Merge origin/develop into develop and resolve conflicts
5345dca95f Merge branch 'feature/fix-some' into develop
18f11c88b1 WidgetSettingsコンポーネントを削除し、SettingTopPageのウィジェット設定リンクをAndroidプラットフォームに限定
cee238d060 ShortcutWidgetのタイル表示を改善し、遅延情報と運行情報を取得する機能を追加
dad462ff45 ListViewとExGridSimpleViewに次の列車の時間帯へ自動スクロール機能を追加
Compare 80 commits »
harukin pushed to feature/fix-some at harukin/jrshikoku 2026-03-24 16:04:01 +00:00
18f11c88b1 WidgetSettingsコンポーネントを削除し、SettingTopPageのウィジェット設定リンクをAndroidプラットフォームに限定
harukin pushed to feature/fix-some at harukin/jrshikoku 2026-03-24 15:59:33 +00:00
cee238d060 ShortcutWidgetのタイル表示を改善し、遅延情報と運行情報を取得する機能を追加
harukin pushed to feature/fix-some at harukin/jrshikoku 2026-03-24 14:12:42 +00:00
dad462ff45 ListViewとExGridSimpleViewに次の列車の時間帯へ自動スクロール機能を追加
harukin pushed to feature/fix-some at harukin/jrshikoku 2026-03-24 10:19:11 +00:00
26cde03d3e AllTrainDiagramViewのmeasure対象を外側コンテナに変更
0230b56f8b StationDiagramViewの外側Viewをmeasure対象に変更
a2912d77ae キーボード回避ロジックをuseKeyboardAvoid hookに共通化
e80eeae211 StationDiagramViewにキーボード高さキャッシュ・デバウンス・ガードを適用
33410fcd61 fix: キーボード表示時の測定処理をリファクタリングし、タイマー管理を追加
Compare 23 commits »
harukin pushed to feature/fix-some at harukin/jrshikoku 2026-03-23 15:52:29 +00:00
2cd5142262 fix: バックグラウンドでのデータ取得を継続し、列車追跡の終了条件をフォアグラウンドに依存させるよう修正
harukin pushed to feature/fix-some at harukin/jrshikoku 2026-03-23 15:38:18 +00:00
4b518b848e fix: FelicaQuickAccessWidgetとFelicaBalanceWidgetのUIを改善し、背景デザインを最適化
fb89a2b334 fix: Live Activity関連の不要なコードを削除し、トレイン情報の構築を最適化
a66af59438 fix: Live Activityの定期的な更新を追加し、selectedTrainの再計算を60秒ごとに実施
04d0f50b99 fix: Live Activityの自動開始条件をselectedTrainに依存させるように修正
f4b86f4e77 fix: FelicaQuickAccessWidgetおよびShortcutWidgetのUIを改善し、バランスウィジェットのデザインを更新
Compare 10 commits »
harukin created branch feature/fix-some in harukin/jrshikoku 2026-03-23 15:38:18 +00:00
harukin pushed to develop at harukin/jrshikoku 2026-03-22 17:11:22 +00:00
b1a8a4c98f feat: update iOS build number to 59 in app.json
50fd2ece64 Merge commit 'f972d2b719eb9d26a738761800bc1901c573c800' into develop
f972d2b719 Merge commit 'deb24caaa2472ac2ec7715c96f3d0b69ebb96cde' into feature/migration-expo-upgrade
deb24caaa2 feat: add station progress tracking and notification updates for train follow feature
5515f42415 feat: add Live Activity button for train tracking and update iOS deployment target
Compare 35 commits »