Conversation
- Independent class 'DeeplinkHandler' has been introduced to create appropriate Deeplink Uri using received data over intent.
- Isolate Deeplink Uri extraction from intent logic to independent class. - Add additional state to LaunchedEffect to observe preprocessing completion state.
- Remove overridden function handleIntent to allow receiving RemoteMessage with Notification Payload. - Modify Push Notification handling logic to allow information on notification payload to be used to construct push notification. - Allow receiving system-wide push notification, which contains notification payload only.
- Add extra spaces between tip category area and tip title area. (0.dp to 4.dp)
- Apply modified API Endpoint for each requests.
- Add new build variants for flawless testing during development. - (:app) Add necessary dependencies to utilize Firebase Analytics.
- Apply FirebaseAnalytics to the project to collect application information, including interactions, crash info, etc.
- Add necessary version information for Firebase Analytics dependencies.
- Add new String paramter for lambda function 'onDestination' (for FirebaseAnalytics)
- Apply VerticalPager to TipContainer for auto-advancing representation. - Extract Surface from TipContainer (for better animation during auto-advancing)
- Apply Firebase Analytics to collect data to collect touch event on 1) Push Notification and 2) Tip
- Replace existing Column with verticalScroll with LazyColumn - Replace Static TipContainer with TipPager.
- Add horizontal padding with Color.White for container background.
- Remove unused import statement.
- Allow user to sort saved bookmark either 'Newest Updated' or 'Oldest Updated'
- Add necessary localized string resources.
- Change the container background of Scaffold for OSS webview.
- Update Version Information
* Version Code: 27
* Version name: 1.5.1
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.
KNUTICE 1.5.1 RC