Skip to content

PR: 1.4.0#32

Merged
doyoonkim3312 merged 16 commits intoreleasefrom
development
Jun 1, 2025
Merged

PR: 1.4.0#32
doyoonkim3312 merged 16 commits intoreleasefrom
development

Conversation

@doyoonkim3312
Copy link
Member

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)

  - 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.)
  - 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
@doyoonkim3312 doyoonkim3312 merged commit b58fcc9 into release Jun 1, 2025
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