Commit Graph
157 Commits
Author SHA1 Message Date
MM20 ff7a72f7c4 Add color scheme backup / restore 2023-08-26 18:52:35 +02:00
MM20 6c040bccce Add color scheme import/export 2023-08-26 15:11:10 +02:00
MM20 d8e108cb70 Add color scheme duplicate and delete actions 2023-08-25 18:40:14 +02:00
MM20 ebee33ecf0 Only update color scheme after color picker has been closed 2023-08-23 21:25:17 +02:00
MM20 bf9035bb2c Convert colors to unsigned int before converting them to string 2023-08-23 19:22:43 +02:00
MM20 1a86aa018e Custom color schemes v2 - part 3
Store preferences and apply color schemes
2023-08-23 19:02:37 +02:00
MM20 f128469f68 Port B/W theme 2023-08-23 16:19:10 +02:00
MM20 70f658f9f3 Custom color schemes v2 - Part 3
Store custom themes in database
2023-08-22 22:08:04 +02:00
MM20 b0db1707a5 Custom color schemes v2 - Part 1
Add data structures and theme editor
2023-08-21 23:43:45 +02:00
MM20 a726f487d2 Migrate to OWM provider to OWM geocoding API 2023-08-08 20:11:24 +02:00
MM20 f4b217b30c Add websearch quick action
Close #373, #443
2023-07-21 14:04:08 +02:00
MM20 248744fee9 Fix OWM Czech language support 2023-07-12 18:49:05 +02:00
U. N. OwenandGitHub 29620e69cd Merge pull request #438 from jamal2362/main
Scale Themed icons to original app icon size
2023-06-29 17:43:39 +02:00
MM20 3f1a04ad81 Remove Microsoft dependencies 2023-06-28 18:15:42 +02:00
Jamal Rothfuchs f6612c3ed3 Scale Themed icons to original app icon size 2023-06-24 22:11:41 +02:00
MM20 bbe96ed09a Add note widget file sync 2023-06-12 15:18:12 +02:00
MM20 6f313face7 Fix crash if user has an absurd amount of apps installed 2023-05-23 18:46:55 +02:00
MM20 69aa41bf8e Add option to hide widget background card for app widgets 2023-05-16 17:29:30 +02:00
MM20 ff61165a34 Remove Microsoft integration 2023-05-14 21:38:00 +02:00
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
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
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