* Database: backend for weights & timestamps
- Migration 21->22
- SearchableLaunchTimestampEntity.kt
- `weight`-column in SavedSearchableEntity
- Queries for sorting by and adjusting weight
- Queries for sorting by recent use
* move weightfactor access to favoritesRepository
* reorder calls in SearchVM
* no more datahoarding
* add settings screen for ordering
* ui fix, animations
* move ordering settings out of own screen
* remove unused localization
* weight factors
* larger factor for WeightFactor.High
* cleanup
* sort favorites by weight
* icons for favorite screen
* I hate coming up with descriptive strings
* add default weight factor to settings migration
* Add default values for search result ordering preferences
* Favorites settings: change order of preferences
* Change strings
* Replace favorites variability slider with list preference
* migration initial weight
* Change labels
* Include searchable weight column in backup
---------
Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
* 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>
* 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>