31 Commits

Author SHA1 Message Date
MM20
ff7a72f7c4
Add color scheme backup / restore 2023-08-26 18:52:35 +02:00
MM20
4e681234fd
Add missing name column 2023-08-22 21:51:51 +02:00
MM20
46f2f47cda
Custom color schemes v2 - Part 2
Add database entity and migrations
2023-08-22 21:34:46 +02:00
MM20
8fa681a0ac
Migrate Room to KSP 2023-08-06 15:25:33 +02:00
MM20
3c4074c78b
Replace default Google websearch shortcut with generic websearch action 2023-07-21 14:09:52 +02:00
MM20
5211f5bced
Note widget: add dismiss action 2023-04-27 18:45:52 +02:00
MM20
d1482ad112
Get rid of LiveData 2023-04-20 21:50:03 +02:00
MM20
ed70097c38
Refactor favorites and searchable database 2023-04-10 22:44:05 +02:00
MM20
3d75a6c3d8
Fix: hidden items can appear in favorites 2023-04-10 14:24:16 +02:00
MM20
3cda75bc77
Refactor widgets 2023-04-10 01:15:27 +02:00
MM20
b359cf8897
Remove duplicates from icon picker 2023-04-04 22:48:04 +02: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
63623b2ae8
Optimize favorite queries 2023-03-10 22:53:33 +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
MM20
9d520cef42
Ensure icon pack dynamic calendar icons are correctly loaded 2023-03-10 14:39:30 +01:00
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
c040076ce9
Remove uninstalled icon packs from database 2023-03-03 14:19:22 +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
6adbee224e
Icon picker: add icon pack filter 2023-02-27 14:39:18 +01:00
MM20
47fa1cbbed
Fix database migration 2023-02-15 22:08:52 +01:00
MM20
c71fec59ac
Store themed attribute per icon pack icon 2023-02-15 20:59:13 +01:00
MM20
23252726b0
Don't store compat themed icons in database 2023-02-15 18:41:30 +01:00
MM20
59b8f17fc4
Compat themed icons
- Use native themed icons on Android 8.0 to 12
2023-02-15 15:23:17 +01:00
MM20
9e56f960e6
Add support for themed icon packs 2023-02-14 22:39:29 +01:00
MM20
ebba36c384
Change Icon and IconPack entities again
- move `themed` column from Icon to IconPack
2023-02-14 22:02:48 +01:00
MM20
af858bfbbe
Improve icon pack icon search 2023-02-14 21:37:06 +01:00
MM20
6407d0577f
Change Icons schema:
- drop useless `scale` column
- add `themed` column
- add `name` column
2023-02-14 21:12:11 +01:00
MM20
095dc97653
Add support for icon packs that have their appfilter.xml located in assets/
Close #242
2023-01-29 16:12:58 +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