-
Notifications
You must be signed in to change notification settings - Fork 1
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
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
- 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
Merge PR. Override branch protection (Bypass; Repo Admin) |
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.
[PR] Release 1.0.0 Alpha (for Internal Test only)