Merged
Conversation
- Change the way how requested detailed notice would be displayed on WebView.
* Remove dark theme feature
* Revert Visual Images on top, Location title, and footer survey area.
- Update version information. (1.3.4)
- Apply new function to EditBookmark Composable to allow user to access detailed content while they're editing bookmark.
* FAB is being disabled when users access DetailedContent composable from EditBookmark.
- Modify color resource for overall theme in order to improve visibility.
- Update missing theme changes - Minor UI style fix to enhance visibility.
- Allow user to download attachments from the WebView directly. * Downloaded files will be stored on External Storage Directory (Downloads). * Once the download is initiated, user will be redirected to the Downloads folder automatically.
- Apply new string resources for localization.
* Localized string resources have been applied to the newly introduced feature. (Download).
- Change the way subscription preferences status is being managed.
* Prev: Status are stored on both local and server side, and synced every time status is changed.
* Current: Status are stored on server side only. (Rely solidly on the Server-side information.)
- SplashScreen 1.0.1
- Change parent theme for overall application to implement dynamic Splash Screen background color (Dealing with Device Theme Dark/Light)
- Resolve Software Keyboard Related problem.
* When software keyboard is up, composable at the bottom stays behind the keyboard. --> Resolved.
- New domain class for handling Single Notice request using its unique id.
- Deep Link feature has been introduced.
- Revert using custom-defined pending intent to access data payload. - Uses already delivered data payload as form of intent. (When app is closed, data payload is accessible once user clicks system try only.)
- Modify the way DetailedContent Request is being handled. Check temporarily saved notice information with received notice information. (If nttId of both instances are identical, network request for getting single notice is unnecessary.)
- Update version information
* Version Code: 15
* Version Name: 1.4.0
This file contains hidden or 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
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.
1.4.0 (15)
Fix UI issues (including Software Keyboard related problem)
Change the way to display external web content on WebView. (Minimize content modification.)
Introduce Deep Link feature.
Change the way to handle Topic Subscription Status. (Rely on Server side information)