Commit Graph
64 Commits
Author SHA1 Message Date
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
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
MM20 006de147cf Fix icon pack icons not correctly applied to all apps 2023-03-02 16:02:16 +01:00
MM20 c47a1c1d9b Compat icon provider: load activity info on IO dispatcher 2023-03-01 20:48:36 +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 77e22e5f2b Add preferences for launch app gesture 2023-02-24 22:39:32 +01:00
MM20 336be61521 Blocklist not working spotify custom actions 2023-02-20 14:14:18 +01:00
MM20 e5fe3a8816 Optimizations 2023-02-19 23:39:56 +01:00
MM20 ecbd7fe840 Fix Google Clock themed icon showing incorrect time 2023-02-18 13:26:04 +01:00
MM20 cdf1c2aa20 Use default dispatcher to install icon packs 2023-02-17 22:21:31 +01:00
MM20 db733a0dff Add support for dynamic LinageOS calendar icon 2023-02-16 22:19:14 +01:00
MM20 26fbc3c4b3 Enable dynamic clock icons for all apps that support them 2023-02-16 22:17:32 +01:00
MM20 1c5574d8fb Fix themed calendar icons not themed 2023-02-15 22:53:19 +01:00
MM20 eb757aa9c8 remove log statements 2023-02-15 22:37:36 +01:00
MM20 c71fec59ac Store themed attribute per icon pack icon 2023-02-15 20:59:13 +01:00
MM20 993b7f39fc Add support for native themed Google clock icon 2023-02-15 19:13:55 +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 ebcd91091d Music service: fix loading album arts from uris 2023-02-14 20:53:51 +01:00
MM20 e4a599f234 Show custom actions in music widget 2023-02-14 16:59:19 +01:00