20 Commits

Author SHA1 Message Date
MM20
dd539ea301
BrightSky: Fix weather condition wind string
Close #280
2023-03-14 20:11:10 +01:00
MM20
280af24546
Tweak weight factors 2023-03-12 21:47:46 +01:00
MM20
824ae9bba2
Hide top row of favorites in favorites widget if it is directly below the clock widget favorites part 2023-03-11 13:16:29 +01:00
MM20
832ff67320
Tweak usage weights alphas 2023-03-11 12:40:41 +01:00
Christoph
2c9cba72a9
Search: introduce weighted reordering (#272)
* 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>
2023-03-10 22:17:03 +01:00
Christoph
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
7168169e35
Restructure / cleanup / improve icon pack handling 2023-02-27 22:36:46 +01:00
MM20
608d73706a
Add fake splash screen for launching apps by gestures 2023-02-26 00:12:56 +01:00
MM20
3f7c2dbb8a
Weather: use null to indicate invalid values 2023-02-21 17:34:36 +01:00
MM20
1ba1eacd89
Fix restoring quick actions 2023-02-20 17:03:42 +01:00
MM20
295f1e54ca
Websearch quick actions: allow custom url schemes 2023-02-20 16:48:15 +01:00
MM20
e5fe3a8816
Optimizations 2023-02-19 23:39:56 +01:00
MM20
0030314653
Fix OWM rain forecast 2023-02-16 23:35:26 +01:00
MM20
a1ebcc1a96
Run calculator on default dispatcher 2023-02-08 20:53:20 +01:00
MM20
2ae19260fb
Fix potential crash 2023-01-23 21:14:21 +01:00
MM20
be4c51562a
Use canonical URL and no custom tab for wikipedia 2023-01-23 14:31:08 +01:00
MM20
aa69fb5f42
Improve app and shortcut query matching 2022-12-21 19:37:38 +01:00
MM20
41a0157983
Tweak search query thresholds 2022-12-21 19:35:33 +01:00
MM20
ddc157741a
Add settings page to manage tags 2022-12-21 19:24:32 +01:00
MM20
3f8880a90a
Reorganize and group modules 2022-12-13 17:37:26 +01:00