-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
517f320
commit c30d3b5
Showing
10 changed files
with
75 additions
and
30 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
<div class="setup-pages"> | ||
<div class="setup-page" style="opacity: 1;" id="page-welcome"> | ||
<div class="setup-body"> | ||
<h1 data-i18n="welcome.welcome.install">Welcome</h1> | ||
<h1>Welcome</h1> | ||
<p style="margin: 0px;"><img src="./assets/[email protected]" width="30" | ||
style="filter: contrast(0) brightness(2); transform: translateY(6px); padding-right: 8px;"> | ||
<span data-i18n="welcome.welcome.appName">Groove Launcher</span> | ||
|
@@ -175,14 +175,17 @@ <h1 data-i18n="welcome.whatsnew.title" class="small">What's New?</h1> | |
<div class="scroller" style="overflow: hidden; position: relative; margin: 0px;"> | ||
<div> | ||
<ul> | ||
<li><strong>Home Screen Animation Fixes:</strong> App launch and letter selector | ||
animations work smoothly.</li> | ||
<li><strong>Wide Screen Display Correction:</strong> Groove Settings render correctly on | ||
wide screens.</li> | ||
<li><strong>App List Refresh:</strong> App list now updates with new or removed apps. | ||
<li><strong>New Live Tiles:</strong> Added live tiles for clock, contacts, and gallery. | ||
</li> | ||
<li><strong>Long Press Fix on Search Results:</strong> Long-pressing no longer opens | ||
apps unintentionally.</li> | ||
<li><strong>Adaptive Tile Colors:</strong> Tiles now adapt to background contrast for | ||
better readability.</li> | ||
<li><strong>Language Support:</strong> Groove now supports app localization in multiple | ||
languages.</li> | ||
<li><strong>Rotation Lock:</strong> Lock your device orientation to landscape or | ||
portrait.</li> | ||
<li><strong>Improved App Handling:</strong> Fixed issues with apps sharing the same | ||
package name but different activity names (e.g., Google and Gemini).</li> | ||
<li><strong>App Hiding:</strong> Users can now hide apps from the app list.</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|