90 Commits

Author SHA1 Message Date
MM20
2479fdbc03
Move badge settings to decentralized data store, add preference for plugin badges 2023-12-07 22:44:41 +01:00
MM20
0f6d636ca0
Add plugin badges 2023-12-07 20:56:57 +01:00
MM20
a94cc2ae01
Add file plugin settings screens 2023-12-03 19:44:26 +01:00
MM20
4c3b491a08
Remove unused field 2023-11-25 21:09:55 +01:00
MM20
966d43d4d1
Migrate file search settings to decentralized json data store 2023-11-25 18:54:27 +01:00
MM20
25cd9b707e
Group plugins by package 2023-11-25 16:29:20 +01:00
MM20
e7ae751340
Add plugin settings screen 2023-11-06 19:30:41 +01:00
MM20
801caf9dd6
Plugins: bringup 2023-11-05 19:02:59 +01:00
MM20
47cf4e9483
Refactor backup/restore
Close #575
2023-10-28 17:15:04 +02:00
MM20
c9d9b3a4e9
Fix Koin definitions 2023-10-28 15:50:49 +02:00
MM20
e3005cf051
Move database module from :core to :data 2023-10-28 14:20:36 +02:00
MM20
957358c79a
Annual refactor 2023-10-28 14:20:16 +02:00
MM20
d797263c0a
Don't unpin shortcuts when they are unavailable 2023-10-13 15:03:01 +02:00
MM20
2d5a0bf5a7
Modernize gradle scripts, migrate to TOML version catalog 2023-10-05 21:54:19 +02:00
MM20
9b2529acb4
Version 1.27.1 2023-09-08 18:24:38 +02:00
MM20
c7f8f31d73
Don't log when themed icon compat parsing fails 2023-09-08 18:23:36 +02:00
MM20
a0ee1fbc9f
Include providers and transformations in icon cache hash 2023-08-29 23:08:13 +02:00
MM20
ff7a72f7c4
Add color scheme backup / restore 2023-08-26 18:52:35 +02:00
MM20
cfbb4e786c
Fix crash 2023-08-20 21:15:11 +02:00
MM20
24997b8dcc
Fix custom icons not updated immediately 2023-08-06 14:14:10 +02:00
MM20
1241067357
Optimize icon loading 2023-07-20 19:40:00 +02:00
MM20
fee45590d1
Use compat adaptive icons for themed icon packs 2023-07-15 18:29:52 +02:00
MM20
484ae13025
Adjust themed icon scale
Close #467
2023-07-15 18:10:10 +02:00
Jamal Rothfuchs
f6612c3ed3 Scale Themed icons to original app icon size 2023-06-24 22:11:41 +02:00
MM20
e350e0f640
Remove MS SDK dependency 2023-06-23 16:37:29 +02:00
MM20
2806032b48
Add support for dynamic clock icons in icon packs 2023-05-25 21:17:42 +02:00
MM20
ad3e19ce0d
Remove placeholder icons, use as fallback only 2023-05-16 17:20:26 +02:00
MM20
ff61165a34
Remove Microsoft integration 2023-05-14 21:38:00 +02:00
MM20
e370a32b66
Filter group summary notifications in app detail popup 2023-05-09 16:11:41 +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
2917302766
Fix non adaptive calendar icons from icon packs having color filter 2023-04-23 18:06:53 +02:00
MM20
df1aa8c119
Reuse search result item viewmodels 2023-04-21 13:37:00 +02:00
MM20
6498f81e63
Add support for widget multi instancing 2023-04-20 20:10:35 +02:00
MM20
73039fd800
Add missing package declaration 2023-04-20 20:04:58 +02:00
MM20
d4cf895481
Add debug preference to rebuild icon pack cache 2023-04-17 18:57:15 +02:00
MM20
d3e1fb2767
Don't reinstall all icon pack on install on debug builds 2023-04-17 18:18:45 +02:00
MM20
f7db9b1851
Use both versionName and versionCode to identify icon pack versions 2023-04-17 18:16:57 +02:00
MM20
56566b8452
Disable OneDrive integration
it was broken anyway
2023-04-17 18:10:30 +02:00
MM20
c59fa5b667
Let users pick media player apps 2023-04-16 18:38:15 +02:00
MM20
09b856e71c
Throttle Wikipedia requests 2023-04-13 20:28:55 +02:00
MM20
68eece53f7
Rename IconRepository -> IconService 2023-04-10 23:01:12 +02:00
MM20
e5a6043fe6
Rename BadgeRepository -> BadgeService 2023-04-10 23:00:07 +02:00
MM20
ed70097c38
Refactor favorites and searchable database 2023-04-10 22:44:05 +02:00
MM20
4db54fc038
Hide widgets that are already in use from widget picker 2023-04-10 14:09:29 +02:00
MM20
3cda75bc77
Refactor widgets 2023-04-10 01:15:27 +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
70b406eb5c
Add preference to disable themed icons for themed icon packs 2023-03-15 17:09:23 +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