Skip to content

[PR] Address identified bugs and request received during Internal Test (1.4.2)#38

Merged
doyoonkim3312 merged 15 commits intoreleasefrom
development
Jun 22, 2025
Merged

[PR] Address identified bugs and request received during Internal Test (1.4.2)#38
doyoonkim3312 merged 15 commits intoreleasefrom
development

Conversation

@doyoonkim3312
Copy link
Member

Identified bugs and request received during internal testing have been addressed.

  • Change the title of the push notification delivered over FCM
  • Replace legacy DateTimePicker to enhanced DatePicker and TimePicker for better user experience
  • Extra improvements on code and UI

  - Add missing dependency (UI Tooling for Jetpack Compose)
  - Remove duplicated icon from the Push notification sent via FCM (Remove optional Large Icon)
  - Add necessary string resources for localizing title text to be shown over Push Notification.
  - Change the format of title text on the Push notification, alongside with a proper localization.
  - Custom-defined WheelPicker based TimePicker Composable.
  - Add necessary string resources for localization
  - Add Theme value for Gray-based container color.
  - Wheel Spinner based Time Picker has been defined.
  - This component has been applied to the EditBookmarkScreen to enhance user experiences in selecting time for reminder options.
  - Remove redundant bottom paddings.
  - Isolate Time Picker from the DateTimePicker to enhance user experience.
  - Migrated from type-based date selection to selection based date selection.
  - Modify logic for handling date and time information for reminder option.
…imePicker

  - Replace legacy DateTimePicker (type-based selection) to Improved DatePicker and TimePicker.
    * Each DatePicker and TimePicker would be displayed over Dialog that covers entire composable behind it.
    * Wheel-spinner based time selection has been applied.
  - Change manual dialog popup to Dialog composable.
  - Fix height value for Top and Bottom spacer at the Wheel Spinner,
  - Add Spacer at the bottom of the Dialog for better appearance.
…tification title

  - Change the condition for determining localized notice name.
    * Received strings have been identified as Korean title.
@doyoonkim3312
Copy link
Member Author

Ignore build result of GitHub Action. (Failed on GitHub Action). Project has been built and verified on local-side machine.
Problem occurred by missing permission declaration, which is already addressed systemically.

  - Add missing color properties to the text under TimePicker Dialog
@doyoonkim3312 doyoonkim3312 merged commit 9b9b10e into release Jun 22, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant