-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introduce AddWidgetView screen * Add new copy * Add Home Message Cell to the Home screen * Rename AddWidget to WidgetEducation * Fix theme issue affecting navigation bars and other system components when it is manually overriden in the app updateUserInterfaceStyle method was being called in willEnterForeground which is not called after cold start * Remove unused copies * Open WidgetEducation in modal with navigation bar * Add pixels * Make HomeMessageView compliant with iOS 14 * Remove unused code and empty lines * Remove unsued code around the old home message * Remove todos, empty lines and warnings * Turn literal into const * Add widget education as variant to the manager * Drop the suffix for WidgetEducationHomeMessageViewModel * Pass the VariantManager to the Storage and change the logic when to display widgetEducation * Fix issue for image not showing on WidgetEducationView * Fix issue with image alignment * Do not show WidgetEducation feature in settings if it shouldn't be shown * Do not show widget education if app has been open from widget * Design adjustments * Import translations * Fix tests * Use lets instead of vars * Stop allocating weight for voice search * Make the action closure the last thing so it can benefit from closure style when constructing Co-authored-by: Jacek Łyp <jlyp@duckduckgo.com>
- Loading branch information
Showing
98 changed files
with
1,999 additions
and
900 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.