Skip to content
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

[PR] Release 1.0.0 Alpha #6

Merged
merged 17 commits into from
Oct 9, 2024
Merged

[PR] Release 1.0.0 Alpha #6

merged 17 commits into from
Oct 9, 2024

Conversation

doyoonkim3312
Copy link
Member

[PR] Release 1.0.0 Alpha (for Internal Test only)

doyoonkim3312 and others added 17 commits October 2, 2024 23:16
  - Add necessary vector resource for Icon Button
  - Add Jsoup library dependency for HTML parsing
  - Add ful content view composable that would be visible when user selects notice from the list.
  - Appropriate UI State with associated functions have been either newly defined or modified.
  - Direct connection between viewmodel and local repository has been established.
  - Composable for displaying full content of the user-selected notice.
  - Would be pop-up when user select notice from the list.
  - Automatic Configuration Update occurred.
  - Function that fetch the entire HTML and extract only the selected part of it is defined.
  - It would be used to extract 'content' from the entire HTML, and provide it to DetailNoticeContent Composable.
  - Remove direct access to local repository from viewmodel.
  - Add new usecase under Domain layer for enhancing reusability and better maintenance.
  - Add necessary resource variables (Color, String)
    1. New color resource for button on the DetailedContentView Composable.
    2. New String resource for 'more' button on the DetailedContentView Composable.
  - Modify weight of each composable on the Surface.
    (try to enhance visibility of each information of requested detailed content.
  - Add new function 'View More on Browser'
    Add new button on the bottom that allows user to navigate to original web source via default web browser installed.
  - Attach DetailedNoticeContent with AnimatedVisibility.
  - Allow user to fetch full content of selected notice from the list.
  - Add new color resource to Application Theme that offers different color based on the device UI theme.
  - Apply Custom-Designed Application Icon
  - Add required string resources being used in Preference page.
  - Settings page has been added with Switch button for enabling push notification later.
  - Include basic application information such as version code, Explicit OSS References, etc.
  - Enable UserPreference page. Allow user to access this page using button on the top-right corner that would be appeared on the main page.
  - Add new destination to Main Navigator.
  - Set title area would display a single line with Ellipsis effect for overflowed String value.
[PR] Modify Detailed Content Composable w/ new functionality
@doyoonkim3312
Copy link
Member Author

Merge PR. Override branch protection (Bypass; Repo Admin)

@doyoonkim3312 doyoonkim3312 merged commit cddfef1 into release Oct 9, 2024
1 check passed
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