38 Commits

Author SHA1 Message Date
MM20
6e5cfb2737
Weather: use fine location if available
Close #230
2023-05-13 18:42:57 +02:00
MM20
2fb2e2ddda
Use material3 chips in app item popup 2023-05-13 17:38:05 +02:00
MM20
b64555d3ae
Add color to notification data class 2023-05-13 15:22:29 +02:00
MM20
b678662121
Respect notification badge settings 2023-05-09 00:03:40 +02:00
MM20
5211f5bced
Note widget: add dismiss action 2023-04-27 18:45:52 +02:00
MM20
d98dcdf286
Bringup notes widget 2023-04-23 22:34:20 +02:00
MM20
bad3c02fe8
Fix crash
Fix #359
2023-04-23 18:09:30 +02:00
MM20
8043d90cb5
Add fake app repository to simulate lots of installed apps 2023-04-21 15:03:10 +02:00
MM20
df1aa8c119
Reuse search result item viewmodels 2023-04-21 13:37:00 +02:00
MM20
56566b8452
Disable OneDrive integration
it was broken anyway
2023-04-17 18:10:30 +02:00
MM20
5b2ad94065
Move widget specific settings to widgets 2023-04-16 14:07:08 +02:00
MM20
fb87ab20f9
Fix crash when widget config deserialization fails 2023-04-14 00:33:00 +02:00
MM20
e6751541dd
Fix widget backup 2023-04-14 00:20:52 +02:00
MM20
ed70097c38
Refactor favorites and searchable database 2023-04-10 22:44:05 +02:00
MM20
f927ed8e82
Typo in filename 2023-04-10 13:15:48 +02:00
MM20
3cda75bc77
Refactor widgets 2023-04-10 01:15:27 +02:00
MM20
309bee62fd
New widget picker, add support for work profile widgets 2023-04-07 17:22:38 +02:00
MM20
8ae3d74512
Include unthemed icon variant in icon picker for icon packs that support themed icons 2023-04-04 22:23:43 +02:00
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