Commit Graph

35 Commits

Author SHA1 Message Date
hansoo
4f1705c3b7 Update version to 1.1.8 and fix version code to 9 in Android build files 2025-04-05 20:52:14 +09:00
hansoo
d1e45edcdb 버전 정보 업데이트 2025-04-05 15:52:14 +09:00
gpt-engineer-app[bot]
af51ba2d52 Fix: App crashing on launch
Investigate and resolve the issue causing the application to crash during startup.
2025-04-05 05:04:27 +00:00
hansoo
40e97c1858 버전 표시 오류 수정7 2025-03-23 23:05:04 +09:00
hansoo
a964eeb60c 버전 표시 오류 수정5 2025-03-23 22:57:23 +09:00
hansoo
5720c9210f 버전 표시 오류 수정4 2025-03-23 22:55:33 +09:00
hansoo
9375d06aa2 버전 표시 오류 수정 2025-03-23 22:42:23 +09:00
hansoo
f5e3b39c73 fix: 웹앱 새로고침 후 버전 정보 유지 및 BuildInfoPlugin 오류 수정 2025-03-23 22:17:42 +09:00
gpt-engineer-app[bot]
9968780732 Remove web platform support
The web platform is no longer needed, so remove related code.
2025-03-23 11:01:04 +00:00
gpt-engineer-app[bot]
1ce73d9354 Implement BuildInfo plugin for iOS
This commit implements the BuildInfo Capacitor plugin for iOS to retrieve the app version and build number from Info.plist. This resolves an issue where the version information was not being updated on iOS devices due to the absence of a native plugin implementation.
2025-03-23 10:56:42 +00:00
gpt-engineer-app[bot]
d2d0493ffd Fix: Update version info on settings page
Investigates and resolves the issue where the app version and build number were not updating correctly on the settings page.
2025-03-23 10:49:21 +00:00
hansoo
f286f23842 fix: 앱 버전 정보 표시 개선 - editable 속성에 관계없이 버전 정보 표시 2025-03-23 07:09:31 +09:00
gpt-engineer-app[bot]
06cef28b9b Remove app version information
Removes the app version information and description.
2025-03-22 13:38:10 +00:00
gpt-engineer-app[bot]
321ad87d4f Reverted to edit edt-bfd6bc21-0add-4509-ab56-b4fbae0e8457: "Increase bottom margin of section
Increase the bottom margin of the recent transactions section from 30px to 50px."
2025-03-22 13:37:09 +00:00
gpt-engineer-app[bot]
72d272ef54 Reverted to edit edt-f8847c66-50e6-4952-bb7a-178d44a26294: "Fix edit functionality
The edit functionality was not working as expected. This commit addresses the issue."
2025-03-22 13:36:44 +00:00
gpt-engineer-app[bot]
e9cfb79e96 Make text editable
Make the text at the bottom of the screen editable.
2025-03-22 13:36:32 +00:00
gpt-engineer-app[bot]
1ea5fb1138 Reverted to edit edt-bfd6bc21-0add-4509-ab56-b4fbae0e8457: "Increase bottom margin of section
Increase the bottom margin of the recent transactions section from 30px to 50px."
2025-03-22 13:34:25 +00:00
gpt-engineer-app[bot]
1e156fc671 Fix edit functionality
The edit functionality was not working as expected. This commit addresses the issue.
2025-03-22 13:29:04 +00:00
gpt-engineer-app[bot]
b14fd095ac Refactor: Make app version info editable
Make the app version and description fields in the AppVersionInfo component editable.
2025-03-22 13:26:57 +00:00
gpt-engineer-app[bot]
51bcdf2d05 Center align app version info
Center align the app version and description text in the settings page.
2025-03-21 13:17:30 +00:00
gpt-engineer-app[bot]
23bc7bd805 Visual edit in Lovable
Edited UI in Lovable
2025-03-21 12:53:38 +00:00
gpt-engineer-app[bot]
050386e3d2 Fix: Address no code changes error
The AI system did not make any changes to the code in response to the prompt. This commit acknowledges and addresses this issue.
2025-03-21 12:50:52 +00:00
gpt-engineer-app[bot]
56aa278f77 Visual edit in Lovable
Edited UI in Lovable
2025-03-21 12:50:03 +00:00
gpt-engineer-app[bot]
41d8fdcc7c Add ZELLYY CLOUD text
Add a line of text "ZELLYY CLOUD" at the bottom of the screen, 70px below "The first build".
2025-03-21 12:45:05 +00:00
gpt-engineer-app[bot]
f7eb7d5af7 Display build number in version info
Display the build number next to the version number in the AppVersionInfo component.
2025-03-21 12:23:35 +00:00
gpt-engineer-app[bot]
35a9d89d40 No changes
This commit reflects that no code changes were made.
2025-03-21 12:21:59 +00:00
gpt-engineer-app[bot]
7fb0299c57 Display app version information
Display the app version and build number in the settings. Remove the build number and the number 1 below the app version.
2025-03-21 12:19:51 +00:00
gpt-engineer-app[bot]
ab3bcbdc63 Visual edit in Lovable
Edited UI in Lovable
2025-03-18 14:35:16 +00:00
gpt-engineer-app[bot]
75dc157d15 Refactor: Simplify AppVersionInfo background
Removed background styling from AppVersionInfo component for a cleaner look.
2025-03-18 14:32:04 +00:00
gpt-engineer-app[bot]
7122a0b8bc Refactor AppVersionInfo component
Refactor AppVersionInfo component to use a textarea for the description field and remove white backgrounds.
2025-03-18 14:30:31 +00:00
gpt-engineer-app[bot]
e0c2bbb345 Visual edit in Lovable
Edited UI in Lovable
2025-03-18 14:28:52 +00:00
gpt-engineer-app[bot]
43b1f700b5 Change AppVersionInfo to display text
Replaced input fields with static text for displaying app version information in the AppVersionInfo component.
2025-03-18 14:27:20 +00:00
gpt-engineer-app[bot]
99e64d6f51 Remove version code field
Removes the version code field from the app.
2025-03-18 14:25:49 +00:00
gpt-engineer-app[bot]
73ff9e7886 Allow manual version info edit
Make the version info card editable via text boxes.
2025-03-18 14:24:10 +00:00
hansoo
8efe62d9fd 트랜잭션 삭제 안정성 개선 및 앱 버전 정보 UI 개선
1. 트랜잭션 삭제 기능 안정성 개선:
   - 비동기 작업 최적화로 UI 응답성 향상
   - 메모리 누수 방지를 위한 취소 메커니즘 구현
   - 오류 처리 강화 및 UI 상태 복원 메커니즘 추가

2. 앱 버전 정보 표시 개선:
   - AppVersionInfo 컴포넌트 UI 디자인 개선
   - 설정 페이지 버전 정보 영역 스타일링 개선
   - 빌드 정보 즉시 로딩 구현

* 참고: UI 변경 사항이 포함되어 있으므로 Lovable 팀 리뷰 필요
2025-03-18 00:37:26 +09:00