Commit Graph
773 Commits
Author SHA1 Message Date
MM20 314e4f0736 Update icon pack picker automatically when an icon pack has been installed or uninstalled 2023-03-03 14:42:08 +01:00
MM20 31e250c826 Reduce padding 2023-03-01 20:43:54 +01:00
0b2aa716ec Search: reorder results by launchCount (#267)
* add app search result ordering by launchCount

* add reordering for other domains

* add preference in settings

* bruh moment

- database optimizaiton
- fixing obvious fallacy while reordering

* no reordering on empty queries && reordering early return

* avoiding deserialization

* listpreference

* search settings screen icons & categories

* regrouping

* early-return tweak

* Change ranking algorithm

* Pepega

* Prioritize launchCount over pinned for relevance sorting

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2023-02-28 20:45:25 +01:00
MM20 600e319c99 Fix icon highlighting causing poor contrast on non adaptive icons 2023-02-28 17:28:03 +01:00
MM20 7168169e35 Restructure / cleanup / improve icon pack handling 2023-02-27 22:36:46 +01:00
MM20 6adbee224e Icon picker: add icon pack filter 2023-02-27 14:39:18 +01:00
MM20 81c542d777 Searchable Picker: single line search field 2023-02-27 13:31:19 +01:00
MM20 96182c88c3 Improve launch app gesture transition 2023-02-26 17:54:07 +01:00
MM20 883c372315 Pager swipe fling improv 2023-02-26 13:43:59 +01:00
MM20 b01eb151f8 Improve swipe gesture cancellation in pager layout 2023-02-26 13:40:02 +01:00
MM20 348c969c19 Improve app launch gesture feedback 2023-02-26 13:16:09 +01:00
MM20 51aa25834e Improve splash screen adaptive icon support 2023-02-26 12:54:29 +01:00
MM20 88bbfc41f4 Fake splash screen: add support for legacy splash screens 2023-02-26 01:04:57 +01:00
MM20 608d73706a Add fake splash screen for launching apps by gestures 2023-02-26 00:12:56 +01:00
MM20 c664f2e777 Fuck you Android studio, please fix your goddamn focus, I wanted to type into the terminal, not the editor 2023-02-25 17:57:16 +01:00
MM20 9a4a9a294f Add handler for launch app gesture action 2023-02-25 17:55:48 +01:00
MM20 77e22e5f2b Add preferences for launch app gesture 2023-02-24 22:39:32 +01:00
MM20 d54b904c0a Bring back the option to disable the clock widget's date part 2023-02-24 17:33:08 +01:00
MM20 e82fd23619 Use grid in tag item selector 2023-02-22 17:04:04 +01:00
MM20 270b7a35c3 Version 1.22.2 2023-02-21 19:52:43 +01:00
MM20 9c318fecf4 Fix enter to launch in pager scaffold 2023-02-21 19:52:27 +01:00
MM20 1e303a62c0 Version 1.22.1 2023-02-21 19:05:09 +01:00
MM20 df45efdbe0 Fix search result order 2023-02-21 19:04:32 +01:00
MM20 884103dab3 Revert "Modify black and white themes"
This reverts commit 065e6b828d.
2023-02-21 19:04:09 +01:00
MM20 57d858c333 Version 1.22.0 2023-02-21 18:05:55 +01:00
MM20 3f7c2dbb8a Weather: use null to indicate invalid values 2023-02-21 17:34:36 +01:00
MM20 065e6b828d Modify black and white themes 2023-02-21 16:53:52 +01:00
MM20 b0ce225c87 Apply card opacity preference to widget surfaces 2023-02-21 16:48:01 +01:00
MM20 dbea4a4bec Fix item elevation transition 2023-02-20 14:59:25 +01:00
MM20 df49cff350 Add highlight to single result 2023-02-20 14:39:12 +01:00
MM20 238a01c15e Adjust highlight priority to match order of search results 2023-02-20 14:21:58 +01:00
MM20 5c44276b26 Unhighlight highlightes search result on scroll 2023-02-20 14:18:06 +01:00
MM20 7dbe9d4d6f Migrate SearchVM from LiveData to Compose states 2023-02-20 00:08:35 +01:00
MM20 e5fe3a8816 Optimizations 2023-02-19 23:39:56 +01:00
b11ba9e23a Searchbar: Launch on enter / done (#258)
* Search: add launch action on keyboard-done

* Add switch in settings

* :)

* fix dataStore-update, pull bestMatch from multiple sources

* launch searchAction when no other match is found

* update localization

* switch to .firstNotNullOfOrNull { }

* switch imeAction based on launchOnEnter == true

* localization

* adding highlighting for bestMatch

* Remove unused code

* Store hightlighted search result in viewmodel

* Add highlight for list item, tweak grid item highlight

* Highlight search action that is launched on enter

* localizaton

* switch to IconShape / hairline border

* remove border / outlineVariant-background

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2023-02-19 18:51:31 +01:00
MM20 51716eae64 Tweak weather widget typography 2023-02-18 13:50:42 +01:00
8880f859e2 Weather-Widget: replace drop-down selectors with scrollable rows (#253)
* adding details bar with icons and animations

* adding lazy-rows, again

* adding switch for compact mode / adjust padding

* corner adjustments

* Adjust alignment and typography

* [Fix] Add missing outlineVariant to platform material3 dynamic color schemes

* Adjust colors

* Increase icon weight

* Increase time selector touch target size

* Change divider color

* Adjust selection highlight color

* add checks for valid details / display location icon on lat-lon location

* removing redundant check for valid precipitation

* Add colors argument to weather icons

* Add Blend from material-color-utilities library

* Blend weather icon colors towards theme color

* Remove C/F

* Add item blending when scrolling into / out of view

* Create :ui:ktx:LazyListLayoutInfo.kt / increase provider padding

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2023-02-17 22:07:51 +01:00
MM20 9e3aabed85 Clear search when returning to the launcher after 60 seconds of inactivity 2023-02-16 17:41:57 +01:00
MM20 d574eb0544 Highlight icon packs that support dynamic colors 2023-02-15 21:18:22 +01:00
MM20 d5729006e4 Hide unsupported skip actions in clock widget music part 2023-02-14 16:59:32 +01:00
MM20 e4a599f234 Show custom actions in music widget 2023-02-14 16:59:19 +01:00
MM20 c8d6da41dd Music widget: hide unsupported skip actions 2023-02-13 16:11:39 +01:00
MM20 5c690f7bc8 Migrate music widget from livedata to flow 2023-02-13 13:35:47 +01:00
MM20 4a06158c6a Redesign music widget
- remove album title
- add seek bar
2023-02-13 13:22:10 +01:00
MM20 32753f0ab7 Remove unused imports 2023-02-12 23:31:49 +01:00
MM20 dbdce7bcab Rename MusicRepository -> MusicService 2023-02-12 22:41:48 +01:00
MM20 e36f95f5ae Revert "Remove compose material (2) library"
This reverts commit 91bb5a2096.
2023-02-08 20:51:35 +01:00
MM20 91bb5a2096 Remove compose material (2) library 2023-02-08 20:49:14 +01:00
0a63a104bb Add additional row in vertical and horizontal pager in horizontal clock mode showing favorites (#246)
* Add setting for clock widget to show two DynamicZones, one of them always being favorites

* implementing horizontal pager

* undoing changes

* checking if withFavoriteBar is set in horizontal layout

* Clock widget: use compose pager, not accompanist pager

* Pull favorites part provider from view model

* Clock widget settings: remove divider

* Remove date_part from settings.proto

* Remove datePart settings references

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2023-02-08 16:14:38 +01:00
U. N. OwenandGitHub 80a1942555 Merge pull request #241 from Sir-Photch/main
Add layout-option to restrict rotation to portrait mode
2023-02-03 22:34:04 +01:00